Model save
Browse files- README.md +10 -7
- config.json +3 -2
- eval_loss_plot.png +0 -0
- eval_ndcg@25_plot.png +0 -0
- model.safetensors +1 -1
- train_loss_plot.png +0 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -16,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
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.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: -
|
20 |
-
- Ndcg: 0.
|
21 |
-
- Ndcg@25: 0.
|
22 |
-
- Precision@25: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -46,15 +46,18 @@ The following hyperparameters were used during training:
|
|
46 |
- total_train_batch_size: 4
|
47 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: linear
|
49 |
-
- num_epochs:
|
50 |
- mixed_precision_training: Native AMP
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Ndcg | Ndcg@25 | Precision@25 |
|
55 |
|:-------------------------:|:------:|:----:|:------------------------:|:------:|:-------:|:------------:|
|
56 |
-
| -
|
57 |
-
| -
|
|
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
16 |
|
17 |
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.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: -438158728757996992.0000
|
20 |
+
- Ndcg: 0.9571
|
21 |
+
- Ndcg@25: 0.8843
|
22 |
+
- Precision@25: 0.9634
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
46 |
- total_train_batch_size: 4
|
47 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: linear
|
49 |
+
- num_epochs: 5
|
50 |
- mixed_precision_training: Native AMP
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Ndcg | Ndcg@25 | Precision@25 |
|
55 |
|:-------------------------:|:------:|:----:|:------------------------:|:------:|:-------:|:------------:|
|
56 |
+
| -1114019463802178816.0000 | 1.0 | 44 | -109312091402722160.0000 | 0.9555 | 0.2112 | 0.0 |
|
57 |
+
| -97186389406882208.0000 | 2.0 | 88 | -332415755916448320.0000 | 0.9562 | 0.7834 | 0.5920 |
|
58 |
+
| -1330305825467111936.0000 | 3.0 | 132 | -391117015460168128.0000 | 0.9569 | 0.8217 | 0.9086 |
|
59 |
+
| -355019110469337088.0000 | 4.0 | 176 | -415820224368131648.0000 | 0.9570 | 0.8829 | 0.9360 |
|
60 |
+
| -4554729996694637568.0000 | 4.9017 | 215 | -438158728757996992.0000 | 0.9571 | 0.8843 | 0.9634 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
config.json
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
{
|
|
|
2 |
"_name_or_path": "mistralai/Mistral-7B-Instruct-v0.3",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 1,
|
@@ -15925,7 +15926,7 @@
|
|
15925 |
"rope_theta": 1000000.0,
|
15926 |
"sliding_window": null,
|
15927 |
"tie_word_embeddings": false,
|
15928 |
-
"torch_dtype": "
|
15929 |
"transformers_version": "4.49.0",
|
15930 |
"use_cache": true,
|
15931 |
"vocab_size": 32768
|
|
|
1 |
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
"_name_or_path": "mistralai/Mistral-7B-Instruct-v0.3",
|
4 |
"architectures": [
|
5 |
+
"MistralForCausalLM"
|
6 |
],
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 1,
|
|
|
15926 |
"rope_theta": 1000000.0,
|
15927 |
"sliding_window": null,
|
15928 |
"tie_word_embeddings": false,
|
15929 |
+
"torch_dtype": "bfloat16",
|
15930 |
"transformers_version": "4.49.0",
|
15931 |
"use_cache": true,
|
15932 |
"vocab_size": 32768
|
eval_loss_plot.png
CHANGED
![]() |
![]() |
eval_ndcg@25_plot.png
CHANGED
![]() |
![]() |
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4323010659
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:824e8dcfabe8eae13306b90a911c7f499c28893007d76063323f973640afd0c7
|
3 |
size 4323010659
|
train_loss_plot.png
CHANGED
![]() |
![]() |
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1fc47b549caf15a57335bc06d3f9bf5336c1c0e7e1b99706a201d3e85dcb710
|
3 |
size 5432
|