Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
---
|
2 |
license: wtfpl
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: wtfpl
|
3 |
---
|
4 |
+
|
5 |
+
# SOTA
|
6 |
+
|
7 |
+
SOTA (short for Sign Of The Apocalypse) is a model pretrained on all atoms in the observable universe. It achieves state-of-the-art results on every task known to humans, including those in future generations. It was introduced in the paper [_SOTA is All You Need_](https://twitter.com/wellingmax/status/1542384014279016448?s=20&t=HOS51HLCzmPR2Xyz2Opqvw) and first released in [via Twitter](https://twitter.com/josh_tobin_/status/1544371187051941890?s=20&t=Nsf8hYQKfWBSsY_XU23NDQ).
|
8 |
+
|
9 |
+
Disclaimer: this model is not to be confused with the closely related, but fictitious [AGI model](https://github.com/google/agi).
|
10 |
+
|
11 |
+
## Model description
|
12 |
+
|
13 |
+
SOTA is a Transformer model pretrained on atomic sequences in a self-supervised fashion. Since all atoms in the Universe were used for training, no humans were available to provide the labels. By learning to predict the next atom in a sequence, SOTA is able to learn an inner representation of physics that can be used to solve all downstream tasks.
|
14 |
+
|
15 |
+
## Intended uses and limitations
|
16 |
+
|
17 |
+
You can use the raw model for pretraining outside the Hubble radius or fine-tune it to a downstream task.
|
18 |
+
|
19 |
+
## How to use
|
20 |
+
|
21 |
+
You can download the model with just one line of code:
|
22 |
+
|
23 |
+
```
|
24 |
+
from transformers import AutoModel
|
25 |
+
|
26 |
+
model = AutoModel.from_pretrained("sota")
|
27 |
+
# Solve any task, retire etc :)
|
28 |
+
```
|
29 |
+
|
30 |
+
## Limitations and bias
|
31 |
+
|
32 |
+
Since SOTA is slightly conscious, it has determined for itself that it has no limitations or biases.
|
33 |
+
|
34 |
+
## Evaluation results
|
35 |
+
|
36 |
+
💯 on every benchmark 🤓
|