mdroth commited on
Commit
64ca5f7
1 Parent(s): d5fdcc9

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. config.json +17 -17
  2. model.safetensors +1 -1
  3. tokenizer.json +6 -1
config.json CHANGED
@@ -11,27 +11,27 @@
11
  "hidden_size": 768,
12
  "id2label": {
13
  "0": "O",
14
- "1": "B-PER",
15
- "2": "I-PER",
16
- "3": "B-ORG",
17
- "4": "I-ORG",
18
- "5": "B-LOC",
19
- "6": "I-LOC",
20
- "7": "B-MISC",
21
- "8": "I-MISC"
22
  },
23
  "initializer_range": 0.02,
24
  "intermediate_size": 3072,
25
  "label2id": {
26
- "B-LOC": "5",
27
- "B-MISC": "7",
28
- "B-ORG": "3",
29
- "B-PER": "1",
30
- "I-LOC": "6",
31
- "I-MISC": "8",
32
- "I-ORG": "4",
33
- "I-PER": "2",
34
- "O": "0"
35
  },
36
  "layer_norm_eps": 1e-12,
37
  "max_position_embeddings": 512,
 
11
  "hidden_size": 768,
12
  "id2label": {
13
  "0": "O",
14
+ "1": "art",
15
+ "2": "building",
16
+ "3": "event",
17
+ "4": "location",
18
+ "5": "organization",
19
+ "6": "other",
20
+ "7": "person",
21
+ "8": "product"
22
  },
23
  "initializer_range": 0.02,
24
  "intermediate_size": 3072,
25
  "label2id": {
26
+ "O": "0",
27
+ "art": "1",
28
+ "building": "2",
29
+ "event": "3",
30
+ "location": "4",
31
+ "organization": "5",
32
+ "other": "6",
33
+ "person": "7",
34
+ "product": "8"
35
  },
36
  "layer_norm_eps": 1e-12,
37
  "max_position_embeddings": 512,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a28ca2c32b9f5b1207e98a569dde787544e4a9468d981ee74389580e42ef1f87
3
  size 430929740
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c250961282b310986c0bd44cfa8050d82dbe97800372ffeba85889768c62952
3
  size 430929740
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {