Training in progress, epoch 1
Browse files- config.json +1 -0
- model.safetensors +2 -2
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -102,6 +102,7 @@
|
|
| 102 |
"n_heads": 12,
|
| 103 |
"n_layers": 6,
|
| 104 |
"pad_token_id": 0,
|
|
|
|
| 105 |
"qa_dropout": 0.1,
|
| 106 |
"seq_classif_dropout": 0.2,
|
| 107 |
"sinusoidal_pos_embds": false,
|
|
|
|
| 102 |
"n_heads": 12,
|
| 103 |
"n_layers": 6,
|
| 104 |
"pad_token_id": 0,
|
| 105 |
+
"problem_type": "single_label_classification",
|
| 106 |
"qa_dropout": 0.1,
|
| 107 |
"seq_classif_dropout": 0.2,
|
| 108 |
"sinusoidal_pos_embds": false,
|
model.safetensors
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:c9a2b07484b9ff60f1bda3f53d845375c94e6241c79b86d762de2bf4d3ddc90e
|
| 3 |
+
size 267955616
|
tokenizer_config.json
CHANGED
|
@@ -50,6 +50,6 @@
|
|
| 50 |
"sep_token": "[SEP]",
|
| 51 |
"strip_accents": null,
|
| 52 |
"tokenize_chinese_chars": true,
|
| 53 |
-
"tokenizer_class": "
|
| 54 |
"unk_token": "[UNK]"
|
| 55 |
}
|
|
|
|
| 50 |
"sep_token": "[SEP]",
|
| 51 |
"strip_accents": null,
|
| 52 |
"tokenize_chinese_chars": true,
|
| 53 |
+
"tokenizer_class": "DistilBertTokenizer",
|
| 54 |
"unk_token": "[UNK]"
|
| 55 |
}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5112
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cae8b1a00bbc2c85bd498193ff8ea62fe6187d8b8d602d8a68d718bacffcf9ff
|
| 3 |
size 5112
|