kanggangkkang commited on
Commit
89e5a40
·
verified ·
1 Parent(s): 176674a

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +17 -11
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,11 +1,9 @@
1
  {
2
- "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
- "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
- "classifier_dropout": null,
8
- "gradient_checkpointing": false,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
@@ -309,17 +307,25 @@
309
  "LABEL_98": 98,
310
  "LABEL_99": 99
311
  },
312
- "layer_norm_eps": 1e-12,
313
  "max_position_embeddings": 512,
314
- "model_type": "bert",
 
315
  "num_attention_heads": 12,
316
  "num_hidden_layers": 12,
317
  "pad_token_id": 0,
318
- "position_embedding_type": "absolute",
 
 
 
 
 
 
 
319
  "problem_type": "multi_label_classification",
 
320
  "torch_dtype": "float32",
321
- "transformers_version": "4.46.2",
322
- "type_vocab_size": 2,
323
- "use_cache": true,
324
- "vocab_size": 30522
325
  }
 
1
  {
2
+ "_name_or_path": "microsoft/deberta-base",
3
  "architectures": [
4
+ "DebertaForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
 
 
7
  "hidden_act": "gelu",
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 768,
 
307
  "LABEL_98": 98,
308
  "LABEL_99": 99
309
  },
310
+ "layer_norm_eps": 1e-07,
311
  "max_position_embeddings": 512,
312
+ "max_relative_positions": -1,
313
+ "model_type": "deberta",
314
  "num_attention_heads": 12,
315
  "num_hidden_layers": 12,
316
  "pad_token_id": 0,
317
+ "pooler_dropout": 0,
318
+ "pooler_hidden_act": "gelu",
319
+ "pooler_hidden_size": 768,
320
+ "pos_att_type": [
321
+ "c2p",
322
+ "p2c"
323
+ ],
324
+ "position_biased_input": false,
325
  "problem_type": "multi_label_classification",
326
+ "relative_attention": true,
327
  "torch_dtype": "float32",
328
+ "transformers_version": "4.46.3",
329
+ "type_vocab_size": 0,
330
+ "vocab_size": 50265
 
331
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d187039d745b5176280a64f829ff8dd7dd9f280f8ce5df26ea84e97ceb540a1e
3
- size 438404668
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:786d51bede314a6f8add512e0cd69a323cef4c703aa0b159e8f8f9dc6d791b49
3
+ size 557245596
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fbcd1940628c0dc5ebd01543a6ed29b840aebc38d6f011e69699a699233f092a
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cb55403a1b4c167eb02905dd26d783d288dd28b36c7ab098b9b0d4dcb255ef4
3
  size 5240