shimmyshimmer commited on
Commit
5fb11a9
·
verified ·
1 Parent(s): 19ac8f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -7,6 +7,10 @@ license: apache-2.0
7
  tags:
8
  - unsloth
9
  - transformers
 
 
 
 
10
  ---
11
 
12
  # Finetune Llama 3.1, Gemma 2, Mistral 2-5x faster with 70% less memory via Unsloth!
@@ -34,7 +38,7 @@ All notebooks are **beginner friendly**! Add your dataset, click "Run All", and
34
  - This [text completion notebook](https://colab.research.google.com/drive/1ef-tab5bhkvWmBOObepl1WgJvfvSzn5Q?usp=sharing) is for raw text. This [DPO notebook](https://colab.research.google.com/drive/15vttTpzzVXv_tJwEk-hIcQ0S9FcEWvwP?usp=sharing) replicates Zephyr.
35
  - \* Kaggle has 2x T4s, but we use 1. Due to overhead, 1x T4 is 5x faster.
36
 
37
- # Qwen2.5-Coder-7B
38
 
39
  ## Introduction
40
 
 
7
  tags:
8
  - unsloth
9
  - transformers
10
+ - code
11
+ - qwen
12
+ - qwen-coder
13
+ - codeqwen
14
  ---
15
 
16
  # Finetune Llama 3.1, Gemma 2, Mistral 2-5x faster with 70% less memory via Unsloth!
 
38
  - This [text completion notebook](https://colab.research.google.com/drive/1ef-tab5bhkvWmBOObepl1WgJvfvSzn5Q?usp=sharing) is for raw text. This [DPO notebook](https://colab.research.google.com/drive/15vttTpzzVXv_tJwEk-hIcQ0S9FcEWvwP?usp=sharing) replicates Zephyr.
39
  - \* Kaggle has 2x T4s, but we use 1. Due to overhead, 1x T4 is 5x faster.
40
 
41
+ # Qwen2.5-Coder-7B-bnb-4bit
42
 
43
  ## Introduction
44