robertauny commited on
Commit
a1ecaeb
·
verified ·
1 Parent(s): da0baee

Initial commit after editing the model card

Browse files

---
model_name: T5-small
model_type: Encoder-decoder
parameters: 60 million
license: Apache 2.0
language: English
tasks:
- text-to-text
- translation
- summarization
- question-answering
- classification
- regression
datasets:
- C4 (Colossal Clean Crawled Corpus)
training_data: C4
training_objectives:
- unsupervised: denoising text
- supervised: text-to-text language modeling

Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -1,3 +1,16 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - HuggingFaceTB/smoltalk
5
+ metrics:
6
+ - accuracy
7
+ - bertscore
8
+ base_model:
9
+ - google-t5/t5-small
10
+ pipeline_tag: question-answering
11
+ tags:
12
+ - code
13
+ - biology
14
+ - chemistry
15
+ - legal
16
+ ---