Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
base_model: unsloth/Llama-3.2-3B-Instruct-bnb-4bit
|
| 3 |
library_name: peft
|
| 4 |
-
license:
|
| 5 |
tags:
|
| 6 |
- finance
|
| 7 |
- agent
|
|
@@ -50,4 +50,4 @@ I will trigger the add_transaction tool to update their dashboard.
|
|
| 50 |
<tool_call>
|
| 51 |
{"action": "add_transaction", "amount": 12, "category": "Food", "type": "expense"}
|
| 52 |
</tool_call>
|
| 53 |
-
I've added that $12 food expense to your dashboard.
|
|
|
|
| 1 |
---
|
| 2 |
base_model: unsloth/Llama-3.2-3B-Instruct-bnb-4bit
|
| 3 |
library_name: peft
|
| 4 |
+
license: apache-2.0
|
| 5 |
tags:
|
| 6 |
- finance
|
| 7 |
- agent
|
|
|
|
| 50 |
<tool_call>
|
| 51 |
{"action": "add_transaction", "amount": 12, "category": "Food", "type": "expense"}
|
| 52 |
</tool_call>
|
| 53 |
+
I've added that $12 food expense to your dashboard.
|