Update README.md
Browse files
README.md
CHANGED
@@ -16,22 +16,16 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# MuseMistral-v3-35k
|
18 |
|
19 |
-
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
20 |
|
21 |
## Model description
|
22 |
|
23 |
-
|
24 |
-
|
25 |
-
## Intended uses & limitations
|
26 |
-
|
27 |
-
More information needed
|
28 |
-
|
29 |
-
## Training and evaluation data
|
30 |
-
|
31 |
-
More information needed
|
32 |
|
33 |
## Training procedure
|
34 |
|
|
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
@@ -45,10 +39,6 @@ The following hyperparameters were used during training:
|
|
45 |
- training_steps: 1000
|
46 |
- mixed_precision_training: Native AMP
|
47 |
|
48 |
-
### Training results
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
### Framework versions
|
53 |
|
54 |
- PEFT 0.7.1
|
|
|
16 |
|
17 |
# MuseMistral-v3-35k
|
18 |
|
19 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
20 |
|
21 |
## Model description
|
22 |
|
23 |
+
This model generates relatively average-sounding classical music in ABC notation with only 7B parameters and internet data related to ABC notation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
## Training procedure
|
26 |
|
27 |
+
Trained on free GPUs provided by Kaggle using Axolotl.
|
28 |
+
|
29 |
### Training hyperparameters
|
30 |
|
31 |
The following hyperparameters were used during training:
|
|
|
39 |
- training_steps: 1000
|
40 |
- mixed_precision_training: Native AMP
|
41 |
|
|
|
|
|
|
|
|
|
42 |
### Framework versions
|
43 |
|
44 |
- PEFT 0.7.1
|