Instructions to use ytgui/Search-R3.0-Small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ytgui/Search-R3.0-Small with Transformers:
# Load model directly from transformers import AutoTokenizer, HFQwen2LM tokenizer = AutoTokenizer.from_pretrained("ytgui/Search-R3.0-Small") model = HFQwen2LM.from_pretrained("ytgui/Search-R3.0-Small") - Notebooks
- Google Colab
- Kaggle
Improve model card: Update pipeline tag, add library name, and GitHub link
#1
by nielsr HF Staff - opened
This PR enhances the model card for Search-R3 by:
- Updating the
pipeline_tagfromtext-generationtotext-retrievalto accurately reflect the model's primary function of generating embeddings for search tasks. - Adding
library_name: transformersto enable the automated usage widget on the Hub, as the model demonstrates compatibility with thetransformerslibrary in its usage examples andconfig.json. - Including an explicit link to the GitHub repository: https://github.com/ytgui/Search-R3 for improved discoverability.
ytgui changed pull request status to merged