Update config.yaml
Browse files- config.yaml +1 -1
config.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
name: distilbert_text_classification
|
2 |
file_name: config.yaml
|
3 |
task: text_classification
|
4 |
-
num_labels:
|
5 |
id2label:
|
6 |
0: negative
|
7 |
1: positive
|
|
|
1 |
name: distilbert_text_classification
|
2 |
file_name: config.yaml
|
3 |
task: text_classification
|
4 |
+
num_labels: 3
|
5 |
id2label:
|
6 |
0: negative
|
7 |
1: positive
|