Pablo Uribe
commited on
Commit
·
56822e6
1
Parent(s):
4af68a7
add model
Browse files- config.json +11 -13
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
@@ -10,24 +10,22 @@
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
-
"0": "
|
14 |
-
"1": "
|
15 |
-
"2": "
|
16 |
-
"3": "
|
17 |
-
"4": "
|
18 |
-
"5": "
|
19 |
-
"6": "
|
20 |
-
"7": "
|
21 |
-
"8": "
|
22 |
-
"9": "
|
23 |
-
"10": "tW"
|
24 |
},
|
25 |
"initializer_range": 0.02,
|
26 |
"intermediate_size": 3072,
|
27 |
"label2id": {
|
28 |
"LABEL_0": 0,
|
29 |
"LABEL_1": 1,
|
30 |
-
"LABEL_10": 10,
|
31 |
"LABEL_2": 2,
|
32 |
"LABEL_3": 3,
|
33 |
"LABEL_4": 4,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "pablouribe/bertstem",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "t1o1",
|
14 |
+
"1": "tAdm",
|
15 |
+
"2": "tAnQ",
|
16 |
+
"3": "tCQ",
|
17 |
+
"4": "tFUp",
|
18 |
+
"5": "tLec",
|
19 |
+
"6": "tMG",
|
20 |
+
"7": "tPQ",
|
21 |
+
"8": "tRtW",
|
22 |
+
"9": "tW"
|
|
|
23 |
},
|
24 |
"initializer_range": 0.02,
|
25 |
"intermediate_size": 3072,
|
26 |
"label2id": {
|
27 |
"LABEL_0": 0,
|
28 |
"LABEL_1": 1,
|
|
|
29 |
"LABEL_2": 2,
|
30 |
"LABEL_3": 3,
|
31 |
"LABEL_4": 4,
|
pytorch_model.bin
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:e6476ecfde00b61a53d7cf4d695b5d49916c3d12622e78de95bbbee19465cea2
|
3 |
+
size 439518381
|