File size: 1,259 Bytes
de9de4f
d3453ae
 
 
 
 
 
 
 
 
de9de4f
 
 
38e581c
de9de4f
38e581c
de9de4f
38e581c
 
 
 
 
 
 
 
 
 
 
 
6f22662
38e581c
 
14cebde
38e581c
 
9f0c36e
38e581c
 
14cebde
9f0c36e
 
 
 
 
 
 
 
 
d3453ae
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
license: other
language:
- en
- fr
tags:
- mnemosyne
- cognitive-ai
- sclm
- audio
pipeline_tag: text-generation
---

# 🧠 Mnemosyne-SCLM v4.3.3

**Cognitive AI System** by Mike Amega (Logo) - Ame Web Studio

## πŸ“œ Dual License

### Open Source (Apache 2.0)
- βœ… Personal use
- βœ… Research
- βœ… Non-commercial projects
- ⚠️ Must include attribution

### Commercial License
- πŸ’Ό SaaS products
- πŸ’Ό Enterprise deployments
- πŸ’Ό Commercial applications
- πŸ“§ Contact: **amewebstudio35@gmail.com**

## Features v4.3.3
- βœ… Audio input with Whisper transcription + AUTO-SEND
- βœ… Max tokens: 4096
- βœ… Symbolic math (N+N with SymPy)
- βœ… RoPE dimension fix
- βœ… Multi-scale memory
- βœ… Episodic memory
- βœ… HYBRID GPU/CPU mode

## Usage
```python
from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("amewebstudio/mnemosyne-multimodal-v4", trust_remote_code=True)
tokenizer = AutoTokenizer.from_pretrained("amewebstudio/mnemosyne-multimodal-v4")
```

Business Source License 1.1 (BSL-1.1) - See LICENSE for details.

Copyright (c) 2025 (Ame Web Studio). All Rights Reserved.

πŸ‘€ Author Mike Amega - Ame Web Studio πŸ“§ amewebstudio35@gmail.com

Β© 2024 Mike Amega - Ame Web Studio