Commit ·
2d27060
1
Parent(s): d062e1f
Training in progress, epoch 1
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- tokenizer.json +1 -6
- training_args.bin +2 -2
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.29.
|
| 39 |
"type_vocab_size": 2,
|
| 40 |
"use_cache": true,
|
| 41 |
"vocab_size": 119547
|
|
|
|
| 35 |
"position_embedding_type": "absolute",
|
| 36 |
"problem_type": "single_label_classification",
|
| 37 |
"torch_dtype": "float32",
|
| 38 |
+
"transformers_version": "4.29.2",
|
| 39 |
"type_vocab_size": 2,
|
| 40 |
"use_cache": true,
|
| 41 |
"vocab_size": 119547
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 711492981
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9295a9f900da895575e37f69f07c23b52ac7366ef2fb614b51b9d4bd79092d87
|
| 3 |
size 711492981
|
tokenizer.json
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
"direction": "Right",
|
| 5 |
-
"max_length": 512,
|
| 6 |
-
"strategy": "LongestFirst",
|
| 7 |
-
"stride": 0
|
| 8 |
-
},
|
| 9 |
"padding": null,
|
| 10 |
"added_tokens": [
|
| 11 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"padding": null,
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
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:6aab53bfde7e07789172afc1ff4e4ec4bdd5c33559b7616b4948ecd6d6a79fad
|
| 3 |
+
size 4027
|