iammartian0 commited on
Commit
f13b374
·
1 Parent(s): 9b342e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -20
README.md CHANGED
@@ -50,31 +50,30 @@ Model is finetuned on the dataset for four epochs
50
 
51
  ## Evaluation results
52
 
53
-
54
 
55
 
56
  ### BibTeX entry and citation info
57
 
58
  ```bibtex
59
- @article{DBLP:journals/corr/abs-1810-04805,
60
- author = {Jacob Devlin and
61
- Ming{-}Wei Chang and
62
- Kenton Lee and
63
- Kristina Toutanova},
64
- title = {{BERT:} Pre-training of Deep Bidirectional Transformers for Language
65
- Understanding},
66
- journal = {CoRR},
67
- volume = {abs/1810.04805},
68
- year = {2018},
69
- url = {http://arxiv.org/abs/1810.04805},
70
- archivePrefix = {arXiv},
71
- eprint = {1810.04805},
72
- timestamp = {Tue, 30 Oct 2018 20:39:56 +0100},
73
- biburl = {https://dblp.org/rec/journals/corr/abs-1810-04805.bib},
74
- bibsource = {dblp computer science bibliography, https://dblp.org}
 
 
75
  }
76
  ```
77
 
78
- <a href="https://huggingface.co/exbert/?model=bert-base-cased">
79
- <img width="300px" src="https://cdn-media.huggingface.co/exbert/button.png">
80
- </a>
 
50
 
51
  ## Evaluation results
52
 
53
+ Model acheived an Top-1 accuracy of 0.929.
54
 
55
 
56
  ### BibTeX entry and citation info
57
 
58
  ```bibtex
59
+ @misc{wu2020visual,
60
+ title={Visual Transformers: Token-based Image Representation and Processing for Computer Vision},
61
+ author={Bichen Wu and Chenfeng Xu and Xiaoliang Dai and Alvin Wan and Peizhao Zhang and Zhicheng Yan and Masayoshi Tomizuka and Joseph Gonzalez and Kurt Keutzer and Peter Vajda},
62
+ year={2020},
63
+ eprint={2006.03677},
64
+ archivePrefix={arXiv},
65
+ primaryClass={cs.CV}
66
+ }
67
+
68
+ @INPROCEEDINGS{9816335,
69
+ author={Choumos, George and Koukos, Alkiviadis and Sitokonstantinou, Vasileios and Kontoes, Charalampos},
70
+ booktitle={2022 IEEE 14th Image, Video, and Multidimensional Signal Processing Workshop (IVMSP)},
71
+ title={Towards Space-to-Ground Data Availability for Agriculture Monitoring},
72
+ year={2022},
73
+ volume={},
74
+ number={},
75
+ pages={1-5},
76
+ doi={10.1109/IVMSP54334.2022.9816335}
77
  }
78
  ```
79