boris commited on
Commit
f29f88e
1 Parent(s): e643b35

New model from https://wandb.ai/wandb/huggingtweets/runs/1akzyude

Browse files
Files changed (5) hide show
  1. README.md +8 -8
  2. config.json +1 -1
  3. pytorch_model.bin +2 -2
  4. tokenizer_config.json +1 -1
  5. training_args.bin +2 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  language: en
3
- thumbnail: https://www.huggingtweets.com/drsweety303/1623360789894/predictions.png
4
  tags:
5
  - huggingtweets
6
  widget:
@@ -42,20 +42,20 @@ The model was trained on tweets from Dr. Roberta Bobby.
42
 
43
  | Data | Dr. Roberta Bobby |
44
  | --- | --- |
45
- | Tweets downloaded | 3238 |
46
- | Retweets | 263 |
47
- | Short tweets | 307 |
48
- | Tweets kept | 2668 |
49
 
50
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/39okjs06/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 @drsweety303's tweets.
55
 
56
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/1d5spxzm) for full transparency and reproducibility.
57
 
58
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1d5spxzm/artifacts) is logged and versioned.
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:
42
 
43
  | Data | Dr. Roberta Bobby |
44
  | --- | --- |
45
+ | Tweets downloaded | 3231 |
46
+ | Retweets | 254 |
47
+ | Short tweets | 291 |
48
+ | Tweets kept | 2686 |
49
 
50
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/3r89m56n/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 @drsweety303's tweets.
55
 
56
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/1akzyude) for full transparency and reproducibility.
57
 
58
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1akzyude/artifacts) is logged and versioned.
59
 
60
  ## How to use
61
 
config.json CHANGED
@@ -35,7 +35,7 @@
35
  "top_p": 0.95
36
  }
37
  },
38
- "transformers_version": "4.6.1",
39
  "use_cache": true,
40
  "vocab_size": 50257
41
  }
35
  "top_p": 0.95
36
  }
37
  },
38
+ "transformers_version": "4.8.2",
39
  "use_cache": true,
40
  "vocab_size": 50257
41
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:795b3b93f76bdb54cc4aca06b64efe148d59c01f56597cbd9ae9cd1f7598e260
3
- size 510408315
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db1825e6d26347d35192a7049c5d17b5967bee1c7dafc7a0a36c84a4b0bef7ab
3
+ size 510403817
tokenizer_config.json CHANGED
@@ -1 +1 @@
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"}
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", "tokenizer_class": "GPT2Tokenizer"}
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f4dd1774ae51a71c06cd0c6a86b8fa4460811a031854a5a743e2969160b5706a
3
- size 2415
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bba0f0e91a610eb72849db7d44c8126d892390767cc7e9bd28027f54e029c482
3
+ size 2671