Text Classification
Transformers
Safetensors
English
bert
Generated from Trainer
sentiment_analysis
Eval Results (legacy)
text-embeddings-inference
Instructions to use cvnberk/crypto_sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cvnberk/crypto_sentiment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="cvnberk/crypto_sentiment")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("cvnberk/crypto_sentiment") model = AutoModelForSequenceClassification.from_pretrained("cvnberk/crypto_sentiment") - Notebooks
- Google Colab
- Kaggle
CK commited on
Commit ·
ff6a4e2
1
Parent(s): 7995ea1
Upload BertForSequenceClassification
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -34,4 +34,4 @@
|
|
| 34 |
"type_vocab_size": 2,
|
| 35 |
"use_cache": true,
|
| 36 |
"vocab_size": 30522
|
| 37 |
-
}
|
|
|
|
| 34 |
"type_vocab_size": 2,
|
| 35 |
"use_cache": true,
|
| 36 |
"vocab_size": 30522
|
| 37 |
+
}
|