anamhira commited on
Commit
24785c4
1 Parent(s): 780b7fc

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: lora-alpaca-gss-large
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # lora-alpaca-gss-large
14
+
15
+ This model is a fine-tuned version of [decapoda-research/llama-7b-hf](https://huggingface.co/decapoda-research/llama-7b-hf) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 2.9040
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 0.0003
37
+ - train_batch_size: 4
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - gradient_accumulation_steps: 32
41
+ - total_train_batch_size: 128
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - lr_scheduler_warmup_steps: 100
45
+ - num_epochs: 3
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+
51
+
52
+ ### Framework versions
53
+
54
+ - Transformers 4.28.0.dev0
55
+ - Pytorch 1.13.1+cu116
56
+ - Datasets 2.10.1
57
+ - Tokenizers 0.13.2
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f843a3a4838d652bedb5c654e47b92ac47756183988e07ce5ff681fb43a082a
3
+ size 16822989
runs/Mar18_22-05-37_b0763f49a23d/1679177145.7499044/events.out.tfevents.1679177145.b0763f49a23d.5466.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73ff07af7e8df4a68b55628f436dc28ee3b7ab01cfd1fc95cda6583feb2aa722
3
+ size 5811
runs/Mar18_22-05-37_b0763f49a23d/events.out.tfevents.1679177145.b0763f49a23d.5466.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dbdd056e606e3ea698c35ec437bea8510a762ea3ae1e2cead7d8b68de59976b
3
+ size 4210
runs/Mar18_22-05-37_b0763f49a23d/events.out.tfevents.1679177386.b0763f49a23d.5466.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f394fa72b7e869102e353f9a6a7b073c246a7724201cccb3e82fc742af409ad8
3
+ size 306
special_tokens_map.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "pad_token": "<unk>"
3
+ }
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
tokenizer_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "",
3
+ "eos_token": "",
4
+ "model_max_length": 1000000000000000019884624838656,
5
+ "special_tokens_map_file": "/root/.cache/huggingface/hub/models--decapoda-research--llama-7b-hf/snapshots/5f98eefcc80e437ef68d457ad7bf167c2c6a1348/special_tokens_map.json",
6
+ "tokenizer_class": "LlamaTokenizer",
7
+ "unk_token": ""
8
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d06dde06398197e98e445e759bf925134b1373e00b20f35293b7a47543a0c501
3
+ size 3643