Spaces:
Sleeping
Sleeping
Commit ·
2ba3a3d
1
Parent(s): 07e40de
feat: dataset setiments ananalite ok
Browse files
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/
|
| 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 |
|