Instructions to use rodrigo-pedro/gemma-2b-function-calling with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rodrigo-pedro/gemma-2b-function-calling with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("rodrigo-pedro/gemma-2b-function-calling", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ Once you have access to the model, remember to authenticate with Hugging Face as
|
|
| 16 |
|
| 17 |
## Usage
|
| 18 |
|
| 19 |
-
Make sure you have the
|
| 20 |
|
| 21 |
|
| 22 |
```python
|
|
|
|
| 16 |
|
| 17 |
## Usage
|
| 18 |
|
| 19 |
+
Make sure you have the [peft](https://huggingface.co/docs/peft/en/index) package installed. You can install it with `pip install peft`.
|
| 20 |
|
| 21 |
|
| 22 |
```python
|