crossroderick commited on
Commit
cae555f
·
1 Parent(s): 041f11f

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:366187761c180de342bc1d86daa7191034d2b0e70a34d7724081c4f9bde8d638
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 = "crossroderick/aramt5"
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:57859de1703fd61d7e4a8046b1f9eb356e9e8313bf4da88e5f43f4118c24b191
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:878c673d178bdb9e23b6f2bde1d3cc29c8e6f1fbf6bbc822ba9b6bff05e4e903
3
  size 5905