Training in progress, step 30
Browse files- config.json +5 -5
- model.safetensors +1 -1
- tokenizer.json +2 -2
- training_args.bin +3 -0
config.json
CHANGED
|
@@ -10,14 +10,14 @@
|
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 768,
|
| 12 |
"id2label": {
|
| 13 |
-
"0": "
|
| 14 |
-
"1": "
|
| 15 |
},
|
| 16 |
"initializer_range": 0.02,
|
| 17 |
"intermediate_size": 3072,
|
| 18 |
"label2id": {
|
| 19 |
-
"NO":
|
| 20 |
-
"YES":
|
| 21 |
},
|
| 22 |
"layer_norm_eps": 1e-12,
|
| 23 |
"max_position_embeddings": 512,
|
|
@@ -32,7 +32,7 @@
|
|
| 32 |
"pooler_type": "first_token_transform",
|
| 33 |
"position_embedding_type": "absolute",
|
| 34 |
"problem_type": "single_label_classification",
|
| 35 |
-
"transformers_version": "4.57.
|
| 36 |
"type_vocab_size": 2,
|
| 37 |
"use_cache": true,
|
| 38 |
"vocab_size": 21128
|
|
|
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 768,
|
| 12 |
"id2label": {
|
| 13 |
+
"0": "NO",
|
| 14 |
+
"1": "YES"
|
| 15 |
},
|
| 16 |
"initializer_range": 0.02,
|
| 17 |
"intermediate_size": 3072,
|
| 18 |
"label2id": {
|
| 19 |
+
"NO": 0,
|
| 20 |
+
"YES": 1
|
| 21 |
},
|
| 22 |
"layer_norm_eps": 1e-12,
|
| 23 |
"max_position_embeddings": 512,
|
|
|
|
| 32 |
"pooler_type": "first_token_transform",
|
| 33 |
"position_embedding_type": "absolute",
|
| 34 |
"problem_type": "single_label_classification",
|
| 35 |
+
"transformers_version": "4.57.3",
|
| 36 |
"type_vocab_size": 2,
|
| 37 |
"use_cache": true,
|
| 38 |
"vocab_size": 21128
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 409100240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc54508f6f83258e15cdc905d3163319eff218dff270fc37beba3966d9b5cb18
|
| 3 |
size 409100240
|
tokenizer.json
CHANGED
|
@@ -2,13 +2,13 @@
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
-
"max_length":
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
"padding": {
|
| 10 |
"strategy": {
|
| 11 |
-
"Fixed":
|
| 12 |
},
|
| 13 |
"direction": "Right",
|
| 14 |
"pad_to_multiple_of": null,
|
|
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
+
"max_length": 512,
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
"padding": {
|
| 10 |
"strategy": {
|
| 11 |
+
"Fixed": 512
|
| 12 |
},
|
| 13 |
"direction": "Right",
|
| 14 |
"pad_to_multiple_of": null,
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a9cc19f1822d549c1dbae120b25099e05247907246e6f8b3a6ce9a7ce4a5539
|
| 3 |
+
size 5841
|