boris commited on
Commit
b46e2d9
1 Parent(s): 401c40c

New model from https://wandb.ai/wandb/huggingtweets/runs/hjrxi7hf

Browse files
README.md CHANGED
@@ -42,20 +42,20 @@ The model was trained on tweets from wint.
42
 
43
  | Data | wint |
44
  | --- | --- |
45
- | Tweets downloaded | 3233 |
46
- | Retweets | 520 |
47
- | Short tweets | 273 |
48
- | Tweets kept | 2440 |
49
 
50
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/v9j29iyc/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 @dril's tweets.
55
 
56
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/5g1jywhh) for full transparency and reproducibility.
57
 
58
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/5g1jywhh/artifacts) is logged and versioned.
59
 
60
  ## How to use
61
 
 
42
 
43
  | Data | wint |
44
  | --- | --- |
45
+ | Tweets downloaded | 3230 |
46
+ | Retweets | 518 |
47
+ | Short tweets | 278 |
48
+ | Tweets kept | 2434 |
49
 
50
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/bvq9aj5z/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 @dril's tweets.
55
 
56
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/hjrxi7hf) for full transparency and reproducibility.
57
 
58
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/hjrxi7hf/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.27.1",
41
  "use_cache": true,
42
  "vocab_size": 50257
43
  }
 
37
  }
38
  },
39
  "torch_dtype": "float32",
40
+ "transformers_version": "4.27.4",
41
  "use_cache": true,
42
  "vocab_size": 50257
43
  }
generation_config.json CHANGED
@@ -2,5 +2,5 @@
2
  "_from_model_config": true,
3
  "bos_token_id": 50256,
4
  "eos_token_id": 50256,
5
- "transformers_version": "4.27.1"
6
  }
 
2
  "_from_model_config": true,
3
  "bos_token_id": 50256,
4
  "eos_token_id": 50256,
5
+ "transformers_version": "4.27.4"
6
  }
merges.txt CHANGED
@@ -1,4 +1,4 @@
1
- #version: 0.2 - Trained by `huggingface/tokenizers`
2
  Ġ t
3
  Ġ a
4
  h e
 
1
+ #version: 0.2
2
  Ġ t
3
  Ġ a
4
  h e
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fddeb82c5351e915a31d1ac9744fd9439233c639ec17ce1cd0436e780f39f1bd
3
  size 510398013
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fb5cfcb2580901ae704908e0f175284d245339677d87da6126890162972f16c
3
  size 510398013
tokenizer.json CHANGED
@@ -39,6 +39,7 @@
39
  "continuing_subword_prefix": "",
40
  "end_of_word_suffix": "",
41
  "fuse_unk": false,
 
42
  "vocab": {
43
  "!": 0,
44
  "\"": 1,
 
39
  "continuing_subword_prefix": "",
40
  "end_of_word_suffix": "",
41
  "fuse_unk": false,
42
+ "byte_fallback": false,
43
  "vocab": {
44
  "!": 0,
45
  "\"": 1,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e9c8d2bd1c987819b17797d769d241944e4ca64fdd36fc9e2d2a7c551be22e2
3
  size 3579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:703b8b92aeae96529c6559f97bc6099527e57e19c1458148678aaa3e4ad2d151
3
  size 3579