elozano commited on
Commit
dcc3965
1 Parent(s): 47c66b6

New model version

Browse files
Files changed (6) hide show
  1. config.json +17 -17
  2. pytorch_model.bin +2 -2
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +1 -1
  5. training_args.bin +0 -3
  6. vocab.txt +0 -0
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "bert-base-cased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
@@ -10,24 +10,24 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "Automobile",
14
- "1": "Entertainment",
15
- "2": "Politics",
16
- "3": "Science",
17
- "4": "Sports",
18
- "5": "Technology",
19
- "6": "World"
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 3072,
23
  "label2id": {
24
- "Automobile": 0,
25
- "Entertainment": 1,
26
- "Politics": 2,
27
- "Science": 3,
28
- "Sports": 4,
29
- "Technology": 5,
30
- "World": 6
31
  },
32
  "layer_norm_eps": 1e-12,
33
  "max_position_embeddings": 512,
@@ -38,8 +38,8 @@
38
  "position_embedding_type": "absolute",
39
  "problem_type": "single_label_classification",
40
  "torch_dtype": "float32",
41
- "transformers_version": "4.12.0",
42
  "type_vocab_size": 2,
43
  "use_cache": true,
44
- "vocab_size": 28996
45
  }
 
1
  {
2
+ "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "automobile",
14
+ "1": "entertainment",
15
+ "2": "politics",
16
+ "3": "science",
17
+ "4": "sports",
18
+ "5": "technology",
19
+ "6": "world"
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 3072,
23
  "label2id": {
24
+ "automobile": 0,
25
+ "entertainment": 1,
26
+ "politics": 2,
27
+ "science": 3,
28
+ "sports": 4,
29
+ "technology": 5,
30
+ "world": 6
31
  },
32
  "layer_norm_eps": 1e-12,
33
  "max_position_embeddings": 512,
 
38
  "position_embedding_type": "absolute",
39
  "problem_type": "single_label_classification",
40
  "torch_dtype": "float32",
41
+ "transformers_version": "4.16.2",
42
  "type_vocab_size": 2,
43
  "use_cache": true,
44
+ "vocab_size": 30522
45
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0e7e859465a89cb0374dde73e4e182c0cb2a93d34cf03eddd792cb76e8325a02
3
- size 433346733
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9102b11ef2ed114237480b733a428b1434bc2929b80ecfa4933815293f84660b
3
+ size 438034605
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "bert-base-cased", "tokenizer_class": "BertTokenizer"}
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "bert-base-uncased", "tokenizer_class": "BertTokenizer"}
training_args.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:905ef7054d48caedfddb915510dbce3f5e5e9edcb51b86b898ac44f29315eafc
3
- size 2799
 
 
 
 
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff