Spaces:
Sleeping
Sleeping
<<<<<<< HEAD | |
# DeepSeek Tweet Generator Space | |
This Space hosts a DeepSeek model fine-tuned for generating tweets based on a given style profile and recent tweet examples. | |
## Usage | |
The interface accepts three inputs: | |
1. **Style Profile** (JSON): A JSON object containing style characteristics like tone, complexity, and technical level | |
2. **Recent Tweets**: Example tweets to base the style on | |
3. **Topic**: The topic to generate a tweet about | |
Example Style Profile: | |
```json | |
{ | |
"tone": "Natural", | |
"complexity": 2.8, | |
"technical_level": "Technical" | |
} | |
``` | |
## Model Details | |
- Base Model: deepseek-ai/deepseek-coder-6.7b-base | |
- Modifications: Optimized for tweet generation while maintaining technical accuracy | |
- Max Length: 280 characters (Twitter limit) | |
## Environment | |
- Python 3.9+ | |
- PyTorch 2.1.2 | |
- Transformers 4.36.2 | |
- Gradio 4.12.0 | |
======= | |
--- | |
title: Klone | |
emoji: π | |
colorFrom: red | |
colorTo: indigo | |
sdk: streamlit | |
sdk_version: 1.41.1 | |
app_file: app.py | |
pinned: false | |
license: apache-2.0 | |
--- | |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
>>>>>>> 8e932805921311a8a2599aad82cb88ca87f0e962 | |