boris commited on
Commit
50cf997
1 Parent(s): c362381

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

Browse files
Files changed (5) hide show
  1. README.md +7 -7
  2. config.json +1 -1
  3. generation_config.json +6 -0
  4. pytorch_model.bin +2 -2
  5. training_args.bin +2 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  language: en
3
- thumbnail: http://www.huggingtweets.com/naval/1667975544603/predictions.png
4
  tags:
5
  - huggingtweets
6
  widget:
@@ -43,19 +43,19 @@ The model was trained on tweets from Naval.
43
  | Data | Naval |
44
  | --- | --- |
45
  | Tweets downloaded | 3249 |
46
- | Retweets | 182 |
47
- | Short tweets | 591 |
48
- | Tweets kept | 2476 |
49
 
50
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/1kl7tkhj/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 @naval's tweets.
55
 
56
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/3skj0l1v) for full transparency and reproducibility.
57
 
58
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/3skj0l1v/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:
43
  | Data | Naval |
44
  | --- | --- |
45
  | Tweets downloaded | 3249 |
46
+ | Retweets | 186 |
47
+ | Short tweets | 561 |
48
+ | Tweets kept | 2502 |
49
 
50
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/nok0omjd/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 @naval's tweets.
55
 
56
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/bxo9sb4f) for full transparency and reproducibility.
57
 
58
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/bxo9sb4f/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.24.0",
41
  "use_cache": true,
42
  "vocab_size": 50257
43
  }
37
  }
38
  },
39
  "torch_dtype": "float32",
40
+ "transformers_version": "4.26.1",
41
  "use_cache": true,
42
  "vocab_size": 50257
43
  }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.26.1"
6
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:baf84050d523de0e3c41ffd489f5a08d0ca3a518ce3d4e9a0ab1d5093a9861bc
3
- size 510396521
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47558a3156cff204dd26a752b9265e21944b95b1b38b81720a54a49cbd240b23
3
+ size 510398013
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c2fd135e57c1e69b9179309198c0a34953b7a59ffb66167ddee6626fc63cc91d
3
- size 3375
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d869e5edeb48c7e958504a18e3d7e6115451a2fc7439afdf6ebaf4f39c10ad47
3
+ size 3515