Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# godot_dodo_4x_60k_llama_7b
|
2 |
+
|
3 |
+
## Model details
|
4 |
+
|
5 |
+
|
6 |
+
|
7 |
+
Trained in April 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 |
+
|