boris commited on
Commit
e57cc05
•
1 Parent(s): dd53e1c

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

Browse files
Files changed (5) hide show
  1. README.md +10 -10
  2. config.json +1 -1
  3. generation_config.json +6 -0
  4. pytorch_model.bin +1 -1
  5. training_args.bin +2 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  language: en
3
- thumbnail: http://www.huggingtweets.com/elonmusk/1674558339871/predictions.png
4
  tags:
5
  - huggingtweets
6
  widget:
@@ -20,7 +20,7 @@ widget:
20
  </div>
21
  </div>
22
  <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div>
23
- <div style="text-align: center; font-size: 16px; font-weight: 800">Elon Musk</div>
24
  <div style="text-align: center; font-size: 14px;">@elonmusk</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 Elon Musk.
42
 
43
- | Data | Elon Musk |
44
  | --- | --- |
45
  | Tweets downloaded | 3194 |
46
- | Retweets | 168 |
47
- | Short tweets | 989 |
48
- | Tweets kept | 2037 |
49
 
50
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/t3nuh8m2/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 @elonmusk's tweets.
55
 
56
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/9w5a7yx8) for full transparency and reproducibility.
57
 
58
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/9w5a7yx8/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:
 
20
  </div>
21
  </div>
22
  <div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 AI BOT 🤖</div>
23
+ <div style="text-align: center; font-size: 16px; font-weight: 800">Mr. Tweet</div>
24
  <div style="text-align: center; font-size: 14px;">@elonmusk</div>
25
  </div>
26
 
 
38
 
39
  ## Training data
40
 
41
+ The model was trained on tweets from Mr. Tweet.
42
 
43
+ | Data | Mr. Tweet |
44
  | --- | --- |
45
  | Tweets downloaded | 3194 |
46
+ | Retweets | 172 |
47
+ | Short tweets | 987 |
48
+ | Tweets kept | 2035 |
49
 
50
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/npz0dd0u/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 @elonmusk's tweets.
55
 
56
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/ste1pu1x) for full transparency and reproducibility.
57
 
58
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/ste1pu1x/artifacts) is logged and versioned.
59
 
60
  ## How to use
61
 
config.json CHANGED
@@ -37,7 +37,7 @@
37
  }
38
  },
39
  "torch_dtype": "float32",
40
- "transformers_version": "4.25.1",
41
  "use_cache": true,
42
  "vocab_size": 50257
43
  }
 
37
  }
38
  },
39
  "torch_dtype": "float32",
40
+ "transformers_version": "4.26.0",
41
  "use_cache": true,
42
  "vocab_size": 50257
43
  }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.26.0"
6
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9b343e2b7e470cdf9ec42a2c9c18b869c1d729ec67470f0c34bfb127d3a3ff88
3
  size 510398013
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d62fccb1b538fe7831b79fe253818d07c4b1932f69d0483436743640b246b6a
3
  size 510398013
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b53fe70f6241fd300f6e160e1ec8e9de455a713a97ab71a04841d81df28cceb3
3
- size 3387
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f609181c92e511f5300b76a4fa16f30ca00d1cc09497c6d17d45442854626163
3
+ size 3515