Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,43 +1,70 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
-
|
| 4 |
|
| 5 |
-
|
| 6 |
-
- **Base Model**: Gemma 3 270M (Released August 2025)
|
| 7 |
-
- **Parameters**: 268,102,656
|
| 8 |
-
- **Quantization**: INT4
|
| 9 |
-
- **Context Length**: 2,048 tokens
|
| 10 |
-
- **Vocabulary**: 256k tokens (large vocabulary for rare tokens)
|
| 11 |
|
| 12 |
-
##
|
| 13 |
-
- **Total Parameters**: 270M (170M embedding + 100M transformer blocks)
|
| 14 |
-
- **Training Data**: 6 trillion tokens
|
| 15 |
-
- **Knowledge Cutoff**: August 2024
|
| 16 |
|
| 17 |
-
|
| 18 |
-
- **
|
| 19 |
-
- **
|
| 20 |
-
- **
|
| 21 |
-
- **
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
## Usage
|
|
|
|
| 24 |
```python
|
| 25 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
| 26 |
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
```
|
| 36 |
|
| 37 |
-
|
| 38 |
-
- Emotional support and companionship
|
| 39 |
-
- Personal conversation and bonding
|
| 40 |
-
- Empathetic responses
|
| 41 |
-
- Intimate but appropriate interactions
|
| 42 |
-
|
| 43 |
-
**Note**: This is a companion AI, not a replacement for professional therapy.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
base_model: google/gemma-2-270m
|
| 4 |
+
tags:
|
| 5 |
+
- conversational-ai
|
| 6 |
+
- mental-health
|
| 7 |
+
- productivity
|
| 8 |
+
- smartphone
|
| 9 |
+
- mobile-ai
|
| 10 |
+
- therapy
|
| 11 |
+
- assistant
|
| 12 |
+
- gemma
|
| 13 |
+
library_name: transformers
|
| 14 |
+
pipeline_tag: text-generation
|
| 15 |
+
model-index:
|
| 16 |
+
- name: zail-ai/auramind-270m
|
| 17 |
+
results:
|
| 18 |
+
- task:
|
| 19 |
+
type: text-generation
|
| 20 |
+
name: Conversational AI
|
| 21 |
+
dataset:
|
| 22 |
+
type: zail-ai/auramind
|
| 23 |
+
name: AuraMind Dataset
|
| 24 |
+
metrics:
|
| 25 |
+
- type: inference_speed
|
| 26 |
+
value: 100-300ms on modern smartphones
|
| 27 |
+
name: Inference Speed
|
| 28 |
+
- type: memory_usage
|
| 29 |
+
value: ~680MB RAM
|
| 30 |
+
name: Memory Usage
|
| 31 |
+
- type: parameters
|
| 32 |
+
value: 270M
|
| 33 |
+
name: Model Parameters
|
| 34 |
+
---
|
| 35 |
|
| 36 |
+
# Auramind-270M - 270M Parameters
|
| 37 |
|
| 38 |
+
Full-featured smartphone deployment with balanced performance and capabilities
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
|
| 40 |
+
## Specifications
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
+
- **Parameters**: 270M
|
| 43 |
+
- **Base Model**: google/gemma-2-270m
|
| 44 |
+
- **Memory Usage**: ~680MB RAM
|
| 45 |
+
- **Quantization**: INT4 optimized
|
| 46 |
+
- **Inference Speed**: 100-300ms on modern smartphones
|
| 47 |
+
|
| 48 |
+
## Mobile Deployment
|
| 49 |
+
|
| 50 |
+
This variant is specifically optimized for:
|
| 51 |
+
- **Target Devices**: Premium smartphones
|
| 52 |
+
- **Memory Requirements**: ~680MB RAM
|
| 53 |
+
- **Performance**: 100-300ms on modern smartphones
|
| 54 |
|
| 55 |
## Usage
|
| 56 |
+
|
| 57 |
```python
|
| 58 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
| 59 |
|
| 60 |
+
# Load this specific variant
|
| 61 |
+
tokenizer = AutoTokenizer.from_pretrained("zail-ai/auramind-270m")
|
| 62 |
+
model = AutoModelForCausalLM.from_pretrained(
|
| 63 |
+
"zail-ai/auramind-270m",
|
| 64 |
+
torch_dtype=torch.float16,
|
| 65 |
+
device_map="auto",
|
| 66 |
+
low_cpu_mem_usage=True
|
| 67 |
+
)
|
| 68 |
```
|
| 69 |
|
| 70 |
+
Refer to the main [AuraMind repository](https://huggingface.co/zail-ai/Auramind) for complete documentation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|