Skip to content

Instantly share code, notes, and snippets.

View avidale's full-sized avatar

David Dale avidale

View GitHub Profile
@avidale
avidale / phrase_similarity.ipynb
Created July 23, 2021 21:01
phrase_similarity
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@avidale
avidale / rut5-base-paraphraser-demo.ipynb
Last active March 11, 2024 13:18
rut5-base-paraphraser-demo.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@avidale
avidale / parametrics.py
Created June 26, 2021 19:25
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
@avidale
avidale / evaluate_rubert-tiny.ipynb
Created June 9, 2021 22:32
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.
@avidale
avidale / rubert-tiny.ipynb
Last active December 3, 2024 19:38
rubert-tiny
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@avidale
avidale / quantreg_gradient.ipynb
Last active May 25, 2023 21:16
quantreg_gradient.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@avidale
avidale / rut5-encoder.ipynb
Last active May 25, 2023 21:23
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.
@avidale
avidale / create_rut5-base.ipynb
Created April 30, 2021 21:51
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.
@avidale
avidale / micro_segments.ipynb
Last active May 25, 2023 21:23
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.
@avidale
avidale / fsmtforconditionalgeneration.ipynb
Last active May 25, 2023 21:23
Translation_Attention.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.