New model from https://wandb.ai/wandb/huggingtweets/runs/1kn4lk1o
Browse files- README.md +5 -5
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -33,19 +33,19 @@ The model was trained on [@misogenist's tweets](https://twitter.com/misogenist).
|
|
| 33 |
| Data | Quantity |
|
| 34 |
| --- | --- |
|
| 35 |
| Tweets downloaded | 3199 |
|
| 36 |
-
| Retweets |
|
| 37 |
-
| Short tweets |
|
| 38 |
| Tweets kept | 1925 |
|
| 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 @misogenist'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 |
|
|
|
|
| 33 |
| Data | Quantity |
|
| 34 |
| --- | --- |
|
| 35 |
| Tweets downloaded | 3199 |
|
| 36 |
+
| Retweets | 252 |
|
| 37 |
+
| Short tweets | 1022 |
|
| 38 |
| Tweets kept | 1925 |
|
| 39 |
|
| 40 |
+
[Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1iudua4o/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 @misogenist's tweets.
|
| 45 |
|
| 46 |
+
Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/1kn4lk1o) for full transparency and reproducibility.
|
| 47 |
|
| 48 |
+
At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1kn4lk1o/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:a492977f98ebac2e82762de8aa1fc6e4065efe791ea4be1f81db42aa73b316ad
|
| 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:5f66f34c80eb439e16d6cf02634d172e89cdceb1ed676ae12623b42829223c5d
|
| 3 |
size 2351
|