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-ron with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="FrinzTheCoder/xlm-roberta-base-ron") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("FrinzTheCoder/xlm-roberta-base-ron")
model = AutoModelForSequenceClassification.from_pretrained("FrinzTheCoder/xlm-roberta-base-ron", device_map="auto")This model is a fine-tuned version of xlm-roberta-base on the None dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Binary | Precision | Recall |
|---|---|---|---|---|---|---|---|
| No log | 1.0 | 373 | 0.1728 | 0.7032 | 0.0 | 0.0 | 0.0 |
| 0.1771 | 2.0 | 746 | 0.1725 | 0.7032 | 0.0 | 0.0 | 0.0 |
| 0.1752 | 3.0 | 1119 | 0.1725 | 0.7032 | 0.0 | 0.0 | 0.0 |
| 0.1752 | 4.0 | 1492 | 0.1727 | 0.7032 | 0.0 | 0.0 | 0.0 |
Base model
FacebookAI/xlm-roberta-base