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-amh with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="FrinzTheCoder/xlm-roberta-base-amh") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("FrinzTheCoder/xlm-roberta-base-amh")
model = AutoModelForSequenceClassification.from_pretrained("FrinzTheCoder/xlm-roberta-base-amh", 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 |
|---|---|---|---|---|---|---|---|
| 0.1629 | 1.0 | 533 | 0.1619 | 0.6829 | 0.4559 | 0.3379 | 0.7005 |
| 0.1525 | 2.0 | 1066 | 0.1641 | 0.4427 | 0.3290 | 0.2132 | 0.7203 |
| 0.1487 | 3.0 | 1599 | 0.1486 | 0.7272 | 0.4498 | 0.3643 | 0.5879 |
| 0.137 | 4.0 | 2132 | 0.1441 | 0.7585 | 0.4666 | 0.4014 | 0.5569 |
Base model
FacebookAI/xlm-roberta-base