Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# DiTy/gemma-2-9b-it-function-calling
|
@@ -14,8 +24,7 @@ fully annotated by humans only, on the English version of the <ins>*DiTy/functio
|
|
14 |
* [How prepare your functions (tools) for *Function Calling*](#prepare_func_call)
|
15 |
* [Just use chat template for generation](#just_chat_template)
|
16 |
* [Prompt structure and expected content](#roles)
|
17 |
-
|
18 |
-
<br>
|
19 |
|
20 |
## Usage (HuggingFace Transformers)
|
21 |
|
@@ -374,7 +383,7 @@ You are a helpful assistant
|
|
374 |
Tell me about California<end_of_turn>
|
375 |
```
|
376 |
|
377 |
-
## Evaluation
|
378 |
|
379 |
During the learning process, the validation error was approximated to the following values:
|
380 |
|
@@ -383,7 +392,7 @@ During the learning process, the validation error was approximated to the follow
|
|
383 |
| **[DiTy/gemma-2-9b-it-function-calling](https://huggingface.co/DiTy/gemma-2-9b-it-function-calling)** | EN | 0.5 |
|
384 |
| [DiTy/gemma-2-2b-it-function-calling](https://huggingface.co/DiTy/gemma-2-2b-it-function-calling) | EN | 0.66 |
|
385 |
|
386 |
-
## Citation
|
387 |
|
388 |
```none
|
389 |
@article{gemma_2024,
|
@@ -394,4 +403,4 @@ During the learning process, the validation error was approximated to the follow
|
|
394 |
author={Gemma Team},
|
395 |
year={2024}
|
396 |
}
|
397 |
-
```
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- conversational
|
5 |
+
- gemma2
|
6 |
+
- function-calling
|
7 |
+
- trl
|
8 |
+
license: apache-2.0
|
9 |
+
datasets:
|
10 |
+
- DiTy/function-calling
|
11 |
+
language:
|
12 |
+
- en
|
13 |
+
pipeline_tag: text-generation
|
14 |
---
|
15 |
|
16 |
# DiTy/gemma-2-9b-it-function-calling
|
|
|
24 |
* [How prepare your functions (tools) for *Function Calling*](#prepare_func_call)
|
25 |
* [Just use chat template for generation](#just_chat_template)
|
26 |
* [Prompt structure and expected content](#roles)
|
27 |
+
* [Evaluation of function calling models](#eval)
|
|
|
28 |
|
29 |
## Usage (HuggingFace Transformers)
|
30 |
|
|
|
383 |
Tell me about California<end_of_turn>
|
384 |
```
|
385 |
|
386 |
+
## <a name="eval"></a>Evaluation
|
387 |
|
388 |
During the learning process, the validation error was approximated to the following values:
|
389 |
|
|
|
392 |
| **[DiTy/gemma-2-9b-it-function-calling](https://huggingface.co/DiTy/gemma-2-9b-it-function-calling)** | EN | 0.5 |
|
393 |
| [DiTy/gemma-2-2b-it-function-calling](https://huggingface.co/DiTy/gemma-2-2b-it-function-calling) | EN | 0.66 |
|
394 |
|
395 |
+
## Citation
|
396 |
|
397 |
```none
|
398 |
@article{gemma_2024,
|
|
|
403 |
author={Gemma Team},
|
404 |
year={2024}
|
405 |
}
|
406 |
+
```
|