AlexBefest commited on
Commit
902398b
·
verified ·
1 Parent(s): a9f87f9

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -3
README.md CHANGED
@@ -1,3 +1,55 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3.2
3
+ language:
4
+ - en
5
+ base_model:
6
+ - meta-llama/Llama-3.2-3B-Instruct
7
+ tags:
8
+ - not-for-all-audiences
9
+ ---
10
+
11
+ GGUF:
12
+
13
+
14
+ [WoonaAi](https://huggingface.co/WoonaAI) presents...
15
+
16
+ # CardProjector-3B-v1.1
17
+
18
+
19
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6336c5b3e3ac69e6a90581da/lYuI5jEFDrDSxBkFffjjq.png)
20
+
21
+
22
+ ## What's new in v1.1?
23
+
24
+ - Frequency of infinite loops has been significantly reduced.
25
+ - The dataset has been significantly redesigned, which made it possible to achieve quite high quality on the 3B model (in some cases, even almost similar quality to the CardProjector 24B v1).
26
+ - Significantly improved the stability of the model behavior
27
+ - Added the ability to generate character cards using a Chain of Thoughts (for the CardProjector-R1-preview-8B-v1.1), which helped to achieve a higher generation quality than CardProjector 24B v1 in most cases. Read more [here](https://huggingface.co/AlexBefest/CardProjector-R1-preview-8B-v1.1).
28
+
29
+ ## Overview
30
+
31
+ CardProjector is a specialized series of language models, fine-tuned to generate character cards for **SillyTavern** in the **chara_card_v2** specification. These models are designed to assist creators and roleplayers by automating the process of crafting detailed and well-structured character cards, ensuring compatibility with SillyTavern's format.
32
+
33
+ ---
34
+
35
+ ## Sample:
36
+
37
+
38
+ ---
39
+
40
+ ## Parameters
41
+
42
+ - **Chat Template**: Llama-3
43
+ - **Sampler parameters**:
44
+ ```plain text
45
+ Temperature: 0.7-0.85
46
+ Rep. pen.: 1.1
47
+ ```
48
+ - **System prompt (recommended)**:
49
+ ```plain text
50
+ You are an AI assistant helping the user generate character cards for a role-playing game for SillyTavern, using the strict SillyTavern json format in the chara_card_v2 specification.
51
+ ```
52
+
53
+ ## Safety
54
+
55
+ Wha?