ggbetz commited on
Commit
3de8722
1 Parent(s): 7219243

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ tags:
4
+ - gpt2
5
+ ---
6
+ # CRiPT Model Large (Critical Thinking Intermediarily Pretrained Transformer)
7
+ Large version of the trained model (GPT2 architecture) presented in the paper "Critical Thinking for Language Models" (Betz, Richardson and Voigt 2020). See also:
8
+ * [blog entry](https://debatelab.github.io/journal/critical-thinking-language-models.html)
9
+ * [GitHub repo](https://github.com/debatelab/aacorpus)
10
+ * [paper](https://arxiv.org/pdf/2009.07185)