ChristianSneffeFleischer commited on
Commit
cc03fb6
1 Parent(s): 0b54752

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +59 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-LOC",
14
+ "2": "I-LOC",
15
+ "3": "B-PER",
16
+ "4": "I-PER",
17
+ "5": "B-ORG",
18
+ "6": "I-ORG",
19
+ "7": "B-TIM",
20
+ "8": "I-TIM",
21
+ "9": "B-MON",
22
+ "10": "I-MON",
23
+ "11": "B-DAT",
24
+ "12": "I-DAT",
25
+ "13": "B-PCT",
26
+ "14": "I-PCT"
27
+ },
28
+ "initializer_range": 0.02,
29
+ "label2id": {
30
+ "B-DAT": 11,
31
+ "B-LOC": 1,
32
+ "B-MON": 9,
33
+ "B-ORG": 5,
34
+ "B-PCT": 13,
35
+ "B-PER": 3,
36
+ "B-TIM": 7,
37
+ "I-DAT": 12,
38
+ "I-LOC": 2,
39
+ "I-MON": 10,
40
+ "I-ORG": 6,
41
+ "I-PCT": 14,
42
+ "I-PER": 4,
43
+ "I-TIM": 8,
44
+ "O": 0
45
+ },
46
+ "max_position_embeddings": 512,
47
+ "model_type": "distilbert",
48
+ "n_heads": 12,
49
+ "n_layers": 6,
50
+ "output_past": true,
51
+ "pad_token_id": 0,
52
+ "qa_dropout": 0.1,
53
+ "seq_classif_dropout": 0.2,
54
+ "sinusoidal_pos_embds": false,
55
+ "tie_weights_": true,
56
+ "torch_dtype": "float32",
57
+ "transformers_version": "4.40.2",
58
+ "vocab_size": 28996
59
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0923a2163d9d373b29c9f5320d9bcc46e6d03ee1815f1c948ad2be565cd87f21
3
+ size 260822124
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76974b134d2f59d0c573356aa13c25a0c2f554e9e5c8e6a29c5640d69b8725ad
3
+ size 4984