How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="peihsin/sqlfinal_combine_ch")
# Load model directly
from transformers import AutoTokenizer, AutoModel

tokenizer = AutoTokenizer.from_pretrained("peihsin/sqlfinal_combine_ch")
model = AutoModel.from_pretrained("peihsin/sqlfinal_combine_ch")
Quick Links

pipeline_tag: sentence-similarity license: apache-2.0 tags:

  • text2vec
  • feature-extraction
  • sentence-similarity
  • transformers datasets:
  • shibing624/nli_zh language:
  • zh metrics:
  • bleu library_name: transformers
Downloads last month
3
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support