Commit
·
6e2f7e2
1
Parent(s):
06f2b68
Update README.md
Browse files
README.md
CHANGED
@@ -46,4 +46,18 @@ https://github.com/luffycodes/Tutorbot-Spock-Bio
|
|
46 |
Apache License 2.0
|
47 |
|
48 |
**Where to send questions or comments about the model:**
|
49 |
-
Shashank Sonkar ([email protected])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
Apache License 2.0
|
47 |
|
48 |
**Where to send questions or comments about the model:**
|
49 |
+
Shashank Sonkar ([email protected])
|
50 |
+
|
51 |
+
If you use this work, please cite:
|
52 |
+
Investigating the Role of Feed-Forward Networks in Transformers Using Parallel Attention and Feed-Forward Net Design
|
53 |
+
https://arxiv.org/abs/2305.13297
|
54 |
+
```
|
55 |
+
@misc{sonkar2023investigating,
|
56 |
+
title={Investigating the Role of Feed-Forward Networks in Transformers Using Parallel Attention and Feed-Forward Net Design},
|
57 |
+
author={Shashank Sonkar and Richard G. Baraniuk},
|
58 |
+
year={2023},
|
59 |
+
eprint={2305.13297},
|
60 |
+
archivePrefix={arXiv},
|
61 |
+
primaryClass={cs.CL}
|
62 |
+
}
|
63 |
+
```
|