jamesthong
commited on
Commit
•
a680bc6
1
Parent(s):
6565863
Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"architectures": [
|
6 |
"HubertForSequenceClassification"
|
7 |
],
|
8 |
-
"attention_dropout": 0.
|
9 |
"bos_token_id": 1,
|
10 |
"classifier_proj_size": 256,
|
11 |
"conv_bias": false,
|
@@ -75,7 +75,7 @@
|
|
75 |
"rock": "9"
|
76 |
},
|
77 |
"layer_norm_eps": 1e-05,
|
78 |
-
"layerdrop": 0.
|
79 |
"mask_feature_length": 10,
|
80 |
"mask_feature_min_masks": 0,
|
81 |
"mask_feature_prob": 0.0,
|
|
|
5 |
"architectures": [
|
6 |
"HubertForSequenceClassification"
|
7 |
],
|
8 |
+
"attention_dropout": 0.1,
|
9 |
"bos_token_id": 1,
|
10 |
"classifier_proj_size": 256,
|
11 |
"conv_bias": false,
|
|
|
75 |
"rock": "9"
|
76 |
},
|
77 |
"layer_norm_eps": 1e-05,
|
78 |
+
"layerdrop": 0.1,
|
79 |
"mask_feature_length": 10,
|
80 |
"mask_feature_min_masks": 0,
|
81 |
"mask_feature_prob": 0.0,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 94783376
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:077cf5591738c3832605c125cf3068cc46aabc86094808de2e027a43925bd9fe
|
3 |
size 94783376
|
runs/Aug02_03-34-22_429d42feea49/events.out.tfevents.1690947301.429d42feea49.279.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:752c39b4262c8eb0e84652cc410f6f93e009070008b99b394ef54bf3d6fe626f
|
3 |
+
size 8971
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3465713cc7b6c52e749c3229af4457e340704c98a5489790d317f2224859ab7a
|
3 |
size 4027
|