ColeD0 commited on
Commit
f73589f
·
verified ·
1 Parent(s): cbeb4eb

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +22 -14
  2. model.safetensors +2 -2
  3. tokenizer.json +1 -6
  4. training_args.bin +1 -1
config.json CHANGED
@@ -1,13 +1,15 @@
1
  {
2
- "_name_or_path": "dslim/distilbert-NER",
3
- "activation": "gelu",
4
  "architectures": [
5
- "DistilBertForTokenClassification"
6
  ],
7
- "attention_dropout": 0.1,
8
- "dim": 768,
9
- "dropout": 0.1,
10
- "hidden_dim": 3072,
 
 
 
11
  "id2label": {
12
  "0": "O",
13
  "1": "B-PER",
@@ -20,6 +22,7 @@
20
  "8": "I-MISC"
21
  },
22
  "initializer_range": 0.02,
 
23
  "label2id": {
24
  "B-LOC": 5,
25
  "B-MISC": 7,
@@ -31,17 +34,22 @@
31
  "I-PER": 2,
32
  "O": 0
33
  },
 
34
  "max_position_embeddings": 512,
35
- "model_type": "distilbert",
36
- "n_heads": 12,
37
- "n_layers": 6,
38
  "output_past": true,
39
  "pad_token_id": 0,
40
- "qa_dropout": 0.1,
41
- "seq_classif_dropout": 0.2,
42
- "sinusoidal_pos_embds": false,
43
- "tie_weights_": true,
 
 
44
  "torch_dtype": "float32",
45
  "transformers_version": "4.41.2",
 
 
46
  "vocab_size": 28996
47
  }
 
1
  {
2
+ "_name_or_path": "dslim/bert-large-NER",
 
3
  "architectures": [
4
+ "BertForTokenClassification"
5
  ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "eos_token_ids": null,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 1024,
13
  "id2label": {
14
  "0": "O",
15
  "1": "B-PER",
 
22
  "8": "I-MISC"
23
  },
24
  "initializer_range": 0.02,
25
+ "intermediate_size": 4096,
26
  "label2id": {
27
  "B-LOC": 5,
28
  "B-MISC": 7,
 
34
  "I-PER": 2,
35
  "O": 0
36
  },
37
+ "layer_norm_eps": 1e-12,
38
  "max_position_embeddings": 512,
39
+ "model_type": "bert",
40
+ "num_attention_heads": 16,
41
+ "num_hidden_layers": 24,
42
  "output_past": true,
43
  "pad_token_id": 0,
44
+ "pooler_fc_size": 768,
45
+ "pooler_num_attention_heads": 12,
46
+ "pooler_num_fc_layers": 3,
47
+ "pooler_size_per_head": 128,
48
+ "pooler_type": "first_token_transform",
49
+ "position_embedding_type": "absolute",
50
  "torch_dtype": "float32",
51
  "transformers_version": "4.41.2",
52
+ "type_vocab_size": 2,
53
+ "use_cache": true,
54
  "vocab_size": 28996
55
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3c1261e8f7ca8d81238384c2eaae01edac4d004c419bd0a86c1e637f8441e237
3
- size 260803668
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f91cd20714cb9668e96a183ea314d7a882531ec288095aaead8db82400d495e0
3
+ size 1330202364
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e08409fa69a4a99665de29223988dce134bc21801796a0fa9b55da37e56a12df
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c918981c67aa306963e9ecdc488dce3db8793211d7d601d816e505d8670908b
3
  size 5112