boris commited on
Commit
63179f8
1 Parent(s): e210cda

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

Browse files
Files changed (5) hide show
  1. README.md +3 -3
  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
@@ -37,15 +37,15 @@ The model was trained on [@elonmusk's tweets](https://twitter.com/elonmusk).
37
  | Short tweets | 804 |
38
  | Tweets kept | 2233 |
39
 
40
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2r8yd6lv/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline.
41
 
42
  ## Training procedure
43
 
44
  The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @elonmusk's tweets.
45
 
46
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/fyfmvoug) for full transparency and reproducibility.
47
 
48
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/fyfmvoug/artifacts) is logged and versioned.
49
 
50
  ## How to use
51
 
 
37
  | Short tweets | 804 |
38
  | Tweets kept | 2233 |
39
 
40
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2caj02ht/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline.
41
 
42
  ## Training procedure
43
 
44
  The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @elonmusk's tweets.
45
 
46
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/3vfz93fp) for full transparency and reproducibility.
47
 
48
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/3vfz93fp/artifacts) is logged and versioned.
49
 
50
  ## How to use
51
 
config.json CHANGED
@@ -34,7 +34,7 @@
34
  "top_p": 0.95
35
  }
36
  },
37
- "transformers_version": "4.3.3",
38
  "use_cache": true,
39
  "vocab_size": 50257
40
  }
 
34
  "top_p": 0.95
35
  }
36
  },
37
+ "transformers_version": "4.4.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:b3564219f9958e3152ef314de8e759bbb622c43d026076f964915ea68ba468dc
3
  size 510408315
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef1234b0fd4d27035233dd210612dc3271a36507f545885330632a852101734e
3
  size 510408315
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "model_max_length": 1024, "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"}
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:59d08f3f285fe43e6d36bf8b6a13f89f66612b127275bd55f83c5ff0319cb713
3
- size 2159
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbca731bf640f0adbc1179dfc887b08c5d478024eea7957ac0a4cfe902ad9e52
3
+ size 2287