Training in progress, epoch 1
Browse files- added_tokens.json +2 -0
- config.json +1 -1
- model.safetensors +2 -2
- tokenizer_config.json +16 -0
- training_args.bin +1 -1
added_tokens.json
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
{
|
|
|
|
|
2 |
"<extra_id_0>": 32099,
|
3 |
"<extra_id_10>": 32089,
|
4 |
"<extra_id_11>": 32088,
|
|
|
1 |
{
|
2 |
+
"<ask>": 32100,
|
3 |
+
"<context>": 32101,
|
4 |
"<extra_id_0>": 32099,
|
5 |
"<extra_id_10>": 32089,
|
6 |
"<extra_id_11>": 32088,
|
config.json
CHANGED
@@ -58,5 +58,5 @@
|
|
58 |
"torch_dtype": "float32",
|
59 |
"transformers_version": "4.42.4",
|
60 |
"use_cache": true,
|
61 |
-
"vocab_size":
|
62 |
}
|
|
|
58 |
"torch_dtype": "float32",
|
59 |
"transformers_version": "4.42.4",
|
60 |
"use_cache": true,
|
61 |
+
"vocab_size": 32102
|
62 |
}
|
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:95ca3f09160b6533f7ba61a4e508096288cd569aa33f922c8e314ff9089f3175
|
3 |
+
size 307760552
|
tokenizer_config.json
CHANGED
@@ -824,6 +824,22 @@
|
|
824 |
"rstrip": false,
|
825 |
"single_word": false,
|
826 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
827 |
}
|
828 |
},
|
829 |
"additional_special_tokens": [
|
|
|
824 |
"rstrip": false,
|
825 |
"single_word": false,
|
826 |
"special": true
|
827 |
+
},
|
828 |
+
"32100": {
|
829 |
+
"content": "<ask>",
|
830 |
+
"lstrip": false,
|
831 |
+
"normalized": true,
|
832 |
+
"rstrip": false,
|
833 |
+
"single_word": false,
|
834 |
+
"special": false
|
835 |
+
},
|
836 |
+
"32101": {
|
837 |
+
"content": "<context>",
|
838 |
+
"lstrip": false,
|
839 |
+
"normalized": true,
|
840 |
+
"rstrip": false,
|
841 |
+
"single_word": false,
|
842 |
+
"special": false
|
843 |
}
|
844 |
},
|
845 |
"additional_special_tokens": [
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 7096
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3158029b4d2bcba8de61977c24811dd2a0980162384b88ceb80007dbe04867f
|
3 |
size 7096
|