Skip to content

Latest commit

Β 

History

History
18 lines (13 loc) Β· 486 Bytes

README.md

File metadata and controls

18 lines (13 loc) Β· 486 Bytes

Mistral

1. ζ¨‘εž‹δ»‹η»

ζ”―ζŒζ¨‘εž‹ζƒι‡:

Model
mistralai/Mistral-7B-Instruct-v0.3
mistralai/Mistral-7B-v0.1

δ½Ώη”¨ζ–Ήζ³•οΌš

from paddlenlp.transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.3")
tokenizer = AutoTokenizer.from_pretrained("mistralai/Mistral-7B-Instruct-v0.3")