shawhin commited on
Commit
35f4cca
·
verified ·
1 Parent(s): 8554efa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -13,12 +13,13 @@ datasets:
13
 
14
  # Model Card for gemma-3-1b-tool-use
15
 
16
- This model is a fine-tuned version of [google/gemma-3-1b-it](https://huggingface.co/google/gemma-3-1b-it) for function calling.
17
  It has been trained using [TRL](https://github.com/huggingface/trl).
18
 
19
  Resources:
20
  - [YouTube Video](https://youtu.be/fAFJYbtTsC0)
21
  - [Blog Post](https://medium.com/@shawhin/fine-tuning-llms-for-tool-use-5f1db03d7c55)
 
22
  - [Training Data](https://huggingface.co/datasets/shawhin/tool-use-finetuning)
23
 
24
  ## Quick start
 
13
 
14
  # Model Card for gemma-3-1b-tool-use
15
 
16
+ This model is a fine-tuned version of [google/gemma-3-1b-it](https://huggingface.co/google/gemma-3-1b-it) for function calling. The code and other resources for this project are linked below.
17
  It has been trained using [TRL](https://github.com/huggingface/trl).
18
 
19
  Resources:
20
  - [YouTube Video](https://youtu.be/fAFJYbtTsC0)
21
  - [Blog Post](https://medium.com/@shawhin/fine-tuning-llms-for-tool-use-5f1db03d7c55)
22
+ - [GitHub Repo](https://github.com/ShawhinT/llm-tool-use-ft)
23
  - [Training Data](https://huggingface.co/datasets/shawhin/tool-use-finetuning)
24
 
25
  ## Quick start