Wauplin HF staff commited on
Commit
1821c28
1 Parent(s): cb94f91

Tag model as `transformers` instead of `keras`

Browse files

This repo doesn't look like a Keras 3.0 model. This PR updates the model card metadata to make sure the model repo is correctly referenced as a `transformers` repo. This is useful for discoverability on the search page + for the `"Use this model"` code snippet.

If this repo is indeed compatible with Keras, it would still be good to add `transformers` as a tag + explain in the readme how to load the model with Keras. I can work on that if relevant.

Cheers! 🤗

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -2,7 +2,7 @@
2
  license: mit
3
  language:
4
  - en
5
- library_name: keras
6
  ---
7
  # Model Card for Model ID
8
 
 
2
  license: mit
3
  language:
4
  - en
5
+ library_name: transformers
6
  ---
7
  # Model Card for Model ID
8