Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ tags:
|
|
| 13 |
- vit
|
| 14 |
- doclaynet
|
| 15 |
---
|
| 16 |
-
# ViT
|
| 17 |
|
| 18 |
This model is a fine-tuned Vision Transformer (ViT) for document layout classification based on the DocLayNet dataset.
|
| 19 |
|
|
@@ -38,7 +38,9 @@ DocLayNet is a comprehensive dataset for document layout analysis, containing va
|
|
| 38 |
|
| 39 |
## Training procedure
|
| 40 |
|
| 41 |
-
|
|
|
|
|
|
|
| 42 |
|
| 43 |
```python
|
| 44 |
{
|
|
|
|
| 13 |
- vit
|
| 14 |
- doclaynet
|
| 15 |
---
|
| 16 |
+
# Vision Transformer(ViT) for Document Classification(DocLayNet)
|
| 17 |
|
| 18 |
This model is a fine-tuned Vision Transformer (ViT) for document layout classification based on the DocLayNet dataset.
|
| 19 |
|
|
|
|
| 38 |
|
| 39 |
## Training procedure
|
| 40 |
|
| 41 |
+
Trained for 20 epochs on a single gpu for ~10 mins.
|
| 42 |
+
|
| 43 |
+
The training hyperparameters:
|
| 44 |
|
| 45 |
```python
|
| 46 |
{
|