aifeifei798
commited on
Commit
•
c02dfb8
1
Parent(s):
ddbfac0
Upload README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,53 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
tags:
|
5 |
+
- Phi-3
|
6 |
+
- song
|
7 |
+
- lyrics
|
8 |
+
---
|
9 |
+
# Special Thanks:
|
10 |
+
## Lewdiculous's superb gguf version, thank you for your conscientious and responsible dedication.
|
11 |
+
- https://huggingface.co/LWDCLS/Phi-3-song-lyrics-1.0-GGUF-IQ-Imatrix-Request
|
12 |
+
## mradermacher's superb gguf version, thank you for your conscientious and responsible dedication.
|
13 |
+
- https://huggingface.co/mradermacher/Phi-3-song-lyrics-1.0-i1-GGUF
|
14 |
+
- https://huggingface.co/mradermacher/Phi-3-song-lyrics-1.0-GGUF
|
15 |
+
## These are my own quantizations (updated almost daily).
|
16 |
+
The difference with normal quantizations is that I quantize the output and embed tensors to f16.
|
17 |
+
and the other tensors to 15_k,q6_k or q8_0.
|
18 |
+
This creates models that are little or not degraded at all and have a smaller size.
|
19 |
+
They run at about 3-6 t/sec on CPU only using llama.cpp
|
20 |
+
And obviously faster on computers with potent GPUs
|
21 |
+
- the fast cat at [ZeroWw/Phi-3-song-lyrics-1.0-GGUF](https://huggingface.co/ZeroWw/Phi-3-song-lyrics-1.0-GGUF)
|
22 |
+
|
23 |
+
![image/png](https://huggingface.co/aifeifei798/Phi-3-song-lyrics-1.0/resolve/main/Phi-3-song-lyrics-1.0.png)
|
24 |
+
|
25 |
+
# Model Description
|
26 |
+
- This model is a specialized model, specifically designed for writing song lyrics.
|
27 |
+
Phi-3 has a built-in mechanism to reduce rejection, so please use the default_lm_studio_windows in LM Studio.
|
28 |
+
- The generated lyrics may be a bit long, so please modify them yourself. If you don't modify them, I'll assume you're using the modified version, and the generated content is not related to the model :p
|
29 |
+
- lease handle the generated content yourself, as the model does not guarantee anything about - the generated content. If any copyright issues arise, please handle them yourself.
|
30 |
+
- Thanks to aifeifei799 for creating the [lora](https://huggingface.co/aifeifei799/Phi-3-song-lyrics-lora-200w)
|
31 |
+
- I just integrated aifeifei799's LORA, so if you have any issues, please contact aifeifei799 :p
|
32 |
+
- The model strictly follows the MIT license.
|
33 |
+
|
34 |
+
# Model Set
|
35 |
+
- download GGUF file
|
36 |
+
- set LM Studio https://lmstudio.ai/
|
37 |
+
|
38 |
+
![image/png](https://huggingface.co/aifeifei798/Phi-3-song-lyrics-1.0/resolve/main/Phi-3-song-lyrics-1.0-t1.png)
|
39 |
+
|
40 |
+
# Model Test Prompt
|
41 |
+
```Text
|
42 |
+
"Please write song lyrics with the following structure: Intro-Verse-Chorus-Verse-Chorus-Bridge-Chorus-Outro.Rewrite an English love song in English, give me the title, complete lyrics, and style of the song, without translation or phonetic notation, with emotional and heartfelt lyrics. Here's a breakdown of each section:
|
43 |
+
song name:
|
44 |
+
Style of Music:
|
45 |
+
Intro:
|
46 |
+
Verse 1:
|
47 |
+
Chorus:
|
48 |
+
Verse 2:
|
49 |
+
Chorus:
|
50 |
+
Bridge:
|
51 |
+
Chorus:
|
52 |
+
Outro:
|
53 |
+
```
|