Pclanglais
commited on
Commit
•
f293643
1
Parent(s):
99251c7
Upload folder using huggingface_hub
Browse files- config.json +38 -44
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -8,54 +8,48 @@
|
|
8 |
"hidden_dropout_prob": 0.1,
|
9 |
"hidden_size": 768,
|
10 |
"id2label": {
|
11 |
-
"0": "
|
12 |
-
"1": "
|
13 |
-
"2": "
|
14 |
-
"3": "
|
15 |
-
"4": "
|
16 |
-
"5": "
|
17 |
-
"6": "
|
18 |
-
"7": "
|
19 |
-
"8": "
|
20 |
-
"9": "
|
21 |
-
"10": "
|
22 |
-
"11": "
|
23 |
-
"12": "
|
24 |
-
"13": "
|
25 |
-
"14": "
|
26 |
-
"15": "
|
27 |
-
"16": "
|
28 |
-
"17": "
|
29 |
-
"18": "
|
30 |
-
"19": "url",
|
31 |
-
"20": "volume",
|
32 |
-
"21": "year"
|
33 |
},
|
34 |
"initializer_range": 0.02,
|
35 |
"intermediate_size": 3072,
|
36 |
"label2id": {
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"
|
49 |
-
"
|
50 |
-
"
|
51 |
-
"
|
52 |
-
"
|
53 |
-
"
|
54 |
-
"
|
55 |
-
"
|
56 |
-
"url": 19,
|
57 |
-
"volume": 20,
|
58 |
-
"year": 21
|
59 |
},
|
60 |
"layer_norm_eps": 1e-07,
|
61 |
"max_position_embeddings": 512,
|
|
|
8 |
"hidden_dropout_prob": 0.1,
|
9 |
"hidden_size": 768,
|
10 |
"id2label": {
|
11 |
+
"0": "address",
|
12 |
+
"1": "author",
|
13 |
+
"2": "booktitle",
|
14 |
+
"3": "doi",
|
15 |
+
"4": "editor",
|
16 |
+
"5": "issue",
|
17 |
+
"6": "journal",
|
18 |
+
"7": "location",
|
19 |
+
"8": "month",
|
20 |
+
"9": "none",
|
21 |
+
"10": "number",
|
22 |
+
"11": "pages",
|
23 |
+
"12": "publisher",
|
24 |
+
"13": "separator",
|
25 |
+
"14": "series",
|
26 |
+
"15": "title",
|
27 |
+
"16": "url",
|
28 |
+
"17": "volume",
|
29 |
+
"18": "year"
|
|
|
|
|
|
|
30 |
},
|
31 |
"initializer_range": 0.02,
|
32 |
"intermediate_size": 3072,
|
33 |
"label2id": {
|
34 |
+
"address": 0,
|
35 |
+
"author": 1,
|
36 |
+
"booktitle": 2,
|
37 |
+
"doi": 3,
|
38 |
+
"editor": 4,
|
39 |
+
"issue": 5,
|
40 |
+
"journal": 6,
|
41 |
+
"location": 7,
|
42 |
+
"month": 8,
|
43 |
+
"none": 9,
|
44 |
+
"number": 10,
|
45 |
+
"pages": 11,
|
46 |
+
"publisher": 12,
|
47 |
+
"separator": 13,
|
48 |
+
"series": 14,
|
49 |
+
"title": 15,
|
50 |
+
"url": 16,
|
51 |
+
"volume": 17,
|
52 |
+
"year": 18
|
|
|
|
|
|
|
53 |
},
|
54 |
"layer_norm_eps": 1e-07,
|
55 |
"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:17877e79af4ebb7611093828efb10d97fbe2f16adb50a4bb52de23714fac3c2e
|
3 |
+
size 1112957948
|
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:ac63c4ff5ef84612956f7d37b8671418337fcf62978976f33027e9667fc75e5e
|
3 |
size 5176
|