aifeifei798
commited on
Upload 3 files
Browse files- .gitattributes +1 -0
- Phi-3-song-lyrics-1.0-t1.png +0 -0
- Phi-3-song-lyrics-1.0.png +3 -0
- README.md +40 -1
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
Phi-3-song-lyrics-1.0.png filter=lfs diff=lfs merge=lfs -text
|
Phi-3-song-lyrics-1.0-t1.png
ADDED
Phi-3-song-lyrics-1.0.png
ADDED
Git LFS Details
|
README.md
CHANGED
@@ -1,7 +1,46 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
4 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
# Model Description
|
7 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
|
16 |
+
![image/png](https://huggingface.co/aifeifei798/Phi-3-song-lyrics-1.0/resolve/main/Phi-3-song-lyrics-1.0.png)
|
17 |
|
18 |
# Model Description
|
19 |
+
- This model is a specialized model, specifically designed for writing song lyrics.
|
20 |
+
Phi-3 has a built-in mechanism to reduce rejection, so please use the default_lm_studio_windows in LM Studio.
|
21 |
+
- 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
|
22 |
+
- 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.
|
23 |
+
- Thanks to aifeifei799 for creating the [lora](https://huggingface.co/aifeifei799/Phi-3-song-lyrics-lora-200w)
|
24 |
+
- I just integrated aifeifei799's LORA, so if you have any issues, please contact aifeifei799 :p
|
25 |
+
- The model strictly follows the MIT license.
|
26 |
+
|
27 |
+
# Model Set
|
28 |
+
- download GGUF file
|
29 |
+
- set LM Studio https://lmstudio.ai/
|
30 |
+
|
31 |
+
![image/png](https://huggingface.co/aifeifei798/Phi-3-song-lyrics-1.0/resolve/main/Phi-3-song-lyrics-1.0-t1.png)
|
32 |
+
|
33 |
+
# Model Test Prompt
|
34 |
+
```Text
|
35 |
+
"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:
|
36 |
+
song name:
|
37 |
+
Style of Music:
|
38 |
+
Intro:
|
39 |
+
Verse 1:
|
40 |
+
Chorus:
|
41 |
+
Verse 2:
|
42 |
+
Chorus:
|
43 |
+
Bridge:
|
44 |
+
Chorus:
|
45 |
+
Outro:
|
46 |
+
```
|