minhleduc commited on
Commit
7d1d869
1 Parent(s): 78773ac

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,27 +1,29 @@
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.29.2",
24
- "type_vocab_size": 2,
25
  "use_cache": true,
26
- "vocab_size": 30522
27
  }
 
1
  {
2
+ "_name_or_path": "microsoft/codebert-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,
13
  "initializer_range": 0.02,
14
  "intermediate_size": 3072,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 514,
17
+ "model_type": "roberta",
18
  "num_attention_heads": 12,
19
  "num_hidden_layers": 12,
20
+ "output_past": true,
21
+ "pad_token_id": 1,
22
  "position_embedding_type": "absolute",
23
  "problem_type": "single_label_classification",
24
  "torch_dtype": "float32",
25
  "transformers_version": "4.29.2",
26
+ "type_vocab_size": 1,
27
  "use_cache": true,
28
+ "vocab_size": 50265
29
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a8b966ea65752eed270f2a49c2bc8edc3bfab80ca14c98ba6717488a3d339008
3
- size 438007925
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be0507c9efbb7cb4f2408e46d049ebf79cbd0a11162c049364285e0e8b389d88
3
+ size 498662069
runs/May29_09-34-01_6d36392386a9/1685352941.7489786/events.out.tfevents.1685352941.6d36392386a9.996.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b55cc71e7c3f7e9bcff38103c3a4c360ae1768d335409902768b2405e9e95639
3
+ size 5968
runs/May29_09-34-01_6d36392386a9/events.out.tfevents.1685352941.6d36392386a9.996.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61b2d7ee63cb89e6b51c2615e761be83b47b79c17c2eab34c9bd7b3c6ca5f100
3
+ size 4259
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a0dfff298075a0efe9531af3cce10343d783578553d8ff786c5fb1c33e7168d2
3
  size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2abaf1420e847f39508e8d254a236ae16d8b285c9da559d3e1abb26967d4f85e
3
  size 3963