Commit
·
d997c34
1
Parent(s):
7284f8c
Training in progress, step 500
Browse files
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
@@ -30,6 +30,7 @@
|
|
30 |
"n_heads": 12,
|
31 |
"n_layers": 6,
|
32 |
"pad_token_id": 0,
|
|
|
33 |
"qa_dropout": 0.1,
|
34 |
"seq_classif_dropout": 0.2,
|
35 |
"sinusoidal_pos_embds": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "distilbert-base-uncased",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
|
|
30 |
"n_heads": 12,
|
31 |
"n_layers": 6,
|
32 |
"pad_token_id": 0,
|
33 |
+
"problem_type": "single_label_classification",
|
34 |
"qa_dropout": 0.1,
|
35 |
"seq_classif_dropout": 0.2,
|
36 |
"sinusoidal_pos_embds": false,
|
pytorch_model.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:e5ddbd948a0acbf97dc63fe302fcae067ec357d53811500de83d378e3909e8d4
|
3 |
+
size 267867821
|
runs/Jul30_08-32-49_aa05bd3bedee/events.out.tfevents.1690706040.aa05bd3bedee.209.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e420515ca93a8bef933fb1ef33d92f109f08dc68d66cca2e29bbb515d2c13754
|
3 |
+
size 4929
|
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:5e99f7af8fee7357911ed611c5858d70c1229228c6dddf94a84f6eeafddb63cf
|
3 |
+
size 4027
|