Instructions to use DataMuncher-Labs/SC-800k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DataMuncher-Labs/SC-800k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="DataMuncher-Labs/SC-800k")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("DataMuncher-Labs/SC-800k", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ tags:
|
|
| 16 |
- EN
|
| 17 |
- en
|
| 18 |
---
|
| 19 |
-
## SpamClass
|
| 20 |
- acc=0.8833775713337757
|
| 21 |
- prec=0.8754008245533669
|
| 22 |
- rec=0.8159692570452605
|
|
|
|
| 16 |
- EN
|
| 17 |
- en
|
| 18 |
---
|
| 19 |
+
## SpamClass 800k
|
| 20 |
- acc=0.8833775713337757
|
| 21 |
- prec=0.8754008245533669
|
| 22 |
- rec=0.8159692570452605
|