Titovs commited on
Commit
574c97f
1 Parent(s): de85ee0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -3
README.md CHANGED
@@ -1,3 +1,29 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ # Model summary
6
+
7
+ This is CodeLlama model fine-tuned on Kotlin Exercices dataset.
8
+
9
+ # Training setup
10
+
11
+ The model was trained on one A100 GPU with following hyperparameters:
12
+
13
+ # Fine-tuning data
14
+
15
+ For this model we used 15K exmaples of Kotlin Exercices dataset. For more information about the dataset follow th link.
16
+
17
+ # Evaluation
18
+
19
+ To evaluate we used Kotlin Humaneval (more infromation here)
20
+
21
+ Fine-tuned model:
22
+
23
+ *Kotlin Humaneval: 42.24*
24
+ *Kotlin Compleation: 0.344*
25
+
26
+ Base model:
27
+
28
+ *Kotlin Humaneval: 26.89*
29
+ *Kotlin Compleation: 0.388*