Instructions to use NPCProgrammer/emo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NPCProgrammer/emo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="NPCProgrammer/emo")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("NPCProgrammer/emo") model = AutoModelForSequenceClassification.from_pretrained("NPCProgrammer/emo") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1200
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 46756216
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b36066332c1fa8ce9be146af61c58413611c390a0351c320a334fba8615df8e8
|
| 3 |
size 46756216
|
runs/Mar11_03-19-39_ec0f357ed92c/events.out.tfevents.1710127199.ec0f357ed92c.1142.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac6d5c9575f7ac7bd2cb7c59cf24e2f5a5f96484ee6e327c591271ea9dde9d21
|
| 3 |
+
size 9555
|