boris commited on
Commit
cb40f97
β€’
1 Parent(s): 1c08166

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

Browse files
Files changed (3) hide show
  1. README.md +11 -11
  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/1427911499083886600/byWMKtYP_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/1431202462728400903/8Xi5oRDA_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/1436414419987222530/oN_cGj8R_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">wakaflocka.eth & tuba 🦈 & Dame.eth</div>
24
  <div style="text-align: center; font-size: 14px;">@0xtuba-jacksondame-mikedemarais</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 wakaflocka.eth & tuba 🦈 & Dame.eth.
42
 
43
- | Data | wakaflocka.eth | tuba 🦈 | Dame.eth |
44
  | --- | --- | --- | --- |
45
  | Tweets downloaded | 3247 | 3250 | 3250 |
46
- | Retweets | 417 | 47 | 467 |
47
- | Short tweets | 645 | 718 | 651 |
48
- | Tweets kept | 2185 | 2485 | 2132 |
49
 
50
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1hlk9aww/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 @0xtuba-jacksondame-mikedemarais's tweets.
55
 
56
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/jbi38ds4) for full transparency and reproducibility.
57
 
58
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/jbi38ds4/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/1427911499083886600/byWMKtYP_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/1436414419987222530/oN_cGj8R_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/1431202462728400903/8Xi5oRDA_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">wakaflocka.eth & Dame.eth & tuba 🦈</div>
24
  <div style="text-align: center; font-size: 14px;">@0xtuba-jacksondame-mikedemarais</div>
25
  </div>
26
 
 
38
 
39
  ## Training data
40
 
41
+ The model was trained on tweets from wakaflocka.eth & Dame.eth & tuba 🦈.
42
 
43
+ | Data | wakaflocka.eth | Dame.eth | tuba 🦈 |
44
  | --- | --- | --- | --- |
45
  | Tweets downloaded | 3247 | 3250 | 3250 |
46
+ | Retweets | 418 | 467 | 47 |
47
+ | Short tweets | 645 | 651 | 718 |
48
+ | Tweets kept | 2184 | 2132 | 2485 |
49
 
50
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/23otlaa7/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 @0xtuba-jacksondame-mikedemarais's tweets.
55
 
56
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/3myotjd3) for full transparency and reproducibility.
57
 
58
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/3myotjd3/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:00321807823db478a8b96e9b7494ddaa8ef2017eaba0a894aa24175775a9a566
3
  size 510403817
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64710efa6569f4bb0af9351cfb8c1c0a91b48793b30be4853946f33dbf6dd3cc
3
  size 510403817
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e5522d13f4ec96f478555048a93777b852e8511e195c8f3147e0dfd57356f84c
3
  size 2735
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e4b8f4dced72edb2345b04bb0f6f35f2caae3b9de492950e0d1918d9235cbe7
3
  size 2735