Delete config.yaml
Browse files- config.yaml +0 -13
config.yaml
DELETED
|
@@ -1,13 +0,0 @@
|
|
| 1 |
-
model:
|
| 2 |
-
name_or_path: "voxmenthe/modernbert-imdb-sentiment"
|
| 3 |
-
tokenizer_name_or_path: "answerdotai/ModernBERT-base"
|
| 4 |
-
max_length: 880 # 256
|
| 5 |
-
dropout: 0.1
|
| 6 |
-
pooling_strategy: "mean" # Current default, change as needed
|
| 7 |
-
num_weighted_layers: 6 # Match original training config
|
| 8 |
-
|
| 9 |
-
inference:
|
| 10 |
-
# Default path, can be overridden
|
| 11 |
-
model_path: "voxmenthe/modernbert-imdb-sentiment"
|
| 12 |
-
# Using the same max_length as training for consistency
|
| 13 |
-
max_length: 880 # 256
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|