vinhnx90 commited on
Commit
0b1e25f
·
verified ·
1 Parent(s): 8732fb1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -9,8 +9,26 @@ tags:
9
  license: apache-2.0
10
  language:
11
  - en
 
 
12
  ---
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  # Uploaded model
15
 
16
  - **Developed by:** vinhnx90
@@ -19,4 +37,4 @@ language:
19
 
20
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
9
  license: apache-2.0
10
  language:
11
  - en
12
+ datasets:
13
+ - Jinsaryko/Ceylia
14
  ---
15
 
16
+ # Introduction
17
+
18
+ VT-Orpheus-3B-TTS-lora-adapter is a Lora adapter fine-tuned from [Orpheus-TTS](https://github.com/canopyai/Orpheus-TTS).
19
+
20
+ Dataset is from https://huggingface.co/datasets/Jinsaryko/Ceylia.
21
+
22
+ # Sample Audio
23
+
24
+ ```python
25
+ prompts = [
26
+ "Seriously? <giggle> That's the cutest thing I've ever heard!",
27
+ ]
28
+ ```
29
+
30
+ <audio controls><source src="https://huggingface.co/vinhnx90/VT-Orpheus-3B-TTS-16bit-merged-vllm//resolve/main/VT-Orpheus-3B-TTS-Ceylia.wav" type="audio/wav"></audio>
31
+
32
  # Uploaded model
33
 
34
  - **Developed by:** vinhnx90
 
37
 
38
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
39
 
40
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)