BohdanPetryshyn commited on
Commit
8978563
1 Parent(s): 9a5624c

Model save

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: codellama/CodeLlama-7b-hf
7
+ model-index:
8
+ - name: codellama-7b-openapi-completion-ctx-lvl-fim-05-spm
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
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/bohdan-petryshyn/huggingface/runs/a3t18tyv)
16
+ # codellama-7b-openapi-completion-ctx-lvl-fim-05-spm
17
+
18
+ This model is a fine-tuned version of [codellama/CodeLlama-7b-hf](https://huggingface.co/codellama/CodeLlama-7b-hf) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.5049
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 0.0002
40
+ - train_batch_size: 4
41
+ - eval_batch_size: 4
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 8
44
+ - total_train_batch_size: 32
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: cosine
47
+ - lr_scheduler_warmup_ratio: 0.05
48
+ - training_steps: 1000
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:-----:|:----:|:---------------:|
54
+ | 0.4019 | 0.1 | 100 | 0.5064 |
55
+ | 0.4417 | 0.2 | 200 | 0.4935 |
56
+ | 0.7181 | 0.3 | 300 | 0.4962 |
57
+ | 0.2782 | 0.4 | 400 | 0.5002 |
58
+ | 0.5151 | 0.5 | 500 | 0.5026 |
59
+ | 0.3643 | 0.6 | 600 | 0.4996 |
60
+ | 0.2471 | 0.7 | 700 | 0.5100 |
61
+ | 0.3819 | 0.8 | 800 | 0.4980 |
62
+ | 0.2112 | 0.9 | 900 | 0.5002 |
63
+ | 0.0892 | 1.0 | 1000 | 0.5049 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - PEFT 0.10.1.dev0
69
+ - Transformers 4.41.0.dev0
70
+ - Pytorch 2.2.2+cu121
71
+ - Datasets 2.19.1
72
+ - Tokenizers 0.19.1