davidmasip commited on
Commit
db02ff0
1 Parent(s): 4a734ad

racism model

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "racism",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "PlanTL-GOB-ES/roberta-base-bne",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4d1510ecd75b2a89fae8d6bc7d5a320c5385f0b6084dba1292893226a7f5126f
3
- size 498662061
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f034e908cfd8bab1aa1e93aca706bd8ef746d13f25d4a5a88ee8953d2689ad6a
3
+ size 498664877
tokenizer.json CHANGED
@@ -1,52 +1,64 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
8
- "special": true,
9
  "content": "<s>",
10
  "single_word": false,
11
  "lstrip": false,
12
  "rstrip": false,
13
- "normalized": true
 
14
  },
15
  {
16
  "id": 1,
17
- "special": true,
18
  "content": "<pad>",
19
  "single_word": false,
20
  "lstrip": false,
21
  "rstrip": false,
22
- "normalized": true
 
23
  },
24
  {
25
  "id": 2,
26
- "special": true,
27
  "content": "</s>",
28
  "single_word": false,
29
  "lstrip": false,
30
  "rstrip": false,
31
- "normalized": true
 
32
  },
33
  {
34
  "id": 3,
35
- "special": true,
36
  "content": "<unk>",
37
  "single_word": false,
38
  "lstrip": false,
39
  "rstrip": false,
40
- "normalized": true
 
41
  },
42
  {
43
  "id": 4,
44
- "special": true,
45
  "content": "<mask>",
46
  "single_word": false,
47
  "lstrip": true,
48
  "rstrip": false,
49
- "normalized": true
 
50
  }
51
  ],
52
  "normalizer": null,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 1,
14
+ "pad_type_id": 0,
15
+ "pad_token": "<pad>"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,
 
20
  "content": "<s>",
21
  "single_word": false,
22
  "lstrip": false,
23
  "rstrip": false,
24
+ "normalized": true,
25
+ "special": true
26
  },
27
  {
28
  "id": 1,
 
29
  "content": "<pad>",
30
  "single_word": false,
31
  "lstrip": false,
32
  "rstrip": false,
33
+ "normalized": true,
34
+ "special": true
35
  },
36
  {
37
  "id": 2,
 
38
  "content": "</s>",
39
  "single_word": false,
40
  "lstrip": false,
41
  "rstrip": false,
42
+ "normalized": true,
43
+ "special": true
44
  },
45
  {
46
  "id": 3,
 
47
  "content": "<unk>",
48
  "single_word": false,
49
  "lstrip": false,
50
  "rstrip": false,
51
+ "normalized": true,
52
+ "special": true
53
  },
54
  {
55
  "id": 4,
 
56
  "content": "<mask>",
57
  "single_word": false,
58
  "lstrip": true,
59
  "rstrip": false,
60
+ "normalized": true,
61
+ "special": true
62
  }
63
  ],
64
  "normalizer": null,
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"unk_token": {"content": "<unk>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "bos_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": false, "errors": "replace", "sep_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "cls_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "pad_token": {"content": "<pad>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "trim_offsets": true, "max_len": 512, "special_tokens_map_file": null, "name_or_path": "racism", "tokenizer_class": "RobertaTokenizer"}
 
1
+ {"unk_token": {"content": "<unk>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "bos_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": false, "errors": "replace", "sep_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "cls_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "pad_token": {"content": "<pad>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "trim_offsets": true, "max_len": 512, "special_tokens_map_file": null, "name_or_path": "PlanTL-GOB-ES/roberta-base-bne", "tokenizer_class": "RobertaTokenizer"}
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:606d24b6cde093dd2923e73f4873793131ed09c810f9bd02dbb39a85bfc66664
3
  size 2991
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04a1aca6d24673989e96dd15a828792debbcdc853c874d938d4ed04c71a12fa7
3
  size 2991