almaghrabima commited on
Commit
5cf6c44
1 Parent(s): 2e21fa1

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -47,7 +47,7 @@
47
  "relative_attention": true,
48
  "share_att_key": true,
49
  "torch_dtype": "float32",
50
- "transformers_version": "4.30.2",
51
  "type_vocab_size": 0,
52
  "vocab_size": 128100
53
  }
 
47
  "relative_attention": true,
48
  "share_att_key": true,
49
  "torch_dtype": "float32",
50
+ "transformers_version": "4.33.2",
51
  "type_vocab_size": 0,
52
  "vocab_size": 128100
53
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:09f214fff1d465bb27eedb29d32f08eab6073bd96655b81cfe8abeca0490f9eb
3
- size 1736217713
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:429ffc549edd353a99ed2617fa9aa8ed1864eb36edd4c8fb52468bf7e4bf9812
3
+ size 1736213293
tokenizer_config.json CHANGED
@@ -5,12 +5,16 @@
5
  "do_lower_case": false,
6
  "eos_token": "[SEP]",
7
  "mask_token": "[MASK]",
 
8
  "model_max_length": 1000000000000000019884624838656,
9
  "pad_token": "[PAD]",
10
  "sep_token": "[SEP]",
11
  "sp_model_kwargs": {},
12
  "split_by_punct": false,
 
13
  "tokenizer_class": "DebertaV2Tokenizer",
 
 
14
  "unk_token": "[UNK]",
15
  "vocab_type": "spm"
16
  }
 
5
  "do_lower_case": false,
6
  "eos_token": "[SEP]",
7
  "mask_token": "[MASK]",
8
+ "max_length": 512,
9
  "model_max_length": 1000000000000000019884624838656,
10
  "pad_token": "[PAD]",
11
  "sep_token": "[SEP]",
12
  "sp_model_kwargs": {},
13
  "split_by_punct": false,
14
+ "stride": 0,
15
  "tokenizer_class": "DebertaV2Tokenizer",
16
+ "truncation_side": "right",
17
+ "truncation_strategy": "longest_first",
18
  "unk_token": "[UNK]",
19
  "vocab_type": "spm"
20
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a146dca6618841f87e63d92b911258523146b181c088b68ad5c42d2e50ffad20
3
- size 3899
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0eaf4fab616211f86f7cefc37f63b4ff33ff29d756f4a128d51a0a4b30114e18
3
+ size 3963