Covvenheimer commited on
Commit
1d72d6a
·
verified ·
1 Parent(s): 48b04cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -20,7 +20,7 @@ pipeline_tag: text-generation
20
  - **License**: Apache-2.0
21
  - **Developed by**: Covvenheimer and Team
22
 
23
- This model, fine-tuned on Taylor Swift lyrics, is tailored for generating text in the style of her songs, with themes of love, heartbreak, and romance. It was trained with a 2x speed improvement using [Unsloth](https://github.com/unslothai/unsloth) and Hugging Face’s TRL library, specifically optimized for GGUF format.
24
 
25
  > **Important:** This model requires `llama-cpp-python` to run. It is incompatible with the `transformers` library due to its GGUF format.
26
 
@@ -65,8 +65,11 @@ To load and run this model, install the `llama-cpp-python` library and download
65
  print(output["choices"][0]["text"])
66
  ```
67
 
 
 
68
  This setup will allow you to use the model efficiently and generate lyrics in the style of Taylor Swift.
69
 
 
70
 
71
  # Uploaded model
72
 
 
20
  - **License**: Apache-2.0
21
  - **Developed by**: Covvenheimer and Team
22
 
23
+ This model, fine-tuned on Taylor Swift lyrics, is tailored for generating text in the style of her songs. It was trained with a 2x speed improvement using [Unsloth](https://github.com/unslothai/unsloth) and Hugging Face’s TRL library, specifically optimized for GGUF format.
24
 
25
  > **Important:** This model requires `llama-cpp-python` to run. It is incompatible with the `transformers` library due to its GGUF format.
26
 
 
65
  print(output["choices"][0]["text"])
66
  ```
67
 
68
+ > **Tip:** To customize the themes, change the last line of the prompt. For example, you can modify the focus to other themes like "Friendship, Growth, Resilience." Replace `"Love, Heartbreak, Romance"` with your chosen themes.
69
+
70
  This setup will allow you to use the model efficiently and generate lyrics in the style of Taylor Swift.
71
 
72
+ ---
73
 
74
  # Uploaded model
75