NLP-AUEB/eurlex
Updated โข 574 โข 18
How to use muhtasham/bert-small-eurlex with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("muhtasham/bert-small-eurlex", dtype="auto")This model is a fine-tuned version of google/bert_uncased_L-4_H-512_A-8 on the eurlex 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 |
|---|---|---|---|
| 2.9536 | 1.5 | 1000 | 2.0670 |
| 2.0331 | 3.0 | 2000 | 1.7540 |
| 1.8046 | 4.5 | 3000 | 1.5993 |
| 1.678 | 6.0 | 4000 | 1.5039 |
| 1.6074 | 7.5 | 5000 | 1.4544 |
| 1.5664 | 8.99 | 6000 | 1.4260 |