Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
tags:
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
inference: true
|
9 |
language:
|
10 |
-
|
11 |
library_name: transformers
|
12 |
pipeline_tag: text-generation
|
13 |
widget:
|
14 |
-
|
15 |
---
|
16 |
|
17 |
|
@@ -81,7 +81,22 @@ Built to run inside a React + Flask stack with CORS enabled and token-secured ba
|
|
81 |
|
82 |
## License
|
83 |
|
84 |
-
This model is licensed under the
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
|
86 |
---
|
87 |
|
|
|
1 |
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
tags:
|
4 |
+
- text-generation
|
5 |
+
- study-assistant
|
6 |
+
- emotionally-intelligent
|
7 |
+
- casual-ai
|
8 |
inference: true
|
9 |
language:
|
10 |
+
- en
|
11 |
library_name: transformers
|
12 |
pipeline_tag: text-generation
|
13 |
widget:
|
14 |
+
- text: Can you help me study math?
|
15 |
---
|
16 |
|
17 |
|
|
|
81 |
|
82 |
## License
|
83 |
|
84 |
+
This model is licensed under the **Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0)**.
|
85 |
+
|
86 |
+
You are free to:
|
87 |
+
- Use the model for **personal or educational purposes**
|
88 |
+
- Modify, remix, or build upon it
|
89 |
+
|
90 |
+
**You may not**:
|
91 |
+
- Sell, sublicense, or use the model or its outputs for any commercial purposes
|
92 |
+
|
93 |
+
© 2025 Micah Miles
|
94 |
+
|
95 |
+
## NOTICE
|
96 |
+
|
97 |
+
This project is licensed for **non-commercial use only**.
|
98 |
+
|
99 |
+
For commercial licensing or partnership inquiries, contact: [email protected]
|
100 |
|
101 |
---
|
102 |
|