Model save
Browse files
README.md
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama2
|
3 |
+
base_model: meta-llama/Llama-2-7b-hf
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: lmind_hotpot_train8000_eval7405_v1_qa_3e-5_lora2
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# lmind_hotpot_train8000_eval7405_v1_qa_3e-5_lora2
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 2.9797
|
21 |
+
- Accuracy: 0.5824
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 3e-05
|
41 |
+
- train_batch_size: 2
|
42 |
+
- eval_batch_size: 2
|
43 |
+
- seed: 42
|
44 |
+
- distributed_type: multi-GPU
|
45 |
+
- num_devices: 4
|
46 |
+
- gradient_accumulation_steps: 4
|
47 |
+
- total_train_batch_size: 32
|
48 |
+
- total_eval_batch_size: 8
|
49 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
+
- lr_scheduler_type: constant
|
51 |
+
- lr_scheduler_warmup_ratio: 0.05
|
52 |
+
- num_epochs: 20.0
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
58 |
+
| 1.8255 | 1.0 | 250 | 1.8392 | 0.6054 |
|
59 |
+
| 1.7368 | 2.0 | 500 | 1.8111 | 0.6078 |
|
60 |
+
| 1.6689 | 3.0 | 750 | 1.8103 | 0.6075 |
|
61 |
+
| 1.5555 | 4.0 | 1000 | 1.8414 | 0.6067 |
|
62 |
+
| 1.4559 | 5.0 | 1250 | 1.8992 | 0.6038 |
|
63 |
+
| 1.3514 | 6.0 | 1500 | 1.9584 | 0.6018 |
|
64 |
+
| 1.2491 | 7.0 | 1750 | 2.0300 | 0.6000 |
|
65 |
+
| 1.1749 | 8.0 | 2000 | 2.1051 | 0.5982 |
|
66 |
+
| 1.0769 | 9.0 | 2250 | 2.1948 | 0.5954 |
|
67 |
+
| 1.0134 | 10.0 | 2500 | 2.2515 | 0.5943 |
|
68 |
+
| 0.9209 | 11.0 | 2750 | 2.3421 | 0.5921 |
|
69 |
+
| 0.8636 | 12.0 | 3000 | 2.4443 | 0.5905 |
|
70 |
+
| 0.7866 | 13.0 | 3250 | 2.5574 | 0.588 |
|
71 |
+
| 0.7448 | 14.0 | 3500 | 2.5800 | 0.5867 |
|
72 |
+
| 0.6709 | 15.0 | 3750 | 2.6912 | 0.5846 |
|
73 |
+
| 0.6439 | 16.0 | 4000 | 2.7546 | 0.5853 |
|
74 |
+
| 0.5869 | 17.0 | 4250 | 2.7997 | 0.5831 |
|
75 |
+
| 0.5596 | 18.0 | 4500 | 2.8435 | 0.5833 |
|
76 |
+
| 0.5205 | 19.0 | 4750 | 2.9510 | 0.5833 |
|
77 |
+
| 0.5045 | 20.0 | 5000 | 2.9797 | 0.5824 |
|
78 |
+
|
79 |
+
|
80 |
+
### Framework versions
|
81 |
+
|
82 |
+
- Transformers 4.34.0
|
83 |
+
- Pytorch 2.1.0+cu121
|
84 |
+
- Datasets 2.18.0
|
85 |
+
- Tokenizers 0.14.1
|