Update README.md
Browse files
README.md
CHANGED
|
@@ -40,7 +40,7 @@ MODEL=accounts/fireworks/models/firefunction-v1
|
|
| 40 |
Although the model was trained on a variety of tasks, it performs best on:
|
| 41 |
* single-turn request routing to a function picked from a pool of up to 20 function specs.
|
| 42 |
* structured information extraction.
|
| 43 |
-
|
| 44 |
|
| 45 |
### Out-of-Scope Use
|
| 46 |
The model was not optimized for the following use cases:
|
|
@@ -49,7 +49,7 @@ The model was not optimized for the following use cases:
|
|
| 49 |
|
| 50 |
## Example Usage
|
| 51 |
|
| 52 |
-
See documentation for
|
| 53 |
|
| 54 |
```python
|
| 55 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
|
| 40 |
Although the model was trained on a variety of tasks, it performs best on:
|
| 41 |
* single-turn request routing to a function picked from a pool of up to 20 function specs.
|
| 42 |
* structured information extraction.
|
| 43 |
+
See [blog post](https://fireworks.ai/blog) for more info on FireFunction.
|
| 44 |
|
| 45 |
### Out-of-Scope Use
|
| 46 |
The model was not optimized for the following use cases:
|
|
|
|
| 49 |
|
| 50 |
## Example Usage
|
| 51 |
|
| 52 |
+
See [documentation](https://readme.fireworks.ai/docs/function-calling) for more detail.
|
| 53 |
|
| 54 |
```python
|
| 55 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|