librarian-bot commited on
Commit
ed32046
1 Parent(s): 691fb44

Librarian Bot: Update Hugging Face dataset ID

Browse files

This pull request updates the ID of the dataset used to train the model to the new Hub identifier `allenai/common_gen` (which has been migrated moved from `common_gen`). We have been working to migrate datasets to their own repositories on the Hub, and this is part of that effort.

Updating the dataset ID in the model card will ensure that the model card is correctly linked to the dataset repository on the Hub. This will also make it easier for people to find your model via the training data used to create it.

This PR comes courtesy of [Librarian Bot](https://huggingface.co/librarian-bot). If you have any feedback, queries, or need assistance, please don't hesitate to reach out to [@davanstrien](https://huggingface.co/davanstrien).

Files changed (1) hide show
  1. README.md +13 -9
README.md CHANGED
@@ -2,22 +2,26 @@
2
  license: bigscience-bloom-rail-1.0
3
  tags:
4
  - generated_from_trainer
5
- model-index:
6
- - name: bloom-560m-finetuned-common_gen
7
- results: []
8
-
9
  datasets:
10
- - common_gen
11
-
12
  widget:
13
- - text: "<s>Generate a sentence with the following words:\nski, mountain, skier\nSentence:"
14
- - text: "<s>Generate a sentence with the following words:\ndog, bed, play\nSentence:"
 
 
 
 
15
 
 
 
 
16
  inference:
17
  parameters:
18
  eos_token_id: 2
19
  max_length: 200
20
-
 
 
21
  ---
22
 
23
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
2
  license: bigscience-bloom-rail-1.0
3
  tags:
4
  - generated_from_trainer
 
 
 
 
5
  datasets:
6
+ - allenai/common_gen
 
7
  widget:
8
+ - text: '<s>Generate a sentence with the following words:
9
+
10
+ ski, mountain, skier
11
+
12
+ Sentence:'
13
+ - text: '<s>Generate a sentence with the following words:
14
 
15
+ dog, bed, play
16
+
17
+ Sentence:'
18
  inference:
19
  parameters:
20
  eos_token_id: 2
21
  max_length: 200
22
+ model-index:
23
+ - name: bloom-560m-finetuned-common_gen
24
+ results: []
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You