StatsGary commited on
Commit
4cf6693
1 Parent(s): b45a4b5

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +16 -14
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,13 +1,14 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
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-corporation",
@@ -24,6 +25,7 @@
24
  "12": "I-product"
25
  },
26
  "initializer_range": 0.02,
 
27
  "label2id": {
28
  "B-corporation": 1,
29
  "B-creative-work": 3,
@@ -39,16 +41,16 @@
39
  "I-product": 12,
40
  "O": 0
41
  },
 
42
  "max_position_embeddings": 512,
43
- "model_type": "distilbert",
44
- "n_heads": 12,
45
- "n_layers": 6,
46
  "pad_token_id": 0,
47
- "qa_dropout": 0.1,
48
- "seq_classif_dropout": 0.2,
49
- "sinusoidal_pos_embds": false,
50
- "tie_weights_": true,
51
  "torch_dtype": "float32",
52
  "transformers_version": "4.25.1",
 
 
53
  "vocab_size": 30522
54
  }
 
1
  {
2
+ "_name_or_path": "bert-large-uncased",
 
3
  "architectures": [
4
+ "BertForTokenClassification"
5
  ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
  "id2label": {
13
  "0": "O",
14
  "1": "B-corporation",
 
25
  "12": "I-product"
26
  },
27
  "initializer_range": 0.02,
28
+ "intermediate_size": 4096,
29
  "label2id": {
30
  "B-corporation": 1,
31
  "B-creative-work": 3,
 
41
  "I-product": 12,
42
  "O": 0
43
  },
44
+ "layer_norm_eps": 1e-12,
45
  "max_position_embeddings": 512,
46
+ "model_type": "bert",
47
+ "num_attention_heads": 16,
48
+ "num_hidden_layers": 24,
49
  "pad_token_id": 0,
50
+ "position_embedding_type": "absolute",
 
 
 
51
  "torch_dtype": "float32",
52
  "transformers_version": "4.25.1",
53
+ "type_vocab_size": 2,
54
+ "use_cache": true,
55
  "vocab_size": 30522
56
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:af7a6b7a1cb6581e3aaa94dd6718aa6ca3ccb1d254cc931ef5fdab7a0cf57854
3
- size 265526309
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:860273b961900dc28c92b487102508387f5072027e71be133454699b58b0c359
3
+ size 1336560621
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce579e9e7b44ea19de99044c90f225fed0233c691ce89a9a87ad9a5dae408dbd
3
  size 3451
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6188cf62d52fa7fef646992d116ea376db31953f9504f7b22b1ea74476d7ff5
3
  size 3451