KhangSimple
commited on
Commit
•
b5218bb
1
Parent(s):
5f98541
Training in progress, step 500
Browse files
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "distilbert-base-
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
@@ -13,7 +13,6 @@
|
|
13 |
"model_type": "distilbert",
|
14 |
"n_heads": 12,
|
15 |
"n_layers": 6,
|
16 |
-
"output_past": true,
|
17 |
"pad_token_id": 0,
|
18 |
"problem_type": "single_label_classification",
|
19 |
"qa_dropout": 0.1,
|
@@ -22,5 +21,5 @@
|
|
22 |
"tie_weights_": true,
|
23 |
"torch_dtype": "float32",
|
24 |
"transformers_version": "4.39.3",
|
25 |
-
"vocab_size":
|
26 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "distilbert-base-uncased",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
|
|
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,
|
|
|
21 |
"tie_weights_": true,
|
22 |
"torch_dtype": "float32",
|
23 |
"transformers_version": "4.39.3",
|
24 |
+
"vocab_size": 30522
|
25 |
}
|
model.safetensors
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:804f7c3b1cfd2943c6634afd92b2ea756ece8169ef689b55d2f44be65fd71373
|
3 |
+
size 267832560
|
runs/Apr29_01-40-03_249e728d23ef/events.out.tfevents.1714354918.249e728d23ef.34.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:315611a706da8a71929821215d8b66cc45c3deee00e803a11f19d9eb1af93f46
|
3 |
+
size 5374
|
runs/Apr29_01-50-27_249e728d23ef/events.out.tfevents.1714355434.249e728d23ef.34.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb92c2ab28c102b330663439ddeaffe02a5db6b00ca82c53380450268cc936d0
|
3 |
+
size 5634
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76cd1871a0aa128e3299729caa9638e2f1a70663856395648c5cf605dc9fa075
|
3 |
size 4984
|