jbochi commited on
Commit
6ce9822
1 Parent(s): 2adfb5a

Change license to match the dataset license

Browse files
Files changed (1) hide show
  1. README.md +22 -24
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
- license: cc-by-nc-4.0
3
  base_model: google/flan-t5-small
4
  datasets:
5
- - grammarly/coedit
6
  tags:
7
  - generated_from_trainer
8
  - text-generation-inference
@@ -12,28 +12,26 @@ model-index:
12
  - name: coedit-small
13
  results: []
14
  language:
15
- - en
16
  widget:
17
- - text: >-
18
- Fix the grammar: When I grow up, I start to understand what he said is
19
- quite right.
20
- example_title: Fluency
21
- - text: >-
22
- Make this text coherent: Their flight is weak. They run quickly through
23
- the tree canopy.
24
- example_title: Coherence
25
- - text: >-
26
- Rewrite to make this easier to understand: A storm surge is what
27
- forecasters consider a hurricane's most treacherous aspect.
28
- example_title: Simplification
29
- - text: 'Paraphrase this: Do you know where I was born?'
30
- example_title: Paraphrase
31
- - text: >-
32
- Write this more formally: omg i love that song im listening to it right
33
- now
34
- example_title: Formalize
35
- - text: 'Write in a more neutral way: The authors'' exposé on nutrition studies.'
36
- example_title: Neutralize
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -91,4 +89,4 @@ The following hyperparameters were used during training:
91
  - Transformers 4.35.2
92
  - Pytorch 2.1.0+cu118
93
  - Datasets 2.14.7
94
- - Tokenizers 0.15.0
 
1
  ---
2
+ license: apache-2.0
3
  base_model: google/flan-t5-small
4
  datasets:
5
+ - grammarly/coedit
6
  tags:
7
  - generated_from_trainer
8
  - text-generation-inference
 
12
  - name: coedit-small
13
  results: []
14
  language:
15
+ - en
16
  widget:
17
+ - text: >-
18
+ Fix the grammar: When I grow up, I start to understand what he said is quite
19
+ right.
20
+ example_title: Fluency
21
+ - text: >-
22
+ Make this text coherent: Their flight is weak. They run quickly through the
23
+ tree canopy.
24
+ example_title: Coherence
25
+ - text: >-
26
+ Rewrite to make this easier to understand: A storm surge is what forecasters
27
+ consider a hurricane's most treacherous aspect.
28
+ example_title: Simplification
29
+ - text: 'Paraphrase this: Do you know where I was born?'
30
+ example_title: Paraphrase
31
+ - text: 'Write this more formally: omg i love that song im listening to it right now'
32
+ example_title: Formalize
33
+ - text: 'Write in a more neutral way: The authors'' exposé on nutrition studies.'
34
+ example_title: Neutralize
 
 
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
89
  - Transformers 4.35.2
90
  - Pytorch 2.1.0+cu118
91
  - Datasets 2.14.7
92
+ - Tokenizers 0.15.0