boris commited on
Commit
7383cd5
1 Parent(s): 14d56e4

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

Browse files
Files changed (4) hide show
  1. README.md +8 -8
  2. config.json +1 -0
  3. pytorch_model.bin +1 -1
  4. training_args.bin +2 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  language: en
3
- thumbnail: https://www.huggingtweets.com/kitsune__spirit/1610325947474/predictions.png
4
  tags:
5
  - huggingtweets
6
  widget:
@@ -51,32 +51,32 @@ The model was trained on [@kitsune__spirit's tweets](https://twitter.com/kitsune
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'>3209</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'>26</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'>855</td>
63
  </tr>
64
  <tr style='border-width:0'>
65
  <td style='border-width:0'>Tweets kept</td>
66
- <td style='border-width:0'>2328</td>
67
  </tr>
68
  </tbody>
69
  </table>
70
 
71
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/gzkrptxv/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 @kitsune__spirit's tweets.
76
 
77
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/2ib6zgfe) for full transparency and reproducibility.
78
 
79
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/2ib6zgfe/artifacts) is logged and versioned.
80
 
81
  ## Intended uses & limitations
82
 
 
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'>3206</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'>45</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'>834</td>
63
  </tr>
64
  <tr style='border-width:0'>
65
  <td style='border-width:0'>Tweets kept</td>
66
+ <td style='border-width:0'>2327</td>
67
  </tr>
68
  </tbody>
69
  </table>
70
 
71
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/25rv3rmf/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 @kitsune__spirit's tweets.
76
 
77
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/3unma8yy) for full transparency and reproducibility.
78
 
79
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/3unma8yy/artifacts) is logged and versioned.
80
 
81
  ## Intended uses & limitations
82
 
config.json CHANGED
@@ -34,6 +34,7 @@
34
  "top_p": 0.95
35
  }
36
  },
 
37
  "use_cache": true,
38
  "vocab_size": 50257
39
  }
 
34
  "top_p": 0.95
35
  }
36
  },
37
+ "transformers_version": "4.2.2",
38
  "use_cache": true,
39
  "vocab_size": 50257
40
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7827296a7e1ab28fec637005d6edc9184d9ef4e8af1f138959de096f4ec79251
3
  size 510406560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8655db0a636980e5f699c5d9cc0d32dbfd3740d6378a3643c74c9bc99f8b454f
3
  size 510406560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6314f62ad7a2971664702311174064f448a0fca8a97c40002b65eb2f8bf60fd9
3
- size 1903
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14855a0decfcb3b2288d96b43f16529e16e6df62c265f55900cd0fbdf3933aba
3
+ size 2031