Joshwabail commited on
Commit
36072c0
1 Parent(s): 961795d

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,36 +1,35 @@
1
  {
2
- "_name_or_path": "bert-base-cased",
 
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": 768,
12
  "id2label": {
13
  "0": "O",
14
  "1": "B-Aspect",
15
  "2": "I-Aspect"
16
  },
17
  "initializer_range": 0.02,
18
- "intermediate_size": 3072,
19
  "label2id": {
20
  "B-Aspect": 1,
21
  "I-Aspect": 2,
22
  "O": 0
23
  },
24
- "layer_norm_eps": 1e-12,
25
  "max_position_embeddings": 512,
26
- "model_type": "bert",
27
- "num_attention_heads": 12,
28
- "num_hidden_layers": 12,
 
29
  "pad_token_id": 0,
30
- "position_embedding_type": "absolute",
 
 
 
31
  "torch_dtype": "float32",
32
  "transformers_version": "4.16.2",
33
- "type_vocab_size": 2,
34
- "use_cache": true,
35
  "vocab_size": 28996
36
  }
 
1
  {
2
+ "_name_or_path": "distilbert-base-cased",
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-Aspect",
14
  "2": "I-Aspect"
15
  },
16
  "initializer_range": 0.02,
 
17
  "label2id": {
18
  "B-Aspect": 1,
19
  "I-Aspect": 2,
20
  "O": 0
21
  },
 
22
  "max_position_embeddings": 512,
23
+ "model_type": "distilbert",
24
+ "n_heads": 12,
25
+ "n_layers": 6,
26
+ "output_past": true,
27
  "pad_token_id": 0,
28
+ "qa_dropout": 0.1,
29
+ "seq_classif_dropout": 0.2,
30
+ "sinusoidal_pos_embds": false,
31
+ "tie_weights_": true,
32
  "torch_dtype": "float32",
33
  "transformers_version": "4.16.2",
 
 
34
  "vocab_size": 28996
35
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b5dbab8ed9a3cdf2bbff4a7acf9fd93a07d09a88d14e99732677ecd9fb5bfe1d
3
- size 430968561
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6509530548bd163f78575bc8ab3f9397c7bd789693d29d72167691fe00861584
3
+ size 260810869
runs/Feb05_22-18-11_Joshuas-MacBook-Pro.local/events.out.tfevents.1675635494.Joshuas-MacBook-Pro.local.28562.8 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bee425bcc0b68b6d61a0bd517e137842fed18b2405485d738792828b296e6c14
3
- size 4968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:090620a3dba5bf9b562147ad2621f5f793c8e25ba123db45fed6e39549d6b685
3
+ size 5322
runs/Feb05_22-58-34_Joshuas-MacBook-Pro.local/1675637919.402878/events.out.tfevents.1675637919.Joshuas-MacBook-Pro.local.28562.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fd9558532ed76f3bf550ce42ecfa0e077734b7c1b71b854514f5a008c627faa
3
+ size 4779
runs/Feb05_22-58-34_Joshuas-MacBook-Pro.local/events.out.tfevents.1675637919.Joshuas-MacBook-Pro.local.28562.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f73236a1ffb8d3109128086e62b386c0e15fe71c6d4905232f5e1efcd9392050
3
+ size 3456
runs/Feb05_22-58-59_Joshuas-MacBook-Pro.local/1675637943.567306/events.out.tfevents.1675637943.Joshuas-MacBook-Pro.local.28562.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c16f61f2ffd92d1dd0d678f9b36d734ac1b0675ee0bc5fca8f444a52e87269f
3
+ size 4779
runs/Feb05_22-58-59_Joshuas-MacBook-Pro.local/events.out.tfevents.1675637943.Joshuas-MacBook-Pro.local.28562.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:283075f2e40e3ed4c3f44d8f1d9fd47f356db5e53ba8a9888268d0bc88242f04
3
+ size 3313
runs/Feb05_22-59-45_Joshuas-MacBook-Pro.local/1675637990.8053288/events.out.tfevents.1675637990.Joshuas-MacBook-Pro.local.28562.15 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a683fb8de9dd24921bd26f27257b93cea382745f799a542ed57ce42b986a710
3
+ size 4779
runs/Feb05_22-59-45_Joshuas-MacBook-Pro.local/events.out.tfevents.1675637990.Joshuas-MacBook-Pro.local.28562.14 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64743f4ea2c9bbeca82ee9f33a5754345fc7f3ff1841e4423307ae4852e07f31
3
+ size 3584
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "bert-base-cased", "tokenizer_class": "BertTokenizer"}
 
1
+ {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "distilbert-base-cased", "tokenizer_class": "DistilBertTokenizer"}
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8a31384266857d306bcb7e544e177d2a4c39b18da5108cb3be94bbfcd051ee47
3
  size 3055
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b936d3a5715835708b299d496b40222ee7624b70ceb5a3d8b8aa59de6f8804ac
3
  size 3055