Spaces:
Running
Running
Marcos12886
commited on
Commit
•
b9984fe
1
Parent(s):
abbe494
Mover último modelo mixed a esta org
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="A-POR-LOS-8000/distilhubert-finetuned-mixed-data2",
|
13 |
dataset_path="data/mixed_data",
|
14 |
filter_white_noise=True,
|
15 |
undersample_normal=True
|