deb101's picture
Model save
f58b8bd verified
|
raw
history blame
2.24 kB
---
library_name: transformers
license: apache-2.0
base_model: mistralai/Mistral-7B-Instruct-v0.3
tags:
- generated_from_trainer
model-index:
- name: mistral-7b-instruct-v0.3-mimic4-adapt-l2r
results: []
---
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# mistral-7b-instruct-v0.3-mimic4-adapt-l2r
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.3](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3) on the None dataset.
It achieves the following results on the evaluation set:
- Loss: -438158728757996992.0000
- Ndcg: 0.9571
- Ndcg@25: 0.8843
- Precision@25: 0.9634
## 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: 0.0001
- train_batch_size: 1
- eval_batch_size: 1
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 4
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 5
- mixed_precision_training: Native AMP
### Training results
| Training Loss | Epoch | Step | Validation Loss | Ndcg | Ndcg@25 | Precision@25 |
|:-------------------------:|:------:|:----:|:------------------------:|:------:|:-------:|:------------:|
| -1114019463802178816.0000 | 1.0 | 44 | -109312091402722160.0000 | 0.9555 | 0.2112 | 0.0 |
| -97186389406882208.0000 | 2.0 | 88 | -332415755916448320.0000 | 0.9562 | 0.7834 | 0.5920 |
| -1330305825467111936.0000 | 3.0 | 132 | -391117015460168128.0000 | 0.9569 | 0.8217 | 0.9086 |
| -355019110469337088.0000 | 4.0 | 176 | -415820224368131648.0000 | 0.9570 | 0.8829 | 0.9360 |
| -4554729996694637568.0000 | 4.9017 | 215 | -438158728757996992.0000 | 0.9571 | 0.8843 | 0.9634 |
### Framework versions
- Transformers 4.49.0
- Pytorch 2.6.0
- Datasets 3.6.0
- Tokenizers 0.21.1