ArashMarandi
commited on
Commit
•
7fdc63d
1
Parent(s):
f972bbc
Model save
Browse files- README.md +75 -0
- generation_config.json +6 -0
README.md
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
base_model: EleutherAI/gpt-neo-1.3B
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: Llama-2-7b-chat-hf
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# Llama-2-7b-chat-hf
|
16 |
+
|
17 |
+
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.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.1051
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 2e-05
|
39 |
+
- train_batch_size: 1
|
40 |
+
- eval_batch_size: 1
|
41 |
+
- seed: 42
|
42 |
+
- gradient_accumulation_steps: 4
|
43 |
+
- total_train_batch_size: 4
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 15
|
47 |
+
- mixed_precision_training: Native AMP
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
+
| No log | 1.0 | 5 | 1.3871 |
|
54 |
+
| 3.5512 | 2.0 | 10 | 0.1261 |
|
55 |
+
| 3.5512 | 3.0 | 15 | 0.1115 |
|
56 |
+
| 0.1406 | 4.0 | 20 | 0.1050 |
|
57 |
+
| 0.1406 | 5.0 | 25 | 0.1016 |
|
58 |
+
| 0.0738 | 6.0 | 30 | 0.0973 |
|
59 |
+
| 0.0738 | 7.0 | 35 | 0.0974 |
|
60 |
+
| 0.0526 | 8.0 | 40 | 0.0992 |
|
61 |
+
| 0.0526 | 9.0 | 45 | 0.1030 |
|
62 |
+
| 0.025 | 10.0 | 50 | 0.1045 |
|
63 |
+
| 0.025 | 11.0 | 55 | 0.1055 |
|
64 |
+
| 0.0224 | 12.0 | 60 | 0.1059 |
|
65 |
+
| 0.0224 | 13.0 | 65 | 0.1054 |
|
66 |
+
| 0.0134 | 14.0 | 70 | 0.1051 |
|
67 |
+
| 0.0134 | 15.0 | 75 | 0.1051 |
|
68 |
+
|
69 |
+
|
70 |
+
### Framework versions
|
71 |
+
|
72 |
+
- Transformers 4.44.2
|
73 |
+
- Pytorch 2.4.0+cu121
|
74 |
+
- Datasets 3.0.0
|
75 |
+
- Tokenizers 0.19.1
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 50256,
|
4 |
+
"eos_token_id": 50256,
|
5 |
+
"transformers_version": "4.44.2"
|
6 |
+
}
|