BohdanPetryshyn commited on
Commit
2455b82
1 Parent(s): e5eee9c

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-doc-split
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/ldh2pl8q)
16
+ # codellama-7b-openapi-completion-ctx-lvl-fim-doc-split
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.4695
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.01
48
+ - training_steps: 1000
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:-----:|:----:|:---------------:|
54
+ | 0.3757 | 0.1 | 100 | 0.4760 |
55
+ | 0.3548 | 0.2 | 200 | 0.4652 |
56
+ | 0.369 | 0.3 | 300 | 0.4632 |
57
+ | 0.3006 | 0.4 | 400 | 0.4718 |
58
+ | 0.3316 | 0.5 | 500 | 0.4691 |
59
+ | 0.3577 | 0.6 | 600 | 0.4708 |
60
+ | 0.2885 | 0.7 | 700 | 0.4738 |
61
+ | 0.3365 | 0.8 | 800 | 0.4741 |
62
+ | 0.2498 | 0.9 | 900 | 0.4740 |
63
+ | 0.2992 | 1.0 | 1000 | 0.4695 |
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.0
72
+ - Tokenizers 0.19.1