lmoncla commited on
Commit
6e46b45
·
verified ·
1 Parent(s): e544a54

Upload 7 files

Browse files
config.json CHANGED
@@ -5,18 +5,19 @@
5
  "attention_probs_dropout_prob": 0.1,
6
  "classifier_dropout": null,
7
  "directionality": "bidi",
 
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "multiple",
13
- "1": "single"
14
  },
15
  "initializer_range": 0.02,
16
  "intermediate_size": 3072,
17
  "label2id": {
18
- "multiple": 0,
19
- "single": 1
20
  },
21
  "layer_norm_eps": 1e-12,
22
  "max_position_embeddings": 512,
@@ -31,8 +32,7 @@
31
  "pooler_type": "first_token_transform",
32
  "position_embedding_type": "absolute",
33
  "problem_type": "single_label_classification",
34
- "torch_dtype": "float32",
35
- "transformers_version": "4.51.3",
36
  "type_vocab_size": 2,
37
  "use_cache": true,
38
  "vocab_size": 119547
 
5
  "attention_probs_dropout_prob": 0.1,
6
  "classifier_dropout": null,
7
  "directionality": "bidi",
8
+ "dtype": "float32",
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "Multiple",
14
+ "1": "Single"
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
+ "Multiple": 0,
20
+ "Single": 1
21
  },
22
  "layer_norm_eps": 1e-12,
23
  "max_position_embeddings": 512,
 
32
  "pooler_type": "first_token_transform",
33
  "position_embedding_type": "absolute",
34
  "problem_type": "single_label_classification",
35
+ "transformers_version": "4.56.1",
 
36
  "type_vocab_size": 2,
37
  "use_cache": true,
38
  "vocab_size": 119547
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bdc2abe03a56b52f3879ce09b303957fd7af3e5e59057d0cbd80b3f0b384f3ae
3
  size 711443456
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d015dba5ac7c0f64dfdad6e9fdbeee6933445796d3c8e100d777828a60835e5
3
  size 711443456
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -39,16 +39,30 @@
39
  "rstrip": false,
40
  "single_word": false,
41
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  }
43
  },
44
- "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
- "do_basic_tokenize": true,
47
  "do_lower_case": false,
48
  "extra_special_tokens": {},
49
  "mask_token": "[MASK]",
50
  "model_max_length": 512,
51
- "never_split": null,
52
  "pad_token": "[PAD]",
53
  "sep_token": "[SEP]",
54
  "strip_accents": null,
 
39
  "rstrip": false,
40
  "single_word": false,
41
  "special": true
42
+ },
43
+ "16264": {
44
+ "content": "Single",
45
+ "lstrip": false,
46
+ "normalized": true,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": false
50
+ },
51
+ "80484": {
52
+ "content": "Multiple",
53
+ "lstrip": false,
54
+ "normalized": true,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": false
58
  }
59
  },
60
+ "clean_up_tokenization_spaces": false,
61
  "cls_token": "[CLS]",
 
62
  "do_lower_case": false,
63
  "extra_special_tokens": {},
64
  "mask_token": "[MASK]",
65
  "model_max_length": 512,
 
66
  "pad_token": "[PAD]",
67
  "sep_token": "[SEP]",
68
  "strip_accents": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:46c1d0e7809d00c1de0aad8111fe7a81e3f9c024f546ee02e35509cea464655f
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cdd180072aba58b8098bbe0881e7cc77e1a1a8041e96f6aeaa800c64c4cf951
3
  size 5432