Add model card (#1)
Browse files- Add model card (db4b8878474464ff09775fe20fb1cc2f23daf5c9)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
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.
|