Ayushnangia
commited on
Commit
·
8a1a918
1
Parent(s):
50825c3
uploading model and config
Browse files- adapter_config.json +10 -0
- weight_model_robert-base.ckpt +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
'model_name':'roberta-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 |
+
}
|
weight_model_robert-base.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e22e5de1ae7894a9e68d3343f4a78f35845accec809ed7f4773f48a993f2e2bb
|
3 |
+
size 1498433203
|