Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# CleanSong AI - Lyric Cleaner
|
2 |
|
3 |
This project uses AI to automatically clean explicit and inappropriate lyrics from songs, producing family-friendly versions.
|
@@ -9,4 +17,4 @@ This project uses AI to automatically clean explicit and inappropriate lyrics fr
|
|
9 |
|
10 |
## Requirements
|
11 |
|
12 |
-
See `requirements.txt` for Python dependencies.
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- openai/gpt-oss-20b
|
7 |
+
pipeline_tag: zero-shot-classification
|
8 |
+
---
|
9 |
# CleanSong AI - Lyric Cleaner
|
10 |
|
11 |
This project uses AI to automatically clean explicit and inappropriate lyrics from songs, producing family-friendly versions.
|
|
|
17 |
|
18 |
## Requirements
|
19 |
|
20 |
+
See `requirements.txt` for Python dependencies.
|