Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# Transformers and Vision Transformer (ViT)
|
@@ -44,4 +49,4 @@ The training process involves initializing the model with random weights and ite
|
|
44 |
|
45 |
## Conclusion
|
46 |
|
47 |
-
Transformers, including the Vision Transformer (ViT), have revolutionized both natural language processing and computer vision. Their ability to capture long-range dependencies and process input sequences in parallel has made them highly effective for a wide range of tasks. With ongoing research, transformers continue to push the boundaries of AI in various domains.
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
library_name: keras
|
4 |
+
tags:
|
5 |
+
- vision transformer
|
6 |
+
- computervision
|
7 |
+
- multimodal transformer
|
8 |
---
|
9 |
|
10 |
# Transformers and Vision Transformer (ViT)
|
|
|
49 |
|
50 |
## Conclusion
|
51 |
|
52 |
+
Transformers, including the Vision Transformer (ViT), have revolutionized both natural language processing and computer vision. Their ability to capture long-range dependencies and process input sequences in parallel has made them highly effective for a wide range of tasks. With ongoing research, transformers continue to push the boundaries of AI in various domains.
|