tpircsc commited on
Commit
b321f74
·
verified ·
1 Parent(s): a86870a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -7,11 +7,17 @@ tags:
7
  - trl
8
  - sft
9
  licence: license
 
 
 
10
  ---
11
 
12
  # Model Card for phi-4-mini-it-thinking-function_calling-V0
13
 
14
  This model is a fine-tuned version of [microsoft/Phi-4-mini-instruct](https://huggingface.co/microsoft/Phi-4-mini-instruct).
 
 
 
15
  It has been trained using [TRL](https://github.com/huggingface/trl).
16
 
17
  ## Quick start
 
7
  - trl
8
  - sft
9
  licence: license
10
+ datasets:
11
+ - Jofthomas/hermes-function-calling-thinking-V1
12
+ pipeline_tag: text-generation
13
  ---
14
 
15
  # Model Card for phi-4-mini-it-thinking-function_calling-V0
16
 
17
  This model is a fine-tuned version of [microsoft/Phi-4-mini-instruct](https://huggingface.co/microsoft/Phi-4-mini-instruct).
18
+
19
+ It uses a modified subset of the [NousResearch/hermes-function-calling-v1](https://huggingface.co/datasets/NousResearch/hermes-function-calling-v1) dataset: [Jofthomas/hermes-function-calling-thinking-V1](https://huggingface.co/datasets/Jofthomas/hermes-function-calling-thinking-V1), which adds a thinking step to the base dataset.
20
+
21
  It has been trained using [TRL](https://github.com/huggingface/trl).
22
 
23
  ## Quick start