pangu-evolution / README.md
superqing's picture
Update README.md
4b31e26
---
license: apache-2.0
---
## Introduction
PanGu-Alpha-Evolution is an enhanced version of Pangu-Alpha, which can better understand and process tasks, and better follow your task description. More technical details will be updated continuously, please pay attention.
[[Technical report](https://git.openi.org.cn/PCL-Platform.Intelligence/PanGu-Alpha/src/branch/master/PANGU-%ce%b1.pdf)]
### Use
```python
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("superqing/pangu-evolution")
model = AutoModelForCausalLM.from_pretrained("superqing/pangu-evolution", trust_remote_code=True)
```