sayakpaul HF staff commited on
Commit
2fc28d3
1 Parent(s): b7fa2e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -22
README.md CHANGED
@@ -1,26 +1,9 @@
1
- ---
2
- library_name: keras
3
- ---
4
 
5
- ## Model description
6
 
7
- More information needed
8
 
9
- ## Intended uses & limitations
10
 
11
- More information needed
12
-
13
- ## Training and evaluation data
14
-
15
- More information needed
16
-
17
- ## Training Metrics
18
- Model history needed
19
- ## Model Plot
20
-
21
- <details>
22
- <summary>View Model Plot</summary>
23
-
24
- ![Model Image](./model.png)
25
-
26
- </details>
 
1
+ This is CaiT model from [1]. It was first implemented in TensorFlow and then the original parameters from [2] were ported into the implementation. Refer to [3] for more details.
 
 
2
 
3
+ ## References
4
 
5
+ [1] Going deeper with Image Transformers: https://arxiv.org/abs/2103.17239
6
 
7
+ [2] CaiT GitHub: https://github.com/facebookresearch/deit
8
 
9
+ [3] CaiT-TF GitHub: https://github.com/sayakpaul/cait-tf