Commit ·
8d1be51
1
Parent(s): cae555f
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:7da02415d02c08f856063a5df6fcc8a1880a67bbc87f1f5c45009230bab839aa
|
| 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 = "crossroderick/aramt5"
|
| 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:bd10fdd10911e1e2fcf7c3b727ab3da93efc0a1b1021b03b96f3f8e043b36d80
|
| 3 |
size 5905
|