ArtooDtoo commited on
Commit
327af83
·
verified ·
1 Parent(s): b51fae8

Updating model card

Browse files

Changing details regarding model checkpoints

Files changed (1) hide show
  1. README.md +15 -15
README.md CHANGED
@@ -1,17 +1,15 @@
1
  ---
2
  base_model: canopylabs/3b-es_it-ft-research_release
3
  library_name: peft
4
- pipeline_tag: text-generation
5
- tags:
6
- - base_model:adapter:canopylabs/3b-es_it-ft-research_release
7
- - lora
8
- - transformers
9
- - unsloth
10
  ---
11
 
12
  # Model Card for Model ID
13
 
14
- <!-- Provide a quick summary of what the model is/does. -->
15
 
16
 
17
 
@@ -19,17 +17,19 @@ tags:
19
 
20
  ### Model Description
21
 
22
- <!-- Provide a longer summary of what this model is. -->
23
 
 
24
 
 
25
 
26
- - **Developed by:** [More Information Needed]
27
- - **Funded by [optional]:** [More Information Needed]
28
  - **Shared by [optional]:** [More Information Needed]
29
- - **Model type:** [More Information Needed]
30
- - **Language(s) (NLP):** [More Information Needed]
31
  - **License:** [More Information Needed]
32
- - **Finetuned from model [optional]:** [More Information Needed]
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
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
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.16.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