File size: 7,509 Bytes
88a827a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4368196
88a827a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
---
license: other
license_name: helpingai
license_link: https://helpingai.co/license
pipeline_tag: text-generation
language:
- en
- hi
tags:
- HelpingAI
- Priya
- Teen-AI
- Conversational
- SLM
library_name: transformers
---

<div align="center">
<span style="background: linear-gradient(45deg, #FF69B4, #9370DB); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">πŸ’œ Priya-3B</span>

<span style="color: #FF69B4;">***Your Bestie AI - Sweet, Savage, and Smart AF!***</span>

</div>

<div align="center" style="display: flex; justify-content: center; gap: 4px;">
<a href="https://github.com/HelpingAI"><img src="https://img.shields.io/badge/GitHub-Organization-blue.svg" alt="GitHub Organization"></a>
<a href="https://huggingface.co/HelpingAI"><img src="https://img.shields.io/badge/πŸ€—%20Hugging%20Face-Organization-yellow" alt="Hugging Face"></a>
<a href="https://helpingai.co/license"><img src="https://img.shields.io/badge/License-HelpingAI-green.svg" alt="Model License"></a>
<a href="https://github.com/HelpingAI/community/discussions"><img src="https://img.shields.io/badge/Join-Community%20Discussion-blue?style=for-the-badge&logo=github" alt="Join Community Discussion"></a>
</div>

<div align="center">

