Update config.json
Browse files- config.json +4 -1
config.json
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
|
|
|
|
|
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Unbabel/mfineweb-edu-classifier",
|
3 |
+
"auto_map": {
|
4 |
+
"AutoModelForSequenceClassification": "modeling_custom.DebertaV2ForSequenceClassification"
|
5 |
+
},
|
6 |
"architectures": [
|
7 |
"DebertaV2ForSequenceClassification"
|
8 |
],
|