jacksoncastro commited on
Commit
984a5f3
·
verified ·
1 Parent(s): 2eab50f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -47,8 +47,8 @@ from transformers import pipeline
47
 
48
  translator = pipeline(
49
  "text-generation",
50
- model="pierreguillou/gpt2-small-portuguese",
51
- tokenizer="pierreguillou/gpt2-small-portuguese"
52
  )
53
 
54
  # Traduzir texto
 
47
 
48
  translator = pipeline(
49
  "text-generation",
50
+ model="jacksoncastro/ceares",
51
+ tokenizer="jacksoncastro/ceares"
52
  )
53
 
54
  # Traduzir texto