Update README.md
Browse files
README.md
CHANGED
@@ -4,4 +4,6 @@ datasets:
|
|
4 |
- Salesforce/wikitext
|
5 |
language:
|
6 |
- en
|
7 |
-
---
|
|
|
|
|
|
4 |
- Salesforce/wikitext
|
5 |
language:
|
6 |
- en
|
7 |
+
---
|
8 |
+
|
9 |
+
This is a custom implementation of gpt2, where we replace attention with our implementation. Currently, we don't replace softmax, but in future submits we would like to replace the softmax function in attention with other softmax variations.
|