aimarsg commited on
Commit
109a2dd
1 Parent(s): 63d4826

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "bert-base-cased",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
@@ -16,19 +16,15 @@
16
  "3": "B-ORG",
17
  "4": "I-ORG",
18
  "5": "B-LOC",
19
- "6": "I-LOC",
20
- "7": "B-MISC",
21
- "8": "I-MISC"
22
  },
23
  "initializer_range": 0.02,
24
  "intermediate_size": 3072,
25
  "label2id": {
26
  "B-LOC": 5,
27
- "B-MISC": 7,
28
  "B-ORG": 3,
29
  "B-PER": 1,
30
  "I-LOC": 6,
31
- "I-MISC": 8,
32
  "I-ORG": 4,
33
  "I-PER": 2,
34
  "O": 0
 
1
  {
2
+ "_name_or_path": "aimarsg/bert-finetuned-ner",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
 
16
  "3": "B-ORG",
17
  "4": "I-ORG",
18
  "5": "B-LOC",
19
+ "6": "I-LOC"
 
 
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 3072,
23
  "label2id": {
24
  "B-LOC": 5,
 
25
  "B-ORG": 3,
26
  "B-PER": 1,
27
  "I-LOC": 6,
 
28
  "I-ORG": 4,
29
  "I-PER": 2,
30
  "O": 0
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:93886e19d27da62ae92f0491faf4eaa5d520ad0aa7638bcb3e98eef41636f98e
3
- size 430978541
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21c287f7468ea065c2ff7484e71cc8f5f0a1d7fa864918b701fb26e9f99d4836
3
+ size 430972397
runs/Jan22_21-20-13_5dc524c5eddc/1674422509.8480806/events.out.tfevents.1674422509.5dc524c5eddc.2463.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0812c981064f509350b81e264ab86f210130caa60f36d36a87b486ecae967910
3
+ size 5530
runs/Jan22_21-20-13_5dc524c5eddc/events.out.tfevents.1674422509.5dc524c5eddc.2463.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c582f566dedc6abe2fefc92cff2fe8f9e89a0428144f66145022d042ccb30610
3
+ size 5316
tokenizer_config.json CHANGED
@@ -3,7 +3,7 @@
3
  "do_lower_case": false,
4
  "mask_token": "[MASK]",
5
  "model_max_length": 512,
6
- "name_or_path": "bert-base-cased",
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
  "special_tokens_map_file": null,
 
3
  "do_lower_case": false,
4
  "mask_token": "[MASK]",
5
  "model_max_length": 512,
6
+ "name_or_path": "aimarsg/bert-finetuned-ner",
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
  "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:8b87eb21d565ab64ce364e2cb495e75e43a4cec8ec0188702bb56739c9f1bf7c
3
- size 3387
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c9058ef6eb0a8bb190e9ded06391c281b98b7c281c3fcfb649bd3928db47c5e
3
+ size 3451