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