shellypeng commited on
Commit
c5e6b7e
·
verified ·
1 Parent(s): 00acf8a

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,13 +1,12 @@
1
  {
 
2
  "architectures": [
3
- "BertForTokenClassification"
4
  ],
5
- "attention_probs_dropout_prob": 0.2,
6
- "classifier_dropout": null,
7
- "gradient_checkpointing": false,
8
- "hidden_act": "gelu",
9
- "hidden_dropout_prob": 0.2,
10
- "hidden_size": 768,
11
  "id2label": {
12
  "0": "B-art",
13
  "1": "B-eve",
@@ -28,7 +27,6 @@
28
  "9": "I-eve"
29
  },
30
  "initializer_range": 0.02,
31
- "intermediate_size": 3072,
32
  "label2id": {
33
  "B-art": "0",
34
  "B-eve": "1",
@@ -48,16 +46,17 @@
48
  "I-tim": "15",
49
  "O": "16"
50
  },
51
- "layer_norm_eps": 1e-12,
52
  "max_position_embeddings": 512,
53
- "model_type": "bert",
54
- "num_attention_heads": 12,
55
- "num_hidden_layers": 12,
 
56
  "pad_token_id": 0,
57
- "position_embedding_type": "absolute",
 
 
 
58
  "torch_dtype": "float32",
59
  "transformers_version": "4.50.1",
60
- "type_vocab_size": 2,
61
- "use_cache": true,
62
  "vocab_size": 28996
63
  }
 
1
  {
2
+ "activation": "gelu",
3
  "architectures": [
4
+ "DistilBertForTokenClassification"
5
  ],
6
+ "attention_dropout": 0.1,
7
+ "dim": 768,
8
+ "dropout": 0.2,
9
+ "hidden_dim": 3072,
 
 
10
  "id2label": {
11
  "0": "B-art",
12
  "1": "B-eve",
 
27
  "9": "I-eve"
28
  },
29
  "initializer_range": 0.02,
 
30
  "label2id": {
31
  "B-art": "0",
32
  "B-eve": "1",
 
46
  "I-tim": "15",
47
  "O": "16"
48
  },
 
49
  "max_position_embeddings": 512,
50
+ "model_type": "distilbert",
51
+ "n_heads": 12,
52
+ "n_layers": 6,
53
+ "output_past": true,
54
  "pad_token_id": 0,
55
+ "qa_dropout": 0.1,
56
+ "seq_classif_dropout": 0.2,
57
+ "sinusoidal_pos_embds": false,
58
+ "tie_weights_": true,
59
  "torch_dtype": "float32",
60
  "transformers_version": "4.50.1",
 
 
61
  "vocab_size": 28996
62
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bddf63df61afffe8c1b4ac44d754de92eda6b2f362a3d5aa05e170050aced6f5
3
- size 430954348
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b04ab3f2a1aa3aeaba8759c23bc71d78d222ff1f3e8ced3c232d3500b66f3d2
3
+ size 260828276
runs/Apr07_14-43-54_6c47aa6d929c/events.out.tfevents.1744037035.6c47aa6d929c.33820.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22f40bd90370f52caa3e2ef1435bde22fd2422f6d96d6b09431be05cc290e196
3
+ size 9696
tokenizer.json CHANGED
@@ -1,7 +1,19 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 0,
14
+ "pad_type_id": 0,
15
+ "pad_token": "[PAD]"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,
tokenizer_config.json CHANGED
@@ -51,6 +51,6 @@
51
  "sep_token": "[SEP]",
52
  "strip_accents": null,
53
  "tokenize_chinese_chars": true,
54
- "tokenizer_class": "BertTokenizer",
55
  "unk_token": "[UNK]"
56
  }
 
51
  "sep_token": "[SEP]",
52
  "strip_accents": null,
53
  "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "DistilBertTokenizer",
55
  "unk_token": "[UNK]"
56
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0d1e3f7aeb5c8a1eb7107829cc7cabd92b4a8a7e5a1ba403f86683fd26e53452
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b80e66472427296bb2ee345bdddaa48ea8cff9c0b5086bd048fd5601ff327274
3
  size 5368