shareAI/ShareGPT-Chinese-English-90k
Preview โข Updated โข 1.52k โข 280
How to use shareAI/bimoGPT-llama2-13b with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="shareAI/bimoGPT-llama2-13b") # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("shareAI/bimoGPT-llama2-13b", dtype="auto")# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("shareAI/bimoGPT-llama2-13b", dtype="auto")bimoGPT - ไธไธชๅจllama2 13bๅบๅบงๆจกๅไธๅไธญๆ็ฒพ็ปSFT็็ๆฌ๏ผๆฅๆๆฅ่ฟChatGPT็่ฏญๆฐๅๅฏน่ฏ้ฎ็ญ่ฝๅ๏ผไปฅๅไธ้็ไปฃ็ ็ผ็จ่ฝๅใ
ๅบๅบง๏ผhttps://www.codewithgpu.com/m/file/llama2-13b-Chinese-chat (ไธญ็llama2-13B-sharegpt_cn-epoch2.zip)
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="shareAI/bimoGPT-llama2-13b")