bankholdup commited on
Commit
02e7b15
1 Parent(s): 63bb224

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -28
README.md CHANGED
@@ -1,30 +1,29 @@
1
  ---
2
- title: GPT3 Song Writer
3
- emoji: 💽
4
- colorFrom: blue
5
- colorTo: blue
6
- sdk: gradio
7
- app_file: app.py
8
- pinned: false
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
- # Configuration
11
- `title`: _string_
12
- Display title for the Space
13
- `emoji`: _string_
14
- Space emoji (emoji-only character allowed)
15
- `colorFrom`: _string_
16
- Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
17
- `colorTo`: _string_
18
- Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
19
- `sdk`: _string_
20
- Can be either `gradio` or `streamlit`
21
- `sdk_version` : _string_
22
- Only applicable for `streamlit` SDK.
23
- See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions.
24
-
25
- `app_file`: _string_
26
- Path to your main application file (which contains either `gradio` or `streamlit` Python code).
27
- Path is relative to the root of the repository.
28
-
29
- `pinned`: _boolean_
30
- Whether the Space stays on top of your list.
 
1
  ---
2
+ language:
3
+ - ru
4
+ tags:
5
+ - PyTorch
6
+ - Transformers
7
+ widget:
8
+ - text: "Батя возвращается трезвый, в руке буханка"
9
+ example_title: "Example 1"
10
+ - text: "Как дела? Как дела? Это новый кадиллак"
11
+ example_title: "Example 2"
12
+ - text: "4:20 на часах и я дрочу на твоё фоток"
13
+ example_title: "Example 3"
14
+ inference:
15
+ parameters:
16
+ temperature: 0.9
17
+ k: 50
18
+ p: 0.95
19
+ length: 1500
20
  ---
21
+ Model based on [ruGPT-3](https://huggingface.co/sberbank-ai/rugpt3small_based_on_gpt2) for generating songs.
22
+ Tuned on lyrics collected from [genius](https://genius.com/).
23
+ Examples of used artists:
24
+ * [Oxxxymiron](https://genius.com/artists/Oxxxymiron)
25
+ * [Моргенштерн](https://genius.com/artists/Morgenshtern)
26
+ * [ЛСП](https://genius.com/artists/Lsp)
27
+ * [Гражданская оборона](https://genius.com/artists/Civil-defense)
28
+ * [Король и Шут](https://genius.com/artists/The-king-and-the-jester)
29
+ * etc