Text Classification
Transformers
PyTorch
Safetensors
English
bert
Generated from Trainer
crypto
sentiment
analysis
text-embeddings-inference
Instructions to use kk08/CryptoBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kk08/CryptoBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="kk08/CryptoBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("kk08/CryptoBERT") model = AutoModelForSequenceClassification.from_pretrained("kk08/CryptoBERT") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
77af10d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:69391455f75a3f937422568da63fc3dcaebd269af2783cffd0a8ba022bfd8694
size 3579
|