Update README.md
Browse files
README.md
CHANGED
@@ -176,7 +176,7 @@ We evaluate Katanemo Arch-Function-Calling series on the [Berkeley Function-Call
|
|
176 |
|
177 |
|
178 |
# Requirements
|
179 |
-
The code of Arch-Function-Calling-1.5B has been in the
|
180 |
```bash
|
181 |
pip install transformers>=4.37.0
|
182 |
```
|
@@ -325,6 +325,11 @@ response = tokenizer.decode(outputs[0][len(inputs[0]) :], skip_special_tokens=Tr
|
|
325 |
print(response)
|
326 |
````
|
327 |
|
|
|
|
|
|
|
|
|
|
|
328 |
|
329 |
# License
|
330 |
Katanemo Arch-Function-Calling collection is distributed under the [Katanemo license](https://huggingface.co/katanemolabs/Arch-Function-Calling-1.5B/blob/main/LICENSE).
|
|
|
176 |
|
177 |
|
178 |
# Requirements
|
179 |
+
The code of Arch-Function-Calling-1.5B has been in the Hugging Face `transformers` library and we advise you to install latest version:
|
180 |
```bash
|
181 |
pip install transformers>=4.37.0
|
182 |
```
|
|
|
325 |
print(response)
|
326 |
````
|
327 |
|
328 |
+
Then you should be able to see the following output:
|
329 |
+
```
|
330 |
+
The current temperature in Seattle is 62 degrees in Fahrenheit.
|
331 |
+
```
|
332 |
+
|
333 |
|
334 |
# License
|
335 |
Katanemo Arch-Function-Calling collection is distributed under the [Katanemo license](https://huggingface.co/katanemolabs/Arch-Function-Calling-1.5B/blob/main/LICENSE).
|