Commit ·
cae555f
1
Parent(s): 041f11f
v3.2 hotfix with some corrections
Browse files- model.safetensors +1 -1
- src/test_t5.py +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 209216552
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee0aedac443b1f9036f60c8cac132bd48da09a26a9fb9211240d8db92cfd3a27
|
| 3 |
size 209216552
|
src/test_t5.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
from transformers import AutoTokenizer, T5ForConditionalGeneration, pipeline
|
| 2 |
|
| 3 |
# HF Hub path config
|
| 4 |
-
model_path = "
|
| 5 |
|
| 6 |
# Unicode directional formatting for RTL text (Syriac)
|
| 7 |
RLI = "\u2067" # Right-to-Left Isolate
|
|
|
|
| 1 |
from transformers import AutoTokenizer, T5ForConditionalGeneration, pipeline
|
| 2 |
|
| 3 |
# HF Hub path config
|
| 4 |
+
model_path = "checkpoints/correction/final"
|
| 5 |
|
| 6 |
# Unicode directional formatting for RTL text (Syriac)
|
| 7 |
RLI = "\u2067" # Right-to-Left Isolate
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5905
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:878c673d178bdb9e23b6f2bde1d3cc29c8e6f1fbf6bbc822ba9b6bff05e4e903
|
| 3 |
size 5905
|