morenolq commited on
Commit
8971655
1 Parent(s): 3a6685b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -19
README.md CHANGED
@@ -1,22 +1,18 @@
1
- ---
2
- language:
3
- - en
4
- tags:
5
- - text2text-generation
6
- license: mit
7
- datasets:
8
- - PeacefulData/HyPoradise-v0
9
- library_name: transformers
10
- pipeline_tag: text2text-generation
11
- widget:
12
- - text: |2-
13
- Generate the correct transcription for the following n-best list of ASR hypotheses:
14
-
15
- 1. nebode also typically is symphons and an ankle surf leash 2. neboda is also typically is symphons and an ankle surf leash 3. nebode also typically is swim fins and an ankle surf leash 4. neboda also typically is symphons and an ankle surf leash 5. neboda is also typically is swim fins and an ankle surf leash'
16
- example_title: Trascription correction
17
- base_model:
18
- - google/flan-t5-base
19
- ---
20
 
21
  # FLANEC: Exploring FLAN-T5 for Post-ASR Error Correction
22
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - text2text-generation
6
+ license: mit
7
+ datasets:
8
+ - PeacefulData/HyPoradise-v0
9
+ library_name: transformers
10
+ pipeline_tag: text2text-generation
11
+ widget:
12
+ - text: "Generate the correct transcription for the following n-best list of ASR hypotheses: \n\n1. nebode also typically is symphons and an ankle surf leash \n2. neboda is also typically is symphons and an ankle surf leash \n3. nebode also typically is swim fins and an ankle surf leash \n4. neboda also typically is symphons and an ankle surf leash \n5. neboda is also typically is swim fins and an ankle surf leash"
13
+ base_model:
14
+ - google/flan-t5-base
15
+ ---
 
 
 
 
16
 
17
  # FLANEC: Exploring FLAN-T5 for Post-ASR Error Correction
18