Skip to content

Instantly share code, notes, and snippets.

@Sandy4321
Sandy4321 / compress.py
Created May 25, 2023 21:24 — forked from avidale/compress.py
Compress fasttext model by applying denser ngram hash
# based on Andrey Vasnetsov code: https://gist.github.com/generall/68fddb87ae1845d6f54c958ed3d0addb
import os
import numpy as np
import gensim
from collections import defaultdict
from copy import deepcopy
from gensim.models.utils_any2vec import ft_ngram_hashes
from tqdm.auto import tqdm, trange
This file has been truncated, but you can view the full file.
повторение мать учения
нет
настанет час
давай
1 шаг
повторить
потехе час
да
а дома лучше
играем
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Sandy4321
Sandy4321 / parametrics.py
Created May 25, 2023 21:23 — forked from avidale/parametrics.py
parametrics
from transformers import AutoModel, AutoTokenizer
from transformers import AutoModelForCausalLM
import torch
import torch.nn.functional
from tqdm.auto import tqdm
from nltk.translate.bleu_score import sentence_bleu
import pandas as pd
import numpy as np
@Sandy4321
Sandy4321 / evaluate_rubert-tiny.ipynb
Created May 25, 2023 21:23 — forked from avidale/evaluate_rubert-tiny.ipynb
evaluate_rubert-tiny.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Sandy4321
Sandy4321 / rut5-encoder.ipynb
Created May 25, 2023 21:23 — forked from avidale/rut5-encoder.ipynb
rut5-encoder.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Sandy4321
Sandy4321 / create_rut5-base.ipynb
Created May 25, 2023 21:23 — forked from avidale/create_rut5-base.ipynb
create_rut5-base.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Sandy4321
Sandy4321 / micro_segments.ipynb
Created May 25, 2023 21:23 — forked from avidale/micro_segments.ipynb
micro_segments.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.