AdnanRiaz107
commited on
Commit
•
dc1ee24
1
Parent(s):
d2ea370
Training in progress, step 500
Browse files
config.json
CHANGED
@@ -1,37 +1,29 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
-
"activation_function": "gelu_fast",
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
"
|
14 |
-
"embd_pdrop": 0.1,
|
15 |
-
"eos_token_id": 49152,
|
16 |
"initializer_range": 0.02,
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"scale_attn_weights": true,
|
28 |
-
"summary_activation": null,
|
29 |
-
"summary_first_dropout": 0.1,
|
30 |
-
"summary_proj_to_labels": true,
|
31 |
-
"summary_type": "cls_index",
|
32 |
-
"summary_use_proj": true,
|
33 |
"torch_dtype": "float32",
|
34 |
-
"transformers_version": "4.
|
|
|
35 |
"use_cache": false,
|
36 |
-
"vocab_size":
|
37 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/codebert-base",
|
|
|
3 |
"architectures": [
|
4 |
+
"RobertaForCausalLM"
|
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 |
+
"is_decoder": true,
|
16 |
+
"layer_norm_eps": 1e-05,
|
17 |
+
"max_position_embeddings": 514,
|
18 |
+
"model_type": "roberta",
|
19 |
+
"num_attention_heads": 12,
|
20 |
+
"num_hidden_layers": 12,
|
21 |
+
"output_past": true,
|
22 |
+
"pad_token_id": 1,
|
23 |
+
"position_embedding_type": "absolute",
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.35.0",
|
26 |
+
"type_vocab_size": 1,
|
27 |
"use_cache": false,
|
28 |
+
"vocab_size": 50265
|
29 |
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48f298ad144b799a7cf07bda2b748586f0cf3b6279d2d0a49aa19c6449105465
|
3 |
+
size 498813948
|
runs/Nov07_10-09-45_a72424146e8a/events.out.tfevents.1699351818.a72424146e8a.771.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bab23b7d935b7ad5bd51e5fcf1d14ab00725fae8a28693c1045aa79e99d19736
|
3 |
+
size 12429
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8408c29e517fa10487968df65caa388f6b6ce9d13fdf750ac3e06f287920b92
|
3 |
+
size 4600
|