hyokwan commited on
Commit
d2dadc3
1 Parent(s): 9665e90
Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -1,3 +1,25 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - ko
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - fintech
8
+ ---
9
+
10
+
11
+
12
+ ✨ Finetune for Free
13
+ All notebooks are beginner friendly! Add your dataset, click "Run All", and you'll get a 2x faster finetuned model which can be exported to GGUF, vLLM or uploaded to Hugging Face.
14
+
15
+ Unsloth supports Free Notebooks Performance Memory use
16
+ Gemma 7b ▶️ Start on Colab 2.4x faster 58% less
17
+ Mistral 7b ▶️ Start on Colab 2.2x faster 62% less
18
+ Llama-2 7b ▶️ Start on Colab 2.2x faster 43% less
19
+ TinyLlama ▶️ Start on Colab 3.9x faster 74% less
20
+ CodeLlama 34b A100 ▶️ Start on Colab 1.9x faster 27% less
21
+ Mistral 7b 1xT4 ▶️ Start on Kaggle 5x faster* 62% less
22
+ DPO - Zephyr ▶️ Start on Colab 1.9x faster 19% less
23
+ This conversational notebook is useful for ShareGPT ChatML / Vicuna templates.
24
+ This text completion notebook is for raw text. This DPO notebook replicates Zephyr.
25
+ * Kaggle has 2x T4s, but we use 1. Due to overhead, 1x T4 is 5x faster.