crossroderick commited on
Commit
8d1be51
·
1 Parent(s): cae555f

v3.2 hotfix with some corrections

Browse files
Files changed (3) hide show
  1. model.safetensors +1 -1
  2. src/test_t5.py +1 -1
  3. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ee0aedac443b1f9036f60c8cac132bd48da09a26a9fb9211240d8db92cfd3a27
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 = "checkpoints/correction/final"
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:878c673d178bdb9e23b6f2bde1d3cc29c8e6f1fbf6bbc822ba9b6bff05e4e903
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd10fdd10911e1e2fcf7c3b727ab3da93efc0a1b1021b03b96f3f8e043b36d80
3
  size 5905