New model from https://wandb.ai/wandb/huggingtweets/runs/2flyadcu
Browse files- README.md +3 -3
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -37,15 +37,15 @@ The model was trained on [@scpebooks's tweets](https://twitter.com/scpebooks).
|
|
37 |
| Short tweets | 493 |
|
38 |
| Tweets kept | 2757 |
|
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 @scpebooks'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 | 493 |
|
38 |
| Tweets kept | 2757 |
|
39 |
|
40 |
+
[Explore the data](https://wandb.ai/wandb/huggingtweets/runs/b8m9cmwx/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 @scpebooks's tweets.
|
45 |
|
46 |
+
Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/2flyadcu) for full transparency and reproducibility.
|
47 |
|
48 |
+
At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/2flyadcu/artifacts) is logged and versioned.
|
49 |
|
50 |
## How to use
|
51 |
|
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:fc54812a275e42fbaa5c9c2f9128bec8ecd9f2ad9564fa1591f18fa8f71de2dd
|
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 2287
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:700265973e4f99b2e7b8e5ca93c60f93a4a1abf304f2ee7f8d58a8c742b4a595
|
3 |
size 2287
|