Create README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,35 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model:
|
4 |
+
- openai/gpt-oss-120b
|
5 |
+
new_version: openai/gpt-oss-120b
|
6 |
+
---
|
7 |
+
|
8 |
+
# GR-1: Advanced LLM Model by Ghufran Ridhawi
|
9 |
+
|
10 |
+
GR-1 is a custom Large Language Model (LLM) that I developed, deployed via Baseten, and can be integrated into various applications.
|
11 |
+
This model focuses on high-level reasoning, natural answers, and flexibility for various use cases: chatbots, text analysis, and text stuff.
|
12 |
+
|
13 |
+
---
|
14 |
+
|
15 |
+
## Key Features
|
16 |
+
- **High Reasoning** — Smarter at understanding conversational context.
|
17 |
+
- **Fast API Response** — Optimized via Baseten endpoint.
|
18 |
+
- **Multi-use** — Suitable for chatbots, summarizers, and text content.
|
19 |
+
- **Easy Integration** — Can be used via REST API or SDK.
|
20 |
+
|
21 |
+
---
|
22 |
+
|
23 |
+
## How to Use This Model
|
24 |
+
There are 2 ways to use this model: **via API** or **Hugging Face Spaces**. (If you'd like to use it, please contact Ghufran first, as it was created by a single person.
|
25 |
+
This model is licensed under the MIT license.
|
26 |
+
If you'd like to use it for commercial projects, please contact me first.)
|
27 |
+
|
28 |
+
### **Contact**
|
29 |
+
```
|
30 |
+
Email: [email protected]
|
31 |
+
LinkedIn: Ghufran Ridhawi
|
32 |
+
|
33 |
+
*Disclaimer
|
34 |
+
This model is still being optimized. If you need full access or premium integrations, please contact me directly.
|
35 |
+
|