bilkultheek
commited on
Model save
Browse files- README.md +6 -13
- adapter_model.safetensors +1 -1
- tokenizer.json +1 -3
- training_args.bin +1 -1
README.md
CHANGED
@@ -6,23 +6,16 @@ tags:
|
|
6 |
- sft
|
7 |
- generated_from_trainer
|
8 |
model-index:
|
9 |
-
- name: Cold-
|
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 |
-
# Cold-
|
17 |
|
18 |
This model is a fine-tuned version of [NousResearch/Llama-2-7b-hf](https://huggingface.co/NousResearch/Llama-2-7b-hf) on the None dataset.
|
19 |
-
It achieves the following results on the evaluation set:
|
20 |
-
- eval_loss: 1.3661
|
21 |
-
- eval_runtime: 90.0594
|
22 |
-
- eval_samples_per_second: 1.11
|
23 |
-
- eval_steps_per_second: 0.044
|
24 |
-
- epoch: 5.76
|
25 |
-
- step: 36
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -41,16 +34,16 @@ More information needed
|
|
41 |
### Training hyperparameters
|
42 |
|
43 |
The following hyperparameters were used during training:
|
44 |
-
- learning_rate:
|
45 |
- train_batch_size: 16
|
46 |
-
- eval_batch_size:
|
47 |
- seed: 42
|
48 |
- gradient_accumulation_steps: 4
|
49 |
- total_train_batch_size: 64
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
-
- lr_scheduler_type:
|
52 |
- lr_scheduler_warmup_ratio: 0.03
|
53 |
-
- num_epochs:
|
54 |
|
55 |
### Framework versions
|
56 |
|
|
|
6 |
- sft
|
7 |
- generated_from_trainer
|
8 |
model-index:
|
9 |
+
- name: Cold-Data-LLama-2-7B
|
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 |
+
# Cold-Data-LLama-2-7B
|
17 |
|
18 |
This model is a fine-tuned version of [NousResearch/Llama-2-7b-hf](https://huggingface.co/NousResearch/Llama-2-7b-hf) on the None dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 2e-05
|
38 |
- train_batch_size: 16
|
39 |
+
- eval_batch_size: 16
|
40 |
- seed: 42
|
41 |
- gradient_accumulation_steps: 4
|
42 |
- total_train_batch_size: 64
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: cosine
|
45 |
- lr_scheduler_warmup_ratio: 0.03
|
46 |
+
- num_epochs: 2
|
47 |
|
48 |
### Framework versions
|
49 |
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 134267920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f4e69029b729a2ecafb8eed45797844a0b795161a8d3946272bdc9607a7b17d
|
3 |
size 134267920
|
tokenizer.json
CHANGED
@@ -7,9 +7,7 @@
|
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
-
"strategy":
|
11 |
-
"Fixed": 512
|
12 |
-
},
|
13 |
"direction": "Left",
|
14 |
"pad_to_multiple_of": null,
|
15 |
"pad_id": 0,
|
|
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
+
"strategy": "BatchLongest",
|
|
|
|
|
11 |
"direction": "Left",
|
12 |
"pad_to_multiple_of": null,
|
13 |
"pad_id": 0,
|
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:01e5f113bdcf55e4178ab97c72be49d141dd46dac20be7319363dbbf09d8d697
|
3 |
size 5432
|