mlabonne commited on
Commit
c4a9932
1 Parent(s): 70b478b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -13
README.md CHANGED
@@ -1,22 +1,27 @@
1
  ---
2
- base_model: unsloth/Meta-Llama-3.1-8B-bnb-4bit
3
- language:
4
- - en
5
- license: apache-2.0
6
  tags:
7
- - text-generation-inference
8
- - transformers
9
  - unsloth
10
- - llama
11
- - gguf
 
 
 
 
 
 
12
  ---
13
 
14
- # Uploaded model
 
 
 
 
15
 
16
- - **Developed by:** mlabonne
17
- - **License:** apache-2.0
18
- - **Finetuned from model :** unsloth/Meta-Llama-3.1-8B-bnb-4bit
19
 
20
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
1
  ---
2
+ library_name: transformers
 
 
 
3
  tags:
 
 
4
  - unsloth
5
+ - trl
6
+ - sft
7
+ license: apache-2.0
8
+ datasets:
9
+ - mlabonne/llmtwin
10
+ language:
11
+ - en
12
+ base_model: meta-llama/Meta-Llama-3.1-8B
13
  ---
14
 
15
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/Ddo6O27iJ0uFiGp7Y5py1.png)
16
+
17
+ # 👥 TwinLlama-3.1-8B
18
+
19
+ 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).
20
 
21
+ 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.
22
+
23
+ ---
24
 
25
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
26
 
27
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)