Add missing metadata and improve model card
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,8 +1,12 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
|
|
|
|
4 |
---
|
|
|
5 |
This repo contains code and links for the [Flash normalization paper](https://arxiv.org/abs/2407.09577):
|
6 |
* <a href="https://colab.research.google.com/github/OpenMachine-ai/transformer-tricks/blob/main/flash_normalization.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Colab" height="20"></a>
|
7 |
* Paper: [arXiv](https://arxiv.org/abs/2407.09577), [HuggingFace paper page](https://huggingface.co/papers/2407.09577), and [latex](https://github.com/OpenMachine-ai/transformer-tricks/blob/main/latex/flash.tex)
|
|
|
8 |
* See [here](https://github.com/OpenMachine-ai/transformer-tricks/tree/main) for more transformer tricks
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
+
pipeline_tag: feature-extraction
|
5 |
+
license: mit
|
6 |
---
|
7 |
+
|
8 |
This repo contains code and links for the [Flash normalization paper](https://arxiv.org/abs/2407.09577):
|
9 |
* <a href="https://colab.research.google.com/github/OpenMachine-ai/transformer-tricks/blob/main/flash_normalization.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Colab" height="20"></a>
|
10 |
* Paper: [arXiv](https://arxiv.org/abs/2407.09577), [HuggingFace paper page](https://huggingface.co/papers/2407.09577), and [latex](https://github.com/OpenMachine-ai/transformer-tricks/blob/main/latex/flash.tex)
|
11 |
+
* Code: https://github.com/OpenMachine-ai/transformer-tricks
|
12 |
* See [here](https://github.com/OpenMachine-ai/transformer-tricks/tree/main) for more transformer tricks
|