pablobonfim13 commited on
Commit
f02dd21
verified
1 Parent(s): dffe440

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -42,8 +42,7 @@ Voc锚 pode usar este modelo diretamente no seu pr贸prio c贸digo Python com a bib
42
  from transformers import pipeline
43
 
44
  # Use o nome do SEU reposit贸rio aqui
45
- model_path = "pabloevertonsousa-unesp/distilbert-atis-intent-classifier"
46
- # (ou o nome que voc锚 deu ao seu reposit贸rio manual)
47
 
48
  # Carrega o pipeline
49
  pipe = pipeline("text-classification", model=model_path)
 
42
  from transformers import pipeline
43
 
44
  # Use o nome do SEU reposit贸rio aqui
45
+ model_path = "user/repo_path"
 
46
 
47
  # Carrega o pipeline
48
  pipe = pipeline("text-classification", model=model_path)