Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ widget:
|
|
9 |
---
|
10 |
|
11 |
<div>
|
12 |
-
<div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('
|
13 |
</div>
|
14 |
<div style="margin-top: 8px; font-size: 19px; font-weight: 800">Julien Chaumond 🤖 AI Bot </div>
|
15 |
<div style="font-size: 15px; color: #657786">@julien_c bot</div>
|
@@ -37,18 +37,18 @@ The model was trained on [@julien_c's tweets](https://twitter.com/julien_c).
|
|
37 |
|
38 |
| Data | Quantity |
|
39 |
|-------------------|--------------|
|
40 |
-
| Tweets downloaded |
|
41 |
-
| Retweets |
|
42 |
-
| Short tweets |
|
43 |
-
| Tweets kept |
|
44 |
|
45 |
-
[Explore the data](https://app.wandb.ai/
|
46 |
|
47 |
## Training procedure
|
48 |
|
49 |
-
The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @julien_c's tweets
|
50 |
|
51 |
-
Hyperparameters and metrics are recorded in the [W&B training run](
|
52 |
|
53 |
## Intended uses & limitations
|
54 |
|
|
|
9 |
---
|
10 |
|
11 |
<div>
|
12 |
+
<div style="width: 132px; height:132px; border-radius: 50%; background-size: cover; background-image: url('http://pbs.twimg.com/profile_images/1108502565925326850/zPsBf2BI_400x400.png')">
|
13 |
</div>
|
14 |
<div style="margin-top: 8px; font-size: 19px; font-weight: 800">Julien Chaumond 🤖 AI Bot </div>
|
15 |
<div style="font-size: 15px; color: #657786">@julien_c bot</div>
|
|
|
37 |
|
38 |
| Data | Quantity |
|
39 |
|-------------------|--------------|
|
40 |
+
| Tweets downloaded | 3217 |
|
41 |
+
| Retweets | 876 |
|
42 |
+
| Short tweets | 386 |
|
43 |
+
| Tweets kept | 1955 |
|
44 |
|
45 |
+
[Explore the data](https://app.wandb.ai/wandb/huggingtweets-dev/runs/uw3i907f/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline.
|
46 |
|
47 |
## Training procedure
|
48 |
|
49 |
+
The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @julien_c's tweets.
|
50 |
|
51 |
+
Hyperparameters and metrics are recorded in the [W&B training run](WANDB_TRAIN) for full transparency and reproducibility.
|
52 |
|
53 |
## Intended uses & limitations
|
54 |
|