Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -11,6 +11,12 @@ tags:
|
|
11 |
- trl
|
12 |
---
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
# Uploaded model
|
15 |
|
16 |
- **Developed by:** akshayballal
|
@@ -23,8 +29,7 @@ This gemma2 model was trained 2x faster with [Unsloth](https://github.com/unslot
|
|
23 |
### Usage
|
24 |
|
25 |
```python
|
26 |
-
|
27 |
-
from transformers import TextStreamer
|
28 |
|
29 |
alpaca_prompt = """Below are the tools that you have access to these tools. Use them if required.
|
30 |
|
|
|
11 |
- trl
|
12 |
---
|
13 |
|
14 |
+
# Model Card for Model ID
|
15 |
+
|
16 |
+
This model is a function calling version of [google/gemma-2-2b](https://huggingface.co/google/gemma-2-2b) finetuned on the [Salesforce/xlam-function-calling-60k](https://huggingface.co/datasets/Salesforce/xlam-function-calling-60k) dataset.
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
# Uploaded model
|
21 |
|
22 |
- **Developed by:** akshayballal
|
|
|
29 |
### Usage
|
30 |
|
31 |
```python
|
32 |
+
from unsloth import FastLanguageModel
|
|
|
33 |
|
34 |
alpaca_prompt = """Below are the tools that you have access to these tools. Use them if required.
|
35 |
|