Instructions to use osanseviero/my-awesome-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use osanseviero/my-awesome-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="osanseviero/my-awesome-model")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("osanseviero/my-awesome-model") model = AutoModel.from_pretrained("osanseviero/my-awesome-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
π© Report : Legal issue(s)
#3
by julien-c - opened
Copyright issue? I already had a model with the same name awesome-model
But that's ok you can reuse it @osanseviero i won't sue you
Did you trademark the name?
be careful or i will! π
