debatelab-admin
commited on
Commit
•
1089a28
1
Parent(s):
a6a1755
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
tags:
|
4 |
+
- gpt2
|
5 |
+
---
|
6 |
+
# CRiPT Model Medium (Critical Thinking Intermediarily Pretrained Transformer)
|
7 |
+
Base 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)
|