Create README.md (#1)
Browse files- Create README.md (587ea6e164139a36670dccadda61ea99f072611f)
Co-authored-by: Peter Szemraj <pszemraj@users.noreply.huggingface.co>
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- text generation
|
5 |
+
- judge
|
6 |
+
- jury
|
7 |
+
- executioner
|
8 |
+
datasets:
|
9 |
+
- biglam/old_bailey_proceedings
|
10 |
+
model-index:
|
11 |
+
- name: distilgpt2_jje
|
12 |
+
results: []
|
13 |
+
widget:
|
14 |
+
- text: "HAROLD KUMAR"
|
15 |
+
example_title: "morning sun"
|
16 |
+
- text: "Obama, he of no first name,"
|
17 |
+
example_title: "Obama"
|
18 |
+
- text: "John Smith,"
|
19 |
+
example_title: "generic"
|
20 |
+
parameters:
|
21 |
+
min_length: 16
|
22 |
+
max_length: 96
|
23 |
+
no_repeat_ngram_size: 1
|
24 |
+
do_sample: True
|
25 |
+
---
|
26 |
+
|
27 |
+
|
28 |
+
# distilgpt2_jje (judge, jury, executioner)
|
29 |
+
|
30 |
+
`distilgpt2` fine-tuned on the `biglam/old_bailey_proceedings` dataset for two epochs.
|