Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,13 @@ language:
|
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
| 7 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
--
|
| 10 |
license: apache-2.0
|
|
@@ -46,4 +53,4 @@ The model achieves **91.7% validation accuracy** after 13 epochs with the follow
|
|
| 46 |
- `vocab.json` → tokenizer vocab
|
| 47 |
- `train_notebook.ipynb` → training code
|
| 48 |
## Source Code
|
| 49 |
-
- https://github.com/m4vic/Transformer-101/blob/main/Encoder/encoder01.ipynb
|
|
|
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
| 7 |
pipeline_tag: text-classification
|
| 8 |
+
tags:
|
| 9 |
+
- bert
|
| 10 |
+
- gpt,
|
| 11 |
+
- encoder
|
| 12 |
+
- tinybert
|
| 13 |
+
- mini
|
| 14 |
+
- BERT
|
| 15 |
---
|
| 16 |
--
|
| 17 |
license: apache-2.0
|
|
|
|
| 53 |
- `vocab.json` → tokenizer vocab
|
| 54 |
- `train_notebook.ipynb` → training code
|
| 55 |
## Source Code
|
| 56 |
+
- https://github.com/m4vic/Transformer-101/blob/main/Encoder/encoder01.ipynb
|