CasperCarton42 commited on
Commit
8775eed
1 Parent(s): b534d45

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -10,36 +10,36 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "B-group",
14
- "1": "B-location",
15
  "2": "I-corporation",
16
- "3": "I-product",
17
- "4": "B-creative-work",
18
- "5": "O",
19
- "6": "B-person",
20
- "7": "B-product",
21
- "8": "I-person",
22
- "9": "B-corporation",
23
- "10": "I-creative-work",
24
- "11": "I-location",
25
- "12": "I-group"
26
  },
27
  "initializer_range": 0.02,
28
  "intermediate_size": 3072,
29
  "label2id": {
30
- "B-corporation": 9,
31
- "B-creative-work": 4,
32
- "B-group": 0,
33
- "B-location": 1,
34
- "B-person": 6,
35
- "B-product": 7,
36
  "I-corporation": 2,
37
- "I-creative-work": 10,
38
- "I-group": 12,
39
- "I-location": 11,
40
- "I-person": 8,
41
- "I-product": 3,
42
- "O": 5
43
  },
44
  "layer_norm_eps": 1e-12,
45
  "max_position_embeddings": 512,
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "O",
14
+ "1": "B-corporation",
15
  "2": "I-corporation",
16
+ "3": "B-creative-work",
17
+ "4": "I-creative-work",
18
+ "5": "B-group",
19
+ "6": "I-group",
20
+ "7": "B-location",
21
+ "8": "I-location",
22
+ "9": "B-person",
23
+ "10": "I-person",
24
+ "11": "B-product",
25
+ "12": "I-product"
26
  },
27
  "initializer_range": 0.02,
28
  "intermediate_size": 3072,
29
  "label2id": {
30
+ "B-corporation": 1,
31
+ "B-creative-work": 3,
32
+ "B-group": 5,
33
+ "B-location": 7,
34
+ "B-person": 9,
35
+ "B-product": 11,
36
  "I-corporation": 2,
37
+ "I-creative-work": 4,
38
+ "I-group": 6,
39
+ "I-location": 8,
40
+ "I-person": 10,
41
+ "I-product": 12,
42
+ "O": 0
43
  },
44
  "layer_norm_eps": 1e-12,
45
  "max_position_embeddings": 512,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:787c77e42e5732a75b778f72235949ee0ee9fdbd067b4bd8815491eb8036ea7d
3
  size 430942044
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0d78efa614195370dc0666a467a1800c6b73f13ecd28bc97558851022e3d650
3
  size 430942044
runs/Nov03_10-50-12_eba5e458e561/events.out.tfevents.1699008613.eba5e458e561.496.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ced2c2bb8f19cd69e7d643bb76c52252d89aab60afcbae9ff0005ded1f6b9ab5
3
+ size 5291
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f1b9216d028a8f7a86e808035ee5233dfa788e62a5b16173a0796460ce279af
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4ce1a938454cee3f2018cd4942d4c03ba3c0d6b64c5f270fc8c156866e3a7ee
3
  size 4600