system HF staff commited on
Commit
2c421f6
1 Parent(s): e250505

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
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('https://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,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 | 3213 |
41
- | Retweets | 874 |
42
- | Short tweets | 224 |
43
- | Tweets kept | 2115 |
44
 
45
- [Explore the data](https://app.wandb.ai/borisd13/huggingtweets/runs/3brnyx88/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 for 4 epochs.
50
 
51
- Hyperparameters and metrics are recorded in the [W&B training run](https://app.wandb.ai/borisd13/huggingtweets/runs/3eccjarf).
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