GautamR commited on
Commit
2c93b59
·
1 Parent(s): c928ed4

Updated model commit

Browse files
Files changed (3) hide show
  1. config.json +7 -3
  2. model.safetensors +3 -0
  3. tokenizer_config.json +42 -0
config.json CHANGED
@@ -15,7 +15,9 @@
15
  "1": "LABEL_1",
16
  "2": "LABEL_2",
17
  "3": "LABEL_3",
18
- "4": "LABEL_4"
 
 
19
  },
20
  "initializer_range": 0.02,
21
  "intermediate_size": 512,
@@ -26,7 +28,9 @@
26
  "LABEL_1": 1,
27
  "LABEL_2": 2,
28
  "LABEL_3": 3,
29
- "LABEL_4": 4
 
 
30
  },
31
  "layer_norm_eps": 1e-12,
32
  "max_position_embeddings": 512,
@@ -38,7 +42,7 @@
38
  "pad_token_id": 0,
39
  "problem_type": "single_label_classification",
40
  "torch_dtype": "float32",
41
- "transformers_version": "4.33.1",
42
  "trigram_input": true,
43
  "true_hidden_size": 128,
44
  "type_vocab_size": 2,
 
15
  "1": "LABEL_1",
16
  "2": "LABEL_2",
17
  "3": "LABEL_3",
18
+ "4": "LABEL_4",
19
+ "5": "LABEL_5",
20
+ "6": "LABEL_6"
21
  },
22
  "initializer_range": 0.02,
23
  "intermediate_size": 512,
 
28
  "LABEL_1": 1,
29
  "LABEL_2": 2,
30
  "LABEL_3": 3,
31
+ "LABEL_4": 4,
32
+ "LABEL_5": 5,
33
+ "LABEL_6": 6
34
  },
35
  "layer_norm_eps": 1e-12,
36
  "max_position_embeddings": 512,
 
42
  "pad_token_id": 0,
43
  "problem_type": "single_label_classification",
44
  "torch_dtype": "float32",
45
+ "transformers_version": "4.35.2",
46
  "trigram_input": true,
47
  "true_hidden_size": 128,
48
  "type_vocab_size": 2,
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23342f7ebde402f0a9056fc635b09d08ce541d733728cc192a22334032222492
3
+ size 98480380
tokenizer_config.json CHANGED
@@ -1,4 +1,46 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_basic_tokenize": true,
 
1
  {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
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,