boris commited on
Commit
74460f4
1 Parent(s): aa54ce7

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

Browse files
Files changed (4) hide show
  1. README.md +3 -3
  2. config.json +3 -0
  3. pytorch_model.bin +1 -1
  4. training_args.bin +1 -1
README.md CHANGED
@@ -47,15 +47,15 @@ The model was trained on tweets from mohamad yazdi.
47
  | Short tweets | -401 |
48
  | Tweets kept | 463 |
49
 
50
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/rrxqoxc5/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 @mohamad_yazdi's tweets.
55
 
56
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/22w0j6p9) for full transparency and reproducibility.
57
 
58
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/22w0j6p9/artifacts) is logged and versioned.
59
 
60
  ## How to use
61
 
 
47
  | Short tweets | -401 |
48
  | Tweets kept | 463 |
49
 
50
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/pfnvvlqn/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 @mohamad_yazdi's tweets.
55
 
56
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/xegerdmo) for full transparency and reproducibility.
57
 
58
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/xegerdmo/artifacts) is logged and versioned.
59
 
60
  ## How to use
61
 
config.json CHANGED
@@ -31,6 +31,9 @@
31
  "do_sample": true,
32
  "max_length": 160,
33
  "min_length": 10,
 
 
 
34
  "prefix": "<|endoftext|>",
35
  "temperature": 1.0,
36
  "top_p": 0.95
 
31
  "do_sample": true,
32
  "max_length": 160,
33
  "min_length": 10,
34
+ "no_repeat_ngram_size": 2,
35
+ "num_beam_groups": 2,
36
+ "num_beams": 2,
37
  "prefix": "<|endoftext|>",
38
  "temperature": 1.0,
39
  "top_p": 0.95
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f27e2d9caa3aa95ad7eccc24eaf664308831cf93a4e5d5f42835c2e2a6c5d212
3
  size 510396521
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d26927adc4dbd0f82c8483d092a20c4d06bee813d9400a55a3bd7d2b3f59a636
3
  size 510396521
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:58ff39d4a8a50ce47c1fbca331037fe41943c6e09bee4d4657e8d21e9ffd30b2
3
  size 3055
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cd8a77c0e12d19b8b592c26999cfd2c3b7da1d3e6bde17f0e58687ae0bc6b33
3
  size 3055