Pclanglais
commited on
Commit
•
780eb1a
1
Parent(s):
013b723
Upload folder using huggingface_hub
Browse files- config.json +24 -20
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -10,32 +10,36 @@
|
|
10 |
"id2label": {
|
11 |
"0": "author",
|
12 |
"1": "bibliography",
|
13 |
-
"2": "
|
14 |
-
"3": "
|
15 |
-
"4": "
|
16 |
-
"5": "
|
17 |
-
"6": "
|
18 |
-
"7": "
|
19 |
-
"8": "
|
20 |
-
"9": "
|
21 |
-
"10": "
|
22 |
-
"11": "
|
|
|
|
|
23 |
},
|
24 |
"initializer_range": 0.02,
|
25 |
"intermediate_size": 3072,
|
26 |
"label2id": {
|
27 |
"author": 0,
|
28 |
"bibliography": 1,
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
|
|
|
|
39 |
},
|
40 |
"layer_norm_eps": 1e-07,
|
41 |
"max_position_embeddings": 512,
|
|
|
10 |
"id2label": {
|
11 |
"0": "author",
|
12 |
"1": "bibliography",
|
13 |
+
"2": "caption",
|
14 |
+
"3": "contact",
|
15 |
+
"4": "date",
|
16 |
+
"5": "dialog",
|
17 |
+
"6": "footnote",
|
18 |
+
"7": "keywords",
|
19 |
+
"8": "math",
|
20 |
+
"9": "paratext",
|
21 |
+
"10": "separator",
|
22 |
+
"11": "table",
|
23 |
+
"12": "text",
|
24 |
+
"13": "title"
|
25 |
},
|
26 |
"initializer_range": 0.02,
|
27 |
"intermediate_size": 3072,
|
28 |
"label2id": {
|
29 |
"author": 0,
|
30 |
"bibliography": 1,
|
31 |
+
"caption": 2,
|
32 |
+
"contact": 3,
|
33 |
+
"date": 4,
|
34 |
+
"dialog": 5,
|
35 |
+
"footnote": 6,
|
36 |
+
"keywords": 7,
|
37 |
+
"math": 8,
|
38 |
+
"paratext": 9,
|
39 |
+
"separator": 10,
|
40 |
+
"table": 11,
|
41 |
+
"text": 12,
|
42 |
+
"title": 13
|
43 |
},
|
44 |
"layer_norm_eps": 1e-07,
|
45 |
"max_position_embeddings": 512,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f22238fcc9e3ae7ad8c4e9412a6bdf044e18b49859608227ee7e5038dd146040
|
3 |
+
size 1112942568
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2736314d3d9a48526480ce8027e7f3e68adb8e9446f1a6a83403ce38c2897e41
|
3 |
size 5176
|