aifeifei798
commited on
Commit
•
d58c802
1
Parent(s):
8842b95
Update README.md
Browse files
README.md
CHANGED
@@ -14,42 +14,25 @@ tags:
|
|
14 |
This model was converted to GGUF format from [`aifeifei798/Phi-3-song-lyrics-1.1`](https://huggingface.co/aifeifei798/Phi-3-song-lyrics-1.1) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
15 |
Refer to the [original model card](https://huggingface.co/aifeifei798/Phi-3-song-lyrics-1.1) for more details on the model.
|
16 |
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
```
|
24 |
-
Invoke the llama.cpp server or the CLI.
|
25 |
|
26 |
-
### CLI:
|
27 |
-
```bash
|
28 |
-
llama-cli --hf-repo aifeifei798/Phi-3-song-lyrics-1.1-Q8_0-GGUF --hf-file phi-3-song-lyrics-1.1-q8_0.gguf -p "The meaning to life and the universe is"
|
29 |
-
```
|
30 |
-
|
31 |
-
### Server:
|
32 |
-
```bash
|
33 |
-
llama-server --hf-repo aifeifei798/Phi-3-song-lyrics-1.1-Q8_0-GGUF --hf-file phi-3-song-lyrics-1.1-q8_0.gguf -c 2048
|
34 |
-
```
|
35 |
-
|
36 |
-
Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
|
37 |
-
|
38 |
-
Step 1: Clone llama.cpp from GitHub.
|
39 |
-
```
|
40 |
-
git clone https://github.com/ggerganov/llama.cpp
|
41 |
-
```
|
42 |
-
|
43 |
-
Step 2: Move into the llama.cpp folder and build it with `LLAMA_CURL=1` flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).
|
44 |
-
```
|
45 |
-
cd llama.cpp && LLAMA_CURL=1 make
|
46 |
-
```
|
47 |
-
|
48 |
-
Step 3: Run inference through the main binary.
|
49 |
-
```
|
50 |
-
./llama-cli --hf-repo aifeifei798/Phi-3-song-lyrics-1.1-Q8_0-GGUF --hf-file phi-3-song-lyrics-1.1-q8_0.gguf -p "The meaning to life and the universe is"
|
51 |
-
```
|
52 |
-
or
|
53 |
-
```
|
54 |
-
./llama-server --hf-repo aifeifei798/Phi-3-song-lyrics-1.1-Q8_0-GGUF --hf-file phi-3-song-lyrics-1.1-q8_0.gguf -c 2048
|
55 |
-
```
|
|
|
14 |
This model was converted to GGUF format from [`aifeifei798/Phi-3-song-lyrics-1.1`](https://huggingface.co/aifeifei798/Phi-3-song-lyrics-1.1) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
15 |
Refer to the [original model card](https://huggingface.co/aifeifei798/Phi-3-song-lyrics-1.1) for more details on the model.
|
16 |
|
17 |
+
# Model Set
|
18 |
+
- download GGUF file
|
19 |
+
- set LM Studio https://lmstudio.ai/
|
20 |
+
- https://huggingface.co/aifeifei798/Phi-3-song-lyrics-1.1-Q8_0-GGUF
|
21 |
+
|
22 |
+
![image/png](https://huggingface.co/aifeifei798/Phi-3-song-lyrics-1.0/resolve/main/Phi-3-song-lyrics-1.0-t1.png)
|
23 |
+
|
24 |
+
# Model Test Prompt
|
25 |
+
```Text
|
26 |
+
"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:
|
27 |
+
song name:
|
28 |
+
Style of Music:
|
29 |
+
Intro:
|
30 |
+
Verse 1:
|
31 |
+
Chorus:
|
32 |
+
Verse 2:
|
33 |
+
Chorus:
|
34 |
+
Bridge:
|
35 |
+
Chorus:
|
36 |
+
Outro:
|
37 |
```
|
|
|
38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|