boris commited on
Commit
5dfd68f
β€’
1 Parent(s): 2480fd9

New model from https://wandb.ai/wandb/huggingtweets/runs/2r62epp4

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: https://www.huggingtweets.com/alice333ai-alicecweam/1625609934939/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/1393311358293356546/tXc-X9fx_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/1410515009252302852/sah1ksNb_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">πŸ‘οΈβƒ€ lison & Alice Cream πŸ‡πŸ“ Vtuber</div>
24
  <div style="text-align: center; font-size: 14px;">@alice333ai-alicecweam</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 πŸ‘οΈβƒ€ lison & Alice Cream πŸ‡πŸ“ Vtuber.
42
 
43
- | Data | πŸ‘οΈβƒ€ lison | Alice Cream πŸ‡πŸ“ Vtuber |
44
  | --- | --- | --- |
45
- | Tweets downloaded | 3216 | 3244 |
46
- | Retweets | 1062 | 359 |
47
- | Short tweets | 200 | 462 |
48
- | Tweets kept | 1954 | 2423 |
49
 
50
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1t52j7qx/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 @alice333ai-alicecweam's tweets.
55
 
56
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/1yxxja0n) for full transparency and reproducibility.
57
 
58
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1yxxja0n/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/1410515009252302852/sah1ksNb_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/1393311358293356546/tXc-X9fx_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">Alice Cream πŸ‡πŸ“ Vtuber & πŸ‘οΈβƒ€ lison</div>
24
  <div style="text-align: center; font-size: 14px;">@alice333ai-alicecweam</div>
25
  </div>
26
 
 
38
 
39
  ## Training data
40
 
41
+ The model was trained on tweets from Alice Cream πŸ‡πŸ“ Vtuber & πŸ‘οΈβƒ€ lison.
42
 
43
+ | Data | Alice Cream πŸ‡πŸ“ Vtuber | πŸ‘οΈβƒ€ lison |
44
  | --- | --- | --- |
45
+ | Tweets downloaded | 3244 | 3216 |
46
+ | Retweets | 359 | 1062 |
47
+ | Short tweets | 463 | 200 |
48
+ | Tweets kept | 2422 | 1954 |
49
 
50
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/4cfpc23c/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 @alice333ai-alicecweam's tweets.
55
 
56
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/2r62epp4) for full transparency and reproducibility.
57
 
58
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/2r62epp4/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:281c72325b6387cc07b3ff64735f10534810bc2448992ee9b7d4f471d4c467ff
3
  size 510403817
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be5bb718cb9a4fb2b4d3965e4a9352d917f2dbdd764772be66856210dc43ee95
3
  size 510403817
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1d794b0c3ad7921714eec09562bab84607783f20e9185611c1fbc1bf789e0c91
3
  size 2671
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:920ed2df6782a367a22cd05e2e15e533e9515d1fc5450d1687009e57ee85c69e
3
  size 2671