thangduong0509
commited on
Training in progress, step 200
Browse files- config.json +1 -0
- model.safetensors +1 -1
- runs/Jun10_22-54-52_ailab-3090/events.out.tfevents.1718034896.ailab-3090.277652.1 +3 -0
- runs/Jun10_22-55-51_ailab-3090/events.out.tfevents.1718034955.ailab-3090.277652.2 +3 -0
- runs/Jun10_22-56-48_ailab-3090/events.out.tfevents.1718035013.ailab-3090.277652.3 +3 -0
- tokenizer.json +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -727,6 +727,7 @@
|
|
727 |
},
|
728 |
"torch_dtype": "float32",
|
729 |
"transformers_version": "4.39.3",
|
|
|
730 |
"vision_config": {
|
731 |
"dropout": 0.0,
|
732 |
"initializer_factor": 1.0,
|
|
|
727 |
},
|
728 |
"torch_dtype": "float32",
|
729 |
"transformers_version": "4.39.3",
|
730 |
+
"use_cache": false,
|
731 |
"vision_config": {
|
732 |
"dropout": 0.0,
|
733 |
"initializer_factor": 1.0,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1538914392
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c91d77804074cbddf8f21d0bb23e99cf6626e5731573894057c4759ba06be36a
|
3 |
size 1538914392
|
runs/Jun10_22-54-52_ailab-3090/events.out.tfevents.1718034896.ailab-3090.277652.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92c205ae6743488a73799c2fa3593068506ebb5dedcdaec93ea056501e0d267f
|
3 |
+
size 25626
|
runs/Jun10_22-55-51_ailab-3090/events.out.tfevents.1718034955.ailab-3090.277652.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6757066c1d25b54053cac1edf7b65b0e3e893dd4d7d95d8f7a062424a490f30
|
3 |
+
size 25626
|
runs/Jun10_22-56-48_ailab-3090/events.out.tfevents.1718035013.ailab-3090.277652.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb2ade9255edda22925999125a9f0d61fbc3edef633e8b71c4649ddb8f9359a9
|
3 |
+
size 26398
|
tokenizer.json
CHANGED
@@ -2,13 +2,13 @@
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
-
"max_length":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
-
"Fixed":
|
12 |
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
+
"max_length": 8,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
+
"Fixed": 8
|
12 |
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4539
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9cdf03d1ddbf4c4e68fc1ee44770257badeb6860fba9ac76536a4c1c5040ac21
|
3 |
size 4539
|