This is the Linux app named x-transformers whose latest release can be downloaded as 1.24.2sourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named x-transformers with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
x-transformers
DESCRIPTION
A simple but complete full-attention transformer with a set of promising experimental features from various papers. Proposes adding learned memory key/values prior to attending. They were able to remove feedforwards altogether and attain a similar performance to the original transformers. I have found that keeping the feedforwards and adding the memory key/values leads to even better performance. Proposes adding learned tokens, akin to CLS tokens, named memory tokens, that is passed through the attention layers alongside the input tokens. You can also use the l2 normalized embeddings proposed as part of fixnorm. I have found it leads to improved convergence when paired with small initialization (proposed by BlinkDL). The small initialization will be taken care of as long as l2norm_embed is set to True.
Features
- Decoder-only (GPT-like)
- Encoder-only (BERT-like)
- State of the art image classification
- Augmenting Self-attention with Persistent Memory
- Transformers Without Tears
- Root Mean Square Layer Normalization
Programming Language
Python
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/x-transformers.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.