ArafatBHossain commited on
Commit
cd40c6e
1 Parent(s): 81a3faa

Training in progress, epoch 1

Browse files
Files changed (47) hide show
  1. .gitignore +1 -0
  2. config.json +39 -0
  3. logs/1670884583.4205472/events.out.tfevents.1670884583.d241a6a0ea05.337.1 +3 -0
  4. logs/1670884639.8593662/events.out.tfevents.1670884639.d241a6a0ea05.337.3 +3 -0
  5. logs/1670884682.9815278/events.out.tfevents.1670884682.d241a6a0ea05.337.5 +3 -0
  6. logs/1670884760.4600155/events.out.tfevents.1670884760.d241a6a0ea05.337.7 +3 -0
  7. logs/1670886053.0220895/events.out.tfevents.1670886053.d241a6a0ea05.337.9 +3 -0
  8. logs/1670887558.2048538/events.out.tfevents.1670887558.d241a6a0ea05.337.11 +3 -0
  9. logs/1670888629.2517664/events.out.tfevents.1670888629.d241a6a0ea05.337.13 +3 -0
  10. logs/1670890136.984197/events.out.tfevents.1670890136.d241a6a0ea05.337.15 +3 -0
  11. logs/1670891025.2565742/events.out.tfevents.1670891025.d241a6a0ea05.337.17 +3 -0
  12. logs/1670891924.0354872/events.out.tfevents.1670891924.d241a6a0ea05.337.19 +3 -0
  13. logs/1670894137.6454163/events.out.tfevents.1670894137.d241a6a0ea05.337.21 +3 -0
  14. logs/1670895903.3527036/events.out.tfevents.1670895903.d241a6a0ea05.337.23 +3 -0
  15. logs/1670897231.488089/events.out.tfevents.1670897231.d241a6a0ea05.337.25 +3 -0
  16. logs/1670898975.4290555/events.out.tfevents.1670898975.d241a6a0ea05.337.27 +3 -0
  17. logs/1670901172.6498394/events.out.tfevents.1670901172.d241a6a0ea05.337.29 +3 -0
  18. logs/1670902922.5893524/events.out.tfevents.1670902922.d241a6a0ea05.337.31 +3 -0
  19. logs/1670903381.0164661/events.out.tfevents.1670903381.d241a6a0ea05.337.33 +3 -0
  20. logs/1670905123.0783374/events.out.tfevents.1670905123.d241a6a0ea05.337.35 +3 -0
  21. logs/1670907300.6429017/events.out.tfevents.1670907300.d241a6a0ea05.337.38 +3 -0
  22. logs/events.out.tfevents.1670884583.d241a6a0ea05.337.0 +3 -0
  23. logs/events.out.tfevents.1670884639.d241a6a0ea05.337.2 +3 -0
  24. logs/events.out.tfevents.1670884682.d241a6a0ea05.337.4 +3 -0
  25. logs/events.out.tfevents.1670884760.d241a6a0ea05.337.6 +3 -0
  26. logs/events.out.tfevents.1670886052.d241a6a0ea05.337.8 +3 -0
  27. logs/events.out.tfevents.1670887557.d241a6a0ea05.337.10 +3 -0
  28. logs/events.out.tfevents.1670888628.d241a6a0ea05.337.12 +3 -0
  29. logs/events.out.tfevents.1670890135.d241a6a0ea05.337.14 +3 -0
  30. logs/events.out.tfevents.1670891024.d241a6a0ea05.337.16 +3 -0
  31. logs/events.out.tfevents.1670891923.d241a6a0ea05.337.18 +3 -0
  32. logs/events.out.tfevents.1670894136.d241a6a0ea05.337.20 +3 -0
  33. logs/events.out.tfevents.1670895902.d241a6a0ea05.337.22 +3 -0
  34. logs/events.out.tfevents.1670897230.d241a6a0ea05.337.24 +3 -0
  35. logs/events.out.tfevents.1670898974.d241a6a0ea05.337.26 +3 -0
  36. logs/events.out.tfevents.1670901171.d241a6a0ea05.337.28 +3 -0
  37. logs/events.out.tfevents.1670902921.d241a6a0ea05.337.30 +3 -0
  38. logs/events.out.tfevents.1670903380.d241a6a0ea05.337.32 +3 -0
  39. logs/events.out.tfevents.1670905122.d241a6a0ea05.337.34 +3 -0
  40. logs/events.out.tfevents.1670907128.d241a6a0ea05.337.36 +3 -0
  41. logs/events.out.tfevents.1670907300.d241a6a0ea05.337.37 +3 -0
  42. pytorch_model.bin +3 -0
  43. special_tokens_map.json +7 -0
  44. tokenizer.json +0 -0
  45. tokenizer_config.json +14 -0
  46. training_args.bin +3 -0
  47. vocab.txt +0 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ArafatBHossain/distill_bert_fine_tuned_mind",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": 0,
