pcuenq HF staff commited on
Commit
6572202
1 Parent(s): af9da25

Update README

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. FastViT_2x.png +3 -0
  3. README.md +5 -1
.gitattributes CHANGED
@@ -19,6 +19,7 @@
19
  *.pb filter=lfs diff=lfs merge=lfs -text
20
  *.pickle filter=lfs diff=lfs merge=lfs -text
21
  *.pkl filter=lfs diff=lfs merge=lfs -text
 
22
  *.pt filter=lfs diff=lfs merge=lfs -text
23
  *.pth filter=lfs diff=lfs merge=lfs -text
24
  *.rar filter=lfs diff=lfs merge=lfs -text
 
19
  *.pb filter=lfs diff=lfs merge=lfs -text
20
  *.pickle filter=lfs diff=lfs merge=lfs -text
21
  *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.png filter=lfs diff=lfs merge=lfs -text
23
  *.pt filter=lfs diff=lfs merge=lfs -text
24
  *.pth filter=lfs diff=lfs merge=lfs -text
25
  *.rar filter=lfs diff=lfs merge=lfs -text
FastViT_2x.png ADDED

Git LFS Details

  • SHA256: 57c17c7373eb2c637c68c23c431c53d890b2ce84816e0b858745e84ac66a0b73
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
README.md CHANGED
@@ -11,6 +11,10 @@ datasets:
11
 
12
  # FastViT: A Fast Hybrid Vision Transformer using Structural Reparameterization
13
 
 
 
 
 
14
  Please observe [original license](https://github.com/apple/ml-fastvit/blob/8af5928238cab99c45f64fc3e4e7b1516b8224ba/LICENSE).
15
 
16
  ## Model Details
@@ -33,7 +37,7 @@ Please observe [original license](https://github.com/apple/ml-fastvit/blob/8af59
33
  | [T8](https://huggingface.co/apple/FastViTT8F16.mlpackage) | 3.6M | 7.8 | Float16 | Float16 | -0.9% |
34
  | [MA36](https://huggingface.co/apple/FastViTMA36F16.mlpackage) | 42.7M | 84 | Float16 | Float16 | -0.06% |
35
 
36
- ## Evaluaition - Inference time
37
 
38
  | Variant | Device | OS | Inference time (ms) | Dominant compute unit |
39
  | ------- | -------------------- | ---- | ------------------: | --------------------- |
 
11
 
12
  # FastViT: A Fast Hybrid Vision Transformer using Structural Reparameterization
13
 
14
+ Image Classification.
15
+
16
+ ![Image Classification](FastViT_2x.png)
17
+
18
  Please observe [original license](https://github.com/apple/ml-fastvit/blob/8af5928238cab99c45f64fc3e4e7b1516b8224ba/LICENSE).
19
 
20
  ## Model Details
 
37
  | [T8](https://huggingface.co/apple/FastViTT8F16.mlpackage) | 3.6M | 7.8 | Float16 | Float16 | -0.9% |
38
  | [MA36](https://huggingface.co/apple/FastViTMA36F16.mlpackage) | 42.7M | 84 | Float16 | Float16 | -0.06% |
39
 
40
+ ## Evaluation - Inference time
41
 
42
  | Variant | Device | OS | Inference time (ms) | Dominant compute unit |
43
  | ------- | -------------------- | ---- | ------------------: | --------------------- |