Instructions to use Only-Mike/dk_emotion_bert_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Only-Mike/dk_emotion_bert_2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Only-Mike/dk_emotion_bert_2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Only-Mike/dk_emotion_bert_2") model = AutoModelForSequenceClassification.from_pretrained("Only-Mike/dk_emotion_bert_2") - Notebooks
- Google Colab
- Kaggle
Upload BertForSequenceClassification
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 442628277
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d8c81bed929a60e661719bebbadfa91bc50666e9cef4a34c01bf51e46a2e5cd
|
| 3 |
size 442628277
|