andrewharriz commited on
Commit
2508fac
·
verified ·
1 Parent(s): 84821e3

Create README.md

Browse files

# Kanye Tweet Archive

This dataset contains tweets authored by Kanye West. It includes tweets with metadata such as likes, retweets, hashtags, and more. The dataset can be used for various tasks like text generation, sentiment analysis, or style transfer.

## Data Fields
- **date**: The timestamp of when the tweet was posted.
- **content**: The content of the tweet.
- **likes**: Number of likes the tweet received.
- **retweets**: Number of retweets.
- **hashtags**: List of hashtags used in the tweet.
- **theme**: General theme or category of the tweet.

## Usage
This dataset is intended for fine-tuning language models to emulate Kanye West's tweeting style, analyze sentiment, or study social media engagement.

Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ tags:
8
+ - Kanye-West
9
+ - Tweets
10
+ - Social-Media
11
+ - Fine-Tuning
12
+ pretty_name: Kanye Tweet Archive
13
+ ---