librarian-bot commited on
Commit
8a3c21e
1 Parent(s): 355e616

Librarian Bot: Update dataset YAML metadata for model

Browse files

This is a pull request to add a dataset, [`inkoziev/incomplete_utterance_restoration`](https://huggingface.co/datasets/inkoziev/incomplete_utterance_restoration), to the metadata for your model (defined in the `YAML` block of your model's `README.md`).
The pull request was made by [librarian-bot](https://huggingface.co/librarian-bot) and used a combination of rules and/or machine learning to suggest this additional metadata.
If this suggestion is incorrect, feel free to close this pull request.

Librarian Bot was made by [@davanstrien](https://huggingface.co/davanstrien); feel free to get in touch with feedback.

Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -1,17 +1,15 @@
1
  ---
2
- pipeline_tag: text-generation
 
3
  tags:
4
  - PyTorch
5
  - Transformers
6
  - gpt2
7
-
8
- license: unlicense
9
-
10
- language: ru
11
-
12
  widget:
13
- - text: "- Как тебя зовут? - Джульетта Мао #"
14
- - text: "- А живешь где? - В поясе астероидов #"
15
  ---
16
 
17
 
1
  ---
2
+ language: ru
3
+ license: unlicense
4
  tags:
5
  - PyTorch
6
  - Transformers
7
  - gpt2
8
+ datasets: inkoziev/incomplete_utterance_restoration
9
+ pipeline_tag: text-generation
 
 
 
10
  widget:
11
+ - text: '- Как тебя зовут? - Джульетта Мао #'
12
+ - text: '- А живешь где? - В поясе астероидов #'
13
  ---
14
 
15