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