boris commited on
Commit
49f07f2
1 Parent(s): b60ce82

New model from https://wandb.ai/wandb/huggingtweets/runs/6p3ishch

Browse files
Files changed (5) hide show
  1. README.md +11 -11
  2. config.json +1 -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/java_jigga/1614091266180/predictions.png
4
  tags:
5
  - huggingtweets
6
  widget:
@@ -8,9 +8,9 @@ widget:
8
  ---
9
 
10
  <div>
11
- <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1362938259739795460/V6Cl54tq_400x400.jpg')">
12
  </div>
13
- <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Suckdick Murphys 🤖 AI Bot </div>
14
  <div style="font-size: 15px">@java_jigga bot</div>
15
  </div>
16
 
@@ -24,7 +24,7 @@ The model uses the following pipeline.
24
 
25
  ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true)
26
 
27
- To understand how the model was developed, check the [W&B report](https://app.wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-model-to-generate-tweets--VmlldzoxMTY5MjI).
28
 
29
  ## Training data
30
 
@@ -32,20 +32,20 @@ The model was trained on [@java_jigga's tweets](https://twitter.com/java_jigga).
32
 
33
  | Data | Quantity |
34
  | --- | --- |
35
- | Tweets downloaded | 3207 |
36
- | Retweets | 311 |
37
- | Short tweets | 360 |
38
- | Tweets kept | 2536 |
39
 
40
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/es8mjfic/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline.
41
 
42
  ## Training procedure
43
 
44
  The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @java_jigga's tweets.
45
 
46
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/3idd602q) for full transparency and reproducibility.
47
 
48
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/3idd602q/artifacts) is logged and versioned.
49
 
50
  ## How to use
51
 
 
1
  ---
2
  language: en
3
+ thumbnail: https://github.com/borisdayma/huggingtweets/blob/master/img/logo.png?raw=true
4
  tags:
5
  - huggingtweets
6
  widget:
 
8
  ---
9
 
10
  <div>
11
+ <div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1377879160173993987/20XH6CdP_400x400.jpg')">
12
  </div>
13
+ <div style="margin-top: 8px; font-size: 19px; font-weight: 800">Cool Narcissist 🤖 AI Bot </div>
14
  <div style="font-size: 15px">@java_jigga bot</div>
15
  </div>
16
 
 
24
 
25
  ![pipeline](https://github.com/borisdayma/huggingtweets/blob/master/img/pipeline.png?raw=true)
26
 
27
+ To understand how the model was developed, check the [W&B report](https://wandb.ai/wandb/huggingtweets/reports/HuggingTweets-Train-a-Model-to-Generate-Tweets--VmlldzoxMTY5MjI).
28
 
29
  ## Training data
30
 
 
32
 
33
  | Data | Quantity |
34
  | --- | --- |
35
+ | Tweets downloaded | 3246 |
36
+ | Retweets | 313 |
37
+ | Short tweets | 426 |
38
+ | Tweets kept | 2507 |
39
 
40
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/kvpyc8u1/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline.
41
 
42
  ## Training procedure
43
 
44
  The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @java_jigga's tweets.
45
 
46
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/6p3ishch) for full transparency and reproducibility.
47
 
48
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/6p3ishch/artifacts) is logged and versioned.
49
 
50
  ## How to use
51
 
config.json CHANGED
@@ -34,7 +34,7 @@
34
  "top_p": 0.95
35
  }
36
  },
37
- "transformers_version": "4.3.2",
38
  "use_cache": true,
39
  "vocab_size": 50257
40
  }
 
34
  "top_p": 0.95
35
  }
36
  },
37
+ "transformers_version": "4.5.0",
38
  "use_cache": true,
39
  "vocab_size": 50257
40
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0e73b0f5a92fabe8ec2014dc26ae2d8018888218b565317b3d56140aba9d31a4
3
- size 510406648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbbdcc1eeca3f15225904f9574237ee70f66c1026c2aaa3df1aab0f144c350f3
3
+ size 510408315
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "model_max_length": 1024, "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"}
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2066d18f0a3b1f3430674e9620a76eda9e7492e93dcc0428737060f734b4ec28
3
- size 2159
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7daf0bb374221fc568f351d9df3fd9663bc4215ded22a82f430b8b6d10577a19
3
+ size 2351