Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ Granite-20B-FunctionCalling is a finetuned model based on IBM's [granite-20b-cod
|
|
15 |
The model is designed to respond to function calling related instructions.
|
16 |
|
17 |
### Generation
|
18 |
-
This is a simple example of how to use Granite-20B-Code-
|
19 |
```python
|
20 |
import json
|
21 |
import torch
|
|
|
15 |
The model is designed to respond to function calling related instructions.
|
16 |
|
17 |
### Generation
|
18 |
+
This is a simple example of how to use Granite-20B-Code-FunctionCalling model.
|
19 |
```python
|
20 |
import json
|
21 |
import torch
|