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