New model from https://wandb.ai/wandb/huggingtweets/runs/307vpmrj
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 [@juanrallo's tweets](https://twitter.com/juanrallo).
|
|
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 @juanrallo'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/3v3r82g5/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 @juanrallo's tweets.
|
76 |
|
77 |
+
Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/307vpmrj) for full transparency and reproducibility.
|
78 |
|
79 |
+
At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/307vpmrj/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:f01fbd4da92db07bbcf2b767d95609bbad72afe4a141e89ffc8624cfc0de9a7a
|
3 |
+
size 510406561
|
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:765da506d395d754f6aa31953573d113195117e4fa05ec9113bcd3bb15363355
|
3 |
size 2031
|