rexarski commited on
Commit
ddf1179
1 Parent(s): 1580e9a

End of training

Browse files
added_tokens.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "+/-": 30526,
3
+ "2030": 30528,
4
+ "2050": 30530,
5
+ "CH4": 30523,
6
+ "CO2": 30522,
7
+ "Committee": 30527,
8
+ "GHG": 30525,
9
+ "N2O": 30524,
10
+ "fluxes": 30532,
11
+ "mitigation": 30529,
12
+ "pandemic": 30531
13
+ }
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "rexarski/bert-base-climate-fever-fixed",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "BertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:abaad5ff895cf0f7ee316df351acd492a15e7185d7d364d8a9cbe3ab6bc6333c
3
  size 3643
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25b9cd8719057afe20801cecfcc666e5d3f3964adc7642788dcfebecdb2b8930
3
  size 3643
vocab.txt ADDED
The diff for this file is too large to render. See raw diff