Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Fine-tuned on gpt-2, using commentaries from The Heritage Foundation on the topic of "[gender](https://www.heritage.org/gender?f%5B0%5D=content_type%3Acommentary)"
|
2 |
|
3 |
Training setup:
|
@@ -73,14 +83,4 @@ trainer = SFTTrainer(
|
|
73 |
|
74 |
trainer.train()
|
75 |
|
76 |
-
```
|
77 |
-
|
78 |
-
---
|
79 |
-
license: gpl-3.0
|
80 |
-
language:
|
81 |
-
- en
|
82 |
-
base_model:
|
83 |
-
- openai-community/gpt2
|
84 |
-
datasets:
|
85 |
-
- gofilipa/heritage_gender
|
86 |
-
---
|
|
|
1 |
+
---
|
2 |
+
license: gpl-3.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- openai-community/gpt2
|
7 |
+
datasets:
|
8 |
+
- gofilipa/heritage_gender
|
9 |
+
---
|
10 |
+
|
11 |
Fine-tuned on gpt-2, using commentaries from The Heritage Foundation on the topic of "[gender](https://www.heritage.org/gender?f%5B0%5D=content_type%3Acommentary)"
|
12 |
|
13 |
Training setup:
|
|
|
83 |
|
84 |
trainer.train()
|
85 |
|
86 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|