File size: 1,291 Bytes
1bad0bb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
LICENSE
README.md
pyproject.toml
.github/FUNDING.yml
images/Colab.png
images/Discord button.png
images/Discord.png
images/Free version button.png
images/Kaggle.png
images/Kofi button.png
images/LAION 2GPU.png
images/Slim Orca 2GPUs.png
images/buy me a coffee button.png
images/made with unsloth.png
images/peft x trl button.png
images/start free finetune button.png
images/unsloth end.png
images/unsloth loading page render.png
images/unsloth logo black text.png
images/unsloth logo only.png
images/unsloth logo white text.png
images/unsloth made with love.png
images/unsloth new logo.png
unsloth/__init__.py
unsloth/chat_templates.py
unsloth/save.py
unsloth/tokenizer_utils.py
unsloth.egg-info/PKG-INFO
unsloth.egg-info/SOURCES.txt
unsloth.egg-info/dependency_links.txt
unsloth.egg-info/requires.txt
unsloth.egg-info/top_level.txt
unsloth/kernels/__init__.py
unsloth/kernels/cross_entropy_loss.py
unsloth/kernels/fast_lora.py
unsloth/kernels/geglu.py
unsloth/kernels/rms_layernorm.py
unsloth/kernels/rope_embedding.py
unsloth/kernels/swiglu.py
unsloth/kernels/utils.py
unsloth/models/__init__.py
unsloth/models/_utils.py
unsloth/models/dpo.py
unsloth/models/gemma.py
unsloth/models/llama.py
unsloth/models/loader.py
unsloth/models/mapper.py
unsloth/models/mistral.py
unsloth/models/qwen2.py