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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 700
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267844872
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b086ef2429d0d95644f718f43793bfe2eaa98b3f60bb5a958026426e2d4f99e
|
| 3 |
size 267844872
|
runs/Mar11_03-12-38_1550443a5b04/events.out.tfevents.1710126767.1550443a5b04.3686.1
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:49df90dc6b516a6b4b7c73d1873085084887980ae08aeb6dfe4454278250c37a
|
| 3 |
+
size 7497
|