boris commited on
Commit
92e6709
1 Parent(s): b4e8f28

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

Browse files
README.md CHANGED
@@ -42,20 +42,20 @@ The model was trained on tweets from Donald J. Trump.
42
 
43
  | Data | Donald J. Trump |
44
  | --- | --- |
45
- | Tweets downloaded | 3173 |
46
- | Retweets | 1077 |
47
  | Short tweets | 519 |
48
  | Tweets kept | 1577 |
49
 
50
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/ierfn4g2/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 @realdonaldtrump's tweets.
55
 
56
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/9cn08o53) for full transparency and reproducibility.
57
 
58
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/9cn08o53/artifacts) is logged and versioned.
59
 
60
  ## How to use
61
 
42
 
43
  | Data | Donald J. Trump |
44
  | --- | --- |
45
+ | Tweets downloaded | 3165 |
46
+ | Retweets | 1069 |
47
  | Short tweets | 519 |
48
  | Tweets kept | 1577 |
49
 
50
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/xf6k8cdv/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 @realdonaldtrump's tweets.
55
 
56
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/ljnawi90) for full transparency and reproducibility.
57
 
58
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/ljnawi90/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.27.2",
41
  "use_cache": true,
42
  "vocab_size": 50257
43
  }
37
  }
38
  },
39
  "torch_dtype": "float32",
40
+ "transformers_version": "4.28.0",
41
  "use_cache": true,
42
  "vocab_size": 50257
43
  }
generation_config.json CHANGED
@@ -2,5 +2,5 @@
2
  "_from_model_config": true,
3
  "bos_token_id": 50256,
4
  "eos_token_id": 50256,
5
- "transformers_version": "4.27.2"
6
  }
2
  "_from_model_config": true,
3
  "bos_token_id": 50256,
4
  "eos_token_id": 50256,
5
+ "transformers_version": "4.28.0"
6
  }
merges.txt CHANGED
@@ -1,4 +1,4 @@
1
- #version: 0.2 - Trained by `huggingface/tokenizers`
2
  Ġ t
3
  Ġ a
4
  h e
1
+ #version: 0.2
2
  Ġ t
3
  Ġ a
4
  h e
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:60c6a51d17aefdaacba46927e76ed089ee7859330e7c52d72d82cc3e07609bf9
3
  size 510398013
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8f241544b5e97c537ee18b2769b850c78699540522822eacf689fea3bb8f651
3
  size 510398013
tokenizer.json CHANGED
@@ -39,6 +39,7 @@
39
  "continuing_subword_prefix": "",
40
  "end_of_word_suffix": "",
41
  "fuse_unk": false,
 
42
  "vocab": {
43
  "!": 0,
44
  "\"": 1,
39
  "continuing_subword_prefix": "",
40
  "end_of_word_suffix": "",
41
  "fuse_unk": false,
42
+ "byte_fallback": false,
43
  "vocab": {
44
  "!": 0,
45
  "\"": 1,
tokenizer_config.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "add_prefix_space": false,
3
  "bos_token": "<|endoftext|>",
 
4
  "eos_token": "<|endoftext|>",
5
  "model_max_length": 1024,
6
- "special_tokens_map_file": null,
7
  "tokenizer_class": "GPT2Tokenizer",
8
  "unk_token": "<|endoftext|>"
9
  }
1
  {
2
  "add_prefix_space": false,
3
  "bos_token": "<|endoftext|>",
4
+ "clean_up_tokenization_spaces": true,
5
  "eos_token": "<|endoftext|>",
6
  "model_max_length": 1024,
 
7
  "tokenizer_class": "GPT2Tokenizer",
8
  "unk_token": "<|endoftext|>"
9
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9f6f8dba377b0c1532de739db3d85befd3debd9d62b9b59c237e7fbc125f0c6e
3
  size 3579
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:107c2b3923cdb5a09fe605827f836be63a9406ded729ece110e76894de32aaf9
3
  size 3579