Training in progress, epoch 0
Browse files- config.json +2 -1
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -33,9 +33,10 @@
|
|
33 |
"num_hidden_layers": 6,
|
34 |
"pad_token_id": 1,
|
35 |
"position_embedding_type": "absolute",
|
|
|
36 |
"torch_dtype": "float32",
|
37 |
"transformers_version": "4.28.1",
|
38 |
"type_vocab_size": 1,
|
39 |
"use_cache": true,
|
40 |
-
"vocab_size":
|
41 |
}
|
|
|
33 |
"num_hidden_layers": 6,
|
34 |
"pad_token_id": 1,
|
35 |
"position_embedding_type": "absolute",
|
36 |
+
"problem_type": "single_label_classification",
|
37 |
"torch_dtype": "float32",
|
38 |
"transformers_version": "4.28.1",
|
39 |
"type_vocab_size": 1,
|
40 |
"use_cache": true,
|
41 |
+
"vocab_size": 50495
|
42 |
}
|
pytorch_model.bin
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:3a045e94076062d0ba44fb1005241ef47f09d45e50b682a09ff50831953dd5ab
|
3 |
+
size 329235701
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3579
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff63d977a603506fed5d5c712b4a20e0bad7b20b291a3873c3ebbf7773001fcd
|
3 |
size 3579
|