rpand002 commited on
Commit
b030a7f
1 Parent(s): d46c8b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-Instruct model.
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