AlonCohen commited on
Commit
1aac02c
1 Parent(s): f542dc0

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,35 +1,35 @@
1
  {
2
- "_name_or_path": "AlonCohen/distilbert-base-uncased-finetuned-ner",
3
  "activation": "gelu",
4
  "architectures": [
5
- "DistilBertForSequenceClassification"
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-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",
 
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": "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",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cce2cee3bfd3e29ee26caa14d52bb92bfd060c33b8fe61df5005a45561e0a1c3
3
- size 267875629
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c80260952f87fe62d6c37ea4459eb3cf20f8c92f9b6f304b504c9f1a82c1621a
3
+ size 265514021
runs/Dec26_12-16-59_ace0fb11e29d/1672057064.0130978/events.out.tfevents.1672057064.ace0fb11e29d.31896.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b288924e0c76b09782fe44ffdc5987d31b2eece257b9c18c1185a27000af818c
3
+ size 5563
runs/Dec26_12-16-59_ace0fb11e29d/events.out.tfevents.1672057063.ace0fb11e29d.31896.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:798af279c59c00976e7945dca0e27a18124ebf116103adbb978acc051f3721ee
3
+ size 4203
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1b1a7d4719c1e4df6ac420bc1656ec046a266ea7b2d6f6c647160f1f323f8918
3
  size 3451
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dd27cab9efb155ccc702138ba4796ddc0e474f325142213d6374657c42e1eaf
3
  size 3451