boris commited on
Commit
98417dd
1 Parent(s): 73d15c0

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

Browse files
Files changed (5) hide show
  1. README.md +7 -7
  2. config.json +1 -1
  3. pytorch_model.bin +1 -1
  4. tokenizer_config.json +1 -1
  5. training_args.bin +2 -2
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 | 1622 |
46
- | Retweets | 97 |
47
- | Short tweets | 427 |
48
- | Tweets kept | 1098 |
49
 
50
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1wg439h3/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/21uoj3t0) for full transparency and reproducibility.
57
 
58
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/21uoj3t0/artifacts) is logged and versioned.
59
 
60
  ## How to use
61
 
 
42
 
43
  | Data | Elon Musk |
44
  | --- | --- |
45
+ | Tweets downloaded | 622 |
46
+ | Retweets | 46 |
47
+ | Short tweets | 180 |
48
+ | Tweets kept | 396 |
49
 
50
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/3py5dxvr/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/2zd4up10) for full transparency and reproducibility.
57
 
58
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/2zd4up10/artifacts) is logged and versioned.
59
 
60
  ## How to use
61
 
config.json CHANGED
@@ -35,7 +35,7 @@
35
  "top_p": 0.95
36
  }
37
  },
38
- "transformers_version": "4.7.0",
39
  "use_cache": true,
40
  "vocab_size": 50257
41
  }
 
35
  "top_p": 0.95
36
  }
37
  },
38
+ "transformers_version": "4.8.1",
39
  "use_cache": true,
40
  "vocab_size": 50257
41
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:105d7983ab88b1421479928eda1f56672396768d53453dbca74bf65eac8bbcc1
3
  size 510403817
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9a62608b70a7daa81149454c2b3694a4bffb320d73d79b9b0f842e82ace3dec
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:dbc9f6417e83bc12d9b3e0b01018f973defd765876ab27d0f20a269b8f8aca35
3
- size 2479
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18d1283656bda36d5bf2bd6947cf2e5f8523d08309c0a555b1c3d258bd0ee5d7
3
+ size 2607