OwenArli commited on
Commit
8d9aee9
1 Parent(s): ce2a2fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -3
README.md CHANGED
@@ -1,3 +1,53 @@
1
- ---
2
- license: llama3.1
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3.1
3
+ ---
4
+
5
+ # Llama-3.1-70B-ArliAI-RPMax-v1.1
6
+ =====================================
7
+
8
+ ## Overview
9
+
10
+ This repository is based on the Meta-Llama-3.1-70B-Instruct model and is governed by the Meta Llama 3.1 License agreement: https://huggingface.co/meta-llama/Meta-Llama-3.1-70B-Instruct
11
+
12
+ ## Model Description
13
+
14
+ Llama-3.1-70B-ArliAI-RPMax-v1.1 is a variant of the Meta-Llama-3.1-70B-Instruct model, trained on a diverse set of curated RP datasets with a focus on variety and deduplication. This model is designed to be highly creative and non-repetitive, with a unique approach to training that minimizes repetition.
15
+
16
+ This version is an early test on 70B that is only run with a short sequence length for training, we are planning to run another training with higher sequence length.
17
+
18
+ You can access the model at https://arliai.com and ask questions at https://www.reddit.com/r/ArliAI/
19
+
20
+ Let us know what you think of the model! The 8B and 12B versions of RPMax had great feedback from users, so we expect this 70B version to one of the best RP models.
21
+
22
+ ### Training Details
23
+
24
+ * **Sequence Length**: 4096
25
+ * **Training Duration**: Approximately 5 days on 2x3090Ti
26
+ * **Epochs**: 1 epoch training for minimized repetition sickness
27
+ * **LORA**: 64-rank 128-alpha, resulting in ~2% trainable weights
28
+ * **Learning Rate**: 0.00001
29
+ * **Gradient accumulation**: Very low 32 for better learning.
30
+
31
+ ## Quantization
32
+
33
+ The model is available in quantized formats:
34
+
35
+ * **FP16**: https://huggingface.co/ArliAI/Llama-3.1-70B-ArliAI-RPMax-v1.1
36
+ * **GGUF**: https://huggingface.co/ArliAI/Llama-3.1-70B-ArliAI-RPMax-v1.1-GGUF
37
+
38
+ ## Suggested Prompt Format
39
+
40
+ Llama 3 Instruct Format
41
+
42
+ Example:
43
+ ```
44
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
45
+
46
+ You are [character]. You have a personality of [personality description]. [Describe scenario]<|eot_id|><|start_header_id|>user<|end_header_id|>
47
+
48
+ {{ user_message_1 }}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
49
+
50
+ {{ model_answer_1 }}<|eot_id|><|start_header_id|>user<|end_header_id|>
51
+
52
+ {{ user_message_2 }}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
53
+ ```