English
Chinese
File size: 247 Bytes
89f979c
 
 
 
 
 
 
 
41660eb
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
---
datasets:
- Lin-Chen/ShareGPT4V
- fka/awesome-chatgpt-prompts
- HuggingFaceH4/no_robots
language:
- en
- zh
---
# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("microsoft/phi-2")