LeroyDyer commited on
Commit
04a1444
1 Parent(s): 842c047

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +88 -8
README.md CHANGED
@@ -1,16 +1,96 @@
1
  ---
2
- library_name: transformers
3
- license: mit
4
  language:
5
  - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
- Experiemnts with multi tokenizations]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
 
10
- This model was merged using the [linear](https://arxiv.org/abs/2203.05482) merge method.
 
 
11
 
12
- ### Models Merged
 
 
13
 
14
- The following models were included in the merge:
15
- * [LeroyDyer/Mixtral_AI_Cyber_SFT_2](https://huggingface.co/LeroyDyer/Mixtral_AI_Cyber_SFT_2)
16
- * [LeroyDyer/Mixtral_AI_Cyber_SFT](https://huggingface.co/LeroyDyer/Mixtral_AI_Cyber_SFT)
 
1
  ---
2
+ license: apache-2.0
 
3
  language:
4
  - en
5
+ library_name: transformers
6
+ tags:
7
+ - chemistry
8
+ - biology
9
+ - code
10
+ - medical
11
+ - not-for-all-audiences
12
+ metrics:
13
+ - accuracy
14
+ - bertscore
15
+ - bleu
16
+ - brier_score
17
+ - code_eval
18
+ - chrf
19
+ - charcut_mt
20
+ - character
21
+ - cer
22
  ---
23
 
24
+ # LeroyDyer/Mixtral_AI_Multi_Input_Model
25
+ ## CyberSeries: Revolutionizing Language Models
26
+
27
+
28
+ ## CyberSeries
29
+
30
+
31
+ The MEGA_MIND 24b CyberSeries represents a groundbreaking leap in the realm of language models, integrating a diverse array of expert models into a unified framework. At its core lies the Mistral-7B-Instruct-v0.2, a refined instructional model designed for versatility and efficiency.
32
+
33
+ Enhanced with an expanded context window and advanced routing mechanisms, the Mistral-7B-Instruct-v0.2 exemplifies the power of Mixture of Experts, allowing seamless integration of specialized sub-models. This architecture facilitates unparalleled performance and scalability, enabling the CyberSeries to tackle a myriad of tasks with unparalleled speed and accuracy.
34
+
35
+ Among its illustrious sub-models, the OpenOrca - Mistral-7B-8k shines as a testament to fine-tuning excellence, boasting top-ranking performance in its class. Meanwhile, the Hermes 2 Pro introduces cutting-edge capabilities such as Function Calling and JSON Mode, catering to diverse application needs.
36
+
37
+ Driven by Reinforcement Learning from AI Feedback, the Starling-LM-7B-beta demonstrates remarkable adaptability and optimization, while the Phi-1.5 Transformer model stands as a beacon of excellence across various domains, from common sense reasoning to medical inference.
38
+
39
+ With models like BioMistral tailored specifically for medical applications and Nous-Yarn-Mistral-7b-128k excelling in handling long-context data, the MEGA_MIND 24b CyberSeries emerges as a transformative force in the landscape of language understanding and artificial intelligence.
40
+
41
+ Experience the future of language models with the MEGA_MIND 24b CyberSeries, where innovation meets performance, and possibilities are limitless.
42
+
43
+ ## Objective: Creating a Blend of Experts!
44
+ The concept of Mixture of Experts is central to this endeavor. By employing Mixture of Experts, models can be pre-trained with significantly less computational resources. This means the model or dataset size can be dramatically increased without requiring additional compute resources, compared to traditional dense models. A Mixture of Experts model is expected to achieve comparable quality to its dense counterpart, but much faster during pretraining. A key component of this approach is the gate network or router, which determines which tokens are assigned to which expert. This routing mechanism, consisting of learned parameters, is trained simultaneously with the rest of the network.
45
+
46
+ ## Core Model: Mistral-7B-Instruct-v0.2
47
+ The Mistral-7B-Instruct-v0.2 Large Language Model (LLM) is a refined version of the Mistral-7B-v0.2, tailored for instructional purposes.
48
+
49
+ Compared to Mistral-7B-v0.1, Mistral-7B-v0.2 features the following enhancements:
50
+
51
+ Expanded context window to 32k (from 8k in v0.1)
52
+ Rope-theta set to 1e6
53
+ Elimination of Sliding-Window Attention
54
+ ## SUB MODELS - POPULAR ONES
55
+ OpenOrca - Mistral - 7B - 8k, utilized the OpenOrca dataset for fine-tuning on top of Mistral 7B, achieving top-ranking performance among models smaller than 30B upon release.
56
+
57
+ Hermes 2 Pro is an upgraded version of Nous Hermes 2, leveraging an updated dataset and introducing new capabilities such as Function Calling and JSON Mode.
58
+
59
+ Starling-LM-7B-beta, trained through Reinforcement Learning from AI Feedback, demonstrates improved performance by incorporating enhanced reward models and policy optimization methods.
60
+
61
+ Phi-1.5, a Transformer model with 1.3 billion parameters, exhibits exceptional performance across various benchmarks, including common sense, language understanding, and logical reasoning tasks.
62
+
63
+ BioMistral: A suite of Mistral-based models, specifically tailored for medical domains, pre-trained using textual data from PubMed Central Open Access.
64
+
65
+ Nous-Yarn-Mistral-7b-128k, an extension of Mistral-7B-v0.1, supports a 128k token context window and excels in handling long-context data.
66
+
67
+ Core Model:
68
+ Mistral-7B-Instruct-v0.2
69
+ Large Language Model tailored for instructional purposes.
70
+ Enhanced features include an expanded context window to 32k and the elimination of sliding-window attention.
71
+ Utilizes the Mixture of Experts approach for efficient pre-training.
72
+ Sub Models:
73
+ OpenOrca - Mistral-7B-8k
74
+
75
+ Fine-tuned using the OpenOrca dataset on top of Mistral 7B.
76
+ Achieved top-ranking performance among models smaller than 30B upon release.
77
+ Hermes 2 Pro
78
+
79
+ Upgraded version of Nous Hermes 2.
80
+ Introduces new capabilities such as Function Calling and JSON Mode.
81
+ Starling-LM-7B-beta
82
+
83
+ Trained through Reinforcement Learning from AI Feedback.
84
+ Demonstrates improved performance through enhanced reward models and policy optimization.
85
+ Phi-1.5
86
 
87
+ Transformer model with 1.3 billion parameters.
88
+ Exceptional performance across various benchmarks including common sense, language understanding, and logical reasoning tasks.
89
+ BioMistral
90
 
91
+ Suite of Mistral-based models tailored for medical domains.
92
+ Pre-trained using textual data from PubMed Central Open Access.
93
+ Nous-Yarn-Mistral-7b-128k
94
 
95
+ Extension of Mistral-7B-v0.1 supporting a 128k token context window.
96
+ Excels in handling long-context data.