KimByeongSu commited on
Commit
40c6632
·
verified ·
1 Parent(s): c762a24

Model save

Browse files
Files changed (5) hide show
  1. README.md +6 -2
  2. config.json +1 -1
  3. pytorch_model.bin +2 -2
  4. tokenizer.json +16 -2
  5. training_args.bin +2 -2
README.md CHANGED
@@ -33,9 +33,13 @@ More information needed
33
 
34
  The following hyperparameters were used during training:
35
  - learning_rate: 2e-05
36
- - train_batch_size: 128
37
- - eval_batch_size: 128
38
  - seed: 0
 
 
 
 
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
  - num_epochs: 3.0
 
33
 
34
  The following hyperparameters were used during training:
35
  - learning_rate: 2e-05
36
+ - train_batch_size: 32
37
+ - eval_batch_size: 32
38
  - seed: 0
39
+ - distributed_type: multi-GPU
40
+ - num_devices: 4
41
+ - total_train_batch_size: 128
42
+ - total_eval_batch_size: 128
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - num_epochs: 3.0
config.json CHANGED
@@ -47,7 +47,7 @@
47
  "summary_proj_to_labels": true,
48
  "summary_type": "cls_index",
49
  "summary_use_proj": true,
50
- "torch_dtype": "float32",
51
  "transformers_version": "4.33.2",
52
  "use_cache": true,
53
  "vocab_size": 50258,
 
47
  "summary_proj_to_labels": true,
48
  "summary_type": "cls_index",
49
  "summary_use_proj": true,
50
+ "torch_dtype": "float16",
51
  "transformers_version": "4.33.2",
52
  "use_cache": true,
53
  "vocab_size": 50258,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:218c0d4227a85203d3e6d6e03b225c24d12a4b7252ebad9fe09a655afed8e1a2
3
- size 500850253
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31b3f475bcc6b336278f3997ffb1c0a70f27d559e6163598fb12baa583fda88b
3
+ size 655240785
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 50256,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 128,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 128
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 50257,
16
+ "pad_type_id": 0,
17
+ "pad_token": "[PAD]"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 50256,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:74e803a10fc47ea4d0bcb4d8a85f87eaeda1cabb74cef06b493c53397a5c0a43
3
- size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:045202a1d5518caf1bd1d12f26b5b9ad8df8ed50c85f68545d40c326c2898b90
3
+ size 5691