DarwinAnim8or
commited on
Commit
•
fa4355d
1
Parent(s):
f80b305
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
datasets:
|
4 |
+
- chloeliu/reddit_nosleep_posts
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- fun
|
9 |
+
- horror
|
10 |
+
- writing
|
11 |
+
widget:
|
12 |
+
- text: "[WP] We don't go to ravenholm anymore [RESPONSE] "
|
13 |
+
example_title: "[WP] We don't go to ravenholm anymore [RESPONSE] "
|
14 |
+
co2_eq_emissions:
|
15 |
+
emissions: 60
|
16 |
+
source: "https://mlco2.github.io/impact/#compute"
|
17 |
+
training_type: "fine-tuning"
|
18 |
+
geographical_location: "Oregon, USA"
|
19 |
+
hardware_used: "1 T4, Google Colab"
|
20 |
---
|
21 |
+
|
22 |
+
# GPT-NoSleep-355m
|
23 |
+
A finetuned version of [GPT2-Medium](https://huggingface.co/gpt2-medium) on the 'reddit-nosleep-posts' dataset. (Linked above)
|
24 |
+
|
25 |
+
# Training Procedure
|
26 |
+
This was trained on the 'reddt-nosleep-posts' dataset, using the "HappyTransformers" library on Google Colab.
|
27 |
+
This model was trained for X epochs with learning rate 1e-2.
|
28 |
+
|
29 |
+
# Biases & Limitations
|
30 |
+
This likely contains the same biases and limitations as the original GPT2 that it is based on, and additionally heavy biases from the dataset.
|
31 |
+
It likely will generate offensive output.
|
32 |
+
|
33 |
+
# Intended Use
|
34 |
+
This model is meant for fun, nothing else.
|