Commit
·
2167c25
1
Parent(s):
9eec47c
Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,7 @@ library_name: peft
|
|
3 |
base_model: unsloth/tinyllama-bnb-4bit
|
4 |
---
|
5 |
|
6 |
-
#
|
7 |
|
8 |
Formats response to {'message': '', 'function_call': None, 'args': []}
|
9 |
|
|
|
3 |
base_model: unsloth/tinyllama-bnb-4bit
|
4 |
---
|
5 |
|
6 |
+
# Function Calling Adapter for Tinyllama
|
7 |
|
8 |
Formats response to {'message': '', 'function_call': None, 'args': []}
|
9 |
|