Dynosaur commited on
Commit
d846381
1 Parent(s): c8a85a8

Model save

Browse files
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ base_model: meta-llama/Llama-2-7b-chat-hf
4
+ tags:
5
+ - trl
6
+ - sft
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: androidcontrol-baseline-2560-llama2
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
+ # androidcontrol-baseline-2560-llama2
17
+
18
+ This model is a fine-tuned version of [meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) on an unknown dataset.
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 2e-05
38
+ - train_batch_size: 2
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - distributed_type: multi-GPU
42
+ - num_devices: 8
43
+ - gradient_accumulation_steps: 8
44
+ - total_train_batch_size: 128
45
+ - total_eval_batch_size: 64
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: cosine
48
+ - lr_scheduler_warmup_ratio: 0.1
49
+ - num_epochs: 2
50
+
51
+ ### Training results
52
+
53
+
54
+
55
+ ### Framework versions
56
+
57
+ - Transformers 4.43.2
58
+ - Pytorch 2.4.0+cu121
59
+ - Datasets 2.20.0
60
+ - Tokenizers 0.19.1
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.9978030025631637,
3
+ "total_flos": 612552856354816.0,
4
+ "train_loss": 0.16333763612996885,
5
+ "train_runtime": 7219.9243,
6
+ "train_samples": 87385,
7
+ "train_samples_per_second": 24.207,
8
+ "train_steps_per_second": 0.189
9
+ }
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 1,
3
+ "do_sample": true,
4
+ "eos_token_id": 2,
5
+ "max_length": 4096,
6
+ "pad_token_id": 0,
7
+ "temperature": 0.6,
8
+ "top_p": 0.9,
9
+ "transformers_version": "4.43.2"
10
+ }
runs/Jul25_01-32-19_node-0/events.out.tfevents.1721896593.node-0.3497.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d95b4ceb363dd691e9fc79abf167fc81295ee7ba12e0ab0dbb793465eeb9d73b
3
- size 292412
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:892a33cfd964489014988a7c14574bcf2f9f0c7481a0196ea780d9057f1b40fe
3
+ size 292766
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.9978030025631637,
3
+ "total_flos": 612552856354816.0,
4
+ "train_loss": 0.16333763612996885,
5
+ "train_runtime": 7219.9243,
6
+ "train_samples": 87385,
7
+ "train_samples_per_second": 24.207,
8
+ "train_steps_per_second": 0.189
9
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff