dbolya commited on
Commit
7c744dc
1 Parent(s): 494870b

Fixed incorrect license.

Browse files

Hi

@nielsr



@merve

, thanks for adding a model card!

However, the license you used was wrong. The license for the code is Apache 2.0, but the license for the release weights are CC BY-NC 4.0 (unfortunately, this is just a requirement from using ImageNet data).

I'll open this PR on the other models as well.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  datasets:
4
  - imagenet-1k
5
  pipeline_tag: image-classification
 
1
  ---
2
+ license: cc-by-nc-4.0
3
  datasets:
4
  - imagenet-1k
5
  pipeline_tag: image-classification