raulgdp commited on
Commit
b912421
·
verified ·
1 Parent(s): c89eb37

Training in progress, step 500

Browse files
config.json CHANGED
@@ -9,27 +9,27 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "LABEL_0",
13
- "1": "LABEL_1",
14
- "2": "LABEL_2",
15
- "3": "LABEL_3",
16
- "4": "LABEL_4",
17
- "5": "LABEL_5",
18
- "6": "LABEL_6",
19
- "7": "LABEL_7",
20
- "8": "LABEL_8"
21
  },
22
  "initializer_range": 0.02,
23
  "label2id": {
24
- "LABEL_0": 0,
25
- "LABEL_1": 1,
26
- "LABEL_2": 2,
27
- "LABEL_3": 3,
28
- "LABEL_4": 4,
29
- "LABEL_5": 5,
30
- "LABEL_6": 6,
31
- "LABEL_7": 7,
32
- "LABEL_8": 8
33
  },
34
  "max_position_embeddings": 512,
35
  "model_type": "distilbert",
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "O",
13
+ "1": "B-PER",
14
+ "2": "I-PER",
15
+ "3": "B-ORG",
16
+ "4": "I-ORG",
17
+ "5": "B-LOC",
18
+ "6": "I-LOC",
19
+ "7": "B-MISC",
20
+ "8": "I-MISC"
21
  },
22
  "initializer_range": 0.02,
23
  "label2id": {
24
+ "B-LOC": 5,
25
+ "B-MISC": 7,
26
+ "B-ORG": 3,
27
+ "B-PER": 1,
28
+ "I-LOC": 6,
29
+ "I-MISC": 8,
30
+ "I-ORG": 4,
31
+ "I-PER": 2,
32
+ "O": 0
33
  },
34
  "max_position_embeddings": 512,
35
  "model_type": "distilbert",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6356be5fb0ceb000b892b8a4ee667aae64e18ba40117f3eec4c70e000f3f3c74
3
  size 265491548
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f49a8a173dc3e8b627fdef424f92022c32f5dc07f45f6c9b04d09ee5c5a52d8
3
  size 265491548
runs/Nov23_01-01-02_e01600b1e65a/events.out.tfevents.1732323685.e01600b1e65a.382.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19ad962c3c8a9cbe506c2c7842b7664ad65bb2934a1c38ad27bd448d09607147
3
+ size 5551
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:713697634e0a36daa802df785c36ab32f46e9b271290239c72a614492036157c
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:845052247b229b00a91fd4b9c0fd3ab36c88d5b2d953e58c556f6b510cb52168
3
  size 5304