Translation
Safetensors
French
Latin
t5
ponteineptique commited on
Commit
7ffdcfb
·
verified ·
1 Parent(s): 96e7367

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -23,8 +23,8 @@ from transformers import pipeline
23
 
24
  pipe = pipeline(
25
  task="text2text-generation", # change if needed
26
- model=".", # local directory
27
- tokenizer="."
28
  )
29
  pipe("⁊ non facimus ĩitatem.")
30
  # [{'generated_text': ' non facimus veritatem.'}]
 
23
 
24
  pipe = pipeline(
25
  task="text2text-generation", # change if needed
26
+ model="comma-project/normalization-byt5-small", # local directory
27
+ tokenizer="comma-project/normalization-byt5-small"
28
  )
29
  pipe("⁊ non facimus ĩitatem.")
30
  # [{'generated_text': ' non facimus veritatem.'}]