Text Classification
Transformers
PyTorch
Safetensors
English
xlm-roberta
Trained with AutoTrain
text-embeddings-inference
Instructions to use AyoubChLin/XLMRoberta-large-bbc_news with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AyoubChLin/XLMRoberta-large-bbc_news with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AyoubChLin/XLMRoberta-large-bbc_news")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AyoubChLin/XLMRoberta-large-bbc_news") model = AutoModelForSequenceClassification.from_pretrained("AyoubChLin/XLMRoberta-large-bbc_news") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 919657d3b0844715e814cbb3de4e727ef558a55c7ef80475f3089746aa2cb53d
- Size of remote file:
- 17.1 MB
- SHA256:
- affcfb1f45c4b14a70a6589c3d153b430ed4309e5a6613a88dab64d5a923a5d6
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.