dbolya commited on
Commit
7efac18
1 Parent(s): 006ca26

Fix incorrect model 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
  pipeline_tag: image-classification
4
  ---
5
  # Hiera Base MAE Trained on IN1K fine-tuned on IN1K
 
1
  ---
2
+ license: cc-by-nc-4.0
3
  pipeline_tag: image-classification
4
  ---
5
  # Hiera Base MAE Trained on IN1K fine-tuned on IN1K