Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,33 @@
|
|
1 |
---
|
2 |
-
library_name:
|
|
|
|
|
|
|
|
|
3 |
tags:
|
4 |
-
-
|
|
|
|
|
|
|
|
|
5 |
inference: True
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# Model Card for Model ID
|
|
|
1 |
---
|
2 |
+
library_name: setfit
|
3 |
+
metrics:
|
4 |
+
- f1
|
5 |
+
- accuracy
|
6 |
+
pipeline_tag: text-classification
|
7 |
tags:
|
8 |
+
- setfit
|
9 |
+
- sentence-transformers
|
10 |
+
- text-classification
|
11 |
+
- generated_from_setfit_trainer
|
12 |
+
widget: []
|
13 |
inference: True
|
14 |
+
model-index:
|
15 |
+
- name: SetFit
|
16 |
+
results:
|
17 |
+
- task:
|
18 |
+
type: text-classification
|
19 |
+
name: Text Classification
|
20 |
+
dataset:
|
21 |
+
name: Unknown
|
22 |
+
type: unknown
|
23 |
+
split: test
|
24 |
+
metrics:
|
25 |
+
- type: f1
|
26 |
+
value: 0.9411764705882353
|
27 |
+
name: F1
|
28 |
+
- type: accuracy
|
29 |
+
value: 0.9743589743589743
|
30 |
+
name: Accuracy
|
31 |
---
|
32 |
|
33 |
# Model Card for Model ID
|