boris commited on
Commit
90221c0
•
1 Parent(s): 5200b96

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

Browse files
Files changed (3) hide show
  1. README.md +12 -12
  2. pytorch_model.bin +1 -1
  3. training_args.bin +1 -1
README.md CHANGED
@@ -13,14 +13,14 @@ widget:
13
  style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1503591435324563456/foUrqiEw_400x400.jpg')">
14
  </div>
15
  <div
16
- style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1468306462245994496/x8koB4rb_400x400.jpg&#39;)">
17
  </div>
18
  <div
19
- style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1010263656456744960/bXOUw0hb_400x400.jpg&#39;)">
20
  </div>
21
  </div>
22
  <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI CYBORG 🤖</div>
23
- <div style="text-align: center; font-size: 16px; font-weight: 800">Elon Musk & mark normand & Tim Dillon</div>
24
  <div style="text-align: center; font-size: 14px;">@elonmusk-marknorm-timjdillon</div>
25
  </div>
26
 
@@ -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 & mark normand & Tim Dillon.
42
 
43
- | Data | Elon Musk | mark normand | Tim Dillon |
44
  | --- | --- | --- | --- |
45
- | Tweets downloaded | 621 | 3201 | 3240 |
46
- | Retweets | 30 | 116 | 658 |
47
- | Short tweets | 193 | 477 | 293 |
48
- | Tweets kept | 398 | 2608 | 2289 |
49
 
50
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2cmmozp6/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-marknorm-timjdillon's tweets.
55
 
56
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/3m0spk6z) for full transparency and reproducibility.
57
 
58
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/3m0spk6z/artifacts) is logged and versioned.
59
 
60
  ## How to use
61
 
 
13
  style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1503591435324563456/foUrqiEw_400x400.jpg&#39;)">
14
  </div>
15
  <div
16
+ style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1010263656456744960/bXOUw0hb_400x400.jpg&#39;)">
17
  </div>
18
  <div
19
+ style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1468306462245994496/x8koB4rb_400x400.jpg&#39;)">
20
  </div>
21
  </div>
22
  <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI CYBORG 🤖</div>
23
+ <div style="text-align: center; font-size: 16px; font-weight: 800">Elon Musk & Tim Dillon & mark normand</div>
24
  <div style="text-align: center; font-size: 14px;">@elonmusk-marknorm-timjdillon</div>
25
  </div>
26
 
 
38
 
39
  ## Training data
40
 
41
+ The model was trained on tweets from Elon Musk & Tim Dillon & mark normand.
42
 
43
+ | Data | Elon Musk | Tim Dillon | mark normand |
44
  | --- | --- | --- | --- |
45
+ | Tweets downloaded | 400 | 3240 | 3202 |
46
+ | Retweets | 14 | 658 | 116 |
47
+ | Short tweets | 117 | 293 | 477 |
48
+ | Tweets kept | 269 | 2289 | 2609 |
49
 
50
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/yk5i85xt/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-marknorm-timjdillon's tweets.
55
 
56
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/zuzgzjdk) for full transparency and reproducibility.
57
 
58
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/zuzgzjdk/artifacts) is logged and versioned.
59
 
60
  ## How to use
61
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b17de66a1fa557640e4f540fbd913ce59c292534ef8f074c13b14b4faa243402
3
  size 510396521
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5eb502c2da2aaac5b258576a521ef78a63a528e52d3e746e1ff6ec37025e87af
3
  size 510396521
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f10b7cdc36684980fbbd4cfce4b432a3db4d1f6ac65a465fd752e73edc8dfbfb
3
  size 3119
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e806a6c310dea3e4ece301776353881f217ec89c7a4e01cd0211e929fb55677
3
  size 3119