Update README.md
Browse files
README.md
CHANGED
|
@@ -31,6 +31,20 @@ The model converts natural Arabic requests into structured executable API calls,
|
|
| 31 |
|
| 32 |
> This model is part of the **AISA** (Agentic AI Systems Architecture) initiative.
|
| 33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
---
|
| 35 |
|
| 36 |
## Model Overview
|
|
|
|
| 31 |
|
| 32 |
> This model is part of the **AISA** (Agentic AI Systems Architecture) initiative.
|
| 33 |
|
| 34 |
+
|
| 35 |
+
## Try the Model in Google Colab
|
| 36 |
+
|
| 37 |
+
You can run a full inference example using the notebook below.
|
| 38 |
+
|
| 39 |
+
[](https://colab.research.google.com/drive/1zTBeIEvb66AO6GVWZCkY-8PyYM01KQyO?usp=sharing)
|
| 40 |
+
|
| 41 |
+
The notebook demonstrates:
|
| 42 |
+
|
| 43 |
+
- Loading the model
|
| 44 |
+
- Defining tool schemas
|
| 45 |
+
- Generating structured tool calls
|
| 46 |
+
- Parsing function call outputs
|
| 47 |
+
|
| 48 |
---
|
| 49 |
|
| 50 |
## Model Overview
|