davidschulte
commited on
Commit
•
9bd57cb
1
Parent(s):
faf3bc7
Upload config
Browse files- config.json +23 -3
config.json
CHANGED
@@ -1,4 +1,24 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
{
|
2 |
+
"base_model_name": "bert-base-multilingual-uncased",
|
3 |
+
"developers": "David Schulte",
|
4 |
+
"esm_architecture": "linear",
|
5 |
+
"esm_batch_size": 32,
|
6 |
+
"esm_learning_rate": 0.001,
|
7 |
+
"esm_num_epochs": 10,
|
8 |
+
"esm_optimizer": "AdamW",
|
9 |
+
"esm_weight_decay": 0.01,
|
10 |
+
"label_column": "answer",
|
11 |
+
"language": null,
|
12 |
+
"lm_batch_size": 32,
|
13 |
+
"lm_learning_rate": 2e-05,
|
14 |
+
"lm_num_epochs": 3,
|
15 |
+
"lm_optimizer": "AdamW",
|
16 |
+
"lm_weight_decay": 0.01,
|
17 |
+
"num_examples": 6,
|
18 |
+
"seed": null,
|
19 |
+
"task_id": "nguha/legalbench",
|
20 |
+
"task_split": "train",
|
21 |
+
"task_subset": "cuad_exclusivity",
|
22 |
+
"text_column": "text",
|
23 |
+
"transformers_version": "4.36.2"
|
24 |
+
}
|