boris commited on
Commit
fd5d2a4
•
1 Parent(s): cf89487

New model from https://wandb.ai/wandb/huggingtweets/runs/3ljhfklh

Browse files
Files changed (3) hide show
  1. README.md +13 -13
  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/big___oven-schizo_freq/1666806193344/predictions.png
4
  tags:
5
  - huggingtweets
6
  widget:
@@ -10,17 +10,17 @@ widget:
10
  <div class="inline-flex flex-col" style="line-height: 1.5;">
11
  <div class="flex">
12
  <div
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/1582126821025382400/PZjx83du_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/1571653458972794884/eaxhUsib_400x400.jpg&#39;)">
17
  </div>
18
  <div
19
  style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#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">Lukas (computer) & oskcar</div>
24
  <div style="text-align: center; font-size: 14px;">@big___oven-schizo_freq</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 Lukas (computer) & oskcar.
42
 
43
- | Data | Lukas (computer) | oskcar |
44
  | --- | --- | --- |
45
- | Tweets downloaded | 3234 | 2551 |
46
- | Retweets | 480 | 600 |
47
- | Short tweets | 326 | 321 |
48
- | Tweets kept | 2428 | 1630 |
49
 
50
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/fih7rlkb/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 @big___oven-schizo_freq's tweets.
55
 
56
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/t082w7cr) for full transparency and reproducibility.
57
 
58
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/t082w7cr/artifacts) is logged and versioned.
59
 
60
  ## How to use
61
 
 
1
  ---
2
  language: en
3
+ thumbnail: https://github.com/borisdayma/huggingtweets/blob/master/img/logo.png?raw=true
4
  tags:
5
  - huggingtweets
6
  widget:
 
10
  <div class="inline-flex flex-col" style="line-height: 1.5;">
11
  <div class="flex">
12
  <div
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/1571653458972794884/eaxhUsib_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/1582126821025382400/PZjx83du_400x400.jpg&#39;)">
17
  </div>
18
  <div
19
  style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#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">oskcar & Lukas (computer)</div>
24
  <div style="text-align: center; font-size: 14px;">@big___oven-schizo_freq</div>
25
  </div>
26
 
 
38
 
39
  ## Training data
40
 
41
+ The model was trained on tweets from oskcar & Lukas (computer).
42
 
43
+ | Data | oskcar | Lukas (computer) |
44
  | --- | --- | --- |
45
+ | Tweets downloaded | 2642 | 3234 |
46
+ | Retweets | 605 | 480 |
47
+ | Short tweets | 325 | 326 |
48
+ | Tweets kept | 1712 | 2428 |
49
 
50
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/t7nn481m/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 @big___oven-schizo_freq's tweets.
55
 
56
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/3ljhfklh) for full transparency and reproducibility.
57
 
58
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/3ljhfklh/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:f06c9e4da1872e619ad2d1492b73b0a45698efc5d10ddeb21212f68a52f797fa
3
  size 510396521
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74e94a81a44521b300812b3e7d31564e5f45509a03fa2ec04f335693cfb2b15e
3
  size 510396521
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f96ea1741764fe05f793c92c3267f2f0147df89ebde87c4f104c9af1251a8987
3
  size 3439
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20244bf070f1e55dd4243682a228a1235e2106aebe1d3c91b870aa0cb0788606
3
  size 3439