Marites AI π£οΈπ₯
A Text Generation Model for Crafting Humorous Gossip (Chismis) with a Filipino Flair
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.
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
pip install transformers torch
Usage
Quick start Example
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.
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!
Model tree for jhenberthf/marites-ai
Base model
deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B