voxmenthe commited on
Commit
7e7e11d
·
1 Parent(s): 02525f2

update config with HF model name

Browse files
Files changed (1) hide show
  1. config.yaml +1 -1
config.yaml CHANGED
@@ -7,6 +7,6 @@ model:
7
 
8
  inference:
9
  # Default path, can be overridden
10
- model_path: "checkpoints/mean_epoch5_0.9575acc_0.9575f1.pt"
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