silpakanneganti commited on
Commit
07a2079
1 Parent(s): 6653bf2

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -13,19 +13,23 @@
13
  "id2label": {
14
  "0": "O",
15
  "1": "B-Value",
16
- "2": "B-tax_id",
17
- "3": "I-tax_id",
18
- "4": "B-sales_agent_id",
19
- "5": "I-sales_agent_id"
 
 
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 4096,
23
  "label2id": {
24
  "B-Value": 1,
25
- "B-sales_agent_id": 4,
26
- "B-tax_id": 2,
27
- "I-sales_agent_id": 5,
28
- "I-tax_id": 3,
 
 
29
  "O": 0
30
  },
31
  "layer_norm_eps": 1e-05,
 
13
  "id2label": {
14
  "0": "O",
15
  "1": "B-Value",
16
+ "2": "B-input",
17
+ "3": "I-input",
18
+ "4": "B-reason",
19
+ "5": "I-reason",
20
+ "6": "B-entity_name",
21
+ "7": "I-entity_name"
22
  },
23
  "initializer_range": 0.02,
24
  "intermediate_size": 4096,
25
  "label2id": {
26
  "B-Value": 1,
27
+ "B-entity_name": 6,
28
+ "B-input": 2,
29
+ "B-reason": 4,
30
+ "I-entity_name": 7,
31
+ "I-input": 3,
32
+ "I-reason": 5,
33
  "O": 0
34
  },
35
  "layer_norm_eps": 1e-05,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0959e19c0007767d520c04b2ba62a1a6c86ec45f57656a63eac8d8d5be8a2c0d
3
- size 1417404525
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e604fb12bb98564e373e080bf904819cb160aa06ddfdc799f1448e8dacaa2b46
3
+ size 1417412717
runs/Jul31_02-35-27_u116734/1690796134.9630077/events.out.tfevents.1690796134.u116734.1759101.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f54db1e35723920b18106dc5a7107b5faa4b1a0483104840f32d2516f4b3c561
3
+ size 5381
runs/Jul31_02-35-27_u116734/events.out.tfevents.1690796134.u116734.1759101.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99670a37cda10e576be2e650434f1c288051d1ceacc49ed7961aaa0e12fd478e
3
+ size 4243
tokenizer_config.json CHANGED
@@ -6,7 +6,7 @@
6
  "errors": "replace",
7
  "mask_token": "<mask>",
8
  "model_max_length": 512,
9
- "name_or_path": "roberta-large",
10
  "pad_token": "<pad>",
11
  "sep_token": "</s>",
12
  "special_tokens_map_file": null,
 
6
  "errors": "replace",
7
  "mask_token": "<mask>",
8
  "model_max_length": 512,
9
+ "name_or_path": "silpakanneganti/roberta-cpt-medical-ner",
10
  "pad_token": "<pad>",
11
  "sep_token": "</s>",
12
  "special_tokens_map_file": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0bc844ba37d6b6d9d9858e120d7fad00b4103918daba261aedba7173d424a4b1
3
  size 3323
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2704ff03d61ec18db6929052ad6aa7f7b37c5e925d5d21a8f60c60fa0d424bac
3
  size 3323