Sidharthan
commited on
Commit
•
bc5ad48
1
Parent(s):
57c5b11
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Gemma 2 Scripter
|
2 |
|
3 |
**Gemma 2 Scripter** is a fine-tuned version of the Gemma 2 2B instruct model designed for generating high-quality YouTube scripts based on provided keywords. It is optimized for text generation tasks, delivering coherent and contextually relevant outputs.
|
@@ -96,6 +109,41 @@ The output is a YouTube script generated based on the keywords provided.
|
|
96 |
- Generating structured scripts for video content
|
97 |
- Keyword-based text generation for creative tasks
|
98 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
### License
|
100 |
|
101 |
This model is released under the MIT License.
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
tags:
|
4 |
+
- text-generation
|
5 |
+
- YouTube-scripts
|
6 |
+
- fine-tuned
|
7 |
+
- causal-lm
|
8 |
+
datasets:
|
9 |
+
- custom
|
10 |
+
license: mit
|
11 |
+
model_name: Gemma 2 Scripter
|
12 |
+
---
|
13 |
+
|
14 |
# Gemma 2 Scripter
|
15 |
|
16 |
**Gemma 2 Scripter** is a fine-tuned version of the Gemma 2 2B instruct model designed for generating high-quality YouTube scripts based on provided keywords. It is optimized for text generation tasks, delivering coherent and contextually relevant outputs.
|
|
|
109 |
- Generating structured scripts for video content
|
110 |
- Keyword-based text generation for creative tasks
|
111 |
|
112 |
+
## Training Details
|
113 |
+
|
114 |
+
### Training Data
|
115 |
+
|
116 |
+
The model was fine-tuned on a custom dataset of YouTube scripts paired with their corresponding keywords.
|
117 |
+
|
118 |
+
### Training Procedure
|
119 |
+
|
120 |
+
- **Fine-tuning Method**: LoRA (Low-Rank Adaptation)
|
121 |
+
- **Optimization**: AdamW optimizer
|
122 |
+
- **Learning Rate**: 2e-4
|
123 |
+
- **Batch Size**: 4
|
124 |
+
- **Training Steps**: 1000
|
125 |
+
|
126 |
+
## Limitations
|
127 |
+
|
128 |
+
- The model's output quality depends on the clarity and relevance of input keywords
|
129 |
+
- May occasionally generate repetitive content
|
130 |
+
- Performance may vary based on hardware capabilities
|
131 |
+
|
132 |
+
## Citation
|
133 |
+
|
134 |
+
If you use this model in your research, please cite:
|
135 |
+
|
136 |
+
```bibtex
|
137 |
+
@misc{gemma2_scripter,
|
138 |
+
author = {Sidharthan},
|
139 |
+
title = {Gemma 2 Scripter: Fine-tuned YouTube Script Generator},
|
140 |
+
year = {2024},
|
141 |
+
publisher = {Hugging Face},
|
142 |
+
journal = {Hugging Face Model Hub},
|
143 |
+
howpublished = {\url{https://huggingface.co/Sidharthan/gemma2_scripter}}
|
144 |
+
}
|
145 |
+
```
|
146 |
+
|
147 |
### License
|
148 |
|
149 |
This model is released under the MIT License.
|