NeinYeop commited on
Commit
4e8a117
1 Parent(s): f00993b

Upload 6 files

Browse files
Files changed (3) hide show
  1. config.json +40 -40
  2. pytorch_model.bin +1 -1
  3. tokenizer.json +3 -1
config.json CHANGED
@@ -1,40 +1,40 @@
1
- {
2
- "_name_or_path": "./ableism_miner_revised_V1",
3
- "architectures": [
4
- "BertForSequenceClassification"
5
- ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "classifier_dropout": null,
8
- "directionality": "bidi",
9
- "hidden_act": "gelu",
10
- "hidden_dropout_prob": 0.1,
11
- "hidden_size": 768,
12
- "id2label": {
13
- "0": "Neutral",
14
- "1": "Hate"
15
- },
16
- "initializer_range": 0.02,
17
- "intermediate_size": 3072,
18
- "label2id": {
19
- "Hate": "1",
20
- "Neutral": "0"
21
- },
22
- "layer_norm_eps": 1e-12,
23
- "max_position_embeddings": 300,
24
- "model_type": "bert",
25
- "num_attention_heads": 12,
26
- "num_hidden_layers": 12,
27
- "pad_token_id": 0,
28
- "pooler_fc_size": 768,
29
- "pooler_num_attention_heads": 12,
30
- "pooler_num_fc_layers": 3,
31
- "pooler_size_per_head": 128,
32
- "pooler_type": "first_token_transform",
33
- "position_embedding_type": "absolute",
34
- "problem_type": "single_label_classification",
35
- "torch_dtype": "float32",
36
- "transformers_version": "4.30.2",
37
- "type_vocab_size": 2,
38
- "use_cache": true,
39
- "vocab_size": 30000
40
- }
 
1
+ {
2
+ "_name_or_path": "NeinYeop/ableism-miner_revised",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "Neutral",
14
+ "1": "Hate"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "Hate": "1",
20
+ "Neutral": "0"
21
+ },
22
+ "layer_norm_eps": 1e-12,
23
+ "max_position_embeddings": 300,
24
+ "model_type": "bert",
25
+ "num_attention_heads": 12,
26
+ "num_hidden_layers": 12,
27
+ "pad_token_id": 0,
28
+ "pooler_fc_size": 768,
29
+ "pooler_num_attention_heads": 12,
30
+ "pooler_num_fc_layers": 3,
31
+ "pooler_size_per_head": 128,
32
+ "pooler_type": "first_token_transform",
33
+ "position_embedding_type": "absolute",
34
+ "problem_type": "single_label_classification",
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.30.2",
37
+ "type_vocab_size": 2,
38
+ "use_cache": true,
39
+ "vocab_size": 30000
40
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f89bb4f465796ecc66edc3dfe412b89281bbb7252c1e0ac86b3ba9bb891f0b5c
3
  size 435748533
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b10a0791992290f426da01827fc27d926473171cecc56c6544e9e396cf81d3fd
3
  size 435748533
tokenizer.json CHANGED
@@ -7,7 +7,9 @@
7
  "stride": 0
8
  },
9
  "padding": {
10
- "strategy": "BatchLongest",
 
 
11
  "direction": "Right",
12
  "pad_to_multiple_of": null,
13
  "pad_id": 0,
 
7
  "stride": 0
8
  },
9
  "padding": {
10
+ "strategy": {
11
+ "Fixed": 300
12
+ },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
15
  "pad_id": 0,