New model from https://wandb.ai/wandb/huggingtweets/runs/1b93q44n
Browse files- README.md +7 -7
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -42,20 +42,20 @@ The model was trained on tweets from Elon Musk.
|
|
42 |
|
43 |
| Data | Elon Musk |
|
44 |
| --- | --- |
|
45 |
-
| Tweets downloaded |
|
46 |
-
| Retweets |
|
47 |
-
| Short tweets |
|
48 |
-
| Tweets kept |
|
49 |
|
50 |
-
[Explore the data](https://wandb.ai/wandb/huggingtweets/runs/
|
51 |
|
52 |
## Training procedure
|
53 |
|
54 |
The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @elonmusk's tweets.
|
55 |
|
56 |
-
Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/
|
57 |
|
58 |
-
At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/
|
59 |
|
60 |
## How to use
|
61 |
|
|
|
42 |
|
43 |
| Data | Elon Musk |
|
44 |
| --- | --- |
|
45 |
+
| Tweets downloaded | 3104 |
|
46 |
+
| Retweets | 196 |
|
47 |
+
| Short tweets | 1286 |
|
48 |
+
| Tweets kept | 1622 |
|
49 |
|
50 |
+
[Explore the data](https://wandb.ai/wandb/huggingtweets/runs/6pnp7h8m/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline.
|
51 |
|
52 |
## Training procedure
|
53 |
|
54 |
The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @elonmusk's tweets.
|
55 |
|
56 |
+
Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/1b93q44n) for full transparency and reproducibility.
|
57 |
|
58 |
+
At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1b93q44n/artifacts) is logged and versioned.
|
59 |
|
60 |
## How to use
|
61 |
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 510398013
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc81d032ef980e17f47d3ff1298d0f785cd0c346d7f7c6469ee02570b43d6903
|
3 |
size 510398013
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3899
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d65faebfa784c61c528d2a2b52764b292b551044768bc3507407a6fd788d1aa3
|
3 |
size 3899
|