Training in progress, epoch 1
Browse files- config.json +7 -1
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -20,9 +20,15 @@
|
|
| 20 |
"gradient_checkpointing": false,
|
| 21 |
"hidden_activation": "gelu",
|
| 22 |
"hidden_size": 768,
|
|
|
|
|
|
|
|
|
|
| 23 |
"initializer_cutoff_factor": 2.0,
|
| 24 |
"initializer_range": 0.02,
|
| 25 |
"intermediate_size": 1152,
|
|
|
|
|
|
|
|
|
|
| 26 |
"layer_norm_eps": 1e-05,
|
| 27 |
"local_attention": 128,
|
| 28 |
"local_rope_theta": 10000.0,
|
|
@@ -36,7 +42,7 @@
|
|
| 36 |
"num_hidden_layers": 22,
|
| 37 |
"pad_token_id": null,
|
| 38 |
"position_embedding_type": "absolute",
|
| 39 |
-
"problem_type": "
|
| 40 |
"reference_compile": true,
|
| 41 |
"repad_logits_with_grad": false,
|
| 42 |
"sep_token_id": 50282,
|
|
|
|
| 20 |
"gradient_checkpointing": false,
|
| 21 |
"hidden_activation": "gelu",
|
| 22 |
"hidden_size": 768,
|
| 23 |
+
"id2label": {
|
| 24 |
+
"0": "LABEL_0"
|
| 25 |
+
},
|
| 26 |
"initializer_cutoff_factor": 2.0,
|
| 27 |
"initializer_range": 0.02,
|
| 28 |
"intermediate_size": 1152,
|
| 29 |
+
"label2id": {
|
| 30 |
+
"LABEL_0": 0
|
| 31 |
+
},
|
| 32 |
"layer_norm_eps": 1e-05,
|
| 33 |
"local_attention": 128,
|
| 34 |
"local_rope_theta": 10000.0,
|
|
|
|
| 42 |
"num_hidden_layers": 22,
|
| 43 |
"pad_token_id": null,
|
| 44 |
"position_embedding_type": "absolute",
|
| 45 |
+
"problem_type": "multi_label_classification",
|
| 46 |
"reference_compile": true,
|
| 47 |
"repad_logits_with_grad": false,
|
| 48 |
"sep_token_id": 50282,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c53b4c6853118b5ba6920bb31886d58324478d33200c3596480951c71a939004
|
| 3 |
+
size 299225554
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5368
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:696ddd4d0d3dd951206f99c35891ad408cd9db0924e2abf9d2289d56878e7fcf
|
| 3 |
size 5368
|