toghrultahirov commited on
Commit
63f7642
·
verified ·
1 Parent(s): d96589a

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "google-bert/bert-base-multilingual-cased",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
@@ -11,22 +11,22 @@
11
  "hidden_size": 768,
12
  "id2label": {
13
  "0": "O",
14
- "1": "B-PER",
15
- "2": "I-PER",
16
- "3": "B-LOC",
17
- "4": "I-LOC",
18
- "5": "B-ORG",
19
- "6": "I-ORG"
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 3072,
23
  "label2id": {
24
- "B-LOC": 3,
25
- "B-ORG": 5,
26
- "B-PER": 1,
27
- "I-LOC": 4,
28
- "I-ORG": 6,
29
- "I-PER": 2,
30
  "O": 0
31
  },
32
  "layer_norm_eps": 1e-12,
@@ -42,8 +42,8 @@
42
  "pooler_type": "first_token_transform",
43
  "position_embedding_type": "absolute",
44
  "torch_dtype": "float32",
45
- "transformers_version": "4.40.2",
46
  "type_vocab_size": 2,
47
  "use_cache": true,
48
- "vocab_size": 119547
49
  }
 
1
  {
2
+ "_name_or_path": "google-bert/bert-base-multilingual-uncased",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
 
11
  "hidden_size": 768,
12
  "id2label": {
13
  "0": "O",
14
+ "1": "B-LOC",
15
+ "2": "I-LOC",
16
+ "3": "B-ORG",
17
+ "4": "I-ORG",
18
+ "5": "B-PER",
19
+ "6": "I-PER"
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 3072,
23
  "label2id": {
24
+ "B-LOC": 1,
25
+ "B-ORG": 3,
26
+ "B-PER": 5,
27
+ "I-LOC": 2,
28
+ "I-ORG": 4,
29
+ "I-PER": 6,
30
  "O": 0
31
  },
32
  "layer_norm_eps": 1e-12,
 
42
  "pooler_type": "first_token_transform",
43
  "position_embedding_type": "absolute",
44
  "torch_dtype": "float32",
45
+ "transformers_version": "4.41.0",
46
  "type_vocab_size": 2,
47
  "use_cache": true,
48
+ "vocab_size": 105879
49
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cf817ca6a5daea58150dcf897835c338e172c2aae57e4b42a9d05e02885ba721
3
- size 709096284
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4fa3343f99a9027fccc16f3f6f868b574584ecdf7332e0dbddacf7970bb2d1e
3
+ size 667108188
runs/May23_18-19-35_2d8e73dcde6c/events.out.tfevents.1716488376.2d8e73dcde6c.24397.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:070d3925333991a3db736b2e30adcebed9fec12222d535dd1a2042fae95afd28
3
+ size 5775
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -43,7 +43,7 @@
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
- "do_lower_case": false,
47
  "mask_token": "[MASK]",
48
  "model_max_length": 512,
49
  "pad_token": "[PAD]",
 
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
  "model_max_length": 512,
49
  "pad_token": "[PAD]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ffe3a8c9513ba194945196091f9c43e359ea408a82468c1cd63dc6aa033b484
3
- size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d0587f793c7dad4bd95bc03eb67946abe1037fc9105a5e570c6d85797425342
3
+ size 5176
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff