boris commited on
Commit
437ced3
1 Parent(s): a62a3e4

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

Browse files
Files changed (5) hide show
  1. README.md +7 -7
  2. config.json +2 -1
  3. pytorch_model.bin +2 -2
  4. tokenizer_config.json +1 -1
  5. training_args.bin +2 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  language: en
3
- thumbnail: https://www.huggingtweets.com/justinbieber/1623427323909/predictions.png
4
  tags:
5
  - huggingtweets
6
  widget:
@@ -42,20 +42,20 @@ The model was trained on tweets from Justin Bieber.
42
 
43
  | Data | Justin Bieber |
44
  | --- | --- |
45
- | Tweets downloaded | 3166 |
46
- | Retweets | 1034 |
47
  | Short tweets | 863 |
48
- | Tweets kept | 1269 |
49
 
50
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/33sw8hgs/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 @justinbieber's tweets.
55
 
56
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/1wp396eq) for full transparency and reproducibility.
57
 
58
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1wp396eq/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 | Justin Bieber |
44
  | --- | --- |
45
+ | Tweets downloaded | 3141 |
46
+ | Retweets | 1013 |
47
  | Short tweets | 863 |
48
+ | Tweets kept | 1265 |
49
 
50
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/3mdjqe36/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 @justinbieber's tweets.
55
 
56
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/2kiss5cl) for full transparency and reproducibility.
57
 
58
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/2kiss5cl/artifacts) is logged and versioned.
59
 
60
  ## How to use
61
 
config.json CHANGED
@@ -35,7 +35,8 @@
35
  "top_p": 0.95
36
  }
37
  },
38
- "transformers_version": "4.6.1",
 
39
  "use_cache": true,
40
  "vocab_size": 50257
41
  }
 
35
  "top_p": 0.95
36
  }
37
  },
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.10.2",
40
  "use_cache": true,
41
  "vocab_size": 50257
42
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f11d2b2211bdb6b242ac4eb7aa3485aa876da3c4e1ca739147ec84f0821386d9
3
- size 510408315
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3328e75e3b2480883f837dadd340d8289c4ad1f6db2ec7958db57b1b166ca983
3
+ size 510403817
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "gpt2"}
 
1
+ {"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "gpt2", "tokenizer_class": "GPT2Tokenizer"}
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7e825d02968394c9e950b5463095549b40f5bff332ff26be872663029de4048e
3
- size 2415
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2574b0019c5b62fd9cbfafde1c9744e7665e8a4918cd846cde5f983ace459c4a
3
+ size 2671