SCP-Level Threats
Collection
A collection so dense of knowledge that it can trigger a mass extinction disaster. • 28 items • Updated
How to use FrinzTheCoder/xlm-roberta-base-yor with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="FrinzTheCoder/xlm-roberta-base-yor") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("FrinzTheCoder/xlm-roberta-base-yor")
model = AutoModelForSequenceClassification.from_pretrained("FrinzTheCoder/xlm-roberta-base-yor", device_map="auto")Base model
FacebookAI/xlm-roberta-base