snnn001 commited on
Commit
0bd0b6e
·
verified ·
1 Parent(s): 8beb534

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -9,3 +9,19 @@ datasets:
9
  # EfficientNet V2 L
10
 
11
  EfficientNet V2 L model pre-trained on ImageNet-1k.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  # EfficientNet V2 L
10
 
11
  EfficientNet V2 L model pre-trained on ImageNet-1k.
12
+
13
+ ## Intended uses & limitations
14
+
15
+ The model files were converted from pretrained weights from PyTorch Vision. The models may have their own licenses or terms and conditions derived from PyTorch Vision and the dataset used for training. It is your responsibility to determine whether you have permission to use the models for your use case.
16
+
17
+ ### BibTeX entry and citation info
18
+
19
+ ```bibtex
20
+ @article{Tan2019EfficientNetRM,
21
+ title={EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks},
22
+ author={Mingxing Tan and Quoc V. Le},
23
+ journal={ArXiv},
24
+ year={2019},
25
+ volume={abs/1905.11946}
26
+ }
27
+ ```