seungone commited on
Commit
c0148b3
1 Parent(s): d8fbd84

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -11,6 +11,13 @@ pipeline_tag: text2text-generation
11
  library_name: transformers
12
  ---
13
 
 
 
 
 
 
 
 
14
  # TL;DR
15
 
16
  CoT-T5 is a language model using [Flan-T5](https://huggingface.co/google/flan-t5-xxl) as a base model, and CoT fine-tuned on 1.84 million rationales across 1,060 tasks from the [CoT Collection](https://huggingface.co/datasets/kaist-ai/CoT-Collection).
 
11
  library_name: transformers
12
  ---
13
 
14
+ ## Model Description
15
+
16
+ - **Homepage:https://github.com/kaistAI/CoT-Collection**
17
+ - **Repository:https://github.com/kaistAI/CoT-Collection**
18
+ - **Paper:https://arxiv.org/abs/2305.14045**
19
+ - **Point of Contact:[email protected]**
20
+
21
  # TL;DR
22
 
23
  CoT-T5 is a language model using [Flan-T5](https://huggingface.co/google/flan-t5-xxl) as a base model, and CoT fine-tuned on 1.84 million rationales across 1,060 tasks from the [CoT Collection](https://huggingface.co/datasets/kaist-ai/CoT-Collection).