boris commited on
Commit
7f83160
•
1 Parent(s): f81ba90

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

Browse files
Files changed (5) hide show
  1. README.md +13 -13
  2. config.json +2 -1
  3. pytorch_model.bin +2 -2
  4. tokenizer_config.json +1 -1
  5. training_args.bin +2 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  language: en
3
- thumbnail: https://www.huggingtweets.com/deepleffen-dril/1621655067366/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/1241879678455078914/e2EdZIrr_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/847818629840228354/VXyQHfn0_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">Deep Leffen Bot & wint</div>
24
  <div style="text-align: center; font-size: 14px;">@deepleffen-dril</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 Deep Leffen Bot & wint.
42
 
43
- | Data | Deep Leffen Bot | wint |
44
  | --- | --- | --- |
45
- | Tweets downloaded | 461 | 3226 |
46
- | Retweets | 12 | 459 |
47
- | Short tweets | 25 | 305 |
48
- | Tweets kept | 424 | 2462 |
49
 
50
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/27ht06d8/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 @deepleffen-dril's tweets.
55
 
56
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/2oeft83y) for full transparency and reproducibility.
57
 
58
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/2oeft83y/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/847818629840228354/VXyQHfn0_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/1241879678455078914/e2EdZIrr_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">wint & Deep Leffen Bot</div>
24
  <div style="text-align: center; font-size: 14px;">@deepleffen-dril</div>
25
  </div>
26
 
38
 
39
  ## Training data
40
 
41
+ The model was trained on tweets from wint & Deep Leffen Bot.
42
 
43
+ | Data | wint | Deep Leffen Bot |
44
  | --- | --- | --- |
45
+ | Tweets downloaded | 3229 | 493 |
46
+ | Retweets | 464 | 13 |
47
+ | Short tweets | 311 | 26 |
48
+ | Tweets kept | 2454 | 454 |
49
 
50
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/34fwrd20/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 @deepleffen-dril's tweets.
55
 
56
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/icv82nyi) for full transparency and reproducibility.
57
 
58
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/icv82nyi/artifacts) is logged and versioned.
59
 
60
  ## How to use
61
 
config.json CHANGED
@@ -35,7 +35,8 @@
35
  "top_p": 0.95
36
  }
37
  },
38
- "transformers_version": "4.6.1",
 
39
  "use_cache": true,
40
  "vocab_size": 50257
41
  }
35
  "top_p": 0.95
36
  }
37
  },
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.9.0",
40
  "use_cache": true,
41
  "vocab_size": 50257
42
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7cc1d7c59ee7978710cd17de68e66699ac21ead85b182e1efe389da05baabf13
3
- size 510408315
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa52fda9be6d99b219a0da4fd2b4e00a04c309b444747e0a68bc3e91e7784533
3
+ size 510403817
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "gpt2"}
1
+ {"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "gpt2", "tokenizer_class": "GPT2Tokenizer"}
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:624bf9942ed6109570885c7225e093868e21f4321f7edc02e2e0b19afcfc0c83
3
- size 2479
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cc513b4a23df186b88a291570e2a8adfb222a92d2949772514d8aba93f454c2
3
+ size 2671