New model from https://wandb.ai/wandb/huggingtweets/runs/261h9xq4
Browse files- README.md +3 -3
- config.json +1 -1
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -37,15 +37,15 @@ The model was trained on [@elonmusk's tweets](https://twitter.com/elonmusk).
|
|
37 |
| Short tweets | 792 |
|
38 |
| Tweets kept | 2257 |
|
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 @elonmusk'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 |
|
|
|
37 |
| Short tweets | 792 |
|
38 |
| Tweets kept | 2257 |
|
39 |
|
40 |
+
[Explore the data](https://wandb.ai/wandb/huggingtweets/runs/7y866a6m/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 @elonmusk's tweets.
|
45 |
|
46 |
+
Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/261h9xq4) for full transparency and reproducibility.
|
47 |
|
48 |
+
At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/261h9xq4/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.5.
|
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:5e272658d737d45632f702999c210813e1a1ff4bb6d9101154dba37d73163ffa
|
3 |
size 510408315
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2351
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:726eea5d39f8d69260557417be6aadb499609c705fee1793fe4c44ed7f784ca3
|
3 |
size 2351
|