FALcon6 commited on
Commit
9270644
·
verified ·
1 Parent(s): 2bcb9f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -1
README.md CHANGED
@@ -7,4 +7,48 @@ language:
7
  metrics:
8
  - accuracy
9
  pipeline_tag: image-classification
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  metrics:
8
  - accuracy
9
  pipeline_tag: image-classification
10
+ ---
11
+ # Model Card for LGViT
12
+
13
+ The checkpoint of LGViT using the ViT 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
+