Text Classification
Transformers
PyTorch
Safetensors
xlm-roberta
sequence-classification
xlm-roberta-base
faq
questions
text-embeddings-inference
Instructions to use timpal0l/xlm-roberta-base-faq-extractor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use timpal0l/xlm-roberta-base-faq-extractor with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="timpal0l/xlm-roberta-base-faq-extractor")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("timpal0l/xlm-roberta-base-faq-extractor") model = AutoModelForSequenceClassification.from_pretrained("timpal0l/xlm-roberta-base-faq-extractor", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 67e483f440a705a4bbfc874c5ec1e3cc01c7647ba4342fbb5327a4e1dc218d5f
- Size of remote file:
- 1.11 GB
- SHA256:
- 0252e96539ed8fd66dff2fb19aa2c10282ee8cf40212b8d9caabef7cf60304dd
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.