boris commited on
Commit
eacd348
1 Parent(s): 54dfdee

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

Browse files
Files changed (6) hide show
  1. README.md +6 -6
  2. config.json +2 -1
  3. flax_model.msgpack +0 -3
  4. pytorch_model.bin +1 -1
  5. tokenizer.json +0 -0
  6. training_args.bin +2 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  language: en
3
- thumbnail: https://www.huggingtweets.com/borisdayma/1620758824845/predictions.png
4
  tags:
5
  - huggingtweets
6
  widget:
@@ -42,20 +42,20 @@ The model was trained on tweets from Boris Dayma.
42
 
43
  | Data | Boris Dayma |
44
  | --- | --- |
45
- | Tweets downloaded | 425 |
46
  | Retweets | 55 |
47
  | Short tweets | 7 |
48
- | Tweets kept | 363 |
49
 
50
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2vbbt98y/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 @borisdayma's tweets.
55
 
56
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/1p0wjfag) for full transparency and reproducibility.
57
 
58
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1p0wjfag/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:
 
42
 
43
  | Data | Boris Dayma |
44
  | --- | --- |
45
+ | Tweets downloaded | 428 |
46
  | Retweets | 55 |
47
  | Short tweets | 7 |
48
+ | Tweets kept | 366 |
49
 
50
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/jwi084aa/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 @borisdayma's tweets.
55
 
56
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/2m6ezc31) for full transparency and reproducibility.
57
 
58
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/2m6ezc31/artifacts) is logged and versioned.
59
 
60
  ## How to use
61
 
config.json CHANGED
@@ -19,6 +19,7 @@
19
  "n_layer": 12,
20
  "n_positions": 1024,
21
  "resid_pdrop": 0.1,
 
22
  "summary_activation": null,
23
  "summary_first_dropout": 0.1,
24
  "summary_proj_to_labels": true,
@@ -34,7 +35,7 @@
34
  "top_p": 0.95
35
  }
36
  },
37
- "transformers_version": "4.5.1",
38
  "use_cache": true,
39
  "vocab_size": 50257
40
  }
 
19
  "n_layer": 12,
20
  "n_positions": 1024,
21
  "resid_pdrop": 0.1,
22
+ "scale_attn_weights": true,
23
  "summary_activation": null,
24
  "summary_first_dropout": 0.1,
25
  "summary_proj_to_labels": true,
 
35
  "top_p": 0.95
36
  }
37
  },
38
+ "transformers_version": "4.6.1",
39
  "use_cache": true,
40
  "vocab_size": 50257
41
  }
flax_model.msgpack DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:855cc9dea96d7cfb27fc3a80e1ec99b1d857f921dfd675243894478d23b757cd
3
- size 497764120
 
 
 
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3fd2917bbd67abf51b870ffd79b5b4c08986d143d0a48aa968dd827de72b0b08
3
  size 510408315
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ddb3f7ff2a4b2de0b4811c525ae3b14507e3e84c20f160f08982c019f66f2c7
3
  size 510408315
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:81ed796844dbe1918e2d85a825c8e4e3b35190e39835ae15fc824a7538a40a73
3
- size 2351
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2d23eccd2dbd13e523a443a598be4a85ce2c17981723e242a3a9cb3145c10f0
3
+ size 2415