minosu commited on
Commit
df54dda
1 Parent(s): e4de1b6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # godot_dodo_4x_60k_starcoder_15b_2ep
2
+
3
+ ## Model details
4
+
5
+
6
+
7
+ Trained in May 2023.
8
+
9
+ Godot-Dodo models are instruction-following models finetuned from LLaMA models.
10
+
11
+ Please refer to the README of the [GitHub repository](https://github.com/minosvasilias/godot-dodo) for detailed information.
12
+
13
+ ### Evaluation datasets
14
+
15
+ The model was evaluated using code instruction prompts. More details in the [GitHub repository](https://github.com/minosvasilias/godot-dodo).
16
+
17
+ ### Training dataset
18
+
19
+ The model was trained on a 60k rows instruction following dataset, which is released in the [Github repository](https://github.com/minosvasilias/godot-dodo).
20
+
21
+ ### Training parameters
22
+
23
+ For exact parameters used, please refer to [this page](https://github.com/minosvasilias/godot-dodo/tree/main/models/godot_dodo_4x_60k_starcoder_15b_2ep) in the GitHub repository.