Instructions to use chestnutlzj/ChatLaw-Text2Vec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chestnutlzj/ChatLaw-Text2Vec with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("chestnutlzj/ChatLaw-Text2Vec") model = AutoModel.from_pretrained("chestnutlzj/ChatLaw-Text2Vec") - Notebooks
- Google Colab
- Kaggle
论文中input vector和keyword vector计算Vi的时候, α是怎么初始化的
#3
by Tungsong - opened