Vlasta commited on
Commit
9f5bd71
1 Parent(s): 99f2dbc

Training in progress, step 5000

Browse files
Files changed (4) hide show
  1. .gitignore +1 -0
  2. config.json +29 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Vlasta/DNADebertaSentencepiece10k_continuation_continuation",
3
+ "architectures": [
4
+ "DebertaForMaskedLM"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 3072,
12
+ "layer_norm_eps": 1e-07,
13
+ "max_position_embeddings": 512,
14
+ "max_relative_positions": -1,
15
+ "model_type": "deberta",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 6,
18
+ "pad_token_id": 0,
19
+ "pooler_dropout": 0,
20
+ "pooler_hidden_act": "gelu",
21
+ "pooler_hidden_size": 768,
22
+ "pos_att_type": null,
23
+ "position_biased_input": true,
24
+ "relative_attention": false,
25
+ "torch_dtype": "float32",
26
+ "transformers_version": "4.19.2",
27
+ "type_vocab_size": 0,
28
+ "vocab_size": 10000
29
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73477b5389c4a5970cc287a0386152ee2e206fb31200ebd89337dbe0dc847a96
3
+ size 204831069
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89105fb54998ff53998314b61d0d1ea33271d1750656f63975a244286d963c74
3
+ size 3375