boris commited on
Commit
e3b0dca
1 Parent(s): c78701e

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

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
@@ -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/1397133852246646784/Z4XI4oyC_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/565498192171507712/r2Hb2gvX_400x400.png&#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/902558084064616448/YTOCYYnn_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">Tencent 腾讯 & World Economic Forum & ExxonMobil</div>
24
  <div style="text-align: center; font-size: 14px;">@exxonmobil-tencentglobal-wef</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 Tencent 腾讯 & World Economic Forum & ExxonMobil.
42
 
43
- | Data | Tencent 腾讯 | World Economic Forum | ExxonMobil |
44
  | --- | --- | --- | --- |
45
- | Tweets downloaded | 590 | 3250 | 3248 |
46
- | Retweets | 39 | 29 | 209 |
47
- | Short tweets | 1 | 6 | 7 |
48
- | Tweets kept | 550 | 3215 | 3032 |
49
 
50
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1wui9z0o/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 @exxonmobil-tencentglobal-wef's tweets.
55
 
56
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/1j77mbr7) for full transparency and reproducibility.
57
 
58
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1j77mbr7/artifacts) is logged and versioned.
59
 
60
  ## How to use
61
 
 
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/902558084064616448/YTOCYYnn_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/1397133852246646784/Z4XI4oyC_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/565498192171507712/r2Hb2gvX_400x400.png&#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">ExxonMobil & Tencent 腾讯 & World Economic Forum</div>
24
  <div style="text-align: center; font-size: 14px;">@exxonmobil-tencentglobal-wef</div>
25
  </div>
26
 
 
38
 
39
  ## Training data
40
 
41
+ The model was trained on tweets from ExxonMobil & Tencent 腾讯 & World Economic Forum.
42
 
43
+ | Data | ExxonMobil | Tencent 腾讯 | World Economic Forum |
44
  | --- | --- | --- | --- |
45
+ | Tweets downloaded | 3248 | 590 | 3250 |
46
+ | Retweets | 209 | 39 | 29 |
47
+ | Short tweets | 7 | 1 | 6 |
48
+ | Tweets kept | 3032 | 550 | 3215 |
49
 
50
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/146l36xw/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 @exxonmobil-tencentglobal-wef's tweets.
55
 
56
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/kqpaxkc6) for full transparency and reproducibility.
57
 
58
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/kqpaxkc6/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:2d99bdfd979f3879ea83b8f6ce3b8b56bdd9032eb87f7b956309bb16bee2b336
3
  size 510396521
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e03dc6e73918d101555f3b19ad3db137ff89c9bc29c9d55a80522a1f069fe16a
3
  size 510396521
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:be0eeb36de1c774d6347933d02a5d5fbf2ccef08bd398a2256d8a3d939e319a9
3
  size 3439
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f4f2d2a43591df660479448ddc3802c2353fbe62df86a95fb7ff51dce0c3a87
3
  size 3439