Update README.md
Browse files
README.md
CHANGED
|
@@ -4,26 +4,10 @@ tags:
|
|
| 4 |
- sentence-transformers
|
| 5 |
- text-classification
|
| 6 |
- generated_from_setfit_trainer
|
| 7 |
-
metrics:
|
| 8 |
-
- accuracy
|
| 9 |
pipeline_tag: text-classification
|
| 10 |
library_name: setfit
|
| 11 |
inference: true
|
| 12 |
base_model: sentence-transformers/paraphrase-mpnet-base-v2
|
| 13 |
-
model-index:
|
| 14 |
-
- name: Information Content Classification using SetFit with Base sentence-transformers/paraphrase-mpnet-base-v2
|
| 15 |
-
results:
|
| 16 |
-
- task:
|
| 17 |
-
type: text-classification
|
| 18 |
-
name: Text Classification
|
| 19 |
-
dataset:
|
| 20 |
-
name: information_content_03042025
|
| 21 |
-
type: internal
|
| 22 |
-
split: test
|
| 23 |
-
metrics:
|
| 24 |
-
- type: accuracy
|
| 25 |
-
value: 0.975
|
| 26 |
-
name: Accuracy
|
| 27 |
---
|
| 28 |
|
| 29 |
|
|
@@ -106,4 +90,4 @@ pred_probability = model.predict_proba("Paris is in France")
|
|
| 106 |
year = {2022},
|
| 107 |
copyright = {Creative Commons Attribution 4.0 International}
|
| 108 |
}
|
| 109 |
-
```
|
|
|
|
| 4 |
- sentence-transformers
|
| 5 |
- text-classification
|
| 6 |
- generated_from_setfit_trainer
|
|
|
|
|
|
|
| 7 |
pipeline_tag: text-classification
|
| 8 |
library_name: setfit
|
| 9 |
inference: true
|
| 10 |
base_model: sentence-transformers/paraphrase-mpnet-base-v2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
|
|
|
|
| 90 |
year = {2022},
|
| 91 |
copyright = {Creative Commons Attribution 4.0 International}
|
| 92 |
}
|
| 93 |
+
```
|