patent commited on
Commit
1b6ae0d
1 Parent(s): b9cb0ae

Training in progress, epoch 1

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.27.4",
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.28.0.dev0",
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:42cd37f053bbbc6bd696aa4acf3178c490745a3e95193845735c0e79ff34f23a
3
  size 267855533
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d046beb79cb1bc41c1f0b25f00ca668df7bc326b4c24f22c14986b7ce1ffc7c7
3
  size 267855533
tokenizer.json CHANGED
@@ -10,48 +10,48 @@
10
  "added_tokens": [
11
  {
12
  "id": 0,
 
13
  "content": "[PAD]",
14
  "single_word": false,
15
  "lstrip": false,
16
  "rstrip": false,
17
- "normalized": false,
18
- "special": true
19
  },
20
  {
21
  "id": 100,
 
22
  "content": "[UNK]",
23
  "single_word": false,
24
  "lstrip": false,
25
  "rstrip": false,
26
- "normalized": false,
27
- "special": true
28
  },
29
  {
30
  "id": 101,
 
31
  "content": "[CLS]",
32
  "single_word": false,
33
  "lstrip": false,
34
  "rstrip": false,
35
- "normalized": false,
36
- "special": true
37
  },
38
  {
39
  "id": 102,
 
40
  "content": "[SEP]",
41
  "single_word": false,
42
  "lstrip": false,
43
  "rstrip": false,
44
- "normalized": false,
45
- "special": true
46
  },
47
  {
48
  "id": 103,
 
49
  "content": "[MASK]",
50
  "single_word": false,
51
  "lstrip": false,
52
  "rstrip": false,
53
- "normalized": false,
54
- "special": true
55
  }
56
  ],
57
  "normalizer": {
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
13
+ "special": true,
14
  "content": "[PAD]",
15
  "single_word": false,
16
  "lstrip": false,
17
  "rstrip": false,
18
+ "normalized": false
 
19
  },
20
  {
21
  "id": 100,
22
+ "special": true,
23
  "content": "[UNK]",
24
  "single_word": false,
25
  "lstrip": false,
26
  "rstrip": false,
27
+ "normalized": false
 
28
  },
29
  {
30
  "id": 101,
31
+ "special": true,
32
  "content": "[CLS]",
33
  "single_word": false,
34
  "lstrip": false,
35
  "rstrip": false,
36
+ "normalized": false
 
37
  },
38
  {
39
  "id": 102,
40
+ "special": true,
41
  "content": "[SEP]",
42
  "single_word": false,
43
  "lstrip": false,
44
  "rstrip": false,
45
+ "normalized": false
 
46
  },
47
  {
48
  "id": 103,
49
+ "special": true,
50
  "content": "[MASK]",
51
  "single_word": false,
52
  "lstrip": false,
53
  "rstrip": false,
54
+ "normalized": false
 
55
  }
56
  ],
57
  "normalizer": {
tokenizer_config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "cls_token": "[CLS]",
3
  "do_lower_case": true,
4
  "mask_token": "[MASK]",
 
1
  {
2
+ "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_lower_case": true,
5
  "mask_token": "[MASK]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ad332300227ca5becc1334eab16c0392695e5312c039a4d71e7159a9ad1f71c1
3
- size 3643
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:918e3285339e5b12fed8fdc744923e358b92c91dae4959f634f50ba45564b2bf
3
+ size 3579