Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
# PandaLM: Reproducible and Automated Language Model Assessment
|
6 |
+
|
7 |
+
Our GitHub repo: https://github.com/WeOpenML/PandaLM
|
8 |
+
|
9 |
+
**Please use `AutoTokenizer.from_pretrained('WeOpenML/PandaLM-7B-v1', use_fast=False)` if you encounter issues.**
|
10 |
+
|