ggbetz commited on
Commit
11340d1
1 Parent(s): a928881

Update README.md

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