New model from https://wandb.ai/wandb/huggingtweets/runs/3vfz93fp
Browse files- README.md +3 -3
- config.json +1 -1
- pytorch_model.bin +1 -1
- tokenizer_config.json +1 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -37,15 +37,15 @@ The model was trained on [@elonmusk's tweets](https://twitter.com/elonmusk).
|
|
37 |
| Short tweets | 804 |
|
38 |
| Tweets kept | 2233 |
|
39 |
|
40 |
-
[Explore the data](https://wandb.ai/wandb/huggingtweets/runs/
|
41 |
|
42 |
## Training procedure
|
43 |
|
44 |
The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @elonmusk's tweets.
|
45 |
|
46 |
-
Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/
|
47 |
|
48 |
-
At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/
|
49 |
|
50 |
## How to use
|
51 |
|
|
|
37 |
| Short tweets | 804 |
|
38 |
| Tweets kept | 2233 |
|
39 |
|
40 |
+
[Explore the data](https://wandb.ai/wandb/huggingtweets/runs/2caj02ht/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline.
|
41 |
|
42 |
## Training procedure
|
43 |
|
44 |
The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on @elonmusk's tweets.
|
45 |
|
46 |
+
Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/3vfz93fp) for full transparency and reproducibility.
|
47 |
|
48 |
+
At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/3vfz93fp/artifacts) is logged and versioned.
|
49 |
|
50 |
## How to use
|
51 |
|
config.json
CHANGED
@@ -34,7 +34,7 @@
|
|
34 |
"top_p": 0.95
|
35 |
}
|
36 |
},
|
37 |
-
"transformers_version": "4.
|
38 |
"use_cache": true,
|
39 |
"vocab_size": 50257
|
40 |
}
|
|
|
34 |
"top_p": 0.95
|
35 |
}
|
36 |
},
|
37 |
+
"transformers_version": "4.4.2",
|
38 |
"use_cache": true,
|
39 |
"vocab_size": 50257
|
40 |
}
|
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:ef1234b0fd4d27035233dd210612dc3271a36507f545885330632a852101734e
|
3 |
size 510408315
|
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "model_max_length": 1024, "name_or_path": "gpt2"}
|
|
|
1 |
+
{"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "gpt2"}
|
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:bbca731bf640f0adbc1179dfc887b08c5d478024eea7957ac0a4cfe902ad9e52
|
3 |
+
size 2287
|