rexarski/TCFD_disclosure
Viewer • Updated • 593 • 38 • 1
How to use rexarski/distilroberta-tcfd-disclosure with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="rexarski/distilroberta-tcfd-disclosure") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("rexarski/distilroberta-tcfd-disclosure")
model = AutoModelForSequenceClassification.from_pretrained("rexarski/distilroberta-tcfd-disclosure")This model is a fine-tuned version of distilroberta-base on an unknown 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 |
|---|---|---|---|
| No log | 1.0 | 5 | 2.3837 |
| 2.3918 | 2.0 | 10 | 2.3787 |
| 2.3918 | 3.0 | 15 | 2.3704 |
| 2.3754 | 4.0 | 20 | 2.3623 |
| 2.3754 | 5.0 | 25 | 2.3396 |
| 2.2976 | 6.0 | 30 | 2.2599 |
| 2.2976 | 7.0 | 35 | 2.1095 |
| 2.0439 | 8.0 | 40 | 2.0184 |
| 2.0439 | 9.0 | 45 | 1.9059 |
| 1.6799 | 10.0 | 50 | 1.8469 |
| 1.6799 | 11.0 | 55 | 1.8089 |
| 1.2948 | 12.0 | 60 | 1.7263 |
| 1.2948 | 13.0 | 65 | 1.7250 |
| 0.9621 | 14.0 | 70 | 1.8106 |
| 0.9621 | 15.0 | 75 | 1.8073 |
| 0.7356 | 16.0 | 80 | 1.8681 |
Base model
distilbert/distilroberta-base