franac1 commited on
Commit
039c851
·
verified ·
1 Parent(s): 89e8058

Training in progress, epoch 0

Browse files
Files changed (3) hide show
  1. config.json +6 -2
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "BertForSequenceClassification"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "classifier_dropout": null,
@@ -12,12 +12,16 @@
12
  "intermediate_size": 3072,
13
  "layer_norm_eps": 1e-12,
14
  "max_position_embeddings": 512,
15
- "model_type": "bert",
16
  "num_attention_heads": 12,
17
  "num_hidden_layers": 12,
18
  "pad_token_id": 0,
19
  "position_embedding_type": "absolute",
20
  "problem_type": "single_label_classification",
 
 
 
 
21
  "torch_dtype": "float32",
22
  "transformers_version": "4.52.4",
23
  "type_vocab_size": 2,
 
1
  {
2
  "architectures": [
3
+ "ElectraForSequenceClassification"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "classifier_dropout": null,
 
12
  "intermediate_size": 3072,
13
  "layer_norm_eps": 1e-12,
14
  "max_position_embeddings": 512,
15
+ "model_type": "electra",
16
  "num_attention_heads": 12,
17
  "num_hidden_layers": 12,
18
  "pad_token_id": 0,
19
  "position_embedding_type": "absolute",
20
  "problem_type": "single_label_classification",
21
+ "summary_activation": "gelu",
22
+ "summary_last_dropout": 0.1,
23
+ "summary_type": "first",
24
+ "summary_use_proj": true,
25
  "torch_dtype": "float32",
26
  "transformers_version": "4.52.4",
27
  "type_vocab_size": 2,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2a1b20825831bf82659276faf774e6899f7b7c1e7707d1c75d25bf5db8dbffbc
3
- size 442499064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cec1680bafdc81650fbabb668ed485f57e458f50319052192ee071c5e443ebb8
3
+ size 442499672
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7dad0e36d84adbb572d1c02d802bad9a42408ce4be2b9c4ba29fae3b3465657d
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45b991e9dd08ec6914bc8762b23f3391971d7c1c650b51e5590bcba9e7144283
3
  size 5304