wendellast commited on
Commit
2ba3a3d
·
1 Parent(s): 07e40de

feat: dataset setiments ananalite ok

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ MODEL: str = "meta-llama/Llama-3.2-3B-Instruct"
21
  TEMPLATE_BOT = template_bot()
22
  prompt_template = prompt_for_template(TEMPLATE_BOT)
23
 
24
- DATASET = load_dataset("wendellast/GUI-Ban")
25
 
26
  client: InferenceClient = InferenceClient(model=MODEL)
27
 
 
21
  TEMPLATE_BOT = template_bot()
22
  prompt_template = prompt_for_template(TEMPLATE_BOT)
23
 
24
+ DATASET = load_dataset("wendellast/weon-messagens")
25
 
26
  client: InferenceClient = InferenceClient(model=MODEL)
27