New model from https://wandb.ai/wandb/huggingtweets/runs/rud3as92
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: https://
|
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 cmt π³οΈββ§οΈπ³οΈβπ.
|
|
42 |
|
43 |
| Data | cmt π³οΈββ§οΈπ³οΈβπ |
|
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 @click_mae_togay'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/1401892055882797060/rpFwU4ge_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 | cmt π³οΈββ§οΈπ³οΈβπ |
|
44 |
| --- | --- |
|
45 |
+
| Tweets downloaded | 3222 |
|
46 |
+
| Retweets | 1108 |
|
47 |
+
| Short tweets | 1055 |
|
48 |
+
| Tweets kept | 1059 |
|
49 |
|
50 |
+
[Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2nwz6crv/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 @click_mae_togay's tweets.
|
55 |
|
56 |
+
Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/rud3as92) for full transparency and reproducibility.
|
57 |
|
58 |
+
At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/rud3as92/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 510408315
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab835f4cdb64361813e7d1b50d0ea8d6a2bd6c89d209745bbd0e773ecf381e77
|
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 2479
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7aef613bc738228f8a39104765a4e8ed653206f0eadbb9039f0d95695198e8fe
|
3 |
size 2479
|