Sayan01 commited on
Commit
36b39d9
1 Parent(s): 3840d8f

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -19,13 +19,13 @@
19
  "layer_norm_eps": 1e-12,
20
  "max_position_embeddings": 512,
21
  "model_type": "bert",
22
- "num_attention_heads": 8,
23
- "num_hidden_layers": 8,
24
  "pad_token_id": 0,
25
  "position_embedding_type": "absolute",
26
  "problem_type": "regression",
27
  "torch_dtype": "float32",
28
- "transformers_version": "4.32.0",
29
  "type_vocab_size": 2,
30
  "use_cache": true,
31
  "vocab_size": 30522
 
19
  "layer_norm_eps": 1e-12,
20
  "max_position_embeddings": 512,
21
  "model_type": "bert",
22
+ "num_attention_heads": 16,
23
+ "num_hidden_layers": 12,
24
  "pad_token_id": 0,
25
  "position_embedding_type": "absolute",
26
  "problem_type": "regression",
27
  "torch_dtype": "float32",
28
+ "transformers_version": "4.37.0.dev0",
29
  "type_vocab_size": 2,
30
  "use_cache": true,
31
  "vocab_size": 30522
logs/events.out.tfevents.1708347952.f88e78bfdce9.52414.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba8a8b62adf0621af308c2a4fac7de5d82cbfeb247c10264d8d3e85dac86053f
3
+ size 5264
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62e1ccea03b4157e4ea784b9c71af66fbccff0087a92eed79449313c10dc583c
3
+ size 266337196
tokenizer_config.json CHANGED
@@ -1,4 +1,46 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_lower_case": 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_lower_case": true,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c28e04d07cc6468cab0c965e269746f488b35fc2b4f5d116ef1e4baa0dd9b38b
3
- size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ffc92e69463bf4655ce90cc2d4723e4a7d2b8e37fc3026e464fc6c7ca946659
3
+ size 4792