File size: 1,523 Bytes
94d2605
 
 
 
 
 
 
 
 
 
 
 
c5608ce
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: bigscience-openrail-m
language:
- en
metrics:
- accuracy
library_name: transformers
pipeline_tag: text-classification
tags:
- BERT
- DistilBERT
- text-classfication
---
# Elon Musk Detector (EMD)

<!-- Provide a quick summary of what the model is/does. -->

Elon Musk Detector uses DistilBERT to classify is a tweet (or post) was made by Elon Musk or Not.

## Model Details

This model uses transformers and DistilBERT to classify text, based on 2 datasets.

### Model Description

<!-- Provide a longer summary of what this model is. -->



- **Developed by:** Kokohachi
- **Model type:** BERT
- **Language(s) (NLP):** English
- **License:** BigScience OpenRAIL-M
- **Finetuned from model:** DistilBERT

## Uses

This model should be used only for academic purposes, and should not be used for business purposes.
### Direct Use

`git clone https://huggingface.co/kix-intl/elon-musk-detector`

`from transformers import DistilBERTTokenizer, DistilBERTModel`

#### Load the tokenizer
`loaded_tokenizer = DistilBERTTokenizer.from_pretrained(save_directory)`

#### Load the model
`loaded_model = DistilBERTModel.from_pretrained(save_directory)`


## Training Details

### Training Data
#### Elon Musk Tweets
https://www.kaggle.com/datasets/gpreda/elon-musk-tweets
#### Twitter Tweets Sentiment Dataset
https://www.kaggle.com/datasets/yasserh/twitter-tweets-sentiment-dataset

### Training Procedure
https://huggingface.co/kix-intl/elon-musk-detector/blob/main/EMD.ipynb

## Model Card Contact

[email protected]