patent commited on
Commit
2898ee7
1 Parent(s): 1fe567b

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -8,7 +8,15 @@
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
 
 
 
 
11
  "initializer_range": 0.02,
 
 
 
 
12
  "max_position_embeddings": 512,
13
  "model_type": "distilbert",
14
  "n_heads": 12,
@@ -20,6 +28,6 @@
20
  "sinusoidal_pos_embds": false,
21
  "tie_weights_": true,
22
  "torch_dtype": "float32",
23
- "transformers_version": "4.28.1",
24
  "vocab_size": 30522
25
  }
 
8
  "dim": 768,
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "pregrant",
13
+ "1": "granted"
14
+ },
15
  "initializer_range": 0.02,
16
+ "label2id": {
17
+ "granted": 1,
18
+ "pregrant": 0
19
+ },
20
  "max_position_embeddings": 512,
21
  "model_type": "distilbert",
22
  "n_heads": 12,
 
28
  "sinusoidal_pos_embds": false,
29
  "tie_weights_": true,
30
  "torch_dtype": "float32",
31
+ "transformers_version": "4.27.4",
32
  "vocab_size": 30522
33
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:57c4775001d580e3bb0c4db43f3fe2e81778af24d567cc893802a914fb687932
3
  size 267855533
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f19ce437bd1f0b4489816487ebbd297a0be07d2c60a5f05b97f18d1b9f648d32
3
  size 267855533
runs/Apr19_07-53-32_Precision-7560/events.out.tfevents.1681862018.Precision-7560.1332105.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:593b0e35091e4034749cc8f147ab2495eba053b125b256cde8cf78d8e2009eb5
3
- size 4501
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18952f5544044661aaaa173e31b07743e784402186356a8ad3badce606e45aee
3
+ size 4855
runs/Apr19_07-53-32_Precision-7560/events.out.tfevents.1681863024.Precision-7560.1332105.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bb7fe147e0397599721136ac0d9745de9bf473c118156849804f71f2f410c69
3
+ size 363
runs/Apr26_20-50-32_Precision-7560/1682513538.10379/events.out.tfevents.1682513538.Precision-7560.1465547.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddf3221fab33050dfedaf86c06434639fbb02ad1598fb4149e6add95461fcfcd
3
+ size 5832
runs/Apr26_20-50-32_Precision-7560/events.out.tfevents.1682513538.Precision-7560.1465547.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1684aee7024762f870776d9da7231ca05f6caa37acb4f78d1e160320fa9db2a
3
+ size 408352
tokenizer_config.json CHANGED
@@ -1,11 +1,11 @@
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
  "pad_token": "[PAD]",
7
  "sep_token": "[SEP]",
8
+ "special_tokens_map_file": null,
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
  "tokenizer_class": "DistilBertTokenizer",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0763700a183761220e31d2c24af4f978a4c59f9c0e541b1d80f216b37ac16697
3
  size 3643
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4aa6730f82aa4b5ff86800fed49f5ab6ed75ab17744e9878b16b6251112c403a
3
  size 3643