Ayushnangia
commited on
Commit
•
5dfdeae
1
Parent(s):
9c2ffdd
Uploading the model and the config trained on distilroberta-base
Browse files- adapter_config.json +10 -0
- adapter_model.ckpt +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
'model_name':'distilroberta-base',
|
3 |
+
'n_labels':len(attri),
|
4 |
+
'bs':128,
|
5 |
+
'lr': 1.5e-6,
|
6 |
+
'warmup':0.2,
|
7 |
+
'train_size':len(ucc_data_module.train_dataloader()),
|
8 |
+
'w_decay':0.001,
|
9 |
+
'n_epochs':100
|
10 |
+
}
|
adapter_model.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c0ee6b9fa8385b6fb3de9a6637046f192c7c71780bc10f52960c29f02dbb9d9
|
3 |
+
size 987988531
|