marcchew commited on
Commit
99b1910
·
verified ·
1 Parent(s): 9b392a7

Training in progress, step 5

Browse files
Files changed (3) hide show
  1. config.json +23 -14
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,12 +1,10 @@
1
  {
2
- "_name_or_path": "allenai/biomed_roberta_base",
3
  "architectures": [
4
- "RobertaForSequenceClassification"
5
  ],
 
6
  "attention_probs_dropout_prob": 0.1,
7
- "bos_token_id": 0,
8
- "classifier_dropout": null,
9
- "eos_token_id": 2,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
@@ -18,17 +16,28 @@
18
  "label2id": {
19
  "LABEL_0": 0
20
  },
21
- "layer_norm_eps": 1e-05,
22
- "max_position_embeddings": 514,
23
- "model_type": "roberta",
 
 
24
  "num_attention_heads": 12,
25
  "num_hidden_layers": 12,
26
- "pad_token_id": 1,
27
- "position_embedding_type": "absolute",
28
- "problem_type": "regression",
 
 
 
 
 
 
 
 
 
 
29
  "torch_dtype": "float32",
30
  "transformers_version": "4.42.3",
31
- "type_vocab_size": 1,
32
- "use_cache": true,
33
- "vocab_size": 50265
34
  }
 
1
  {
2
+ "_name_or_path": "KISTI-AI/Scideberta-full",
3
  "architectures": [
4
+ "DebertaV2ForSequenceClassification"
5
  ],
6
+ "attention_head_size": 64,
7
  "attention_probs_dropout_prob": 0.1,
 
 
 
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
 
16
  "label2id": {
17
  "LABEL_0": 0
18
  },
19
+ "layer_norm_eps": 1e-07,
20
+ "max_position_embeddings": 512,
21
+ "max_relative_positions": -1,
22
+ "model_type": "deberta-v2",
23
+ "norm_rel_ebd": "layer_norm",
24
  "num_attention_heads": 12,
25
  "num_hidden_layers": 12,
26
+ "pad_token_id": 0,
27
+ "padding_idx": 0,
28
+ "pooler_dropout": 0,
29
+ "pooler_hidden_act": "gelu",
30
+ "pooler_hidden_size": 768,
31
+ "pos_att_type": [
32
+ "p2c",
33
+ "c2p"
34
+ ],
35
+ "position_biased_input": false,
36
+ "position_buckets": 256,
37
+ "relative_attention": true,
38
+ "share_att_key": true,
39
  "torch_dtype": "float32",
40
  "transformers_version": "4.42.3",
41
+ "type_vocab_size": 0,
42
+ "vocab_size": 128100
 
43
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a03adab69754c548e09bd4a8c50a413e4934ba8ed697beec631fdbb7b2844a71
3
- size 498609748
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a33be2d91be8389d4e73ceb50fce4e2e00409e2f14b61fa833f56a58d7085fc
3
+ size 737716196
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:65336245f3b1d34b203e487327f728ab73991107d39ab49416974729ba1a07e7
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b47617641608005be9f517273e98ede48e4a6f000a71e65f6d1bfa1aaacf08a
3
  size 5176