aashish1904 commited on
Commit
37f9924
1 Parent(s): fda6603

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ base_model: meta-llama/Meta-Llama-3.1-8B
5
+ datasets:
6
+ - mlabonne/llmtwin
7
+ language:
8
+ - en
9
+ library_name: transformers
10
+ license: apache-2.0
11
+ tags:
12
+ - unsloth
13
+ - trl
14
+ - sft
15
+
16
+ ---
17
+
18
+ [![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
19
+
20
+
21
+ # QuantFactory/TwinLlama-3.1-8B-GGUF
22
+ This is quantized version of [mlabonne/TwinLlama-3.1-8B](https://huggingface.co/mlabonne/TwinLlama-3.1-8B) created using llama.cpp
23
+
24
+ # Original Model Card
25
+
26
+
27
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/Ddo6O27iJ0uFiGp7Y5py1.png)
28
+
29
+ # 👥 TwinLlama-3.1-8B
30
+
31
+ TwinLlama-3.1-8B is a model created for the [LLM Engineer's Handbook](https://a.co/d/9vYzTUC), trained on [mlabonne/llmtwin](https://huggingface.co/datasets/mlabonne/llmtwin).
32
+
33
+ It is designed to act as a digital twin, which is a clone of myself and my co-authors (Paul Iusztin and Alex Vesa), imitating our writing style and drawing knowledge from our articles.
34
+
35
+ ---
36
+
37
+ This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
38
+
39
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)