13
+ "1": 1,
14
+ "2": 2,
15
+ "3": 3,
16
+ "4": 4
17
+ },
18
+ "initializer_range": 0.02,
19
+ "label2id": {
20
+ "0": "0",
21
+ "1": "1",
22
+ "2": "2",
23
+ "3": "3",
24
+ "4": "4"
25
+ },
26
+ "max_position_embeddings": 512,
27
+ "model_type": "distilbert",
28
+ "n_heads": 12,
29
+ "n_layers": 6,
30
+ "pad_token_id": 0,
31
+ "problem_type": "single_label_classification",
32
+ "qa_dropout": 0.1,
33
+ "seq_classif_dropout": 0.2,
34
+ "sinusoidal_pos_embds": false,
35
+ "tie_weights_": true,
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.25.1",
38
+ "vocab_size": 30522
39
+ }
logs/1670884583.4205472/events.out.tfevents.1670884583.d241a6a0ea05.337.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c834cd05087172e744d884411a66e6a03bd4d67aa56935b630561ad399f1d80
3
+ size 5594
logs/1670884639.8593662/events.out.tfevents.1670884639.d241a6a0ea05.337.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7afdc82739930287cff252b9fa39fadbe4607d31da683290620619f02ad2548a
3
+ size 5585
logs/1670884682.9815278/events.out.tfevents.1670884682.d241a6a0ea05.337.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bb542dc51fcc548c01355a88ae1f08d0acd86cb6a147360ff8f7f3f479f9fb0
3
+ size 5585
logs/1670884760.4600155/events.out.tfevents.1670884760.d241a6a0ea05.337.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d56e7951694ba7e025b9c43417110ef22e539d66adc185f65b43a722162bb414
3
+ size 5585
logs/1670886053.0220895/events.out.tfevents.1670886053.d241a6a0ea05.337.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b2f8bc3fcc42d4ed669156fb88090d280e948d6e7e5f213778f56d70a09c092
3
+ size 5585
logs/1670887558.2048538/events.out.tfevents.1670887558.d241a6a0ea05.337.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8040d057ab26b2ac36a62321f7acbe8acb6db1fee371694afaf855fcaa0420c4
3
+ size 5585
logs/1670888629.2517664/events.out.tfevents.1670888629.d241a6a0ea05.337.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e036c7d13df8bb84b700d6a0e80b84bd8c561194b82cdf268fc5ac2bb01f6b84
3
+ size 5585
logs/1670890136.984197/events.out.tfevents.1670890136.d241a6a0ea05.337.15 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:999a7238eb87b913fdbf4bd0fb3c230bbade2b1deb4f2ae4dcf2227b24600041
3
+ size 5585
logs/1670891025.2565742/events.out.tfevents.1670891025.d241a6a0ea05.337.17 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c06db5b197a9f4fdb425b6bdf15230ee0466b09f4cb69981e165defee4bd3eb
3
+ size 5585
logs/1670891924.0354872/events.out.tfevents.1670891924.d241a6a0ea05.337.19 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9a54adc36b6c4aa751f8ee2d42118c98e3a1f5d611397d4238570eb5030684d
3
+ size 5585
logs/1670894137.6454163/events.out.tfevents.1670894137.d241a6a0ea05.337.21 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5557ce4a92d7ed4ae11d158311ccf3da06ed6b296f091806dc6bdb972b646ecf
3
+ size 5585
logs/1670895903.3527036/events.out.tfevents.1670895903.d241a6a0ea05.337.23 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95bb4780882b74970c9be1ce2e243119974bb741bed00f47cb7af712997efd32
3
+ size 5585
logs/1670897231.488089/events.out.tfevents.1670897231.d241a6a0ea05.337.25 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0a18894ef7c4ff24682cd3de0a0ec306b776134879ed50afef14037a6559030
3
+ size 5585
logs/1670898975.4290555/events.out.tfevents.1670898975.d241a6a0ea05.337.27 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5275ff563a715f8e26f58d149a2e38ec7ee7b60e3bf0e529b8eb1f0cf752dabb
3
+ size 5585
logs/1670901172.6498394/events.out.tfevents.1670901172.d241a6a0ea05.337.29 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7240e0d4e36f7c9ae0a108f040d0606b324789ee0541373f0e317865e60d61e5
3
+ size 5585
logs/1670902922.5893524/events.out.tfevents.1670902922.d241a6a0ea05.337.31 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcea45dd8d54bdce46c95311ef26e52ec0f7342e3318bc14c67d346467067a69
3
+ size 5585
logs/1670903381.0164661/events.out.tfevents.1670903381.d241a6a0ea05.337.33 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dad944ae61d9c5871cb19aa86152d6055b153c1e922b5ee50ea053cbeee646fb
3
+ size 5585
logs/1670905123.0783374/events.out.tfevents.1670905123.d241a6a0ea05.337.35 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5fa2032c6c8055955ae4679be9e6de3c299e83e0dd47a9b298b51ecd20a4ff7
3
+ size 5585
logs/1670907300.6429017/events.out.tfevents.1670907300.d241a6a0ea05.337.38 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9efe73e91a376a5820ff5054b2ca69459385f99982b161e5a7d86383aa0836a9
3
+ size 5591
logs/events.out.tfevents.1670884583.d241a6a0ea05.337.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfef4db0c1d4c31a61323aefa0c7615a46add22a2682e1c4514b758972b9ec3a
3
+ size 3990
logs/events.out.tfevents.1670884639.d241a6a0ea05.337.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c79c040d4e575c4804cefd93543742f93f72f31d9ac9d329669ec62c18c0535
3
+ size 3978
logs/events.out.tfevents.1670884682.d241a6a0ea05.337.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57e1035808f628535586996dea3400395d53a435deef7879d7322bc30c376117
3
+ size 3978
logs/events.out.tfevents.1670884760.d241a6a0ea05.337.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c750b97f6b08d014111ef59480a0c03cc6b200c41ba1135ea73fbb70a4552108
3
+ size 5282
logs/events.out.tfevents.1670886052.d241a6a0ea05.337.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cef2591fdbf8d3a94be2d749fa18994b967b2366324b9c1c305ae53ea48626f
3
+ size 5770
logs/events.out.tfevents.1670887557.d241a6a0ea05.337.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ed60dae20910598a1dc605d41fbcdcbecd70b4325751bbacd94a187524bf014
3
+ size 5445
logs/events.out.tfevents.1670888628.d241a6a0ea05.337.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ad1079f3acbf57f903e844bc0cdbfcfd570a4e2b31215a8f520975dba134354
3
+ size 5764
logs/events.out.tfevents.1670890135.d241a6a0ea05.337.14 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:385552db7fe7af4f9aa37b613bcc8f56a05bf030eb41a86c003f37b71ff42734
3
+ size 5289
logs/events.out.tfevents.1670891024.d241a6a0ea05.337.16 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4de1ac2592290865acd3300309de2b49a4df8baacc60661efb9a68e3f696bc20
3
+ size 5283
logs/events.out.tfevents.1670891923.d241a6a0ea05.337.18 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7f8f52a50d4cb273ea15e95aef9532acfbab6641bd6a655513fabffbe6f1f26
3
+ size 6246
logs/events.out.tfevents.1670894136.d241a6a0ea05.337.20 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4f79a811b33968f9035ddce0d546c9c5d84bd81b5b368aa8c2ec2361ee16a1c
3
+ size 5931
logs/events.out.tfevents.1670895902.d241a6a0ea05.337.22 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f76e2f325a1a43b7491b89d1777574b796247ac94e61bf278bcbec7a03224375
3
+ size 5611
logs/events.out.tfevents.1670897230.d241a6a0ea05.337.24 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:958c181b228c395ef94d37ec7417d8d8f4603bff06348bf71b6be28b97e8a9bd
3
+ size 5931
logs/events.out.tfevents.1670898974.d241a6a0ea05.337.26 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f9c2b174bd4162f82e6cc40b75325511032b9f259064825aa8b4b4f62964b82
3
+ size 6253
logs/events.out.tfevents.1670901171.d241a6a0ea05.337.28 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd1db4fa9e81b470b7d1fa2847ef461565a940368d9e5c8a939d5c8f4a1468cd
3
+ size 5931
logs/events.out.tfevents.1670902921.d241a6a0ea05.337.30 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:035f68a0171eba53c9df1cb75750d174ec7c7d9220c8059ba5a7fc9a2d2c7036
3
+ size 4975
logs/events.out.tfevents.1670903380.d241a6a0ea05.337.32 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dab988bd8913e7b36844714c41e6996c8aa544d2f6154571b6bfa7d506670b5d
3
+ size 5925
logs/events.out.tfevents.1670905122.d241a6a0ea05.337.34 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d3b7f83478267bcfa12e4c3641923beafc3f040b8adbd831bd0320c0f2160af
3
+ size 6092
logs/events.out.tfevents.1670907128.d241a6a0ea05.337.36 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0131781f0019c8b71f1fd56cba6378d7c4d84b53df0082f47c9ebaeaa0babfb
3
+ size 369
logs/events.out.tfevents.1670907300.d241a6a0ea05.337.37 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4eb194d37354c44380bad1c5a6d8a3ab82a6f8d390b358fe738e406f129c91a0
3
+ size 4459
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9eead763b54d7a56ad4dd9f312d478015d2a722377c50936f3e38ad93d04bd9b
3
+ size 267863537
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19bc68f8851d402c80adeeac175d73dacc43465ad14a3d03477399948553c9ba
3
+ size 3503
vocab.txt ADDED
The diff for this file is too large to render. See raw diff