patent commited on
Commit
526eba6
1 Parent(s): d9ea831

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:5c4b8d96c4ad8786bc5aca291f54d2eeb8ddb752603f66597d402adb9279fdcf
3
  size 267855533
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3f7ed4ac3f8f200c1e4338107fe85b4826e6a4c32d21ef052a35b7d71287eb4
3
  size 267855533
runs/Apr26_18-48-25_Precision-7560/1682506269.4301274/events.out.tfevents.1682506269.Precision-7560.1464199.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38843eeb71eb4d2b6a267ae5edb45ee1fa8a8c1571ad85c99d0fff0f887ae6da
3
+ size 5832
runs/Apr26_18-48-25_Precision-7560/events.out.tfevents.1682506269.Precision-7560.1464199.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f266144513ce13aac1317d25d173cc9a022efffc49c9bc6784a370de5e57b75d
3
+ size 704768
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:f29f1ee466bc4a15f94f257dcdad5c07b4ec0de8ac264a7cfb1078d6bc9dadaf
3
  size 3643
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a9f52ea4cfa4ada7b92bcf2a949abc3c57f73836d126978e86b8549ce3cbc80
3
  size 3643