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
add citation
#1
by JessyTsu1 - opened
No description provided.
chestnutlzj changed pull request status to merged