reach-vb HF staff commited on
Commit
360ce86
1 Parent(s): 59a0903

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -4
README.md CHANGED
@@ -1,13 +1,12 @@
1
  ---
2
  tags:
3
  - image-classification
 
4
  license: other
5
  datasets:
6
  - imagenet-1k
7
  ---
8
- # Model card for fastvit_t8.apple_in1k
9
-
10
- A FastViT image classification model. Trained on ImageNet-1k by paper authors.
11
 
12
  Please observe [original license](https://github.com/apple/ml-fastvit/blob/8af5928238cab99c45f64fc3e4e7b1516b8224ba/LICENSE).
13
 
@@ -21,4 +20,14 @@ Please observe [original license](https://github.com/apple/ml-fastvit/blob/8af59
21
  - **Papers:**
22
  - FastViT: A Fast Hybrid Vision Transformer using Structural Reparameterization: https://arxiv.org/abs/2303.14189
23
  - **Original:** https://github.com/apple/ml-fastvit
24
- - **Dataset:** ImageNet-1k
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  tags:
3
  - image-classification
4
+ library_name: coreml
5
  license: other
6
  datasets:
7
  - imagenet-1k
8
  ---
9
+ # FastViT: A Fast Hybrid Vision Transformer using Structural Reparameterization
 
 
10
 
11
  Please observe [original license](https://github.com/apple/ml-fastvit/blob/8af5928238cab99c45f64fc3e4e7b1516b8224ba/LICENSE).
12
 
 
20
  - **Papers:**
21
  - FastViT: A Fast Hybrid Vision Transformer using Structural Reparameterization: https://arxiv.org/abs/2303.14189
22
  - **Original:** https://github.com/apple/ml-fastvit
23
+ - **Dataset:** ImageNet-1k
24
+
25
+ ## Citation
26
+ ```bibtex
27
+ @inproceedings{vasufastvit2023,
28
+ author = {Pavan Kumar Anasosalu Vasu and James Gabriel and Jeff Zhu and Oncel Tuzel and Anurag Ranjan},
29
+ title = {FastViT: A Fast Hybrid Vision Transformer using Structural Reparameterization},
30
+ booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
31
+ year = {2023}
32
+ }
33
+ ```