Instructions to use thu-coai/roberta-base-cold with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thu-coai/roberta-base-cold with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="thu-coai/roberta-base-cold")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("thu-coai/roberta-base-cold") model = AutoModelForSequenceClassification.from_pretrained("thu-coai/roberta-base-cold", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- a3036748a182465c6c73e76a19ab8fccbaee1b58c793678da6611059834371e2
- Size of remote file:
- 409 MB
- SHA256:
- 3be25d1120a92ddf094a9badee6871d398f1459516460ff306bf0f3c9c97e999
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.