New model from https://wandb.ai/wandb/huggingtweets/runs/13aynk8e
Browse files- README.md +10 -10
- config.json +1 -1
- pytorch_model.bin +1 -1
- tokenizer_config.json +1 -1
- training_args.bin +2 -2
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
-
thumbnail: https://
|
| 4 |
tags:
|
| 5 |
- huggingtweets
|
| 6 |
widget:
|
|
@@ -8,7 +8,7 @@ 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/
|
| 12 |
</div>
|
| 13 |
<div style="margin-top: 8px; font-size: 19px; font-weight: 800">HIDEKI NAGANUMA|CEO OF FUNKY FRESH BEATS 🤖 AI Bot </div>
|
| 14 |
<div style="font-size: 15px">@hideki_naganuma bot</div>
|
|
@@ -24,7 +24,7 @@ The model uses the following pipeline.
|
|
| 24 |
|
| 25 |

|
| 26 |
|
| 27 |
-
To understand how the model was developed, check the [W&B report](https://
|
| 28 |
|
| 29 |
## Training data
|
| 30 |
|
|
@@ -32,20 +32,20 @@ The model was trained on [@hideki_naganuma's tweets](https://twitter.com/hideki_
|
|
| 32 |
|
| 33 |
| Data | Quantity |
|
| 34 |
| --- | --- |
|
| 35 |
-
| Tweets downloaded |
|
| 36 |
-
| Retweets |
|
| 37 |
-
| Short tweets |
|
| 38 |
-
| Tweets kept |
|
| 39 |
|
| 40 |
-
[Explore the data](https://wandb.ai/wandb/huggingtweets/runs/
|
| 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 @hideki_naganuma's tweets.
|
| 45 |
|
| 46 |
-
Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/
|
| 47 |
|
| 48 |
-
At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/
|
| 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/1383312391962718211/ppzzt2V__400x400.jpg')">
|
| 12 |
</div>
|
| 13 |
<div style="margin-top: 8px; font-size: 19px; font-weight: 800">HIDEKI NAGANUMA|CEO OF FUNKY FRESH BEATS 🤖 AI Bot </div>
|
| 14 |
<div style="font-size: 15px">@hideki_naganuma bot</div>
|
|
|
|
| 24 |
|
| 25 |

|
| 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 | 3227 |
|
| 36 |
+
| Retweets | 1186 |
|
| 37 |
+
| Short tweets | 208 |
|
| 38 |
+
| Tweets kept | 1833 |
|
| 39 |
|
| 40 |
+
[Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1766c7eg/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 @hideki_naganuma's tweets.
|
| 45 |
|
| 46 |
+
Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/13aynk8e) for full transparency and reproducibility.
|
| 47 |
|
| 48 |
+
At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/13aynk8e/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.
|
| 38 |
"use_cache": true,
|
| 39 |
"vocab_size": 50257
|
| 40 |
}
|
|
|
|
| 34 |
"top_p": 0.95
|
| 35 |
}
|
| 36 |
},
|
| 37 |
+
"transformers_version": "4.5.1",
|
| 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:
|
| 3 |
size 510408315
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9284f2294d54a57df21fcad8e30d971200ccbf00eb42b32a6d9ca9b8702ae22
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2531ab953b22fec25e27912d8d62e9b7fe95315c4f056356b72ac3e335aecc49
|
| 3 |
+
size 2351
|