NoteDance commited on
Commit
0a5215d
·
verified ·
1 Parent(s): ad484e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,3 +1,13 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - imagenet-1k
5
+ - imagenet-21k
6
+ library_name: tf
7
+ pipeline_tag: image-classification
8
+ tags:
9
+ - Note
10
+ - swin
11
+ - vision
12
+ ---
13
+ This model is built by Note, Note can be found [here](https://github.com/NoteDance/Note). The model can be found [here](https://github.com/NoteDance/Note/blob/Note-7.0/Note/neuralnetwork/tf/SwinTransformerV2.py). The tutorial can be found [here](https://github.com/NoteDance/Note-documentation/tree/tf-7.0).