nielsr HF Staff commited on
Commit
5f8eae0
·
verified ·
1 Parent(s): 235eaa2

Remove library_name

Browse files

As the models aren't compatible with the Transformers library, this PR removes that tag.

Note, you can make your models compatible by converting the weights using the corresponding conversion scripts, e.g. [here](https://github.com/huggingface/transformers/blob/main/src/transformers/models/dinov2/convert_dinov2_to_hf.py) for DINOv2.

Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
3
- library_name: transformers
 
4
  pipeline_tag: image-classification
5
  ---
6
 
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
+ tags:
4
+ - pytorch
5
  pipeline_tag: image-classification
6
  ---
7