BohdanPetryshyn commited on
Commit
1d52662
1 Parent(s): f63b93f

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-no-spm-inf-seq-4096
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/e9c2a4i4)
16
+ # codellama-7b-openapi-completion-ctx-lvl-fim-no-spm-inf-seq-4096
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.5167
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.4631 | 0.1 | 100 | 0.4945 |
55
+ | 0.343 | 0.2 | 200 | 0.4979 |
56
+ | 0.3397 | 0.3 | 300 | 0.4996 |
57
+ | 0.3424 | 0.4 | 400 | 0.4979 |
58
+ | 0.4474 | 0.5 | 500 | 0.5107 |
59
+ | 0.2682 | 0.6 | 600 | 0.5066 |
60
+ | 0.3116 | 0.7 | 700 | 0.5159 |
61
+ | 0.3161 | 0.8 | 800 | 0.5126 |
62
+ | 0.3364 | 0.9 | 900 | 0.5163 |
63
+ | 0.3115 | 1.0 | 1000 | 0.5167 |
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