New model from https://wandb.ai/wandb/huggingtweets/runs/1dcnrz5s
Browse files- README.md +12 -12
- config.json +1 -1
- pytorch_model.bin +2 -2
- training_args.bin +2 -2
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
language: en
|
3 |
-
thumbnail:
|
4 |
tags:
|
5 |
- huggingtweets
|
6 |
widget:
|
@@ -13,14 +13,14 @@ widget:
|
|
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/1593308812085174279/OmoJcwIC_400x400.jpg')">
|
14 |
</div>
|
15 |
<div
|
16 |
-
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/
|
17 |
</div>
|
18 |
<div
|
19 |
style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url('')">
|
20 |
</div>
|
21 |
</div>
|
22 |
<div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">π€ AI CYBORG π€</div>
|
23 |
-
<div style="text-align: center; font-size: 16px; font-weight: 800">angelicism antarctic ι²ε€© & π Johnni πποΈβ»οΈ</div>
|
24 |
<div style="text-align: center; font-size: 14px;">@a_0_o_1-gentlest_alive</div>
|
25 |
</div>
|
26 |
|
@@ -38,24 +38,24 @@ To understand how the model was developed, check the [W&B report](https://wandb.
|
|
38 |
|
39 |
## Training data
|
40 |
|
41 |
-
The model was trained on tweets from angelicism antarctic ι²ε€© & π Johnni πποΈβ»οΈ.
|
42 |
|
43 |
-
| Data | angelicism antarctic ι²ε€© | π Johnni πποΈβ»οΈ |
|
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 @a_0_o_1-gentlest_alive'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:
|
|
|
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/1593308812085174279/OmoJcwIC_400x400.jpg')">
|
14 |
</div>
|
15 |
<div
|
16 |
+
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/1598158921088344065/e-Z1Pwep_400x400.jpg')">
|
17 |
</div>
|
18 |
<div
|
19 |
style="display:none; margin-left: 4px; margin-right: 4px; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url('')">
|
20 |
</div>
|
21 |
</div>
|
22 |
<div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">π€ AI CYBORG π€</div>
|
23 |
+
<div style="text-align: center; font-size: 16px; font-weight: 800">angelicism antarctic ι²ε€© & π Johnni Jiro πποΈβ»οΈ</div>
|
24 |
<div style="text-align: center; font-size: 14px;">@a_0_o_1-gentlest_alive</div>
|
25 |
</div>
|
26 |
|
|
|
38 |
|
39 |
## Training data
|
40 |
|
41 |
+
The model was trained on tweets from angelicism antarctic ι²ε€© & π Johnni Jiro πποΈβ»οΈ.
|
42 |
|
43 |
+
| Data | angelicism antarctic ι²ε€© | π Johnni Jiro πποΈβ»οΈ |
|
44 |
| --- | --- | --- |
|
45 |
+
| Tweets downloaded | 435 | 486 |
|
46 |
+
| Retweets | 23 | 26 |
|
47 |
+
| Short tweets | 32 | 45 |
|
48 |
+
| Tweets kept | 380 | 415 |
|
49 |
|
50 |
+
[Explore the data](https://wandb.ai/wandb/huggingtweets/runs/3oq4a0wq/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 @a_0_o_1-gentlest_alive's tweets.
|
55 |
|
56 |
+
Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/1dcnrz5s) for full transparency and reproducibility.
|
57 |
|
58 |
+
At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1dcnrz5s/artifacts) is logged and versioned.
|
59 |
|
60 |
## How to use
|
61 |
|
config.json
CHANGED
@@ -37,7 +37,7 @@
|
|
37 |
}
|
38 |
},
|
39 |
"torch_dtype": "float32",
|
40 |
-
"transformers_version": "4.
|
41 |
"use_cache": true,
|
42 |
"vocab_size": 50257
|
43 |
}
|
|
|
37 |
}
|
38 |
},
|
39 |
"torch_dtype": "float32",
|
40 |
+
"transformers_version": "4.25.1",
|
41 |
"use_cache": true,
|
42 |
"vocab_size": 50257
|
43 |
}
|
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:973d2563456f35137da0487c7c625b537cef4c24fba0cd5055a9e0b3e2a78b3d
|
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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b671da841df42d0c8012ddddf5f8dc3fe64d2fbb98e38027ae35543e066ea32
|
3 |
+
size 3451
|