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-arq with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="FrinzTheCoder/xlm-roberta-base-arq") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("FrinzTheCoder/xlm-roberta-base-arq")
model = AutoModelForSequenceClassification.from_pretrained("FrinzTheCoder/xlm-roberta-base-arq", 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 | 135 | 0.1756 | 0.2947 | 0.4552 | 0.2947 | 1.0 |
| No log | 2.0 | 270 | 0.1750 | 0.2947 | 0.4552 | 0.2947 | 1.0 |
| No log | 3.0 | 405 | 0.1726 | 0.7053 | 0.0 | 0.0 | 0.0 |
| 0.1751 | 4.0 | 540 | 0.1733 | 0.2947 | 0.4552 | 0.2947 | 1.0 |
Base model
FacebookAI/xlm-roberta-base