Dzeniks commited on
Commit
ca526ba
1 Parent(s): 0489402

Newer Alpha version

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +2 -2
  3. tokenizer.json +16 -2
  4. tokenizer_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "albert-base-v2",
3
  "architectures": [
4
  "AlbertForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "Dzeniks/alberta_fact_checking",
3
  "architectures": [
4
  "AlbertForSequenceClassification"
5
  ],
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:49215adc76b99648bea703de69b64e6174475719816e084ab7e7eebb37f6c856
3
- size 46753861
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82761f8f23a4b28023870e3fc4db6ca50fa005e611cb89e9c012a3bac2a54f4c
3
+ size 46754181
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
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": {
11
+ "Fixed": 512
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 0,
16
+ "pad_type_id": 0,
17
+ "pad_token": "<pad>"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
tokenizer_config.json CHANGED
@@ -14,7 +14,7 @@
14
  "single_word": false
15
  },
16
  "model_max_length": 512,
17
- "name_or_path": "albert-base-v2",
18
  "pad_token": "<pad>",
19
  "remove_space": true,
20
  "sep_token": "[SEP]",
 
14
  "single_word": false
15
  },
16
  "model_max_length": 512,
17
+ "name_or_path": "Dzeniks/alberta_fact_checking",
18
  "pad_token": "<pad>",
19
  "remove_space": true,
20
  "sep_token": "[SEP]",