AlexBefest commited on
Commit
4b77ba8
·
verified ·
1 Parent(s): c8c40f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -28
README.md CHANGED
@@ -3,65 +3,53 @@ license: apache-2.0
3
  language:
4
  - en
5
  base_model:
6
- - mistralai/Mistral-Small-24B-Instruct-2501
7
  tags:
8
  - not-for-all-audiences
9
  ---
10
 
11
  GGUF:
12
 
13
- https://huggingface.co/mradermacher/CardProjector-24B-v1-GGUF
14
- https://huggingface.co/mradermacher/CardProjector-24B-v1-i1-GGUF
15
- https://huggingface.co/AlexBefest/CardProjector-24B-v1-GGUF
16
-
17
 
18
  [WoonaAi](https://huggingface.co/WoonaAI) presents...
19
 
20
- # CardProjector-24B-v1
21
 
22
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6336c5b3e3ac69e6a90581da/geRIv7Q6jbNixWbRnrHx8.png)
23
 
24
- ## Overview
25
 
26
- CardProjector-24B-v1 is a specialized language model derived from Mistral-Small-24B-Instruct-2501, fine-tuned to generate character cards for **SillyTavern** in the **chara_card_v2** specification. This model is designed to assist creators and roleplayers by automating the process of crafting detailed and well-structured character cards, ensuring compatibility with SillyTavern's format.
27
 
28
- ---
29
 
30
- ## Samples:
 
 
 
31
 
32
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6336c5b3e3ac69e6a90581da/1L3X7Std5loXePHea_kEi.png)
33
 
34
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6336c5b3e3ac69e6a90581da/NFqZ6Dc8MZh4Tb6aa-q-B.png)
35
 
36
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6336c5b3e3ac69e6a90581da/8-jBpTJ3q3dlz_pAzwDfU.png)
 
 
37
 
38
- [More samples in json](https://huggingface.co/AlexBefest/CardProjector-24B-v1/tree/main/Samples)
39
 
40
  ---
41
 
42
  ## Parameters
43
 
44
- - **Chat Template**: Mistral v7 Tekken
45
  - **Sampler parameters**:
46
  ```plain text
47
- Temperature: 0.3-0.7
48
- Rep. pen.: 1.1-1.2 (Recommended!)
49
- Top P: 1
50
- Min P: 0.05-0.1
51
- Max output: 4096
52
  ```
53
  - **System prompt (recommended)**:
54
  ```plain text
55
  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.
56
  ```
57
 
58
- ## Notes
59
-
60
- **This model has significant problems with infinite loops during generation. This issue will be fixed in future versions.**
61
-
62
- This model is ideal for the basis of creating your own card, it supports multi-turn conservation, so you can work with the card directly in the chat. It is recommended to use a UI that does not replace Placeholder Tags ({{user}} {{char}}) for ease of working with the card (For example, KoboldUI Classic in Editing Mode)
63
- Sometimes there is a problem with endless generation loops, so I strongly recommend setting the parameter rep pen 1.1-1.2.
64
-
65
  ## Safety
66
 
67
  Wha?
 
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
+ - Fixed endless loops
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?