Anwaarma commited on
Commit
6ddd275
·
1 Parent(s): 90298e7

Training in progress, step 1000

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "Anwaarma/BP-test4",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
@@ -8,16 +8,8 @@
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 128,
11
- "id2label": {
12
- "0": "Taken",
13
- "1": "Not Taken"
14
- },
15
  "initializer_range": 0.02,
16
  "intermediate_size": 512,
17
- "label2id": {
18
- "Not Taken": 1,
19
- "Taken": 0
20
- },
21
  "layer_norm_eps": 1e-12,
22
  "max_position_embeddings": 512,
23
  "model_type": "bert",
 
1
  {
2
+ "_name_or_path": "prajjwal1/bert-tiny",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 128,
 
 
 
 
11
  "initializer_range": 0.02,
12
  "intermediate_size": 512,
 
 
 
 
13
  "layer_norm_eps": 1e-12,
14
  "max_position_embeddings": 512,
15
  "model_type": "bert",
events.out.tfevents.1701591508.a9021e1e0873.3444.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2891ef33a3ecf0838f35f14a9e47802dcc4219bfb5afc630d8f38746069f546c
3
+ size 88
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ab98b59b5a07230b9cf2825dd91e92b4c2776edbbb65d0bc6ed7d7597e34635
3
  size 17549312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d5d4e48576a8cd14f1568f06b39f10bd23c9c6f3821363ab4a3537861b6b596
3
  size 17549312
runs/Dec03_08-12-32_a9021e1e0873/events.out.tfevents.1701591175.a9021e1e0873.3444.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a733def3d8f28fe934bf9fd838b9c4c2e04b41003558370c10731a4b29c649a
3
- size 23615
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2370595dbb77851f5af8fa4fe0bbb8a7577bf40a492f8196d0d1cc73c05d112a
3
+ size 25814
runs/Dec03_08-12-32_a9021e1e0873/events.out.tfevents.1701591175.a9021e1e0873.3444.2 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e92ffa1c2ddfd55276d8f4b08e1c92db7da7055a90ca180e7bf8341a4b20760e
3
- size 23615
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb0014aaa53df14534bc60d01d14efed1fc7756f9b352f32fab7a98dc9aef901
3
+ size 25814
runs/Dec03_08-18-28_a9021e1e0873/events.out.tfevents.1701591509.a9021e1e0873.3444.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:892fcb0475ca694414d9188338364e19cf923058f93b296702e5f970652efa8c
3
+ size 11821
runs/Dec03_08-18-28_a9021e1e0873/events.out.tfevents.1701591509.a9021e1e0873.3444.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2506fbec942550829b07ff665c9d6d3a7134e245a887ac900beaeaabbf66a28d
3
+ size 11821
special_tokens_map.json CHANGED
@@ -1,37 +1,7 @@
1
  {
2
- "cls_token": {
3
- "content": "[CLS]",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "mask_token": {
10
- "content": "[MASK]",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "[PAD]",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
- "sep_token": {
24
- "content": "[SEP]",
25
- "lstrip": false,
26
- "normalized": false,
27
- "rstrip": false,
28
- "single_word": false
29
- },
30
- "unk_token": {
31
- "content": "[UNK]",
32
- "lstrip": false,
33
- "normalized": false,
34
- "rstrip": false,
35
- "single_word": false
36
- }
37
  }
 
1
  {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
tokenizer_config.json CHANGED
@@ -46,16 +46,12 @@
46
  "do_basic_tokenize": true,
47
  "do_lower_case": true,
48
  "mask_token": "[MASK]",
49
- "max_length": 512,
50
  "model_max_length": 1000000000000000019884624838656,
51
  "never_split": null,
52
  "pad_token": "[PAD]",
53
  "sep_token": "[SEP]",
54
- "stride": 0,
55
  "strip_accents": null,
56
  "tokenize_chinese_chars": true,
57
  "tokenizer_class": "BertTokenizer",
58
- "truncation_side": "right",
59
- "truncation_strategy": "longest_first",
60
  "unk_token": "[UNK]"
61
  }
 
46
  "do_basic_tokenize": true,
47
  "do_lower_case": true,
48
  "mask_token": "[MASK]",
 
49
  "model_max_length": 1000000000000000019884624838656,
50
  "never_split": null,
51
  "pad_token": "[PAD]",
52
  "sep_token": "[SEP]",
 
53
  "strip_accents": null,
54
  "tokenize_chinese_chars": true,
55
  "tokenizer_class": "BertTokenizer",
 
 
56
  "unk_token": "[UNK]"
57
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4bb632c7594dadf3c7af202bc8e8a94c76ae60d18653e728b404f092ae0ce23b
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60dcdb0494204dc455db5bccf95bd43d6125daf5c41c673f1c7e30ef89d9b2a0
3
  size 4600