willwade commited on
Commit
91e0c67
1 Parent(s): 3381ead

adding in yaml

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Model Card for t5-small-spoken-typo
2
 
3
  This model is a fine-tuned version of T5-small, adapted for correcting typographical errors and missing spaces in text. It has been trained on a combination of spoken corpora, including DailyDialog and BNC, with a focus on short utterances common in conversational English.
@@ -98,4 +109,4 @@ The model follows the T5 architecture, fine-tuned for the specific task of text
98
  author={Your Name},
99
  year={2021},
100
  howpublished={\url{https://huggingface.co/your-username/t5-small-spoken-typo}},
101
- }
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ pipeline_tag: text-generation
7
+ tags:
8
+ - AAC
9
+ - assistive-technology
10
+ - spoken
11
+ ---
12
  # Model Card for t5-small-spoken-typo
13
 
14
  This model is a fine-tuned version of T5-small, adapted for correcting typographical errors and missing spaces in text. It has been trained on a combination of spoken corpora, including DailyDialog and BNC, with a focus on short utterances common in conversational English.
 
109
  author={Your Name},
110
  year={2021},
111
  howpublished={\url{https://huggingface.co/your-username/t5-small-spoken-typo}},
112
+ }