Update README.md
Browse files
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:seungone@kaist.ac.kr**
|
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).
|