Skip to content

Latest commit

Β 

History

History
17 lines (12 loc) Β· 449 Bytes

README.md

File metadata and controls

17 lines (12 loc) Β· 449 Bytes

Mixtral

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

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

Model
mistralai/Mixtral-8x7B-Instruct-v0.1

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

from paddlenlp.transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("mistralai/Mixtral-8x7B-Instruct-v0.1")
tokenizer = AutoTokenizer.from_pretrained("mistralai/Mixtral-8x7B-Instruct-v0.1")