File size: 2,615 Bytes
c02dfb8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 |
---
license: mit
pipeline_tag: text-generation
tags:
- Phi-3
- song
- lyrics
---
# Special Thanks:
## Lewdiculous's superb gguf version, thank you for your conscientious and responsible dedication.
- https://huggingface.co/LWDCLS/Phi-3-song-lyrics-1.0-GGUF-IQ-Imatrix-Request
## mradermacher's superb gguf version, thank you for your conscientious and responsible dedication.
- https://huggingface.co/mradermacher/Phi-3-song-lyrics-1.0-i1-GGUF
- https://huggingface.co/mradermacher/Phi-3-song-lyrics-1.0-GGUF
## These are my own quantizations (updated almost daily).
The difference with normal quantizations is that I quantize the output and embed tensors to f16.
and the other tensors to 15_k,q6_k or q8_0.
This creates models that are little or not degraded at all and have a smaller size.
They run at about 3-6 t/sec on CPU only using llama.cpp
And obviously faster on computers with potent GPUs
- the fast cat at [ZeroWw/Phi-3-song-lyrics-1.0-GGUF](https://huggingface.co/ZeroWw/Phi-3-song-lyrics-1.0-GGUF)
![image/png](https://huggingface.co/aifeifei798/Phi-3-song-lyrics-1.0/resolve/main/Phi-3-song-lyrics-1.0.png)
# Model Description
- This model is a specialized model, specifically designed for writing song lyrics.
Phi-3 has a built-in mechanism to reduce rejection, so please use the default_lm_studio_windows in LM Studio.
- 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
- 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.
- Thanks to aifeifei799 for creating the [lora](https://huggingface.co/aifeifei799/Phi-3-song-lyrics-lora-200w)
- I just integrated aifeifei799's LORA, so if you have any issues, please contact aifeifei799 :p
- The model strictly follows the MIT license.
# Model Set
- download GGUF file
- set LM Studio https://lmstudio.ai/
![image/png](https://huggingface.co/aifeifei798/Phi-3-song-lyrics-1.0/resolve/main/Phi-3-song-lyrics-1.0-t1.png)
# Model Test Prompt
```Text
"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:
song name:
Style of Music:
Intro:
Verse 1:
Chorus:
Verse 2:
Chorus:
Bridge:
Chorus:
Outro:
``` |