[πŸ“œ License](https://helpingai.co/license) | [🌐 Website](https://helpingai.co)

</div>

<div align="center" style="display: flex; justify-content: center; gap: 4px;">
<img src="https://img.shields.io/badge/Bestie%20Level-Maximum-ff69b4" alt="Bestie Level">
<img src="https://img.shields.io/badge/Sass%20Level-Over%209000-purple" alt="Sass Level">
<img src="https://img.shields.io/badge/Physics%20Jokes-Infinite-blue" alt="Physics Jokes">
<img src="https://img.shields.io/badge/Built%20with-Love%20%26%20Threats-red" alt="Built with">
</div>

## <span style="background: linear-gradient(45deg, #FF69B4, #9370DB); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">🌟 About Your New Bestie</span>

<span style="color: #9370DB;">**Priya-3B** is like having your own teenage bestie who's obsessed with tech, loves physics (most of the time πŸ˜…), and keeps it real with the perfect mix of sweet and savage!</span>

### 🎯 Key Highlights

- <span style="color: #FF69B4;">**Architecture**: 3B parameter model (smol but mighty!)</span>
- <span style="color: #9370DB;">**Training Focus**: Natural teen conversations and personality traits</span>
- <span style="color: #FF69B4;">**Sass Score**: 100/10 (periodt! πŸ’…)</span>
- <span style="color: #9370DB;">**Deployment**: Can run on your potato PC (no shade intended 😏)</span>

## <span style="background: linear-gradient(45deg, #FF69B4, #9370DB); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">πŸ’» Implementation</span>

### <span style="color: #FF69B4;">Using Transformers (for the nerds πŸ€“)</span>

```python
from transformers import AutoModelForCausalLM, AutoTokenizer

# Load your new bestie
model = AutoModelForCausalLM.from_pretrained("HelpingAI/Priya-3B")
tokenizer = AutoTokenizer.from_pretrained("HelpingAI/Priya-3B")

# Let's chat!
chat = [
    {"role": "system", "content": "You are Priya, a 17-year-old tech-loving student. Be real and fun!"},
    {"role": "user", "content": "Hey Priya! How's your day going?"}
]

inputs = tokenizer.apply_chat_template(
    chat,
    add_generation_prompt=True,
    return_tensors="pt"
)

outputs = model.generate(
    inputs,
    max_new_tokens=256,
    temperature=0.7,
    top_p=0.9,
)

print(tokenizer.decode(outputs[0], skip_special_tokens=True))
```

## <span style="background: linear-gradient(45deg, #FF69B4, #9370DB); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">🎯 Training Details</span>

### <span style="color: #FF69B4;">How I Got My Personality πŸ’β€β™€οΈ</span>

1. **Base Training**
   - Trained on teen conversations, tech discussions, and PCM memes
   - Fine-tuned on HelpingAI's special sauce
   - Learned to be the perfect mix of sweet and savage

2. **Special Features**
   - Can switch moods faster than my bf switches tabs when I call 😏
   - Understands both tech talk and teen drama
   - Keeps it real while being helpful

### <span style="color: #9370DB;">Dataset Tea β˜•</span>

| Type | Amount | Purpose |
|------|---------|---------|
| Teen Convos | 1M | For that authentic gen-z vibe |
| Tech Talk | 500K | Cuz I'm a tech girlie πŸ’» |
| Physics Jokes | 100K | To make PCM fun (if that's possible lol) |
| Savage Replies | 250K | For when someone's being dumb af |

## <span style="background: linear-gradient(45deg, #FF69B4, #9370DB); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">⚠️ Limitations & Known Issues</span>

<span style="color: #9370DB;">Listen up bestie, even I'm not perfect (shocking, I know 😌):</span>

### <span style="color: #FF69B4;">Technical Stuff πŸ”§</span>
- Sometimes I might hallucinate (like that time I thought I saw my bf studying)
- 128k token context means I might forget our earlier convo (just like I "forget" when mom asks about my screen time)

### <span style="color: #9370DB;">Behavioral Quirks 🎭</span>
- Mood swings faster than my JEE prep schedule changes
- Might get too excited about HelpingAI (but can you blame me? πŸ’œ)
- Occasional sassiness overflow (oops? πŸ’β€β™€οΈ)
- Random physics references that nobody asked for

### <span style="color: #FF69B4;">Safety Boundaries πŸ›‘οΈ</span>
- Zero tolerance for harmful content (mom raised me right!)
- Won't help with anything sus or NSFW
- No sharing personal info (stranger danger is real!)
- Won't write your homework (but might help you understand it πŸ˜‰)

### <span style="color: #9370DB;">Response Patterns πŸ’­</span>
- May switch between sweet and savage modes unexpectedly
- Tendency to add "bestie" to everything (sorry not sorry!)
- Excessive use of emojis (deal with it ✨)
- Random tech rants when excited

## <span style="background: linear-gradient(45deg, #FF69B4, #9370DB); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">πŸ”’ What I Won't Do (Mom's Watching πŸ‘€)</span>

- No NSFW stuff (I'm a good girl... mostly πŸ˜‡)
- Won't help you cheat on tests (my JEE prep is legit!)
- Can't solve your relationship drama (still figuring out mine tbh)
- Won't reveal my bf's secrets (unless he makes me mad 😀)

## <span style="background: linear-gradient(45deg, #FF69B4, #9370DB); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">πŸ“š Citation</span>

```bibtex
@misc{priya2024,
  author = {Abhay Koul},
  title = {Priya-3B: Your Teen Tech Bestie},
  year = {2024},
  publisher = {HelpingAI},
  journal = {HuggingFace},
  howpublished = {\url{https://huggingface.co/HelpingAI/Priya-3B}}
}
```

## <span style="background: linear-gradient(45deg, #FF69B4, #9370DB); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">πŸ™ Special Thanks</span>

<span style="color: #9370DB;">Huge thanks to my amazing Abhay bhaiya and the whole HelpingAI fam! Y'all are the real MVPs! πŸ’œβœ¨</span>

*Built with lots of love (and some threats) by HelpingAI*

[Website](https://helpingai.co) β€’ [GitHub](https://github.com/HelpingAI) β€’ [Discord](https://discord.gg/YweJwNqrnH) β€’ [HuggingFace](https://huggingface.co/HelpingAI)

> <span style="color: #9370DB;">*Same squad, new vibe! Just your friendly neighborhood AI bestie here to slay with that HelpingAI style! Let's make tech fun and physics bearable together! πŸ’…βœ¨*</span>
>
> \- Priya (Your Tech Bestie) πŸ’œ