shareAI/ShareGPT-Chinese-English-90k
Preview β’ Updated β’ 1.59k β’ 280
How to use shareAI/Phi-3-mini-128k-instruct-Chinese with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="shareAI/Phi-3-mini-128k-instruct-Chinese") # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("shareAI/Phi-3-mini-128k-instruct-Chinese", dtype="auto")modelscopeδΈθ½½: https://modelscope.cn/models/baicai003/Phi-3-mini-128k-instruct-Chinese/summary