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-chn with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="FrinzTheCoder/xlm-roberta-base-chn") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("FrinzTheCoder/xlm-roberta-base-chn")
model = AutoModelForSequenceClassification.from_pretrained("FrinzTheCoder/xlm-roberta-base-chn", 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 | 397 | 0.1365 | 0.8182 | 0.4844 | 0.4713 | 0.4982 |
| 0.1411 | 2.0 | 794 | 0.1133 | 0.8210 | 0.5375 | 0.4825 | 0.6066 |
| 0.111 | 3.0 | 1191 | 0.1364 | 0.8655 | 0.5929 | 0.6158 | 0.5717 |
| 0.0802 | 4.0 | 1588 | 0.1099 | 0.8201 | 0.5729 | 0.4830 | 0.7040 |
Base model
FacebookAI/xlm-roberta-base