Training in progress, epoch 1
Browse files- config.json +1 -1
- model.safetensors +1 -1
- tokenizer_config.json +1 -0
- training_args.bin +1 -1
config.json
CHANGED
@@ -35,7 +35,7 @@
|
|
35 |
"position_embedding_type": "absolute",
|
36 |
"problem_type": "single_label_classification",
|
37 |
"torch_dtype": "float32",
|
38 |
-
"transformers_version": "4.
|
39 |
"type_vocab_size": 1,
|
40 |
"use_cache": true,
|
41 |
"vocab_size": 25005
|
|
|
35 |
"position_embedding_type": "absolute",
|
36 |
"problem_type": "single_label_classification",
|
37 |
"torch_dtype": "float32",
|
38 |
+
"transformers_version": "4.47.0",
|
39 |
"type_vocab_size": 1,
|
40 |
"use_cache": true,
|
41 |
"vocab_size": 25005
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 421014080
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53dc0a7fe1e37e8bd66d57013db08e48c1d741011bada8c0a2e3cd3144964916
|
3 |
size 421014080
|
tokenizer_config.json
CHANGED
@@ -74,6 +74,7 @@
|
|
74 |
"clean_up_tokenization_spaces": false,
|
75 |
"cls_token": "<s>",
|
76 |
"eos_token": "</s>",
|
|
|
77 |
"mask_token": "<mask>",
|
78 |
"model_max_length": 1000000000000000019884624838656,
|
79 |
"pad_token": "<pad>",
|
|
|
74 |
"clean_up_tokenization_spaces": false,
|
75 |
"cls_token": "<s>",
|
76 |
"eos_token": "</s>",
|
77 |
+
"extra_special_tokens": {},
|
78 |
"mask_token": "<mask>",
|
79 |
"model_max_length": 1000000000000000019884624838656,
|
80 |
"pad_token": "<pad>",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28891190871577b03db8f904caddc410eb30f219e091260623f64f67f3cb95db
|
3 |
size 5304
|