Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
update config with HF model name
Browse files- config.yaml +1 -1
config.yaml
CHANGED
@@ -7,6 +7,6 @@ model:
|
|
7 |
|
8 |
inference:
|
9 |
# Default path, can be overridden
|
10 |
-
model_path: "
|
11 |
# Using the same max_length as training for consistency
|
12 |
max_length: 880 # 256
|
|
|
7 |
|
8 |
inference:
|
9 |
# Default path, can be overridden
|
10 |
+
model_path: "voxmenthe/modernbert-imdb-sentiment"
|
11 |
# Using the same max_length as training for consistency
|
12 |
max_length: 880 # 256
|