New model from https://wandb.ai/wandb/huggingtweets/runs/33cy360o
Browse files- README.md +9 -9
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
language: en
|
3 |
-
thumbnail:
|
4 |
tags:
|
5 |
- huggingtweets
|
6 |
widget:
|
@@ -10,7 +10,7 @@ widget:
|
|
10 |
<div class="inline-flex flex-col" style="line-height: 1.5;">
|
11 |
<div class="flex">
|
12 |
<div
|
13 |
-
style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/
|
14 |
</div>
|
15 |
<div
|
16 |
style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url('')">
|
@@ -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 |
|
|
|
1 |
---
|
2 |
language: en
|
3 |
+
thumbnail: https://github.com/borisdayma/huggingtweets/blob/master/img/logo.png?raw=true
|
4 |
tags:
|
5 |
- huggingtweets
|
6 |
widget:
|
|
|
10 |
<div class="inline-flex flex-col" style="line-height: 1.5;">
|
11 |
<div class="flex">
|
12 |
<div
|
13 |
+
style="display:inherit; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url('https://pbs.twimg.com/profile_images/1590968738358079488/IY9Gx6Ok_400x400.jpg')">
|
14 |
</div>
|
15 |
<div
|
16 |
style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url('')">
|
|
|
42 |
|
43 |
| Data | Elon Musk |
|
44 |
| --- | --- |
|
45 |
+
| Tweets downloaded | 3199 |
|
46 |
+
| Retweets | 138 |
|
47 |
+
| Short tweets | 964 |
|
48 |
+
| Tweets kept | 2097 |
|
49 |
|
50 |
+
[Explore the data](https://wandb.ai/wandb/huggingtweets/runs/255ho3z7/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/33cy360o) for full transparency and reproducibility.
|
57 |
|
58 |
+
At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/33cy360o/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 510396521
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2543f87ecf080ab3582d76bf70423ea5d1af82d02120efdd4993a30da9b66e9
|
3 |
size 510396521
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3375
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e11309d8730b2134858a02fbdd54ad7303d937a88772c0f52304a99fb17e27fa
|
3 |
size 3375
|