Enderchef from ICONN AI

#1
by Enderchef - opened
Files changed (1) hide show
  1. README.md +40 -71
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
- license: apache-2.0
 
 
3
  library_name: transformers
4
  tags:
5
  - emotional-ai
@@ -12,96 +14,62 @@ co2_eq_emissions:
12
  training_type: pretraining
13
  geographical_location: US-West
14
  hardware_used: 9 x B200
15
- extra_gated_prompt: >
16
- By accessing or downloading this model, you agree to the ICONN AI License
17
- Agreement. This includes restrictions on commercial use, redistribution,
18
- derivative model training, and uploading to public or private repositories.
19
- You may not use this model to harm, surveil, deceive, exploit, manipulate, or
20
- conduct unethical AI research. All use must comply with ethical standards and
21
- respect human dignity.
22
- extra_gated_fields:
23
- Full name: text
24
- Organization (if any): text
25
- Country: country
26
- Date of agreement: date_picker
27
- I am using this model for:
28
- type: select
29
- options:
30
- - Personal use
31
- - Internal business use
32
- - Academic research
33
- - Educational purposes
34
- - label: Other (explain below)
35
- value: other
36
- Purpose explanation (if "Other"): text
37
- I agree to all terms in the ICONN AI License Agreement, including:
38
- type: checkbox
39
- options:
40
- - >-
41
- I will NOT use this model for commercial purposes without explicit written
42
- permission.
43
- - >-
44
- I will NOT redistribute, upload, or share this model in any public or
45
- private repository.
46
- - I will NOT train new models or derivatives from this model.
47
- - >-
48
- I will NOT use this model for unethical, harmful, deceptive, exploitative,
49
- or surveillance purposes.
50
- - I understand this license may be revoked if I breach any terms.
51
  pipeline_tag: text-generation
52
- base_model:
53
- - ICONNAI/ICONN-1
54
  ---
