Hansollll commited on
Commit
cd6c527
1 Parent(s): 2d4770e

Training in progress, step 500

Browse files
config.json CHANGED
@@ -19,6 +19,6 @@
19
  "sinusoidal_pos_embds": false,
20
  "tie_weights_": true,
21
  "torch_dtype": "float32",
22
- "transformers_version": "4.28.1",
23
  "vocab_size": 30522
24
  }
 
19
  "sinusoidal_pos_embds": false,
20
  "tie_weights_": true,
21
  "torch_dtype": "float32",
22
+ "transformers_version": "4.26.1",
23
  "vocab_size": 30522
24
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd27976cef343684d289eae7feedad1e10f6f74358ed522e8e06beda02d2b12e
3
- size 265492517
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d30b3d52cb8a73f002ea3338f152001fccb33ae1792b417b178a2327c13a2390
3
+ size 265491109
runs/May11_00-10-00_songhansol-ui-MacBookPro.local/1683731478.2786062/events.out.tfevents.1683731478.songhansol-ui-MacBookPro.local.62420.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ff7a4d5379fe29c1cac74347b38f4f7583b1f39c052ca7c914b77303360558b
3
+ size 5703
runs/May11_00-10-00_songhansol-ui-MacBookPro.local/events.out.tfevents.1683731478.songhansol-ui-MacBookPro.local.62420.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:525a7ce03caab7c559040406b9f13cc1fab7da958be8aab903fc0709b0cd6700
3
+ size 3732
runs/May11_00-12-37_songhansol-ui-MacBookPro.local/1683731562.724185/events.out.tfevents.1683731562.songhansol-ui-MacBookPro.local.62420.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e00693e21e0b7fe557490ceffcb820d96e59060ce88b372e4c6a5509818a71f5
3
+ size 5703
runs/May11_00-12-37_songhansol-ui-MacBookPro.local/events.out.tfevents.1683731562.songhansol-ui-MacBookPro.local.62420.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c690cdfa7bec5d1389c1bfe2e0ebe2e2c76208358528318ee29586c5effad8fd
3
+ size 3732
runs/May11_00-18-19_songhansol-ui-MacBookPro.local/1683731907.145516/events.out.tfevents.1683731907.songhansol-ui-MacBookPro.local.62420.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e108aa0aeaf3cfd9ebf56db0a4403a7dc1009777a13932f0412752f368e67ec
3
+ size 5703
runs/May11_00-18-19_songhansol-ui-MacBookPro.local/events.out.tfevents.1683731907.songhansol-ui-MacBookPro.local.62420.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96d634273f82bfb533b3ac133ce1b78735063aa768042ddce2f8c424bc6183d2
3
+ size 3732
runs/May11_00-19-35_songhansol-ui-MacBookPro.local/1683731982.117213/events.out.tfevents.1683731982.songhansol-ui-MacBookPro.local.62420.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b47ac0637db257be22b13139e044cbc923a80346c06c0d345e6759994d54554
3
+ size 5703
runs/May11_00-19-35_songhansol-ui-MacBookPro.local/events.out.tfevents.1683731982.songhansol-ui-MacBookPro.local.62420.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f464a6675f47631a400c82af76ec97c504b50e68b120788b45a08333172ace10
3
+ size 3889
tokenizer_config.json CHANGED
@@ -1,11 +1,12 @@
1
  {
2
- "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_lower_case": true,
5
  "mask_token": "[MASK]",
6
  "model_max_length": 512,
 
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
 
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
  "tokenizer_class": "DistilBertTokenizer",
 
1
  {
 
2
  "cls_token": "[CLS]",
3
  "do_lower_case": true,
4
  "mask_token": "[MASK]",
5
  "model_max_length": 512,
6
+ "name_or_path": "distilbert-base-uncased",
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
  "strip_accents": null,
11
  "tokenize_chinese_chars": true,
12
  "tokenizer_class": "DistilBertTokenizer",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a832238f51b151a287e9b9a315cdd0fecc503311e58f02bcc6297aca13c25885
3
- size 3579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:037874f864b5d7884738769cf6dfefdf58cf71c8cbc88967d71e6d4dfd2e07d0
3
+ size 3515