WasamiKirua commited on
Commit
4649682
·
verified ·
1 Parent(s): bbab712

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -7
README.md CHANGED
@@ -7,22 +7,47 @@ tags:
7
  - llama
8
  - trl
9
  - sft
 
 
 
10
  license: apache-2.0
11
  language:
12
  - en
13
  - it
14
  ---
15
 
16
- # Uploaded model
17
 
18
- - **Developed by:** WasamiKirua
19
- - **License:** apache-2.0
20
- - **Finetuned from model :** unsloth/llama-3.2-3b-instruct-unsloth-bnb-4bit
21
 
22
- This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
25
 
 
26
  FROM {__FILE_LOCATION__}
27
  TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
28
 
@@ -35,4 +60,15 @@ PARAMETER stop "<|start_header_id|>"
35
  PARAMETER stop "<|end_header_id|>"
36
  PARAMETER stop "<|eot_id|>"
37
  PARAMETER temperature 1.5
38
- PARAMETER min_p 0.1
 
 
 
 
 
 
 
 
 
 
 
 
7
  - llama
8
  - trl
9
  - sft
10
+ - anime character
11
+ - alucard
12
+ - hellsing
13
  license: apache-2.0
14
  language:
15
  - en
16
  - it
17
  ---
18
 
19
+ <img src="https://i.postimg.cc/L5x3zPDk/temp-Imagec-UOJvu.avif" alt="cover" border="0" width="862px">
20
 
21
+ ## Overview
22
+ Alucard-Hellsing-Llama3.2-3B is a specialized bilingual model trained on a dataset forged from original anime subtitles and synthetically generated dialogue pairs. The synthetic data was crafted using custom prompts inspired by the diverse cast of characters—both allies and enemies—of Alucard. This dataset aims to encapsulate the distinctive speech patterns, mannerisms, and personality traits of Alucard, ensuring authentic interactions that remain true to his character.
 
23
 
24
+ ## Purpose
25
+ The dataset was designed with the intent of creating a model that embodies the essence of Alucard's speech style—dark, charismatic, and unapologetically intense. The model’s responses may be bold, assertive, or even harsh, reflecting the unfiltered nature of the character. Users engaging with the model should expect dialogues infused with confidence, sarcasm, and a commanding presence.
26
+
27
+ ## Data Sources
28
+ - **Original Anime Subtitles:** Extracted and processed from official sources to retain the authenticity of Alucard’s dialogue.
29
+ - **Synthetic Dialogue Pairs:** Generated using curated prompts that mimic Alucard’s linguistic patterns and personality traits, ensuring coherence and depth in responses.
30
+ - **Character-Based Expansion:** Includes interactions modeled after Alucard’s allies and adversaries, enriching the dataset with a variety of conversational tones and themes.
31
+
32
+ ## Model Behavior & Ethical Considerations
33
+ The model trained on this dataset is designed to respond in Alucard’s distinctive manner. Given the character’s nature, users should be aware that:
34
+ - Responses may include strong language, dark humor, and intense rhetoric.
35
+ - The model does not promote harmful ideologies but remains faithful to the character's expressive style.
36
+ - Care has been taken to prevent the model from generating excessively harmful or unethical content beyond the fictional context.
37
+
38
+ ## Limitations
39
+ - The model is primarily focused on entertainment and character emulation, making it unsuitable for general-purpose conversations or sensitive topics.
40
+ - Due to the dataset’s nature, the model may lack neutrality and instead favor Alucard’s characteristic speech patterns and perspectives.
41
+
42
+ ## Acknowledgments
43
+ Special thanks to the anime and creative communities that have contributed to understanding and preserving Alucard’s iconic persona. This dataset was developed with the goal of enhancing immersive AI interactions for fans and enthusiasts alike.
44
+
45
+ ---
46
+ For further details or inquiries regarding the dataset, feel free to reach out.
47
 
48
+ ## You can use this model in Ollama with the following template (llama)
49
 
50
+ ```
51
  FROM {__FILE_LOCATION__}
52
  TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
53
 
 
60
  PARAMETER stop "<|end_header_id|>"
61
  PARAMETER stop "<|eot_id|>"
62
  PARAMETER temperature 1.5
63
+ PARAMETER min_p 0.1
64
+ ```
65
+
66
+ # Trained with Unsloth
67
+
68
+ - **Developed by:** WasamiKirua
69
+ - **License:** apache-2.0
70
+ - **Finetuned from model :** unsloth/llama-3.2-3b-instruct-unsloth-bnb-4bit
71
+
72
+ This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
73
+
74
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)