passthepizza commited on
Commit
93343f2
·
verified ·
1 Parent(s): 707231c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -3
README.md CHANGED
@@ -1,3 +1,48 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ base_model:
6
+ - meta-llama/Llama-3.1-8B-Instruct
7
+ tags:
8
+ - axolotl
9
+ ---
10
+ # 🎭 Cakrawala-8B
11
+
12
+ > *"Where Worlds Converge and Adventures Begin!"*
13
+
14
+ ## 🌟 What's Special About This Model?
15
+
16
+ Cakrawala-8B is a fine-tuned variant of the Llama-3.1-8B-Instruct model, specifically optimised for generating rich roleplaying conversations and character interactions. The model has been trained to excel at producing detailed, contextually appropriate character dialogues with rich descriptions of physical actions, expressions, and emotional states while maintaining consistent character voices and perspectives throughout extended interactions.
17
+
18
+ ## 🧪 The Secret Sauce
19
+
20
+ ### Training Diet:
21
+ - Fed with 5,867 conversation pairs
22
+ - Each conversation is a minimum 12-13 turns long
23
+ - Focused heavily details like facial expressions, environmental descriptions, and character reactions that are focused a lot on **keeping the model in character.**
24
+
25
+ ### Tech Wizardry:
26
+ - Trained on the Llama-3.1-8B-Instruct
27
+ - Fine-tuned using QLoRA
28
+ - Trained over 3 epochs
29
+
30
+ ## Training Parameters
31
+ - Gradient Accumulation Steps: 16
32
+ - Micro Batch Size: 4
33
+ - Learning Rate: 0.0003
34
+ - Optimizer: AdamW
35
+ - Scheduler: Cosine
36
+ - Mixed Precision: BF16 & FP16 with TF32 support
37
+
38
+ ## 🔧 Under the Hood
39
+ - Trained on 2 x H100 SXM GPUs
40
+
41
+ ## 🎬 License & Credits
42
+
43
+ - Licensed under MIT
44
+ - Based on meta-llama/Llama-3.1-8B-Instruct
45
+
46
+ ---
47
+
48
+ *Built with ❤️ for roleplayers, by roleplayers*