File size: 4,420 Bytes
91c8ce0 637b576 91c8ce0 dbfa614 da9328c dbfa614 da9328c dbfa614 ca3bc75 dbfa614 ca3bc75 dbfa614 |
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 |
---
language:
- en # English
- tl # Filipino (Tagalog)
- ceb # Cebuano
- war # Waray
- hil # Hiligaynon
- pam # Kapampangan
- bcl # Bicolano
- ilo # Ilocano
thumbnail: "https://res.cloudinary.com/digpzthsf/image/upload/v1738737064/grdtuk20lbskymaenvvt.jpg"
tags:
- deepseek
- distill
- gossip
- philippines
- multi-language
license: "mit"
datasets:
- filipino-gossip-dataset
metrics:
- accuracy
- perplexity
base_model: "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B"
---
# Marites AI 🗣️🔥
**_A Text Generation Model for Crafting Humorous Gossip (Chismis) with a Filipino Flair_**
![Marites AI](https://res.cloudinary.com/digpzthsf/image/upload/v1738734237/jdxmcwhpnv4ix7mcjl5t.jpg)
## Model Description
**Marites AI** is a playful text generation model designed to create gossip ("chismis") infused with humor and wit, mimicking the style of real-life gossip mongers (inspired by the iconic Filipino "Marites" persona). Whether you want to generate lighthearted drama, funny rumors, or exaggerated scenarios, this model serves up entertaining and culturally nuanced chismis perfect for memes, creative writing, or laughter therapy.
This model is fine-tuned from the **DeepSeek-R1-Distill-Qwen-1.5B** base model by [DeepSeek AI](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B).
### Key Features
- **Humor-Packed Gossip**: Generates absurd, over-the-top, and sarcastic chismis.
- **Cultural Nuance**: Optimized for Filipino/Taglish (Tagalog-English) slang and contexts.
- **Customizable Drama**: Control the "spiciness" of gossip with adjustable parameters.
- **Built on Transformers**: Leverages a state-of-the-art language model architecture.
## Installation
```bash
pip install transformers torch
```
## Usage
### Quick start Example
```python
from transformers import pipeline
# Load the Marites AI model
marites = pipeline("text-generation", model="jhenberthf/marites-ai")
# Generate some chismis!
prompt = "Alam mo ba si Maria at Juan..."
chismis = marites(
prompt,
max_length=100,
num_return_sequences=1,
temperature=1.2, # Higher = more chaotic
repetition_penalty=1.5,
)
print(chismis[0]['generated_text'])
```
#### Example Output
**_"Alam mo ba si Maria at Juan? Nakita ko silang nagtatanan sa CR ng Jollibee! Tapos may dala-dalang dalawang burger steak, sabi raw 'para di magutom habang nagkakalatayan ng sama ng loob kay Tita Glenda!' Chz, pero totoo yung nakita kong resibo sa bag ni Maria—₱500 pala utang niya kay Juan. Aba'y love loan!"_**
#### Advance Parameters
- **temperature:** Increase (1.5+) for wilder stories, decrease (0.7-) for more coherence.
- **max_length:** Keep it between 50-150 for optimal drama-to-readability ratio.
- **repetition_penalty:** Use 1.2-2.0 to minimize repetitive plot twists.
## Base Model
Marites AI is fine-tuned from the DeepSeek-R1-Distill-Qwen-1.5B model by DeepSeek AI. This base model provides a strong foundation for text generation tasks, which we adapted to specialize in humorous and culturally relevant gossip.
## Ethical Considerations
**Use Responsibly!** 🚨
- This model generates fictional content. Do not use it to spread misinformation.
- Outputs may reflect biases in the training data. Always add disclaimers when sharing.
- Intended for entertainment only. Respect privacy and avoid targeting real individuals.
## Limitations
- **Not a Factual Source:** All chismis are AI-generated fiction.
- **Cultural Specificity:** Best results require familiarity with Filipino/Taglish humor.
- **Over-the-Top Outputs:** May generate nonsensical or exaggerated scenarios (by design!).
## Contributing
Found a bug or want to improve Marites' chismis skills?
Open an issue or PR on [GitHub](https://github.com/jhenbertgit/marites-ai/pulls).
Share your funniest outputs in the "Community Examples" discussion tab!
## License
This model is licensed under the MIT License.
---
**Disclaimer:** This project is for entertainment purposes only. The name "Marites" refers to a cultural stereotype and is not affiliated with any real person. Generated content does not reflect the views of the model creators.
---
**Let's Keep the Chismis Alive!** 🌟
**_Star this repo, share your spiciest outputs with #MaritesAI, and tag us!_**
|