New model from https://wandb.ai/wandb/huggingtweets/runs/m5q357m9
Browse files- README.md +3 -3
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -68,15 +68,15 @@ The model was trained on [@gpt2drilpapa's tweets](https://twitter.com/gpt2drilpa
|
|
68 |
</tbody>
|
69 |
</table>
|
70 |
|
71 |
-
[Explore the data](https://wandb.ai/wandb/huggingtweets/runs/
|
72 |
|
73 |
## Training procedure
|
74 |
|
75 |
The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gpt2drilpapa's tweets.
|
76 |
|
77 |
-
Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/
|
78 |
|
79 |
-
At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/
|
80 |
|
81 |
## Intended uses & limitations
|
82 |
|
|
|
68 |
</tbody>
|
69 |
</table>
|
70 |
|
71 |
+
[Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1yjlghvn/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline.
|
72 |
|
73 |
## Training procedure
|
74 |
|
75 |
The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @gpt2drilpapa's tweets.
|
76 |
|
77 |
+
Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/m5q357m9) for full transparency and reproducibility.
|
78 |
|
79 |
+
At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/m5q357m9/artifacts) is logged and versioned.
|
80 |
|
81 |
## Intended uses & limitations
|
82 |
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a27d038e0e499aa7da1dbe21965e11527fcf75c6a7bf0fe8c5fb43c85b275031
|
3 |
+
size 510406688
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2031
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b708b28f7a601610f944715f5e09894c0f268cbf79a7997c0150427827122ee
|
3 |
size 2031
|