t1101675 nielsr HF staff commited on
Commit
edc399f
·
verified ·
1 Parent(s): 344b2dc

Add model card (#1)

Browse files

- Add model card (db4b8878474464ff09775fe20fb1cc2f23daf5c9)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

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.