KhangSimple commited on
Commit
a3c6120
·
verified ·
1 Parent(s): beb6517

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,25 +1,27 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
- "activation": "gelu",
4
  "architectures": [
5
- "DistilBertForSequenceClassification"
6
  ],
7
- "attention_dropout": 0.1,
8
- "dim": 768,
9
- "dropout": 0.1,
10
- "hidden_dim": 3072,
 
 
11
  "initializer_range": 0.02,
 
 
12
  "max_position_embeddings": 512,
13
- "model_type": "distilbert",
14
- "n_heads": 12,
15
- "n_layers": 6,
16
  "pad_token_id": 0,
 
17
  "problem_type": "single_label_classification",
18
- "qa_dropout": 0.1,
19
- "seq_classif_dropout": 0.2,
20
- "sinusoidal_pos_embds": false,
21
- "tie_weights_": true,
22
  "torch_dtype": "float32",
23
  "transformers_version": "4.39.3",
 
 
24
  "vocab_size": 30522
25
  }
 
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,
12
  "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
  "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
  "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
  "problem_type": "single_label_classification",
 
 
 
 
22
  "torch_dtype": "float32",
23
  "transformers_version": "4.39.3",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
  "vocab_size": 30522
27
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a933fd5f1a7eef6b7ebdfe4bbef11dac87e55574ff5aa575a84479f64d016f03
3
- size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20e3c87ea8c2f19a986206a2b049e66c4f70686457bc9838d718080e2f11fe9b
3
+ size 437958648
runs/May01_05-18-28_3ce9bfbf1681/events.out.tfevents.1714540791.3ce9bfbf1681.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b05b74e9e91c5909fd062c1bb75ff7aa81b88514d8c38f98aa0853dc8c0760d
3
+ size 5696
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:76cd1871a0aa128e3299729caa9638e2f1a70663856395648c5cf605dc9fa075
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1edfc4b9faefd467d453baeff195d400cd23269320f2763bddea4952827a7248
3
  size 4984