uploaded readme
Browse files
README.md
ADDED
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Quantization made by Richard Erkhov.
|
2 |
+
|
3 |
+
[Github](https://github.com/RichardErkhov)
|
4 |
+
|
5 |
+
[Discord](https://discord.gg/pvy7H8DZMG)
|
6 |
+
|
7 |
+
[Request more models](https://github.com/RichardErkhov/quant_request)
|
8 |
+
|
9 |
+
|
10 |
+
Llama-2-7b-chat-hf - bnb 4bits
|
11 |
+
- Model creator: https://huggingface.co/ArashMarandi/
|
12 |
+
- Original model: https://huggingface.co/ArashMarandi/Llama-2-7b-chat-hf/
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
+
Original model description:
|
18 |
+
---
|
19 |
+
library_name: transformers
|
20 |
+
license: mit
|
21 |
+
base_model: EleutherAI/gpt-neo-1.3B
|
22 |
+
tags:
|
23 |
+
- generated_from_trainer
|
24 |
+
model-index:
|
25 |
+
- name: Llama-2-7b-chat-hf
|
26 |
+
results: []
|
27 |
+
---
|
28 |
+
|
29 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
30 |
+
should probably proofread and complete it, then remove this comment. -->
|
31 |
+
|
32 |
+
# Llama-2-7b-chat-hf
|
33 |
+
|
34 |
+
This model is a fine-tuned version of [EleutherAI/gpt-neo-1.3B](https://huggingface.co/EleutherAI/gpt-neo-1.3B) on an unknown dataset.
|
35 |
+
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.1051
|
37 |
+
|
38 |
+
## Model description
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Intended uses & limitations
|
43 |
+
|
44 |
+
More information needed
|
45 |
+
|
46 |
+
## Training and evaluation data
|
47 |
+
|
48 |
+
More information needed
|
49 |
+
|
50 |
+
## Training procedure
|
51 |
+
|
52 |
+
### Training hyperparameters
|
53 |
+
|
54 |
+
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 2e-05
|
56 |
+
- train_batch_size: 1
|
57 |
+
- eval_batch_size: 1
|
58 |
+
- seed: 42
|
59 |
+
- gradient_accumulation_steps: 4
|
60 |
+
- total_train_batch_size: 4
|
61 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
+
- lr_scheduler_type: linear
|
63 |
+
- num_epochs: 15
|
64 |
+
- mixed_precision_training: Native AMP
|
65 |
+
|
66 |
+
### Training results
|
67 |
+
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
69 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
70 |
+
| No log | 1.0 | 5 | 1.3871 |
|
71 |
+
| 3.5512 | 2.0 | 10 | 0.1261 |
|
72 |
+
| 3.5512 | 3.0 | 15 | 0.1115 |
|
73 |
+
| 0.1406 | 4.0 | 20 | 0.1050 |
|
74 |
+
| 0.1406 | 5.0 | 25 | 0.1016 |
|
75 |
+
| 0.0738 | 6.0 | 30 | 0.0973 |
|
76 |
+
| 0.0738 | 7.0 | 35 | 0.0974 |
|
77 |
+
| 0.0526 | 8.0 | 40 | 0.0992 |
|
78 |
+
| 0.0526 | 9.0 | 45 | 0.1030 |
|
79 |
+
| 0.025 | 10.0 | 50 | 0.1045 |
|
80 |
+
| 0.025 | 11.0 | 55 | 0.1055 |
|
81 |
+
| 0.0224 | 12.0 | 60 | 0.1059 |
|
82 |
+
| 0.0224 | 13.0 | 65 | 0.1054 |
|
83 |
+
| 0.0134 | 14.0 | 70 | 0.1051 |
|
84 |
+
| 0.0134 | 15.0 | 75 | 0.1051 |
|
85 |
+
|
86 |
+
|
87 |
+
### Framework versions
|
88 |
+
|
89 |
+
- Transformers 4.44.2
|
90 |
+
- Pytorch 2.4.0+cu121
|
91 |
+
- Datasets 3.0.0
|
92 |
+
- Tokenizers 0.19.1
|
93 |
+
|
94 |
+
|