Skip to content
Snippets Groups Projects
Commit c4dd52af authored by friebolin's avatar friebolin
Browse files
parents 0a52adca bac9a1ce
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -110,6 +110,7 @@ def train(model, name,train_dataset, test_dataset, seed, batch_size, test_batch_
'mixepoch': True,
'mixlayer': mixlayer,
'lambda_value': lambda_value}
labels=batch[5]
if name[0] == "r":
......
nltk==3.7
numpy==1.23.5
pandas==1.5.2
torch==1.13.0+cu116
torch>=1.13.0+cu116
torchvision>=0.13.0+cu116
torchaudio>=0.13.0
tqdm==4.64.1
python==3.9.*
evaluate ==0.3.0
matplotlib==3.5.2
scikit_lean==1.2.1
transformers==4.26.1
\ No newline at end of file
transformers==4.26.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment