Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,3 +14,33 @@ license: mit
|
|
| 14 |
GPT-4o Documentation: https://cookbook.openai.com/examples/gpt4o/introduction_to_gpt4o
|
| 15 |
|
| 16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
GPT-4o Documentation: https://cookbook.openai.com/examples/gpt4o/introduction_to_gpt4o
|
| 15 |
|
| 16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 17 |
+
|
| 18 |
+
This experimental multi agent mixture of expert system uses a variety of techniques and models to create different combinatorial AI solutions.
|
| 19 |
+
|
| 20 |
+
Models Used:
|
| 21 |
+
|
| 22 |
+
Mistral-7B-Instruct
|
| 23 |
+
Llama2-7B
|
| 24 |
+
Mixtral-8x7B-Instruct
|
| 25 |
+
Google Gemma-7B
|
| 26 |
+
OpenAI Whisper Small En
|
| 27 |
+
OpenAI GPT-4o, Whisper-1
|
| 28 |
+
ArXiV Embeddings
|
| 29 |
+
The techniques below which are not ML models but AI include:
|
| 30 |
+
|
| 31 |
+
Speech Synthesis using browser technology
|
| 32 |
+
Memory for semantic facts, and episodic emotional and event time series memories
|
| 33 |
+
Web integration using the q= standard for search linking allowing comparison of tech giant AI implementations:
|
| 34 |
+
Bing then Bing copilot with click 2
|
| 35 |
+
Google which does an AI search now
|
| 36 |
+
Twitter, the new home for technology discoveries, AI Output and Grok
|
| 37 |
+
Wikipedia for fact checking
|
| 38 |
+
YouTube
|
| 39 |
+
File and metadata integration combining text, audio, image, and video
|
| 40 |
+
This app also merges common theories in cognitive AI, AI with python libraries (e.g. NLTK, SKLearn).
|
| 41 |
+
|
| 42 |
+
The intent is to demonstrate SOTA AI/ML and combinations of Function-Input-Output for interoperability and knowledge management.
|
| 43 |
+
|
| 44 |
+
This space also serves as an experimental test bed for new technologies mixing it in with old for comparison and integration.
|
| 45 |
+
|
| 46 |
+
--Aaron
|