boris commited on
Commit
0664a7d
1 Parent(s): 146eccf

New model from https://wandb.ai/wandb/huggingtweets/runs/21lavo70

Browse files
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  language: en
3
- thumbnail: https://www.huggingtweets.com/generalgeega/1620870823207/predictions.png
4
  tags:
5
  - huggingtweets
6
  widget:
@@ -10,7 +10,7 @@ widget:
10
  <div class="inline-flex flex-col" style="line-height: 1.5;">
11
  <div class="flex">
12
  <div
13
- style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1385653866088251392/WqLyTioi_400x400.jpg&#39;)">
14
  </div>
15
  <div
16
  style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)">
@@ -42,20 +42,20 @@ The model was trained on tweets from GEEGA ギガ 🔝.
42
 
43
  | Data | GEEGA ギガ 🔝 |
44
  | --- | --- |
45
- | Tweets downloaded | 3249 |
46
- | Retweets | 146 |
47
- | Short tweets | 1484 |
48
- | Tweets kept | 1619 |
49
 
50
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/ojr1ayxd/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 @generalgeega's tweets.
55
 
56
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/ad19dzmy) for full transparency and reproducibility.
57
 
58
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/ad19dzmy/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:
 
10
  <div class="inline-flex flex-col" style="line-height: 1.5;">
11
  <div class="flex">
12
  <div
13
+ style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;https://pbs.twimg.com/profile_images/1403413998436032514/QdAbQHYm_400x400.jpg&#39;)">
14
  </div>
15
  <div
16
  style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url(&#39;&#39;)">
 
42
 
43
  | Data | GEEGA ギガ 🔝 |
44
  | --- | --- |
45
+ | Tweets downloaded | 3250 |
46
+ | Retweets | 127 |
47
+ | Short tweets | 1477 |
48
+ | Tweets kept | 1646 |
49
 
50
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2owkgdxf/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 @generalgeega's tweets.
55
 
56
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/21lavo70) for full transparency and reproducibility.
57
 
58
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/21lavo70/artifacts) is logged and versioned.
59
 
60
  ## How to use
61
 
config.json CHANGED
@@ -35,7 +35,7 @@
35
  "top_p": 0.95
36
  }
37
  },
38
- "transformers_version": "4.6.0",
39
  "use_cache": true,
40
  "vocab_size": 50257
41
  }
 
35
  "top_p": 0.95
36
  }
37
  },
38
+ "transformers_version": "4.8.1",
39
  "use_cache": true,
40
  "vocab_size": 50257
41
  }
flax_model.msgpack DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d7a21c7c625f837cc13eb9c1b43a1ca8b3049705c4984731a9aff4d9e8d0d197
3
- size 497764120
 
 
 
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fdd690d5ac2e4669baa38bfa6d48d3df53229d03532162b4ff0180f3a735db85
3
- size 510408315
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a95d2d1200626e7971327dad915243f605669bf29c0e6733b1fe3712913dd76a
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:69a856cdb585753afc6c37dc0492edab19665321e9a1f137e73804b3ac740be5
3
- size 2415
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1c5c0f0680d35a8d4b20aadbb742c7151e5e102eab6d3ede7fcd4919f325f17
3
+ size 2671