Add license section
Browse files
README.md
CHANGED
|
@@ -72,6 +72,10 @@ outputs = model.generate(**inputs, max_new_tokens=64)
|
|
| 72 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
| 73 |
```
|
| 74 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
|
| 76 |
### **The Upstage AI Team** ###
|
| 77 |
Upstage is creating the best LLM and DocAI. Please find more information at https://upstage.ai
|
|
|
|
| 72 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
| 73 |
```
|
| 74 |
|
| 75 |
+
### **License**
|
| 76 |
+
- [upstage/SOLAR-10.7B-v1.0](https://huggingface.co/upstage/SOLAR-10.7B-v1.0): apache-2.0
|
| 77 |
+
- [upstage/SOLAR-10.7B-Instruct-v1.0](https://huggingface.co/upstage/SOLAR-10.7B-Instruct-v1.0): cc-by-nc-4.0
|
| 78 |
+
- Since some non-commercial datasets such as Alpaca are used for fine-tuning, we release fine-tuned model as cc-by-nc-4.0.
|
| 79 |
|
| 80 |
### **The Upstage AI Team** ###
|
| 81 |
Upstage is creating the best LLM and DocAI. Please find more information at https://upstage.ai
|