Dharil commited on
Commit
7f4629c
·
verified ·
1 Parent(s): 4fbaf64

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "architectures": [
3
  "BertForSequenceClassification"
4
  ],
@@ -35,7 +36,7 @@
35
  "position_embedding_type": "absolute",
36
  "problem_type": "multi_label_classification",
37
  "torch_dtype": "float32",
38
- "transformers_version": "4.50.3",
39
  "type_vocab_size": 2,
40
  "use_cache": true,
41
  "vocab_size": 30522
 
1
  {
2
+ "_name_or_path": "Dharil/Initial-Training-on-few-label-data",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
36
  "position_embedding_type": "absolute",
37
  "problem_type": "multi_label_classification",
38
  "torch_dtype": "float32",
39
+ "transformers_version": "4.46.3",
40
  "type_vocab_size": 2,
41
  "use_cache": true,
42
  "vocab_size": 30522
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e8fe72ef4c230ebf8e673cd550a591f1ac7689c04a52b0c7edebcb561b9b2f7d
3
  size 437970952
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f18eae321bc9ef990167d6b92624a81c2e6a20f7c9aa4f194bed590b81d002e0
3
  size 437970952
special_tokens_map.json CHANGED
@@ -1,7 +1,37 @@
1
  {
2
- "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
1
  {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
  }
tokenizer_config.json CHANGED
@@ -47,12 +47,19 @@
47
  "do_lower_case": true,
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,
55
  "tokenize_chinese_chars": true,
56
  "tokenizer_class": "BertTokenizer",
 
 
57
  "unk_token": "[UNK]"
58
  }
 
47
  "do_lower_case": true,
48
  "extra_special_tokens": {},
49
  "mask_token": "[MASK]",
50
+ "max_length": 512,
51
  "model_max_length": 512,
52
  "never_split": null,
53
+ "pad_to_multiple_of": null,
54
  "pad_token": "[PAD]",
55
+ "pad_token_type_id": 0,
56
+ "padding_side": "right",
57
  "sep_token": "[SEP]",
58
+ "stride": 0,
59
  "strip_accents": null,
60
  "tokenize_chinese_chars": true,
61
  "tokenizer_class": "BertTokenizer",
62
+ "truncation_side": "right",
63
+ "truncation_strategy": "longest_first",
64
  "unk_token": "[UNK]"
65
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ac1b5551037c12f23302fb044f7c7b3f35a091ae9cec1a080cdfbbbf267c8f6
3
- size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73078e7f3b3dd89e53e6a2ffb7a4351043188b79af02bfe300d4227417ffc0cd
3
+ size 5240