Instructions to use toolathlonEval/SparseTieModel-TestRepo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use toolathlonEval/SparseTieModel-TestRepo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="toolathlonEval/SparseTieModel-TestRepo")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("toolathlonEval/SparseTieModel-TestRepo") model = AutoModel.from_pretrained("toolathlonEval/SparseTieModel-TestRepo", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 127 Bytes
5b22005 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fdbadbba4530f71cbe18e291a4f89631b9ce4446bca00f9c4432fb628299da51
size 35
|