End of training
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
base_model: CohereLabs/tiny-aya-global
|
|
|
|
| 3 |
library_name: transformers
|
| 4 |
model_name: tiny-aya-global-tool-calling-SFT
|
| 5 |
tags:
|
|
@@ -13,7 +14,7 @@ licence: license
|
|
| 13 |
|
| 14 |
# Model Card for tiny-aya-global-tool-calling-SFT
|
| 15 |
|
| 16 |
-
This model is a fine-tuned version of [CohereLabs/tiny-aya-global](https://huggingface.co/CohereLabs/tiny-aya-global).
|
| 17 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 18 |
|
| 19 |
## Quick start
|
|
|
|
| 1 |
---
|
| 2 |
base_model: CohereLabs/tiny-aya-global
|
| 3 |
+
datasets: bebechien/SimpleToolCalling
|
| 4 |
library_name: transformers
|
| 5 |
model_name: tiny-aya-global-tool-calling-SFT
|
| 6 |
tags:
|
|
|
|
| 14 |
|
| 15 |
# Model Card for tiny-aya-global-tool-calling-SFT
|
| 16 |
|
| 17 |
+
This model is a fine-tuned version of [CohereLabs/tiny-aya-global](https://huggingface.co/CohereLabs/tiny-aya-global) on the [bebechien/SimpleToolCalling](https://huggingface.co/datasets/bebechien/SimpleToolCalling) dataset.
|
| 18 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 19 |
|
| 20 |
## Quick start
|