Update config.json
Browse files- config.json +3 -1
config.json
CHANGED
|
@@ -8,5 +8,7 @@
|
|
| 8 |
"use_sigmoid": true,
|
| 9 |
"label_order_path": "label_order.json",
|
| 10 |
"prototype_vector_path": "prototype_vectors",
|
| 11 |
-
"attention_vector_path": "attention_vectors"
|
|
|
|
|
|
|
| 12 |
}
|
|
|
|
| 8 |
"use_sigmoid": true,
|
| 9 |
"label_order_path": "label_order.json",
|
| 10 |
"prototype_vector_path": "prototype_vectors",
|
| 11 |
+
"attention_vector_path": "attention_vectors",
|
| 12 |
+
"prototype_vector_path": "model.safetensors",
|
| 13 |
+
"attention_vector_path": "model.safetensors"
|
| 14 |
}
|