SallySims commited on
Commit
de49970
·
verified ·
1 Parent(s): 36989cb

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. config.json +15 -0
  2. pytorch_model.bin +3 -0
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +16 -0
config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hidden_size": 832,
3
+ "num_labels": 192,
4
+ "task": "bias_classification",
5
+ "label_names": [
6
+ "gender_bias",
7
+ "racial_bias",
8
+ "age_bias",
9
+ "ability_bias",
10
+ "socioeconomic_bias",
11
+ "cultural_bias",
12
+ "intersectional"
13
+ ],
14
+ "model_type": "equibert"
15
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ba90d9c9402f3c94affa3a9d6624a9622482ca4ed6afeca4a81c9d2002b04e4
3
+ size 873120515
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<s>",
5
+ "cls_token": "<s>",
6
+ "eos_token": "</s>",
7
+ "errors": "replace",
8
+ "is_local": false,
9
+ "mask_token": "<mask>",
10
+ "model_max_length": 512,
11
+ "pad_token": "<pad>",
12
+ "sep_token": "</s>",
13
+ "tokenizer_class": "RobertaTokenizer",
14
+ "trim_offsets": true,
15
+ "unk_token": "<unk>"
16
+ }