Training in progress, epoch 0
Browse files- config.json +9 -8
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 1024,
|
| 12 |
"id2label": {
|
| 13 |
-
"0": "
|
| 14 |
-
"1": "
|
| 15 |
-
"2": "
|
| 16 |
-
"3": "
|
| 17 |
},
|
| 18 |
"initializer_range": 0.02,
|
| 19 |
"intermediate_size": 4096,
|
| 20 |
"label2id": {
|
| 21 |
-
"
|
| 22 |
-
"
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
},
|
| 26 |
"layer_norm_eps": 1e-12,
|
| 27 |
"max_position_embeddings": 512,
|
|
@@ -30,6 +30,7 @@
|
|
| 30 |
"num_hidden_layers": 24,
|
| 31 |
"pad_token_id": 0,
|
| 32 |
"position_embedding_type": "absolute",
|
|
|
|
| 33 |
"torch_dtype": "float32",
|
| 34 |
"transformers_version": "4.33.3",
|
| 35 |
"type_vocab_size": 2,
|
|
|
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 1024,
|
| 12 |
"id2label": {
|
| 13 |
+
"0": "LABEL_0",
|
| 14 |
+
"1": "LABEL_1",
|
| 15 |
+
"2": "LABEL_2",
|
| 16 |
+
"3": "LABEL_3"
|
| 17 |
},
|
| 18 |
"initializer_range": 0.02,
|
| 19 |
"intermediate_size": 4096,
|
| 20 |
"label2id": {
|
| 21 |
+
"LABEL_0": 0,
|
| 22 |
+
"LABEL_1": 1,
|
| 23 |
+
"LABEL_2": 2,
|
| 24 |
+
"LABEL_3": 3
|
| 25 |
},
|
| 26 |
"layer_norm_eps": 1e-12,
|
| 27 |
"max_position_embeddings": 512,
|
|
|
|
| 30 |
"num_hidden_layers": 24,
|
| 31 |
"pad_token_id": 0,
|
| 32 |
"position_embedding_type": "absolute",
|
| 33 |
+
"problem_type": "single_label_classification",
|
| 34 |
"torch_dtype": "float32",
|
| 35 |
"transformers_version": "4.33.3",
|
| 36 |
"type_vocab_size": 2,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1477844273
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8d2bfcd2a7e71c9ad9bfab807db17c0b817fc7f22561fbe70385e710ce94442
|
| 3 |
size 1477844273
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e3a7e945a03d800f7cd2ef855e2423e663db56e21fa5594763f72fc0840a4fe
|
| 3 |
size 4091
|