Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,62 +1,23 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
base_model: Qwen/Qwen3-8B
|
| 3 |
-
library_name: peft
|
| 4 |
-
model_name: qwen3-8b-narrated-sft
|
| 5 |
tags:
|
| 6 |
-
-
|
|
|
|
|
|
|
|
|
|
| 7 |
- lora
|
| 8 |
- sft
|
| 9 |
-
- transformers
|
| 10 |
-
- trl
|
| 11 |
-
licence: license
|
| 12 |
-
pipeline_tag: text-generation
|
| 13 |
---
|
| 14 |
|
| 15 |
-
#
|
| 16 |
|
| 17 |
-
|
| 18 |
-
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 19 |
|
| 20 |
-
##
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
|
| 26 |
-
generator = pipeline("text-generation", model="None", device="cuda")
|
| 27 |
-
output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
|
| 28 |
-
print(output["generated_text"])
|
| 29 |
-
```
|
| 30 |
-
|
| 31 |
-
## Training procedure
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
This model was trained with SFT.
|
| 38 |
-
|
| 39 |
-
### Framework versions
|
| 40 |
-
|
| 41 |
-
- PEFT 0.20.0
|
| 42 |
-
- TRL: 1.12.0
|
| 43 |
-
- Transformers: 5.16.1
|
| 44 |
-
- Pytorch: 2.7.1+cu118
|
| 45 |
-
- Datasets: 5.0.1
|
| 46 |
-
- Tokenizers: 0.23.2
|
| 47 |
-
|
| 48 |
-
## Citations
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
Cite TRL as:
|
| 53 |
-
|
| 54 |
-
```bibtex
|
| 55 |
-
@software{vonwerra2020trl,
|
| 56 |
-
title = {{TRL: Transformers Reinforcement Learning}},
|
| 57 |
-
author = {von Werra, Leandro and Belkada, Younes and Tunstall, Lewis and Beeching, Edward and Thrush, Tristan and Lambert, Nathan and Huang, Shengyi and Rasul, Kashif and Gallouédec, Quentin},
|
| 58 |
-
license = {Apache-2.0},
|
| 59 |
-
url = {https://github.com/huggingface/trl},
|
| 60 |
-
year = {2020}
|
| 61 |
-
}
|
| 62 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
base_model: Qwen/Qwen3-8B
|
|
|
|
|
|
|
| 4 |
tags:
|
| 5 |
+
- manim
|
| 6 |
+
- manim-voiceover
|
| 7 |
+
- text-to-speech
|
| 8 |
+
- aos
|
| 9 |
- lora
|
| 10 |
- sft
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# AOS-qwen3-8b-narrated-adapter
|
| 14 |
|
| 15 |
+
Fine-tuned LoRA adapter on **400 Narrated Manim Trajectories** using `manim-voiceover`.
|
|
|
|
| 16 |
|
| 17 |
+
## Features
|
| 18 |
+
- **Pedagogical Audio Grounding**: Synthesizes synchronized `VoiceoverScene` Python scripts.
|
| 19 |
+
- **Timing Synchronization**: Generates animations bounded by `run_time=tracker.duration`.
|
| 20 |
+
- **Phonetic LaTeX**: Spoken voiceover scripts express formulas verbally without raw LaTeX syntax errors.
|
| 21 |
|
| 22 |
+
## Base Model
|
| 23 |
+
- `Qwen/Qwen3-8B`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|