Instructions to use TeamResearch/MyRepo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TeamResearch/MyRepo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="TeamResearch/MyRepo")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("TeamResearch/MyRepo") model = AutoModelForSequenceClassification.from_pretrained("TeamResearch/MyRepo") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- e6e621766858217bad2e3619c04a556a895a610f898a57f04924be87cf4a1276
- Size of remote file:
- 4.54 kB
- SHA256:
- 31d0e1e5aede37fd536f104c2cb00ff989110fff9ded0404f5b46604ddfe7ed1
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.