Update config.yaml
Browse files- config.yaml +1 -3
config.yaml
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
config_type: model
|
2 |
-
name:
|
3 |
-
pretrained_path: null
|
4 |
-
inner_model_config: null
|
5 |
task: text_classification
|
6 |
num_labels: 3
|
7 |
activation: gelu
|
|
|
1 |
config_type: model
|
2 |
+
name: distilbert_text_classification
|
|
|
|
|
3 |
task: text_classification
|
4 |
num_labels: 3
|
5 |
activation: gelu
|