boris commited on
Commit
46d29b6
1 Parent(s): 70a0a6e

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

Browse files
Files changed (5) hide show
  1. README.md +6 -6
  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/dalailama/1613498039427/predictions.png
4
  tags:
5
  - huggingtweets
6
  widget:
@@ -32,20 +32,20 @@ The model was trained on [@dalailama's tweets](https://twitter.com/dalailama).
32
 
33
  | Data | Quantity |
34
  | --- | --- |
35
- | Tweets downloaded | 1657 |
36
  | Retweets | 0 |
37
  | Short tweets | 1 |
38
- | Tweets kept | 1656 |
39
 
40
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/3swaejr2/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 @dalailama's tweets.
45
 
46
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/18pw4j2v) for full transparency and reproducibility.
47
 
48
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/18pw4j2v/artifacts) is logged and versioned.
49
 
50
  ## How to use
51
 
 
1
  ---
2
  language: en
3
+ thumbnail: https://github.com/borisdayma/huggingtweets/blob/master/img/logo.png?raw=true
4
  tags:
5
  - huggingtweets
6
  widget:
 
32
 
33
  | Data | Quantity |
34
  | --- | --- |
35
+ | Tweets downloaded | 1664 |
36
  | Retweets | 0 |
37
  | Short tweets | 1 |
38
+ | Tweets kept | 1663 |
39
 
40
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/p9scy18q/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 @dalailama's tweets.
45
 
46
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/1acshcvu) for full transparency and reproducibility.
47
 
48
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/1acshcvu/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.3.2",
38
  "use_cache": true,
39
  "vocab_size": 50257
40
  }
 
34
  "top_p": 0.95
35
  }
36
  },
37
+ "transformers_version": "4.4.1",
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:7f36b50d410cbd393d6432afcb8b96f50e3ebd92b8f89cbc2680294e58947498
3
- size 510406559
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b706786d2dd29dd67da45df5aadf8ff4672396cc7eab293bebf05eb81105689e
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:5e37350eb179f47794ee9b577259fbc064d28a9955b9765311890d0708a6e3ed
3
- size 2159
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69191ad4bbae99d172799d8c14d4c57a3153e2cf1bda1e2ab14a054aa9acfced
3
+ size 2287