Text Classification
Transformers
Safetensors
English
emcoder
feature-extraction
emotion-recognition
bayesian-deep-learning
mc-dropout
uncertainty-quantification
multi-label-classification
custom_code
Eval Results (legacy)
Instructions to use yezdata/EmCoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yezdata/EmCoder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="yezdata/EmCoder", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("yezdata/EmCoder", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -30,13 +30,13 @@ model-index:
|
|
| 30 |
metrics:
|
| 31 |
- name: Macro F1
|
| 32 |
type: f1
|
| 33 |
-
value: 0.
|
| 34 |
- name: Macro Precision
|
| 35 |
type: precision
|
| 36 |
-
value: 0.
|
| 37 |
- name: Macro Recall
|
| 38 |
type: recall
|
| 39 |
-
value: 0.
|
| 40 |
---
|
| 41 |
|
| 42 |
# EmCoder
|
|
|
|
| 30 |
metrics:
|
| 31 |
- name: Macro F1
|
| 32 |
type: f1
|
| 33 |
+
value: 0.447
|
| 34 |
- name: Macro Precision
|
| 35 |
type: precision
|
| 36 |
+
value: 0.464
|
| 37 |
- name: Macro Recall
|
| 38 |
type: recall
|
| 39 |
+
value: 0.478
|
| 40 |
---
|
| 41 |
|
| 42 |
# EmCoder
|