Feature Extraction
Transformers
Safetensors
English
Chinese
qwen3
embedding
retriever
RAG
Agentic
Skills
text-embeddings-inference
Instructions to use ttchungc/InsightEmb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ttchungc/InsightEmb with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="ttchungc/InsightEmb")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("ttchungc/InsightEmb") model = AutoModel.from_pretrained("ttchungc/InsightEmb", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
0ea9d0a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a9f0933396899b1a4a5b9874eccd365f731a5c4f775c3d81bbe3d34b22adf611
size 7928
|