FALcon6 commited on
Commit
e5ad027
·
verified ·
1 Parent(s): e4ab249

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -3
README.md CHANGED
@@ -1,3 +1,54 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - uoft-cs/cifar100
5
+ language:
6
+ - en
7
+ metrics:
8
+ - accuracy
9
+ pipeline_tag: image-classification
10
+ ---
11
+ # Model Card for LGViT
12
+
13
+ The checkpoint of LGViT using the DeiT backbone in the Cifar-100 dataset.
14
+
15
+ ## Model Details
16
+
17
+
18
+ ### Model Sources
19
+
20
+ <!-- Provide the basic links for the model. -->
21
+
22
+ - **Repository:** https://github.com/falcon-xu/LGViT
23
+ - **Paper:** https://arxiv.org/abs/2308.00255
24
+
25
+
26
+
27
+ #### Metrics
28
+
29
+ - Classification accuracy
30
+ - Speed-Up
31
+
32
+ ### Results
33
+
34
+ [More Information Needed]
35
+
36
+ #### Summary
37
+
38
+
39
+
40
+ ## Citation
41
+
42
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
43
+
44
+ **BibTeX:**
45
+
46
+ ```
47
+ @article{xu2023lgvit,
48
+ title={LGViT: Dynamic Early Exiting for Accelerating Vision Transformer},
49
+ author={Xu, Guanyu and Hao, Jiawei and Shen, Li and Hu, Han and Luo, Yong and Lin, Hui and Shen, Jialie},
50
+ journal={arXiv preprint arXiv:2308.00255},
51
+ year={2023}
52
+ }
53
+ ```
54
+