Updating model card
Browse filesChanging details regarding model checkpoints
README.md
CHANGED
|
@@ -1,17 +1,15 @@
|
|
| 1 |
---
|
| 2 |
base_model: canopylabs/3b-es_it-ft-research_release
|
| 3 |
library_name: peft
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
-
|
| 8 |
-
- transformers
|
| 9 |
-
- unsloth
|
| 10 |
---
|
| 11 |
|
| 12 |
# Model Card for Model ID
|
| 13 |
|
| 14 |
-
|
| 15 |
|
| 16 |
|
| 17 |
|
|
@@ -19,17 +17,19 @@ tags:
|
|
| 19 |
|
| 20 |
### Model Description
|
| 21 |
|
| 22 |
-
|
| 23 |
|
|
|
|
| 24 |
|
|
|
|
| 25 |
|
| 26 |
-
- **Developed by:**
|
| 27 |
-
- **Funded by [optional]:**
|
| 28 |
- **Shared by [optional]:** [More Information Needed]
|
| 29 |
-
- **Model type:**
|
| 30 |
-
- **Language(s) (NLP):**
|
| 31 |
- **License:** [More Information Needed]
|
| 32 |
-
- **Finetuned from model [optional]:**
|
| 33 |
|
| 34 |
### Model Sources [optional]
|
| 35 |
|
|
@@ -89,7 +89,7 @@ Use the code below to get started with the model.
|
|
| 89 |
|
| 90 |
### Training Procedure
|
| 91 |
|
| 92 |
-
|
| 93 |
|
| 94 |
#### Preprocessing [optional]
|
| 95 |
|
|
@@ -205,4 +205,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
| 205 |
[More Information Needed]
|
| 206 |
### Framework versions
|
| 207 |
|
| 208 |
-
- PEFT 0.
|
|
|
|
| 1 |
---
|
| 2 |
base_model: canopylabs/3b-es_it-ft-research_release
|
| 3 |
library_name: peft
|
| 4 |
+
datasets:
|
| 5 |
+
- freds0/BRSpeech-TTS-Leni
|
| 6 |
+
language:
|
| 7 |
+
- pt
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# Model Card for Model ID
|
| 11 |
|
| 12 |
+
Unsloth's Orpheus Fine-Tune on freds0/BRSpeech-Leni Dataset
|
| 13 |
|
| 14 |
|
| 15 |
|
|
|
|
| 17 |
|
| 18 |
### Model Description
|
| 19 |
|
| 20 |
+
These are adapter (LoRA) files resulting from the checkpoint n. 1800 of the fine-tune process of Canopy Lab's Orpheus 3b TTS es/it FT model on a Brazilian Portuguese dataset (freds0/BRSpeech-Leni) using Unsloth's notebook.
|
| 21 |
|
| 22 |
+
They may be used for inference or continued training, although results are still not yielding intended accuracy/naturality.
|
| 23 |
|
| 24 |
+
Recommendations are to either use a third-party inference provider for inexpensive testing (eg. HuggingFace itself), or download and continue training following Unsloth's scripts and instructions.
|
| 25 |
|
| 26 |
+
- **Developed by:** J. Arthur Quintieri De Toledo (ArtooDtoo) - fine-tuning and adapting
|
| 27 |
+
- **Funded by [optional]:** Co-Human
|
| 28 |
- **Shared by [optional]:** [More Information Needed]
|
| 29 |
+
- **Model type:** TTS
|
| 30 |
+
- **Language(s) (NLP):** Brazilian Portuguese
|
| 31 |
- **License:** [More Information Needed]
|
| 32 |
+
- **Finetuned from model [optional]:** Orpheus 3b Es/It Fine-Tuned (canopylabs/3b-es_it-ft-research_release)
|
| 33 |
|
| 34 |
### Model Sources [optional]
|
| 35 |
|
|
|
|
| 89 |
|
| 90 |
### Training Procedure
|
| 91 |
|
| 92 |
+
Unsloth's notebook, available at https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Orpheus_(3B)-TTS.ipynb
|
| 93 |
|
| 94 |
#### Preprocessing [optional]
|
| 95 |
|
|
|
|
| 205 |
[More Information Needed]
|
| 206 |
### Framework versions
|
| 207 |
|
| 208 |
+
- PEFT 0.15.2
|