boris commited on
Commit
8ff6f80
1 Parent(s): e68c3e5

New model from https://wandb.ai/wandb/huggingtweets/runs/2ykux2d4

Browse files
Files changed (4) hide show
  1. README.md +6 -6
  2. config.json +1 -1
  3. pytorch_model.bin +1 -1
  4. training_args.bin +1 -1
README.md CHANGED
@@ -42,20 +42,20 @@ The model was trained on tweets from Elon Musk.
42
 
43
  | Data | Elon Musk |
44
  | --- | --- |
45
- | Tweets downloaded | 650 |
46
- | Retweets | 49 |
47
- | Short tweets | 356 |
48
  | Tweets kept | 245 |
49
 
50
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2m498s4l/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/3khmq7gw) for full transparency and reproducibility.
57
 
58
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/3khmq7gw/artifacts) is logged and versioned.
59
 
60
  ## How to use
61
 
 
42
 
43
  | Data | Elon Musk |
44
  | --- | --- |
45
+ | Tweets downloaded | 822 |
46
+ | Retweets | 54 |
47
+ | Short tweets | 523 |
48
  | Tweets kept | 245 |
49
 
50
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1ttv767z/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/2ykux2d4) for full transparency and reproducibility.
57
 
58
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/2ykux2d4/artifacts) is logged and versioned.
59
 
60
  ## How to use
61
 
config.json CHANGED
@@ -28,7 +28,7 @@
28
  "task_specific_params": {
29
  "text-generation": {
30
  "do_sample": true,
31
- "max_length": 50,
32
  "min_length": 10,
33
  "prefix": "<|endoftext|>",
34
  "temperature": 1.0,
 
28
  "task_specific_params": {
29
  "text-generation": {
30
  "do_sample": true,
31
+ "max_length": 20,
32
  "min_length": 10,
33
  "prefix": "<|endoftext|>",
34
  "temperature": 1.0,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:87cb9d5a8cb424fb7e97fbff275f554d63df70dc9e9a4c753c5d9063a409b987
3
  size 510403817
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:670829472f060a450ee16d6fbca6b0047202d4504965de62e79eb863e55950f1
3
  size 510403817
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eded5d99399c9ea8df674e27d9324547c51ee6e01f78756b5b62096808017f3c
3
  size 2607
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2ba4dd604b462c59ee5d952300f199a55330fc95e7512dd921a80e16f5d08c3
3
  size 2607