boris commited on
Commit
4f50467
•
1 Parent(s): 97bef07

New model from https://wandb.ai/wandb/huggingtweets/runs/tbaec6mo

Browse files
Files changed (3) hide show
  1. README.md +15 -15
  2. pytorch_model.bin +1 -1
  3. training_args.bin +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  language: en
3
- thumbnail: http://www.huggingtweets.com/elonmusk/1653649331930/predictions.png
4
  tags:
5
  - huggingtweets
6
  widget:
@@ -20,8 +20,8 @@ widget:
20
  </div>
21
  </div>
22
  <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div>
23
- <div style="text-align: center; font-size: 16px; font-weight: 800">Elon Musk</div>
24
- <div style="text-align: center; font-size: 14px;">@elonmusk</div>
25
  </div>
26
 
27
  I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets).
@@ -38,24 +38,24 @@ To understand how the model was developed, check the [W&B report](https://wandb.
38
 
39
  ## Training data
40
 
41
- The model was trained on tweets from Elon Musk.
42
 
43
- | Data | Elon Musk |
44
- | --- | --- |
45
- | Tweets downloaded | 421 |
46
- | Retweets | 14 |
47
- | Short tweets | 118 |
48
- | Tweets kept | 289 |
49
 
50
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1bh6v0e2/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline.
51
 
52
  ## Training procedure
53
 
54
- The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @elonmusk's tweets.
55
 
56
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/wbtn7nd3) for full transparency and reproducibility.
57
 
58
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/wbtn7nd3/artifacts) is logged and versioned.
59
 
60
  ## How to use
61
 
@@ -64,7 +64,7 @@ You can use this model directly with a pipeline for text generation:
64
  ```python
65
  from transformers import pipeline
66
  generator = pipeline('text-generation',
67
- model='huggingtweets/elonmusk')
68
  generator("My dream is", num_return_sequences=5)
69
  ```
70
 
 
1
  ---
2
  language: en
3
+ thumbnail: SOCIAL_LINK
4
  tags:
5
  - huggingtweets
6
  widget:
 
20
  </div>
21
  </div>
22
  <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div>
23
+ <div style="text-align: center; font-size: 16px; font-weight: 800">USER_NAME</div>
24
+ <div style="text-align: center; font-size: 14px;">@USER_HANDLE</div>
25
  </div>
26
 
27
  I was made with [huggingtweets](https://github.com/borisdayma/huggingtweets).
 
38
 
39
  ## Training data
40
 
41
+ The model was trained on tweets from USER_NAME.
42
 
43
+ | Data | TABLE_USER |
44
+ | --- | TABLE_SPLIT |
45
+ | Tweets downloaded | TWEETS_DL |
46
+ | Retweets | RETWEETS |
47
+ | Short tweets | SHORT_TWEETS |
48
+ | Tweets kept | TWEETS_KEPT |
49
 
50
+ [Explore the data](WANDB_PREPROCESS/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline.
51
 
52
  ## Training procedure
53
 
54
+ The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @USER_HANDLE's tweets.
55
 
56
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/tbaec6mo) for full transparency and reproducibility.
57
 
58
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/tbaec6mo/artifacts) is logged and versioned.
59
 
60
  ## How to use
61
 
 
64
  ```python
65
  from transformers import pipeline
66
  generator = pipeline('text-generation',
67
+ model='huggingtweets/USER_HANDLE')
68
  generator("My dream is", num_return_sequences=5)
69
  ```
70
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:761fbe29c58b0aab3b8622cd4906e8782dc693965618add3fa58e15510b260b1
3
  size 510396521
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32f73cfae1302cde52d088d70ff3908d7c8a17deb09039592c244c9c68b509da
3
  size 510396521
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ee0d84a8f907bb5abf991ef207f549712afee74862f79d55f2272b14ba7db1d5
3
  size 3183
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32b1c1bf0b8243ea24c1976d1ef2100dcd9252a299b76606787cc8706c6832f9
3
  size 3183