pankajmathur commited on
Commit
f0baed8
β€’
1 Parent(s): 009e23d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -7,6 +7,8 @@ pipeline_tag: text2text-generation
7
  ---
8
  πŸŽ‰ **Introducing BrokenLlama-3-8b: 100% Full Finetuning, No DPO added, Enjoy!** πŸš€
9
 
 
 
10
  This bad boy is a fully fine-tuned version of the already awesome Meta-Llama-3-8B, but we've cranked it up to 11 by attempting to remove alignment and biases using a super special curated dataset πŸ“ˆ with 8192 sequence length.
11
 
12
  BrokenLlama-3-8b went through a crazy 48-hour training session on some seriously powerful hardware, so you know it's ready to rock your world. πŸ’ͺ
@@ -37,6 +39,8 @@ gen_input = tokenizer.apply_chat_template(message, return_tensors="pt")
37
  model.generate(**gen_input)
38
  ```
39
 
 
 
40
  **Quants**
41
 
42
  GGUF : Coming Soon
 
7
  ---
8
  πŸŽ‰ **Introducing BrokenLlama-3-8b: 100% Full Finetuning, No DPO added, Enjoy!** πŸš€
9
 
10
+ <img src="https://huggingface.co/pankajmathur/broken-meta-llama-3-8B-v0.1-chatml/resolve/main/brokenLlama-3.webp" width="600" />
11
+
12
  This bad boy is a fully fine-tuned version of the already awesome Meta-Llama-3-8B, but we've cranked it up to 11 by attempting to remove alignment and biases using a super special curated dataset πŸ“ˆ with 8192 sequence length.
13
 
14
  BrokenLlama-3-8b went through a crazy 48-hour training session on some seriously powerful hardware, so you know it's ready to rock your world. πŸ’ͺ
 
39
  model.generate(**gen_input)
40
  ```
41
 
42
+ BrokenLlama-3-8b is governed by [META LLAMA 3 COMMUNITY LICENSE AGREEMENT](LICENSE)
43
+
44
  **Quants**
45
 
46
  GGUF : Coming Soon