Instructions to use asrguru/function with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use asrguru/function with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("asrguru/function", set_active=True) - Notebooks
- Google Colab
- Kaggle
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- lilacai/glaive-function-calling-v2-sharegpt
|
| 5 |
+
- Salesforce/xlam-function-calling-60k
|
| 6 |
+
language:
|
| 7 |
+
- fa
|
| 8 |
+
- en
|
| 9 |
+
metrics:
|
| 10 |
+
- accuracy
|
| 11 |
+
library_name: adapter-transformers
|
| 12 |
+
pipeline_tag: text-generation
|
| 13 |
+
---
|