Update README.md
Browse files
README.md
CHANGED
@@ -11,27 +11,31 @@ model-index:
|
|
11 |
results: []
|
12 |
---
|
13 |
|
14 |
-
|
15 |
-
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
# gemma-prompt
|
18 |
|
19 |
-
This model is a fine-tuned version of [google/gemma-2b](https://huggingface.co/google/gemma-2b) on
|
|
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
23 |
-
|
24 |
|
25 |
## Intended uses & limitations
|
26 |
|
27 |
-
|
28 |
|
29 |
## Training and evaluation data
|
30 |
|
31 |
-
|
32 |
|
33 |
## Training procedure
|
34 |
|
|
|
|
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
|
|
11 |
results: []
|
12 |
---
|
13 |
|
14 |
+
|
|
|
15 |
|
16 |
# gemma-prompt
|
17 |
|
18 |
+
This model is a fine-tuned version of [google/gemma-2b](https://huggingface.co/google/gemma-2b) on 2 datasets- dolly-15k for general knowledge and a curated m-a-p/MusicPile
|
19 |
+
|
20 |
+
|
21 |
|
22 |
## Model description
|
23 |
|
24 |
+
This model is a completed trained model used for music knowledge and prompt automation from musical vibes.
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|
28 |
+
Intended use for the model is to have it generate prompts for music that takes into account elements of the surrounding environment, such as the types of buildings nearby, the weather, time of day, and nearby landmarks.
|
29 |
|
30 |
## Training and evaluation data
|
31 |
|
32 |
+
The datasets used to help train the model are the dolly-15k dataset for general purpose of answering questions and following commands, and a second curated m-a-p/MusicPile data used to fine-tune the model specifically for musical vibe and descriptions of different objects, places, and things. We evaluate our model using a portion of the m-a-p/MusicPile.
|
33 |
|
34 |
## Training procedure
|
35 |
|
36 |
+
Split dataset from MusicPile to focus on distilled music knowledge
|
37 |
+
Used dolly for general finetuning
|
38 |
+
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|