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