Add model card
Browse filesThis PR adds a model card, ensuring the model can be found at https://huggingface.co/models?pipeline_tag=text-generation.
It also links the model to the paper [Pre-Training to Learn in Context](https://huggingface.co/papers/2305.09137), and the Github repository.
README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
This repository contains the model described in the paper [Pre-Training to Learn in Context](https://huggingface.co/papers/2305.09137).
|
| 7 |
+
|
| 8 |
+
Code: https://github.com/thu-coai/PICL.
|