boris commited on
Commit
d2e557c
1 Parent(s): 2be3802

New model from https://wandb.ai/wandb/huggingtweets/runs/11tpwz39

Browse files
Files changed (4) hide show
  1. README.md +7 -7
  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 | 320 |
46
- | Retweets | 25 |
47
- | Short tweets | 213 |
48
- | Tweets kept | 82 |
49
 
50
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1ilmvkfu/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/1az906qo) for full transparency and reproducibility.
57
 
58
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1az906qo/artifacts) is logged and versioned.
59
 
60
  ## How to use
61
 
 
42
 
43
  | Data | Elon Musk |
44
  | --- | --- |
45
+ | Tweets downloaded | 400 |
46
+ | Retweets | 30 |
47
+ | Short tweets | 110 |
48
+ | Tweets kept | 260 |
49
 
50
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2bqnrwo9/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/11tpwz39) for full transparency and reproducibility.
57
 
58
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/11tpwz39/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": 20,
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": 160,
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:20557a3052c717e05bb23ba419e5c8cd16d8a3d1377a96ba817bd09bfae342d5
3
  size 510403817
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0115ba9f7babca6b375f67e11366732cfced0ec62c148e3454e91ee9d212716
3
  size 510403817
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b51599cc613adcaaed63638c6bae14d4310bef1b2ee0d26bba72141a4cc8ac92
3
  size 2671
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00e3d78d6431dfe8e4a760927329c0b81e39ddc3eeeb33f6f266c9d87df6ed07
3
  size 2671