matlok commited on
Commit
cbf1aa6
1 Parent(s): f9b2cd8

give a better example in the docstring

Browse files
Files changed (1) hide show
  1. run-tiny-merge.py +9 -7
run-tiny-merge.py CHANGED
@@ -1,18 +1,20 @@
1
  #!/usr/bin/env python3
2
 
3
  """
4
- If you want to fine-tune, here's an example Unsloth fine tuning guide for:
5
- Alpaca + TinyLlama + RoPE Scaling full example.ipynb
6
- https://colab.research.google.com/drive/1AZghoNBQaMDgWJpi4RbffGM1h6raLUj9?usp=sharing
7
-
8
  Code here was refactored from gist:
9
  https://gist.github.com/maldevide/08829eada04ad9bd78e46c1a3787d42b
10
 
11
- Fine tuning example:
12
- https://colab.research.google.com/drive/1PEQyJO1-f6j0S_XJ8DV50NkpzasXkrzd?usp=sharing
13
-
14
  CodeLlama example:
15
  https://huggingface.co/collections/mlabonne/codellama-6509bc68c2d4c8fc379ee87f
 
 
 
 
 
 
 
 
 
16
  """
17
 
18
  import os
 
1
  #!/usr/bin/env python3
2
 
3
  """
 
 
 
 
4
  Code here was refactored from gist:
5
  https://gist.github.com/maldevide/08829eada04ad9bd78e46c1a3787d42b
6
 
 
 
 
7
  CodeLlama example:
8
  https://huggingface.co/collections/mlabonne/codellama-6509bc68c2d4c8fc379ee87f
9
+
10
+ Hugging Face Fine-Tuning example:
11
+ https://colab.research.google.com/drive/1PEQyJO1-f6j0S_XJ8DV50NkpzasXkrzd?usp=sharing
12
+
13
+ 2024-02-07 - unable to get unsloth to install.
14
+ If you want to fine-tune, here's an example Unsloth fine tuning guide for:
15
+ Alpaca + TinyLlama + RoPE Scaling full example.ipynb
16
+ https://colab.research.google.com/drive/1AZghoNBQaMDgWJpi4RbffGM1h6raLUj9?usp=sharing
17
+
18
  """
19
 
20
  import os