Muennighoff
commited on
Commit
•
2cc8d9a
1
Parent(s):
05bbcfd
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Dataset Card for MEDI
|
2 |
+
|
3 |
+
## Dataset Description
|
4 |
+
|
5 |
+
- **Repository:** https://github.com/ContextualAI/gritlm
|
6 |
+
- **Paper:** https://arxiv.org/abs/2402.09906
|
7 |
+
|
8 |
+
## Citation
|
9 |
+
|
10 |
+
```bibtex
|
11 |
+
@misc{muennighoff2024generative,
|
12 |
+
title={Generative Representational Instruction Tuning},
|
13 |
+
author={Niklas Muennighoff and Hongjin Su and Liang Wang and Nan Yang and Furu Wei and Tao Yu and Amanpreet Singh and Douwe Kiela},
|
14 |
+
year={2024},
|
15 |
+
eprint={2402.09906},
|
16 |
+
archivePrefix={arXiv},
|
17 |
+
primaryClass={cs.CL}
|
18 |
+
}
|
19 |
+
```
|