Instructions to use contemmcm/8b1d66ddca58956996d6fa5bfd95ee43 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use contemmcm/8b1d66ddca58956996d6fa5bfd95ee43 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="contemmcm/8b1d66ddca58956996d6fa5bfd95ee43")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("contemmcm/8b1d66ddca58956996d6fa5bfd95ee43") model = AutoModelForSequenceClassification.from_pretrained("contemmcm/8b1d66ddca58956996d6fa5bfd95ee43", device_map="auto") - Notebooks
- Google Colab
- Kaggle
8b1d66ddca58956996d6fa5bfd95ee43
This model is a fine-tuned version of studio-ousia/luke-japanese-large on the nyu-mll/glue [mrpc] dataset. It achieves the following results on the evaluation set:
- Loss: 0.6390
- Data Size: 1.0
- Epoch Runtime: 26.2564
- Accuracy: 0.6651
- F1 Macro: 0.3994
- Rouge1: 0.6657
- Rouge2: 0.0
- Rougel: 0.6645
- Rougelsum: 0.6651
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 5e-05
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- distributed_type: multi-GPU
- num_devices: 4
- total_train_batch_size: 32
- total_eval_batch_size: 32
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: constant
- num_epochs: 50
Training results
| Training Loss | Epoch | Step | Validation Loss | Data Size | Epoch Runtime | Accuracy | F1 Macro | Rouge1 | Rouge2 | Rougel | Rougelsum |
|---|---|---|---|---|---|---|---|---|---|---|---|
| No log | 0 | 0 | 0.7110 | 0 | 3.2983 | 0.3679 | 0.3360 | 0.3673 | 0.0 | 0.3679 | 0.3673 |
| No log | 1 | 114 | 1.2424 | 0.0078 | 3.9562 | 0.6651 | 0.3994 | 0.6657 | 0.0 | 0.6645 | 0.6651 |
| No log | 2 | 228 | 0.6577 | 0.0156 | 4.5817 | 0.6651 | 0.3994 | 0.6657 | 0.0 | 0.6645 | 0.6651 |
| No log | 3 | 342 | 0.6541 | 0.0312 | 5.8517 | 0.6651 | 0.3994 | 0.6657 | 0.0 | 0.6645 | 0.6651 |
| 0.0222 | 4 | 456 | 0.6630 | 0.0625 | 7.1930 | 0.6651 | 0.3994 | 0.6657 | 0.0 | 0.6645 | 0.6651 |
| 0.0222 | 5 | 570 | 0.6695 | 0.125 | 9.2078 | 0.6651 | 0.3994 | 0.6657 | 0.0 | 0.6645 | 0.6651 |
| 0.0222 | 6 | 684 | 0.6389 | 0.25 | 12.1167 | 0.6651 | 0.3994 | 0.6657 | 0.0 | 0.6645 | 0.6651 |
| 0.1573 | 7 | 798 | 0.6429 | 0.5 | 17.0812 | 0.6651 | 0.3994 | 0.6657 | 0.0 | 0.6645 | 0.6651 |
| 0.6526 | 8.0 | 912 | 0.6447 | 1.0 | 27.9098 | 0.6651 | 0.3994 | 0.6657 | 0.0 | 0.6645 | 0.6651 |
| 0.6482 | 9.0 | 1026 | 0.6376 | 1.0 | 26.1627 | 0.6651 | 0.3994 | 0.6657 | 0.0 | 0.6645 | 0.6651 |
| 0.6324 | 10.0 | 1140 | 0.6374 | 1.0 | 26.6972 | 0.6651 | 0.3994 | 0.6657 | 0.0 | 0.6645 | 0.6651 |
| 0.6459 | 11.0 | 1254 | 0.6380 | 1.0 | 26.3247 | 0.6651 | 0.3994 | 0.6657 | 0.0 | 0.6645 | 0.6651 |
| 0.6387 | 12.0 | 1368 | 0.6415 | 1.0 | 26.3382 | 0.6651 | 0.3994 | 0.6657 | 0.0 | 0.6645 | 0.6651 |
| 0.6438 | 13.0 | 1482 | 0.6385 | 1.0 | 26.1716 | 0.6651 | 0.3994 | 0.6657 | 0.0 | 0.6645 | 0.6651 |
| 0.631 | 14.0 | 1596 | 0.6390 | 1.0 | 26.2564 | 0.6651 | 0.3994 | 0.6657 | 0.0 | 0.6645 | 0.6651 |
Framework versions
- Transformers 4.57.0
- Pytorch 2.8.0+cu128
- Datasets 4.3.0
- Tokenizers 0.22.1
- Downloads last month
- 4
Model tree for contemmcm/8b1d66ddca58956996d6fa5bfd95ee43
Base model
studio-ousia/luke-japanese-large