Spaces:
Running
Running
Reality123b
commited on
Commit
•
1c0f709
1
Parent(s):
689b1ad
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,17 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
title: API
|
3 |
emoji: 💬
|
4 |
colorFrom: yellow
|
@@ -7,8 +20,73 @@ sdk: gradio
|
|
7 |
sdk_version: 5.0.1
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
-
|
11 |
-
short_description: idk
|
12 |
---
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language: en
|
3 |
+
license: cc-by-nc-4.0
|
4 |
+
tags:
|
5 |
+
- chatbot
|
6 |
+
- ai-assistant
|
7 |
+
- image-captioning
|
8 |
+
- image-generation
|
9 |
+
- math-ocr
|
10 |
+
- memory
|
11 |
+
- knowledge-graph
|
12 |
+
- belief-system
|
13 |
+
- metacognition
|
14 |
+
- emotional-intelligence
|
15 |
title: API
|
16 |
emoji: 💬
|
17 |
colorFrom: yellow
|
|
|
20 |
sdk_version: 5.0.1
|
21 |
app_file: app.py
|
22 |
pinned: true
|
23 |
+
short_description: Advanced AI chatbot
|
|
|
24 |
---
|
25 |
|
26 |
+
# Xylaria 1.5 Senoa - AI Chat Assistant
|
27 |
+
|
28 |
+
**This Space is for demonstration purposes. It is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License.**
|
29 |
+
|
30 |
+
## Model Description
|
31 |
+
|
32 |
+
Xylaria 1.5 Senoa is an advanced AI chat assistant designed to provide helpful, informative, and engaging conversations. It leverages a combination of state-of-the-art language models, image processing, and a unique internal architecture that incorporates memory, a belief system, a metacognitive layer, and emotional intelligence.
|
33 |
+
|
34 |
+
## Features
|
35 |
+
|
36 |
+
* **Natural Language Understanding:** Powered by Qwen/QwQ-32B-Preview (Apache 2.0) and Sentence Transformers (all-mpnet-base-v2, Apache 2.0).
|
37 |
+
* **Image Captioning:** Uses Salesforce/blip-image-captioning-large (BSD 3-Clause) to understand and describe images.
|
38 |
+
* **Math OCR:** Uses Pytesseract (Apache 2.0) to extract and process mathematical expressions from images.
|
39 |
+
* **Persistent Memory:** Stores and retrieves information to provide contextually relevant responses.
|
40 |
+
* **Knowledge Graph:** Builds a knowledge graph from interactions to improve understanding and reasoning.
|
41 |
+
* **Belief System:** Dynamically updates beliefs based on user input and repeated information.
|
42 |
+
* **Metacognitive Layer:** Monitors coherence, relevance, and bias to adjust the conversation strategy.
|
43 |
+
* **Emotional Intelligence:** Simulates emotions and adjusts responses based on the emotional state.
|
44 |
+
* **Introspection:** Provides an internal report on the AI's emotional state, cognitive load, goals, and metacognitive analysis.
|
45 |
+
|
46 |
+
## Intended Uses & Limitations
|
47 |
+
|
48 |
+
This AI assistant is intended for research and demonstration purposes. It showcases advanced AI capabilities, including natural language understanding, image processing, and an internal architecture that simulates cognitive functions.
|
49 |
+
|
50 |
+
**Limitations:**
|
51 |
+
|
52 |
+
* AI models can sometimes generate unexpected or undesirable output.
|
53 |
+
* The model's knowledge is limited to the data it was trained on.
|
54 |
+
* Performance may vary depending on the complexity of the input.
|
55 |
+
|
56 |
+
## How to Use
|
57 |
+
|
58 |
+
The Gradio interface can be used to interact with the AI assistant. You can type messages, upload images, and use the "Clear Conversation" and "Clear Memory" buttons to reset the interaction.
|
59 |
+
|
60 |
+
## Licensing
|
61 |
+
|
62 |
+
This project is licensed under the **Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0)**. To view a copy of this license, visit [http://creativecommons.org/licenses/by-nc/4.0/](http://creativecommons.org/licenses/by-nc/4.0/).
|
63 |
+
|
64 |
+
Under this license, you are free to:
|
65 |
+
|
66 |
+
* **Share:** Copy and redistribute the material in any medium or format.
|
67 |
+
* **Adapt:** Remix, transform, and build upon the material.
|
68 |
+
|
69 |
+
Under the following terms:
|
70 |
+
|
71 |
+
* **Attribution:** You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
|
72 |
+
* **NonCommercial:** You may not use the material for commercial purposes.
|
73 |
+
|
74 |
+
This project incorporates third-party models with the following licenses:
|
75 |
+
|
76 |
+
* **Qwen/QwQ-32B-Preview:** Copyright \[Qwen Copyright Holder] \[Year]. Licensed under the Apache License 2.0.
|
77 |
+
* **Salesforce/blip-image-captioning-large:** Copyright \[Salesforce Copyright Holder] \[Year]. Licensed under the BSD 3-Clause License.
|
78 |
+
* **all-mpnet-base-v2:** Copyright \[Sentence Transformers Copyright Holder] \[Year]. Licensed under the Apache License 2.0.
|
79 |
+
* **Pytesseract:** Copyright \[Pytesseract Copyright Holder] \[Year]. Licensed under the Apache License 2.0.
|
80 |
+
|
81 |
+
## Modifications
|
82 |
+
|
83 |
+
**No modifications have been made to the incorporated third-party models.**
|
84 |
+
|
85 |
+
## Disclaimer
|
86 |
+
|
87 |
+
THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
88 |
+
|
89 |
+
## Hugging Face Spaces ToS
|
90 |
+
|
91 |
+
This project is designed to comply with the Hugging Face Spaces Terms of Service. It includes a system prompt that encourages helpful and harmless behavior.
|
92 |
+
|