system HF staff commited on
Commit
bd5b8f2
1 Parent(s): 76b29bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -37,18 +37,18 @@ The model was trained on [@l2k's tweets](https://twitter.com/l2k).
37
 
38
  | Data | Quantity |
39
  |-------------------|--------------|
40
- | Tweets downloaded | 2501 |
41
- | Retweets | 554 |
42
  | Short tweets | 61 |
43
  | Tweets kept | 1886 |
44
 
45
- [Explore the data](https://app.wandb.ai/borisd13/huggingtweets/runs/17gu0rb2/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 @l2k'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/3ef1n70z).
52
 
53
  ## Intended uses & limitations
54
 
 
37
 
38
  | Data | Quantity |
39
  |-------------------|--------------|
40
+ | Tweets downloaded | 2502 |
41
+ | Retweets | 555 |
42
  | Short tweets | 61 |
43
  | Tweets kept | 1886 |
44
 
45
+ [Explore the data](https://app.wandb.ai/borisd13/huggingtweets/runs/1x5m4z0k/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 @l2k'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/2xbgzoi4).
52
 
53
  ## Intended uses & limitations
54