55
- # ICONN 1: The new era of Open-Source AI
56
- **Are you GPU poor? Less than 3x A100s? Use our Lite model with 22B parameters:** [ICONN 0.5 Mini](https://huggingface.co/Enderchef/ICONN-0.5-Mini)
57
-
58
-
59
- - **Emotional Context Awareness**
60
- ICONN 1 interprets emotional cues and adjusts tone, vocabulary, and response style—offering a more human-like, emotionally reactive experience.
61
-
62
- - ** ICONN Emotional Core (IEC) (Notice: Not available on Huggingface)**
63
- Powered by millions of small AI agents, IEC gives ICONN its emotional personality, with billions of simulated emotional states and detections.
64
-
65
- - **Reasoning + Relating**
66
- Beyond logic, ICONN relates. Its architecture enables storytelling, coaching, collaborative thinking, and conversational creativity.
67
-
68
-
 
69
 
 
 
70
 
 
71
 
72
- # What is in the ICONN MoE?
73
 
 
 
74
 
 
75
 
 
76
 
 
77
 
78
- ## ICONN MoE and Experts
 
79
 
80
- ICONN, being a MoE, has multiple expert models. Keywords are taken from the user's input to choose which expert generates the output.
81
- | |User Input|Expert Chosen |
82
- |----------------|-------------------------------|-----------------------------|
83
- ||`'Hi!'` |ICONN-Base |
84
- | |`What is physics?` |ICONN-e1-Science |
85
- | |`Explain how to cube a number.`|ICONN-e1|
86
 
87
- **ICONN-1:** ICONN's base model.
 
 
88
 
89
- **ICONN-e1-Science:** ICONN's reasoning model, fine tuned on many science datasets to increase scientific reasoning.
90
 
91
- **ICONN-e1:** ICONN's reasoning model.
92
-
93
- **ICONN-Writer:** ICONN's base model, fine-tuned on creative writing datasets.
94
-
95
-
96
- # Usage
97
- **First, make sure you have at least 4x Nvidia A100 or a single B100, and 120GB RAM and 120-192GB VRAM. If you do not have this(which you probably don't), you can chat with ICONN on our huggingface space, consider using our quantatized models, or using [ICONN 0.5 Mini (7-8B)](https://huggingface.co/Enderchef/ICONN-0.5-Mini)**
98
 
99
  > Run the code below to run ICONN 1:
100
 
101
  ```python
102
  from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
103
  import torch
 
104
  def run_iconn_chatbot(model_name="ICONNAI/ICONN-1"):
 
105
  tokenizer = AutoTokenizer.from_pretrained(model_name)
106
  model = AutoModelForCausalLM.from_pretrained(model_name)
107
 
@@ -137,6 +105,7 @@ def run_iconn_chatbot(model_name="ICONNAI/ICONN-1"):
137
  print(f"Bot: {bot_reply}")
138
 
139
  conversation_history += f" {bot_reply}\n"
 
140
  if __name__ == "__main__":
141
  run_iconn_chatbot()
142
- ```
 
1
  ---
2
+ license: other
3
+ license_name: iconn
4
+ license_link: LICENSE
5
  library_name: transformers
6
  tags:
7
  - emotional-ai
 
14
  training_type: pretraining
15
  geographical_location: US-West
16
  hardware_used: 9 x B200
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  pipeline_tag: text-generation
 
 
18
  ---
19
+ ![ICONN AI Logo](https://i.postimg.cc/gJwHqh1D/svgviewer-png-output.png)
20
+ <div align="center" style="line-height: 1;">
21
+ <a href="https://huggingface.co/collections/ICONNAI/iconn-1-6851e8a88ed4eb66b4fd0132" target="_blank" style="margin: 2px;">
22
+ <img alt="ICONN 1 Models" src="https://img.shields.io/badge/📦_ICONN_1_Models-HuggingFace-1CBEEF?style=flat-square&labelColor=2C3E50" style="display: inline-block; vertical-align: middle;" />
23
+ </a>
24
+ <a href="https://huggingface.co/spaces/ICONNAI/ICONN-Mini-Chat" target="_blank" style="margin: 2px;">
25
+ <img alt="ICONN 1 Chat" src="https://img.shields.io/badge/💬_ICONN_1_Chat-Online-65C7F9?style=flat-square&labelColor=2C3E50" style="display: inline-block; vertical-align: middle;" />
26
+ </a>
27
+ <a href="https://huggingface.co/ICONNAI" target="_blank" style="margin: 2px;">
28
+ <img alt="ICONN on Hugging Face" src="https://img.shields.io/badge/🤗_ICONN_on_HF-ICONNAI-A4BCF0?style=flat-square&labelColor=2C3E50" style="display: inline-block; vertical-align: middle;" />
29
+ </a>
30
+ <a href="https://opensource.org/license/apache-2-0" target="_blank" style="margin: 2px;">
31
+ <img alt="License Apache 2.0" src="https://img.shields.io/badge/⚖️_License-Apache_2.0-5C63DA?style=flat-square&labelColor=2C3E50" style="display: inline-block; vertical-align: middle;" />
32
+ </a>
33
+ </div>
34
 
35
+ ## ICONN 1
36
+ We proudly introduce **ICONN-1**, the most advanced and human-like open-source artificial intelligence model under 100B parameters of its time. Designed to push the boundaries of natural language understanding and generation, ICONN-1 is built on a **Mixture-of-Experts (MoE)** architecture that enables dynamic routing through specialized expert pathways, allowing for both computational efficiency and enhanced performance.
37
 
38
+ Developed entirely from scratch, ICONN-1 is based on a customized **Mixtral** framework and comprises **88 billion parameters**, with **22 billion parameters actively utilized per token**. This approach allows ICONN-1 to deliver highly nuanced and contextually accurate responses while maintaining the scalability benefits of sparse activation.
39
 
40
+ ICONN-1 is released in two distinct forms to serve different application needs:
41
 
42
+ - **ICONN-1** (this version) is optimized for natural, emotionally resonant, and conversational interactions.
43
+ - **ICONN-e1** is a specialized variant of the model fine-tuned for advanced reasoning, critical analysis, and complex problem-solving.
44
 
45
+ Together, these models represent a major leap forward in the evolution of AI systems—demonstrating not only deep reasoning but also a commitment to openness, accessibility, and human-aligned intelligence.
46
 
47
+ ![Comparison Chart](https://i.postimg.cc/tgYmDzSZ/Untitled-1.png)
48
 
49
+ _These models were each benchmarked on a collection of 500 questions to compare output to a human for emotion and common sense. Benchmark performance may vary due to the stochastic nature of AI models. ICONN 1 retains the highest human-thinking benchmark score through many tests on different temperatures._
50
 
51
+ ## Usage
52
+ ## System Requirements
53
 
54
+ To run **ICONN 1** effectively, ensure you have:
 
 
 
 
 
55
 
56
+ - **4× NVIDIA A100 GPUs** or a **single NVIDIA B100**
57
+ - **At least 120 GB of system RAM**
58
+ - **120–192 GB of GPU VRAM**
59
 
60
+ If your system does not meet these requirements—which may be the case for many users—you can still experience ICONN through alternative options:
61
 
62
+ - Use a **quantized version** of ICONN for lower resource consumption
63
+ - Try the lightweight [**ICONN 1 Mini (7B)**](https://huggingface.co/Enderchef/ICONN-0.5-Mini)
 
 
 
 
 
64
 
65
  > Run the code below to run ICONN 1:
66
 
67
  ```python
68
  from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
69
  import torch
70
+
71
  def run_iconn_chatbot(model_name="ICONNAI/ICONN-1"):
72
+
73
  tokenizer = AutoTokenizer.from_pretrained(model_name)
74
  model = AutoModelForCausalLM.from_pretrained(model_name)
75
 
 
105
  print(f"Bot: {bot_reply}")
106
 
107
  conversation_history += f" {bot_reply}\n"
108
+
109
  if __name__ == "__main__":
110
  run_iconn_chatbot()
111
+ ```