Training in progress, epoch 1
Browse files- config.json +1 -1
- model.safetensors +1 -1
- tokenizer.json +2 -2
- tokenizer_config.json +0 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -31,7 +31,7 @@
|
|
31 |
"tie_word_embeddings": true,
|
32 |
"torch_dtype": "bfloat16",
|
33 |
"transformers_version": "4.51.1",
|
34 |
-
"use_cache":
|
35 |
"use_sliding_window": false,
|
36 |
"video_token_id": 151656,
|
37 |
"vision_config": {
|
|
|
31 |
"tie_word_embeddings": true,
|
32 |
"torch_dtype": "bfloat16",
|
33 |
"transformers_version": "4.51.1",
|
34 |
+
"use_cache": false,
|
35 |
"use_sliding_window": false,
|
36 |
"video_token_id": 151656,
|
37 |
"vision_config": {
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4418050848
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0226e13e09ba5b6f9fde2d8c2d39ee779221531533c73f44c1e1a493d9fe6d17
|
3 |
size 4418050848
|
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:88a3a6fcb80132f76da8aa40cdc3fccd7e5d8468ef15421f5b0c2715e85217d2
|
3 |
+
size 11420538
|
tokenizer_config.json
CHANGED
@@ -138,7 +138,6 @@
|
|
138 |
"model_max_length": 32768,
|
139 |
"pad_token": "<|endoftext|>",
|
140 |
"padding_side": "left",
|
141 |
-
"processor_class": "Qwen2VLProcessor",
|
142 |
"split_special_tokens": false,
|
143 |
"tokenizer_class": "Qwen2Tokenizer",
|
144 |
"unk_token": null
|
|
|
138 |
"model_max_length": 32768,
|
139 |
"pad_token": "<|endoftext|>",
|
140 |
"padding_side": "left",
|
|
|
141 |
"split_special_tokens": false,
|
142 |
"tokenizer_class": "Qwen2Tokenizer",
|
143 |
"unk_token": null
|
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:d98d616a3c3618345915671a1aca9cfbe746b75e826905c403d6f0739ab42f05
|
3 |
+
size 7224
|