Training in progress, step 10
Browse files- config.json +1 -1
- generation_config.json +0 -1
- model.safetensors +2 -2
- runs/Feb10_18-03-18_ryzen/events.out.tfevents.1770743000.ryzen.2001656.0 +3 -0
- runs/Feb10_18-06-34_ryzen/events.out.tfevents.1770743195.ryzen.2004756.0 +3 -0
- runs/Feb10_18-08-02_ryzen/events.out.tfevents.1770743283.ryzen.2006171.0 +3 -0
- special_tokens_map.json +0 -51
- tokenizer.json +2 -2
- tokenizer_config.json +6 -15
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -50,5 +50,5 @@
|
|
| 50 |
"transformers_version": "4.57.1",
|
| 51 |
"use_bidirectional_attention": false,
|
| 52 |
"use_cache": false,
|
| 53 |
-
"vocab_size":
|
| 54 |
}
|
|
|
|
| 50 |
"transformers_version": "4.57.1",
|
| 51 |
"use_bidirectional_attention": false,
|
| 52 |
"use_cache": false,
|
| 53 |
+
"vocab_size": 262144
|
| 54 |
}
|
generation_config.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"bos_token_id": 2,
|
| 3 |
-
"cache_implementation": "hybrid",
|
| 4 |
"do_sample": true,
|
| 5 |
"eos_token_id": [
|
| 6 |
1,
|
|
|
|
| 1 |
{
|
| 2 |
"bos_token_id": 2,
|
|
|
|
| 3 |
"do_sample": true,
|
| 4 |
"eos_token_id": [
|
| 5 |
1,
|
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:e1d16ac3cff63540024502bc20fbc1e46c5fd40a9637ac14356f6becb410b510
|
| 3 |
+
size 536223056
|
runs/Feb10_18-03-18_ryzen/events.out.tfevents.1770743000.ryzen.2001656.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36f58dc9e6e051a14e4a7a30f62c15d538ba63cac879ce8baa96919348819512
|
| 3 |
+
size 8057
|
runs/Feb10_18-06-34_ryzen/events.out.tfevents.1770743195.ryzen.2004756.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ceb414dcb0d948e033be58833b38d2c3eb9a7feae512ca64bc7815bd866fe5a
|
| 3 |
+
size 6932
|
runs/Feb10_18-08-02_ryzen/events.out.tfevents.1770743283.ryzen.2006171.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48cc3223df533ca308b76f719aec3a1eb50d43dbe726a3e015888a2349538cba
|
| 3 |
+
size 10711
|
special_tokens_map.json
CHANGED
|
@@ -1,55 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"additional_special_tokens": [
|
| 3 |
-
{
|
| 4 |
-
"content": "<start_function_declaration>",
|
| 5 |
-
"lstrip": false,
|
| 6 |
-
"normalized": false,
|
| 7 |
-
"rstrip": false,
|
| 8 |
-
"single_word": false
|
| 9 |
-
},
|
| 10 |
-
{
|
| 11 |
-
"content": "<end_function_declaration>",
|
| 12 |
-
"lstrip": false,
|
| 13 |
-
"normalized": false,
|
| 14 |
-
"rstrip": false,
|
| 15 |
-
"single_word": false
|
| 16 |
-
},
|
| 17 |
-
{
|
| 18 |
-
"content": "<start_function_call>",
|
| 19 |
-
"lstrip": false,
|
| 20 |
-
"normalized": false,
|
| 21 |
-
"rstrip": false,
|
| 22 |
-
"single_word": false
|
| 23 |
-
},
|
| 24 |
-
{
|
| 25 |
-
"content": "<end_function_call>",
|
| 26 |
-
"lstrip": false,
|
| 27 |
-
"normalized": false,
|
| 28 |
-
"rstrip": false,
|
| 29 |
-
"single_word": false
|
| 30 |
-
},
|
| 31 |
-
{
|
| 32 |
-
"content": "<start_function_response>",
|
| 33 |
-
"lstrip": false,
|
| 34 |
-
"normalized": false,
|
| 35 |
-
"rstrip": false,
|
| 36 |
-
"single_word": false
|
| 37 |
-
},
|
| 38 |
-
{
|
| 39 |
-
"content": "<end_function_response>",
|
| 40 |
-
"lstrip": false,
|
| 41 |
-
"normalized": false,
|
| 42 |
-
"rstrip": false,
|
| 43 |
-
"single_word": false
|
| 44 |
-
},
|
| 45 |
-
{
|
| 46 |
-
"content": "<escape>",
|
| 47 |
-
"lstrip": false,
|
| 48 |
-
"normalized": false,
|
| 49 |
-
"rstrip": false,
|
| 50 |
-
"single_word": false
|
| 51 |
-
}
|
| 52 |
-
],
|
| 53 |
"boi_token": "<start_of_image>",
|
| 54 |
"bos_token": {
|
| 55 |
"content": "<bos>",
|
|
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
"boi_token": "<start_of_image>",
|
| 3 |
"bos_token": {
|
| 4 |
"content": "<bos>",
|
tokenizer.json
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:b6b09a0b4a803ad453063ca4bb49a784540e8120004e2450e025df2b27d41fb2
|
| 3 |
+
size 33384899
|
tokenizer_config.json
CHANGED
|
@@ -376,7 +376,7 @@
|
|
| 376 |
"normalized": false,
|
| 377 |
"rstrip": false,
|
| 378 |
"single_word": false,
|
| 379 |
-
"special":
|
| 380 |
},
|
| 381 |
"47": {
|
| 382 |
"content": "<end_function_declaration>",
|
|
@@ -384,7 +384,7 @@
|
|
| 384 |
"normalized": false,
|
| 385 |
"rstrip": false,
|
| 386 |
"single_word": false,
|
| 387 |
-
"special":
|
| 388 |
},
|
| 389 |
"48": {
|
| 390 |
"content": "<start_function_call>",
|
|
@@ -392,7 +392,7 @@
|
|
| 392 |
"normalized": false,
|
| 393 |
"rstrip": false,
|
| 394 |
"single_word": false,
|
| 395 |
-
"special":
|
| 396 |
},
|
| 397 |
"49": {
|
| 398 |
"content": "<end_function_call>",
|
|
@@ -400,7 +400,7 @@
|
|
| 400 |
"normalized": false,
|
| 401 |
"rstrip": false,
|
| 402 |
"single_word": false,
|
| 403 |
-
"special":
|
| 404 |
},
|
| 405 |
"50": {
|
| 406 |
"content": "<start_function_response>",
|
|
@@ -416,7 +416,7 @@
|
|
| 416 |
"normalized": false,
|
| 417 |
"rstrip": false,
|
| 418 |
"single_word": false,
|
| 419 |
-
"special":
|
| 420 |
},
|
| 421 |
"52": {
|
| 422 |
"content": "<escape>",
|
|
@@ -424,7 +424,7 @@
|
|
| 424 |
"normalized": false,
|
| 425 |
"rstrip": false,
|
| 426 |
"single_word": false,
|
| 427 |
-
"special":
|
| 428 |
},
|
| 429 |
"53": {
|
| 430 |
"content": "<unused40>",
|
|
@@ -51331,15 +51331,6 @@
|
|
| 51331 |
"special": true
|
| 51332 |
}
|
| 51333 |
},
|
| 51334 |
-
"additional_special_tokens": [
|
| 51335 |
-
"<start_function_declaration>",
|
| 51336 |
-
"<end_function_declaration>",
|
| 51337 |
-
"<start_function_call>",
|
| 51338 |
-
"<end_function_call>",
|
| 51339 |
-
"<start_function_response>",
|
| 51340 |
-
"<end_function_response>",
|
| 51341 |
-
"<escape>"
|
| 51342 |
-
],
|
| 51343 |
"boi_token": "<start_of_image>",
|
| 51344 |
"bos_token": "<bos>",
|
| 51345 |
"clean_up_tokenization_spaces": false,
|
|
|
|
| 376 |
"normalized": false,
|
| 377 |
"rstrip": false,
|
| 378 |
"single_word": false,
|
| 379 |
+
"special": false
|
| 380 |
},
|
| 381 |
"47": {
|
| 382 |
"content": "<end_function_declaration>",
|
|
|
|
| 384 |
"normalized": false,
|
| 385 |
"rstrip": false,
|
| 386 |
"single_word": false,
|
| 387 |
+
"special": false
|
| 388 |
},
|
| 389 |
"48": {
|
| 390 |
"content": "<start_function_call>",
|
|
|
|
| 392 |
"normalized": false,
|
| 393 |
"rstrip": false,
|
| 394 |
"single_word": false,
|
| 395 |
+
"special": false
|
| 396 |
},
|
| 397 |
"49": {
|
| 398 |
"content": "<end_function_call>",
|
|
|
|
| 400 |
"normalized": false,
|
| 401 |
"rstrip": false,
|
| 402 |
"single_word": false,
|
| 403 |
+
"special": false
|
| 404 |
},
|
| 405 |
"50": {
|
| 406 |
"content": "<start_function_response>",
|
|
|
|
| 416 |
"normalized": false,
|
| 417 |
"rstrip": false,
|
| 418 |
"single_word": false,
|
| 419 |
+
"special": false
|
| 420 |
},
|
| 421 |
"52": {
|
| 422 |
"content": "<escape>",
|
|
|
|
| 424 |
"normalized": false,
|
| 425 |
"rstrip": false,
|
| 426 |
"single_word": false,
|
| 427 |
+
"special": false
|
| 428 |
},
|
| 429 |
"53": {
|
| 430 |
"content": "<unused40>",
|
|
|
|
| 51331 |
"special": true
|
| 51332 |
}
|
| 51333 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51334 |
"boi_token": "<start_of_image>",
|
| 51335 |
"bos_token": "<bos>",
|
| 51336 |
"clean_up_tokenization_spaces": false,
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6225
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0647e55864a937c94aff9589592cf84cd1b0a6ea9a096a2981a9cbe3199e0de
|
| 3 |
size 6225
|