Spaces:
Sleeping
Sleeping
Marcos12886
commited on
Commit
•
abbe494
1
Parent(s):
bd663c2
Única línea cambiada la 12 para cambiar a Iremia mixed-data
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ token = os.getenv("HF_TOKEN")
|
|
9 |
client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct", token=token)
|
10 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
11 |
model_class, id2label_class = predict_params(
|
12 |
-
model_path="
|
13 |
dataset_path="data/mixed_data",
|
14 |
filter_white_noise=True,
|
15 |
undersample_normal=True
|
|
|
9 |
client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct", token=token)
|
10 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
11 |
model_class, id2label_class = predict_params(
|
12 |
+
model_path="Iremia/distilhubert-finetuned-mixed-data",
|
13 |
dataset_path="data/mixed_data",
|
14 |
filter_white_noise=True,
|
15 |
undersample_normal=True
|