boris commited on
Commit
73439ac
1 Parent(s): ab28d56

New model from https://wandb.ai/wandb/huggingtweets/runs/245ieai8

Browse files
Files changed (5) hide show
  1. README.md +9 -9
  2. config.json +2 -0
  3. pytorch_model.bin +1 -1
  4. tokenizer_config.json +1 -1
  5. training_args.bin +3 -0
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  language: en
3
- thumbnail: http://www.huggingtweets.com/julien_c/1600462317095/predictions.png
4
  tags:
5
  - huggingtweets
6
  widget:
@@ -51,32 +51,32 @@ The model was trained on [@julien_c's tweets](https://twitter.com/julien_c).
51
  <tbody style='border-width:0'>
52
  <tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>
53
  <td style='border-width:0'>Tweets downloaded</td>
54
- <td style='border-width:0'>3218</td>
55
  </tr>
56
  <tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>
57
  <td style='border-width:0'>Retweets</td>
58
- <td style='border-width:0'>897</td>
59
  </tr>
60
  <tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>
61
  <td style='border-width:0'>Short tweets</td>
62
- <td style='border-width:0'>379</td>
63
  </tr>
64
  <tr style='border-width:0'>
65
  <td style='border-width:0'>Tweets kept</td>
66
- <td style='border-width:0'>1942</td>
67
  </tr>
68
  </tbody>
69
  </table>
70
 
71
- [Explore the data](https://app.wandb.ai/wandb/huggingtweets/runs/2npspbl6/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline.
72
 
73
  ## Training procedure
74
 
75
  The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @julien_c's tweets.
76
 
77
- Hyperparameters and metrics are recorded in the [W&B training run](https://app.wandb.ai/wandb/huggingtweets/runs/1dqslrcf) for full transparency and reproducibility.
78
 
79
- At the end of training, [the final model](https://app.wandb.ai/wandb/huggingtweets/runs/1dqslrcf/artifacts) is logged and versioned.
80
 
81
  ## Intended uses & limitations
82
 
@@ -110,4 +110,4 @@ For more details, visit the project repository.
110
 
111
  [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
112
 
113
- <!--- random size file -->
 
1
  ---
2
  language: en
3
+ thumbnail: https://github.com/borisdayma/huggingtweets/blob/master/img/logo.png?raw=true
4
  tags:
5
  - huggingtweets
6
  widget:
 
51
  <tbody style='border-width:0'>
52
  <tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>
53
  <td style='border-width:0'>Tweets downloaded</td>
54
+ <td style='border-width:0'>3211</td>
55
  </tr>
56
  <tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>
57
  <td style='border-width:0'>Retweets</td>
58
+ <td style='border-width:0'>915</td>
59
  </tr>
60
  <tr style='border-width:0 0 1px 0; border-color: #E2E8F0'>
61
  <td style='border-width:0'>Short tweets</td>
62
+ <td style='border-width:0'>371</td>
63
  </tr>
64
  <tr style='border-width:0'>
65
  <td style='border-width:0'>Tweets kept</td>
66
+ <td style='border-width:0'>1925</td>
67
  </tr>
68
  </tbody>
69
  </table>
70
 
71
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2puhbhcj/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline.
72
 
73
  ## Training procedure
74
 
75
  The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @julien_c's tweets.
76
 
77
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/245ieai8) for full transparency and reproducibility.
78
 
79
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/245ieai8/artifacts) is logged and versioned.
80
 
81
  ## Intended uses & limitations
82
 
 
110
 
111
  [![GitHub stars](https://img.shields.io/github/stars/borisdayma/huggingtweets?style=social)](https://github.com/borisdayma/huggingtweets)
112
 
113
+ <!--- random size file -->
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "activation_function": "gelu_new",
3
  "architectures": [
4
  "GPT2LMHeadModel"
@@ -7,6 +8,7 @@
7
  "bos_token_id": 50256,
8
  "embd_pdrop": 0.1,
9
  "eos_token_id": 50256,
 
10
  "initializer_range": 0.02,
11
  "layer_norm_epsilon": 1e-05,
12
  "model_type": "gpt2",
 
1
  {
2
+ "_name_or_path": "gpt2",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
 
8
  "bos_token_id": 50256,
9
  "embd_pdrop": 0.1,
10
  "eos_token_id": 50256,
11
+ "gradient_checkpointing": false,
12
  "initializer_range": 0.02,
13
  "layer_norm_epsilon": 1e-05,
14
  "model_type": "gpt2",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:47e5e93fb2306bb5f2e6f8d8b97a400558743b447e43903863eb576002039ecf
3
  size 510406560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b64b5de8b0972e3e9efff0b322352c52d632464c6a120e9111fd5aa5a522f34
3
  size 510406560
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"model_max_length": 1024}
 
1
+ {"errors": "replace", "unk_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "bos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": false, "model_max_length": 1024, "name_or_path": "gpt2"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6add8af99f5831fd85f7a257b10e93645fb0183e687af9329a80e1867ce06e9
3
+ size 1775