Instructions to use reallycarlaost/emobert-single-binary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use reallycarlaost/emobert-single-binary with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="reallycarlaost/emobert-single-binary")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("reallycarlaost/emobert-single-binary") model = AutoModelForSequenceClassification.from_pretrained("reallycarlaost/emobert-single-binary", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
5ac0dca
1
Parent(s): ce99d20
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 433315181
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac311223d0ff94bf86eef03483c9036af26c64dfa5e0f418ba4d66157896c8b0
|
| 3 |
size 433315181
|
runs/May12_10-33-40_de1a9a056e21/events.out.tfevents.1652351760.de1a9a056e21.70.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:b0708eecafe32f8556c76030de8e6d2763e3640e35d6a2cb3bce976e41488e54
|
| 3 |
+
size 10415
|