matlok commited on
Commit
8196639
1 Parent(s): 850d001

set the correct name in the docs

Browse files
Files changed (2) hide show
  1. README.md +5 -5
  2. run-tiny-merge.py +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ license: unknown
4
 
5
  ## Merging AI Models like Lego Blocks
6
 
7
- This model was merged with the following HuggingFace TinyLlama models using ties:
8
 
9
  - TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
10
  - Doctor-Shotgun/TinyLlama-1.1B-32k-Instruct
@@ -16,9 +16,9 @@ This model was merged with the following HuggingFace TinyLlama models using ties
16
 
17
  Please refer to the Unsloth fine-tuning guide for:
18
 
19
- ### Fine-tuning using HuggingFace SFTTrainer
20
 
21
- - [Fine-tuning using HuggingFace SFTTrainer](https://colab.research.google.com/drive/1PEQyJO1-f6j0S_XJ8DV50NkpzasXkrzd?usp=sharing)
22
 
23
  ### Fine-tuning using Unsloth
24
 
@@ -28,7 +28,7 @@ Please refer to the Unsloth fine-tuning guide for:
28
 
29
  ## How do I generate my own model merges?
30
 
31
- This requires setting up your [HuggingFace User Account Access Tokens](https://huggingface.co/settings/tokens) before it will work:
32
 
33
  If you're using the command line you can use:
34
 
@@ -289,7 +289,7 @@ def run():
289
  """
290
  run the merge and upload the model and tokenizer
291
 
292
- This requires running having the HuggingFace token
293
  set before it will work:
294
  ```huggingface-cli login```
295
  """
 
4
 
5
  ## Merging AI Models like Lego Blocks
6
 
7
+ This model was merged with the following Hugging Face TinyLlama models using ties:
8
 
9
  - TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
10
  - Doctor-Shotgun/TinyLlama-1.1B-32k-Instruct
 
16
 
17
  Please refer to the Unsloth fine-tuning guide for:
18
 
19
+ ### Fine-tuning using Hugging Face SFTTrainer
20
 
21
+ - [Fine-tuning using Hugging Face SFTTrainer](https://colab.research.google.com/drive/1PEQyJO1-f6j0S_XJ8DV50NkpzasXkrzd?usp=sharing)
22
 
23
  ### Fine-tuning using Unsloth
24
 
 
28
 
29
  ## How do I generate my own model merges?
30
 
31
+ This requires setting up your [Hugging Face User Account Access Tokens](https://huggingface.co/settings/tokens) before it will work:
32
 
33
  If you're using the command line you can use:
34
 
 
289
  """
290
  run the merge and upload the model and tokenizer
291
 
292
+ This requires running having the Hugging Face token
293
  set before it will work:
294
  ```huggingface-cli login```
295
  """
run-tiny-merge.py CHANGED
@@ -257,7 +257,7 @@ def run():
257
  """
258
  run the merge and upload the model and tokenizer
259
 
260
- This requires running having the HuggingFace token
261
  set before it will work:
262
  ```huggingface-cli login```
263
  """
 
257
  """
258
  run the merge and upload the model and tokenizer
259
 
260
+ This requires running having the Hugging Face token
261
  set before it will work:
262
  ```huggingface-cli login```
263
  """