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: 133 Bytes
0ea9d0a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b1488be6077b34b8add52f471a1f6d8628b5f26ae4b3c1782bd43de31367e8f1
size 11423046
|