Instructions to use pabagcha/roberta_crypto_profiling_task1_3_10_epochs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pabagcha/roberta_crypto_profiling_task1_3_10_epochs with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="pabagcha/roberta_crypto_profiling_task1_3_10_epochs")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("pabagcha/roberta_crypto_profiling_task1_3_10_epochs") model = AutoModelForSequenceClassification.from_pretrained("pabagcha/roberta_crypto_profiling_task1_3_10_epochs") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f20c265 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:075d4253fd3a488c12610772d66c05cad435fb251dca5fb1cf45427a66ce8ac6
size 3963
|