Instructions to use lier007/xiaobu-embedding with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lier007/xiaobu-embedding with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="lier007/xiaobu-embedding")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("lier007/xiaobu-embedding") model = AutoModel.from_pretrained("lier007/xiaobu-embedding") - Notebooks
- Google Colab
- Kaggle
Will training data be release?
#3
by jorisfu - opened
Could you please share training data~
thank you very much~
Thanks for your interest!
Since the vast majority of the fine-tuning data comes from manually annotated data within the company.
Currently we do not have plans to release the fine-tuning data, but I’ll let you know when things change.