Instructions to use contemmcm/4fce746dbbb1655697d13a2445ee1bc0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use contemmcm/4fce746dbbb1655697d13a2445ee1bc0 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="contemmcm/4fce746dbbb1655697d13a2445ee1bc0")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("contemmcm/4fce746dbbb1655697d13a2445ee1bc0") model = AutoModelForSequenceClassification.from_pretrained("contemmcm/4fce746dbbb1655697d13a2445ee1bc0") - Notebooks
- Google Colab
- Kaggle
4fce746dbbb1655697d13a2445ee1bc0
This model is a fine-tuned version of studio-ousia/luke-japanese-large-lite on the google/boolq dataset. It achieves the following results on the evaluation set:
- Loss: 0.6640
- Data Size: 1.0
- Epoch Runtime: 62.4899
- Accuracy: 0.6213
- F1 Macro: 0.3832
- Rouge1: 0.6213
- Rouge2: 0.0
- Rougel: 0.6207
- Rougelsum: 0.6210
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.7025 | 0 | 6.1282 | 0.4139 | 0.3798 | 0.4139 | 0.0 | 0.4139 | 0.4142 |
| No log | 1 | 294 | 0.7872 | 0.0078 | 7.2891 | 0.6213 | 0.3832 | 0.6213 | 0.0 | 0.6207 | 0.6210 |
| No log | 2 | 588 | 0.6695 | 0.0156 | 7.6470 | 0.6213 | 0.3832 | 0.6213 | 0.0 | 0.6207 | 0.6210 |
| No log | 3 | 882 | 0.6645 | 0.0312 | 9.1103 | 0.6213 | 0.3832 | 0.6213 | 0.0 | 0.6207 | 0.6210 |
| 0.028 | 4 | 1176 | 0.6658 | 0.0625 | 11.5854 | 0.6213 | 0.3832 | 0.6213 | 0.0 | 0.6207 | 0.6210 |
| 0.0554 | 5 | 1470 | 0.6709 | 0.125 | 15.0434 | 0.6213 | 0.3832 | 0.6213 | 0.0 | 0.6207 | 0.6210 |
| 0.0969 | 6 | 1764 | 0.6874 | 0.25 | 21.8803 | 0.6213 | 0.3832 | 0.6213 | 0.0 | 0.6207 | 0.6210 |
| 0.6683 | 7 | 2058 | 0.6637 | 0.5 | 35.8545 | 0.6213 | 0.3832 | 0.6213 | 0.0 | 0.6207 | 0.6210 |
| 0.6618 | 8.0 | 2352 | 0.6665 | 1.0 | 64.8363 | 0.6213 | 0.3832 | 0.6213 | 0.0 | 0.6207 | 0.6210 |
| 0.6776 | 9.0 | 2646 | 0.6668 | 1.0 | 62.8932 | 0.6213 | 0.3832 | 0.6213 | 0.0 | 0.6207 | 0.6210 |
| 0.6729 | 10.0 | 2940 | 0.6668 | 1.0 | 64.1422 | 0.6213 | 0.3832 | 0.6213 | 0.0 | 0.6207 | 0.6210 |
| 0.6757 | 11.0 | 3234 | 0.6640 | 1.0 | 62.4899 | 0.6213 | 0.3832 | 0.6213 | 0.0 | 0.6207 | 0.6210 |
Framework versions
- Transformers 4.57.0
- Pytorch 2.8.0+cu128
- Datasets 4.3.0
- Tokenizers 0.22.1
- Downloads last month
- 1
Model tree for contemmcm/4fce746dbbb1655697d13a2445ee1bc0
Base model
studio-ousia/luke-japanese-large-lite