boris commited on
Commit
e1ceff7
1 Parent(s): aaeffa8

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

Browse files
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  language: en
3
- thumbnail: http://www.huggingtweets.com/cobratate/1674653451025/predictions.png
4
  tags:
5
  - huggingtweets
6
  widget:
@@ -42,20 +42,20 @@ The model was trained on tweets from Andrew Tate.
42
 
43
  | Data | Andrew Tate |
44
  | --- | --- |
45
- | Tweets downloaded | 938 |
46
- | Retweets | 353 |
47
- | Short tweets | 148 |
48
- | Tweets kept | 437 |
49
 
50
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/83ddh315/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 @cobratate's tweets.
55
 
56
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/5usxslxq) for full transparency and reproducibility.
57
 
58
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/5usxslxq/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 | Andrew Tate |
44
  | --- | --- |
45
+ | Tweets downloaded | 3191 |
46
+ | Retweets | 1336 |
47
+ | Short tweets | 361 |
48
+ | Tweets kept | 1494 |
49
 
50
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/lv5mfcaj/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 @cobratate's tweets.
55
 
56
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/i4y4qpk0) for full transparency and reproducibility.
57
 
58
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/i4y4qpk0/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.26.0",
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.26.0"
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:6c6f7b10ec4a05226c7fb73fa6e33f3e24484ee873e6cf4921ae92970bc7a6be
3
  size 510398013
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fef74b8bc87e630a07d6f708a1aef5ce90f0628810bf948aecfd9246e0cd3e6
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,10 +1,9 @@
1
  {
2
  "add_prefix_space": false,
3
  "bos_token": "<|endoftext|>",
 
4
  "eos_token": "<|endoftext|>",
5
  "model_max_length": 1024,
6
- "name_or_path": "gpt2",
7
- "special_tokens_map_file": null,
8
  "tokenizer_class": "GPT2Tokenizer",
9
  "unk_token": "<|endoftext|>"
10
  }
 
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:a3f6e5fbb73440a77f226f548b1b2c55ec55e6862a4bdceb8edc8ccf0b0b59dc
3
- size 3515
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43d79beca1fc888121108331456460ec1caa0ee6c1ec782cf515d3bd2e899032
3
+ size 3579