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-sun with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="FrinzTheCoder/xlm-roberta-base-sun") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("FrinzTheCoder/xlm-roberta-base-sun")
model = AutoModelForSequenceClassification.from_pretrained("FrinzTheCoder/xlm-roberta-base-sun", 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 | 139 | 0.1393 | 0.8405 | 0.6040 | 0.7297 | 0.5153 |
| No log | 2.0 | 278 | 0.1198 | 0.8297 | 0.6441 | 0.6357 | 0.6527 |
| No log | 3.0 | 417 | 0.1062 | 0.8009 | 0.6286 | 0.5616 | 0.7137 |
| 0.1037 | 4.0 | 556 | 0.1042 | 0.7901 | 0.6199 | 0.5413 | 0.7252 |
Base model
FacebookAI/xlm-roberta-base