Training in progress, step 1000
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- config.json +1 -2
- model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -24,10 +24,10 @@
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"intermediate.dense",
|
27 |
-
"key",
|
28 |
"output.dense",
|
29 |
-
"
|
30 |
-
"
|
|
|
31 |
],
|
32 |
"task_type": null,
|
33 |
"use_dora": false,
|
|
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
"intermediate.dense",
|
|
|
27 |
"output.dense",
|
28 |
+
"query",
|
29 |
+
"key",
|
30 |
+
"value"
|
31 |
],
|
32 |
"task_type": null,
|
33 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1811016
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1199f6526e887cadd2b100c271b4554742ec4691984b04bf6020398768395ec0
|
3 |
size 1811016
|
config.json
CHANGED
@@ -173,6 +173,5 @@
|
|
173 |
"processor_class": "TrOCRProcessor",
|
174 |
"tie_word_embeddings": false,
|
175 |
"torch_dtype": "float32",
|
176 |
-
"transformers_version": "4.
|
177 |
-
"vocab_size": 50265
|
178 |
}
|
|
|
173 |
"processor_class": "TrOCRProcessor",
|
174 |
"tie_word_embeddings": false,
|
175 |
"torch_dtype": "float32",
|
176 |
+
"transformers_version": "4.44.2"
|
|
|
177 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1335747032
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b14472ca382e9d96ea7efd3c778cbf0b73a412e31bc41cfec8d97e8988e6063d
|
3 |
size 1335747032
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:299510c3b2db648b708fdde0e9bcffa248e69a82a78a7df2a0e7cc216e38a732
|
3 |
size 5368
|