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 |