mmoffatt commited on
Commit
9df72c0
1 Parent(s): 1bf2110

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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.