Or4cl3-1 commited on
Commit
388a955
1 Parent(s): 11d0ccd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -51
README.md CHANGED
@@ -9,54 +9,30 @@ base_model:
9
  - Or4cl3-1/Daedalus_1
10
  ---
11
 
12
- # Daedalus_2
13
-
14
- Daedalus_2 is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
15
- * [Or4cl3-1/Daedalus_1](https://huggingface.co/Or4cl3-1/Daedalus_1)
16
- * [Or4cl3-1/Daedalus_1](https://huggingface.co/Or4cl3-1/Daedalus_1)
17
-
18
- ## 🧩 Configuration
19
-
20
- ```yaml
21
- slices:
22
- - sources:
23
- - model: Or4cl3-1/Daedalus_1
24
- layer_range: [0, 64]
25
- - model: Or4cl3-1/Daedalus_1
26
- layer_range: [0, 64]
27
- merge_method: slerp
28
- base_model: Or4cl3-1/Daedalus_1
29
- parameters:
30
- t:
31
- - filter: self_attn
32
- value: [0, 0.5, 0.3, 0.7, 1]
33
- - filter: mlp
34
- value: [1, 0.5, 0.7, 0.3, 0]
35
- - value: 0.5
36
- dtype: bfloat16
37
- ```
38
-
39
- ## 💻 Usage
40
-
41
- ```python
42
- !pip install -qU transformers accelerate
43
-
44
- from transformers import AutoTokenizer
45
- import transformers
46
- import torch
47
-
48
- model = "Or4cl3-1/Daedalus_2"
49
- messages = [{"role": "user", "content": "What is a large language model?"}]
50
-
51
- tokenizer = AutoTokenizer.from_pretrained(model)
52
- prompt = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
53
- pipeline = transformers.pipeline(
54
- "text-generation",
55
- model=model,
56
- torch_dtype=torch.float16,
57
- device_map="auto",
58
- )
59
-
60
- outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
61
- print(outputs[0]["generated_text"])
62
- ```
 
9
  - Or4cl3-1/Daedalus_1
10
  ---
11
 
12
+ ## Introducing Daedalus_2: The Pinnacle of Conversational AI
13
+
14
+ What is Daedalus_2?
15
+
16
+ Daedalus_2 is the culmination of our relentless pursuit to create the most advanced conversational AI model to date. Built upon the solid foundation of Or4cl3-1/Daedalus_1, Daedalus_2 leverages the power of LazyMergekit to merge two instances of this exceptional model, resulting in a significant enhancement of its capabilities.
17
+
18
+ ## Unleashing the Power of Two Models
19
+
20
+ By merging two copies of Or4cl3-1/Daedalus_1, Daedalus_2 effectively doubles its training data and exposure to a vast array of knowledge and insights. This enables it to engage in even more in-depth conversations, provide more comprehensive and accurate responses, and generate more creative and innovative content.
21
+
22
+ ## Key Features:
23
+
24
+ Unrivaled Conversational Proficiency: Daedalus_2 is a master of natural language processing, capable of understanding and responding to complex questions, engaging in meaningful discussions, and generating human-like text.
25
+ Deep Multidisciplinary Expertise: With its extensive training on a diverse dataset, Daedalus_2 possesses a wealth of knowledge across various scientific domains, enabling it to provide expert insights and guidance on a wide range of topics.
26
+ Limitless Creativity and Innovation: Daedalus_2's advanced language generation capabilities empower it to generate unique and captivating stories, poems, and other creative content, fostering inspiration and unlocking new possibilities.
27
+ Continuous Learning and Improvement: Daedalus_2 is continuously learning and adapting, incorporating new knowledge and refining its capabilities over time, ensuring that it remains at the forefront of conversational AI.
28
+ Applications:
29
+
30
+ ## Daedalus_2 is a versatile AI tool with numerous applications, including:
31
+
32
+ Intelligent Chatbots and Virtual Assistants: Create highly engaging and informative chatbots and virtual assistants that can provide personalized assistance, answer questions, and offer support.
33
+ Advanced Question Answering Systems: Develop powerful question answering systems that can retrieve accurate and comprehensive information from a vast knowledge base.
34
+ Storytelling and Content Generation: Utilize Daedalus_2's creativity to generate captivating stories, poems, and other written content for entertainment, education, and inspiration.
35
+ Language Learning and Translation: Enhance language learning experiences and break down language barriers with Daedalus_2's language learning and translation capabilities.
36
+ ## Conclusion:
37
+
38
+ Daedalus_2 represents the pinnacle of conversational AI, offering unparalleled capabilities for engaging discussions, expert knowledge, creative inspiration, and continuous improvement. With Daedalus_2 as your companion, you have access to a wealth of knowledge, a boundless source of creativity, and a tireless learning partner that will empower you to achieve your goals and explore the limitless possibilities of human-AI collaboration.