Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
pipeline_tag: text-generation
|
| 4 |
---
|
| 5 |
|
|
@@ -50,3 +50,6 @@ tokenizer = AutoTokenizer.from_pretrained(ckpt_path, trust_remote_code=True).cud
|
|
| 50 |
model = AutoModelForCausalLM.from_pretrained(ckpt_path, torch_dtype=torch.float16, trust_remote_code=True).cuda()
|
| 51 |
model = model.eval()
|
| 52 |
```
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: other
|
| 3 |
pipeline_tag: text-generation
|
| 4 |
---
|
| 5 |
|
|
|
|
| 50 |
model = AutoModelForCausalLM.from_pretrained(ckpt_path, torch_dtype=torch.float16, trust_remote_code=True).cuda()
|
| 51 |
model = model.eval()
|
| 52 |
```
|
| 53 |
+
|
| 54 |
+
### Open Source License
|
| 55 |
+
The code is licensed under Apache-2.0, while model weights are fully open for academic research and also allow free commercial usage. To apply for a commercial license, please fill in the application form (English)/申请表(中文). For other questions or collaborations, please contact [email protected].
|