Upload train_config.json with huggingface_hub
Browse files- train_config.json +3 -3
train_config.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
{
|
| 2 |
"model_type": "deberta",
|
| 3 |
"pretrained": "microsoft/deberta-v3-base",
|
| 4 |
-
"epochs":
|
| 5 |
"batch_size": 16,
|
| 6 |
"lr": 1e-05,
|
| 7 |
"max_length": 512,
|
| 8 |
"class_weights": [
|
| 9 |
1.0,
|
| 10 |
-
|
| 11 |
-
|
| 12 |
],
|
| 13 |
"num_labels": 3,
|
| 14 |
"id2label": {
|
|
|
|
| 1 |
{
|
| 2 |
"model_type": "deberta",
|
| 3 |
"pretrained": "microsoft/deberta-v3-base",
|
| 4 |
+
"epochs": 5,
|
| 5 |
"batch_size": 16,
|
| 6 |
"lr": 1e-05,
|
| 7 |
"max_length": 512,
|
| 8 |
"class_weights": [
|
| 9 |
1.0,
|
| 10 |
+
3.5319032669067383,
|
| 11 |
+
10.121383666992188
|
| 12 |
],
|
| 13 |
"num_labels": 3,
|
| 14 |
"id2label": {
|