ayameRushia
commited on
Training in progress, epoch 1
Browse files- config.json +1 -1
- model.safetensors +1 -1
- tokenizer.json +1 -0
- training_args.bin +2 -2
config.json
CHANGED
@@ -32,7 +32,7 @@
|
|
32 |
"position_embedding_type": "absolute",
|
33 |
"problem_type": "single_label_classification",
|
34 |
"torch_dtype": "float32",
|
35 |
-
"transformers_version": "4.
|
36 |
"type_vocab_size": 1,
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 52000
|
|
|
32 |
"position_embedding_type": "absolute",
|
33 |
"problem_type": "single_label_classification",
|
34 |
"torch_dtype": "float32",
|
35 |
+
"transformers_version": "4.41.1",
|
36 |
"type_vocab_size": 1,
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 52000
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 333825276
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8a731a6a2ec7a1e31e762e19eb773877c62bc0d887d4f1cabcdd98603d31ff9
|
3 |
size 333825276
|
tokenizer.json
CHANGED
@@ -88,6 +88,7 @@
|
|
88 |
"end_of_word_suffix": "",
|
89 |
"fuse_unk": false,
|
90 |
"byte_fallback": false,
|
|
|
91 |
"vocab": {
|
92 |
"<s>": 0,
|
93 |
"<pad>": 1,
|
|
|
88 |
"end_of_word_suffix": "",
|
89 |
"fuse_unk": false,
|
90 |
"byte_fallback": false,
|
91 |
+
"ignore_merges": false,
|
92 |
"vocab": {
|
93 |
"<s>": 0,
|
94 |
"<pad>": 1,
|
training_args.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:9a98b97ba41ccb282d31030d63474f00ad5a344a8940c9a89bd2238463dedb4c
|
3 |
+
size 5176
|