Pablo Uribe commited on
Commit
56822e6
1 Parent(s): 4af68a7
Files changed (2) hide show
  1. config.json +11 -13
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "dccuchile/bert-base-spanish-wwm-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
@@ -10,24 +10,22 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "none",
14
- "1": "t1o1",
15
- "2": "tAdm",
16
- "3": "tAnQ",
17
- "4": "tCQ",
18
- "5": "tFUp",
19
- "6": "tLec",
20
- "7": "tMG",
21
- "8": "tPQ",
22
- "9": "tRtW",
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:8a5a4236870793950ec4e1f5d33188d19a58b5e865fb200aa547971fd5f08a51
3
- size 439521453
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6476ecfde00b61a53d7cf4d695b5d49916c3d12622e78de95bbbee19465cea2
3
+ size 439518381