Add model card

#1
by nielsr HF staff - opened
Files changed (1) hide show
  1. README.md +8 -0
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.