librarian-bot
commited on
Commit
•
6ff7048
1
Parent(s):
59a7232
Librarian Bot: Update Hugging Face dataset ID
Browse filesThis pull request updates the ID of the dataset used to train the model to the new Hub identifier `facebook/asset` (which has been migrated moved from `asset`). 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).
README.md
CHANGED
@@ -1,40 +1,35 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-nc-4.0
|
3 |
datasets:
|
4 |
-
- asset
|
5 |
- wi_locness
|
6 |
- GEM/wiki_auto_asset_turk
|
7 |
- discofuse
|
8 |
- zaemyung/IteraTeR_plus
|
9 |
- jfleg
|
10 |
- grammarly/coedit
|
11 |
-
language:
|
12 |
-
- en
|
13 |
metrics:
|
14 |
- sari
|
15 |
- bleu
|
16 |
- accuracy
|
17 |
widget:
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
Write this more formally: omg i love that song im listening to it right
|
34 |
-
now
|
35 |
-
example_title: Formalize
|
36 |
-
- text: 'Write in a more neutral way: The authors'' exposé on nutrition studies.'
|
37 |
-
example_title: Neutralize
|
38 |
---
|
39 |
# Model Card for CoEdIT-Large
|
40 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: cc-by-nc-4.0
|
5 |
datasets:
|
6 |
+
- facebook/asset
|
7 |
- wi_locness
|
8 |
- GEM/wiki_auto_asset_turk
|
9 |
- discofuse
|
10 |
- zaemyung/IteraTeR_plus
|
11 |
- jfleg
|
12 |
- grammarly/coedit
|
|
|
|
|
13 |
metrics:
|
14 |
- sari
|
15 |
- bleu
|
16 |
- accuracy
|
17 |
widget:
|
18 |
+
- text: 'Fix the grammar: When I grow up, I start to understand what he said is quite
|
19 |
+
right.'
|
20 |
+
example_title: Fluency
|
21 |
+
- text: 'Make this text coherent: Their flight is weak. They run quickly through the
|
22 |
+
tree canopy.'
|
23 |
+
example_title: Coherence
|
24 |
+
- text: 'Rewrite to make this easier to understand: A storm surge is what forecasters
|
25 |
+
consider a hurricane''s most treacherous aspect.'
|
26 |
+
example_title: Simplification
|
27 |
+
- text: 'Paraphrase this: Do you know where I was born?'
|
28 |
+
example_title: Paraphrase
|
29 |
+
- text: 'Write this more formally: omg i love that song im listening to it right now'
|
30 |
+
example_title: Formalize
|
31 |
+
- text: 'Write in a more neutral way: The authors'' exposé on nutrition studies.'
|
32 |
+
example_title: Neutralize
|
|
|
|
|
|
|
|
|
|
|
33 |
---
|
34 |
# Model Card for CoEdIT-Large
|
35 |
|