boris commited on
Commit
8dd0060
1 Parent(s): 23098e6

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

Browse files
Files changed (5) hide show
  1. README.md +7 -7
  2. config.json +1 -1
  3. pytorch_model.bin +2 -2
  4. tokenizer.json +0 -0
  5. training_args.bin +2 -2
README.md CHANGED
@@ -42,20 +42,20 @@ The model was trained on tweets from Gary Short.
42
 
43
  | Data | Gary Short |
44
  | --- | --- |
45
- | Tweets downloaded | 3247 |
46
- | Retweets | 116 |
47
- | Short tweets | 305 |
48
- | Tweets kept | 2826 |
49
 
50
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1xwkapbr/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 @garyshort's tweets.
55
 
56
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/2uyc0q61) for full transparency and reproducibility.
57
 
58
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/2uyc0q61/artifacts) is logged and versioned.
59
 
60
  ## How to use
61
 
 
42
 
43
  | Data | Gary Short |
44
  | --- | --- |
45
+ | Tweets downloaded | 3248 |
46
+ | Retweets | 94 |
47
+ | Short tweets | 321 |
48
+ | Tweets kept | 2833 |
49
 
50
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2vtmlhlj/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 @garyshort's tweets.
55
 
56
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/2pfbf1ys) for full transparency and reproducibility.
57
 
58
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/2pfbf1ys/artifacts) is logged and versioned.
59
 
60
  ## How to use
61
 
config.json CHANGED
@@ -37,7 +37,7 @@
37
  }
38
  },
39
  "torch_dtype": "float32",
40
- "transformers_version": "4.15.0",
41
  "use_cache": true,
42
  "vocab_size": 50257
43
  }
 
37
  }
38
  },
39
  "torch_dtype": "float32",
40
+ "transformers_version": "4.17.0",
41
  "use_cache": true,
42
  "vocab_size": 50257
43
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ec6ab0095dac7459d2208e0202008c94b3ca62221c83510a3088961843a56b0
3
- size 510403817
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25d6420d2b31138db803e1e6ef3ccc2dd7c9782e6ce8c51615cbbab9da02a537
3
+ size 510404393
tokenizer.json CHANGED
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:09262930746c02a2f2fb51c3ca6512bcad261ff4fcc43da2e1ffdefb1f1760aa
3
- size 2927
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87e6b0bc31002af78d4be2ab35e11a4dcc9d197f5e27bb6928b4e24ef6ca6ebe
3
+ size 3055