boris commited on
Commit
30369fd
1 Parent(s): 1acd157

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

Browse files
Files changed (5) hide show
  1. README.md +6 -6
  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/gladosystem/1661442388029/predictions.png
4
  tags:
5
  - huggingtweets
6
  widget:
@@ -44,18 +44,18 @@ The model was trained on tweets from GLaDOS.
44
  | --- | --- |
45
  | Tweets downloaded | 3250 |
46
  | Retweets | 0 |
47
- | Short tweets | 81 |
48
- | Tweets kept | 3169 |
49
 
50
- [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/5h74f5t3/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 @gladosystem's tweets.
55
 
56
- Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/3b9f03ga) for full transparency and reproducibility.
57
 
58
- At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/3b9f03ga/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:
 
44
  | --- | --- |
45
  | Tweets downloaded | 3250 |
46
  | Retweets | 0 |
47
+ | Short tweets | 103 |
48
+ | Tweets kept | 3147 |
49
 
50
+ [Explore the data](https://wandb.ai/wandb/huggingtweets/runs/hg8zi8b5/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 @gladosystem's tweets.
55
 
56
+ Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/wandb/huggingtweets/runs/ouo7spgq) for full transparency and reproducibility.
57
 
58
+ At the end of training, [the final model](https://wandb.ai/wandb/huggingtweets/runs/ouo7spgq/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.21.2",
41
  "use_cache": true,
42
  "vocab_size": 50257
43
  }
 
37
  }
38
  },
39
  "torch_dtype": "float32",
40
+ "transformers_version": "4.26.0",
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.0"
6
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:83d5546c9b8784d134df47b1a308006735a363028f5e3d3be0e1dd5c0f98655f
3
- size 510396521
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd8e0c35de3c1dd16ab6f5746467188c1949de1e5ab18cfa4ae3a900eadf885f
3
+ size 510398013
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c6d4e1cb07db63683b050a95d102059c9c15261a12fa6f6729ad766db47818bb
3
- size 3311
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74cd6a1ccbe20090667bb35b4d7f9c923ef7086ffc9de9d2e624f77fdbde4de2
3
+ size 3515