Training in progress, epoch 1
Browse files- config.json +3 -3
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
{
|
2 |
"_name_or_path": "ntu-spml/distilhubert",
|
3 |
-
"activation_dropout": 0.
|
4 |
"apply_spec_augment": false,
|
5 |
"architectures": [
|
6 |
"HubertForSequenceClassification"
|
7 |
],
|
8 |
-
"attention_dropout": 0.
|
9 |
"bos_token_id": 1,
|
10 |
"classifier_proj_size": 256,
|
11 |
"conv_bias": true,
|
@@ -47,7 +47,7 @@
|
|
47 |
"feat_proj_layer_norm": false,
|
48 |
"final_dropout": 0.1,
|
49 |
"hidden_act": "gelu",
|
50 |
-
"hidden_dropout": 0.
|
51 |
"hidden_size": 768,
|
52 |
"id2label": {
|
53 |
"0": "blues",
|
|
|
1 |
{
|
2 |
"_name_or_path": "ntu-spml/distilhubert",
|
3 |
+
"activation_dropout": 0.1,
|
4 |
"apply_spec_augment": false,
|
5 |
"architectures": [
|
6 |
"HubertForSequenceClassification"
|
7 |
],
|
8 |
+
"attention_dropout": 0.1,
|
9 |
"bos_token_id": 1,
|
10 |
"classifier_proj_size": 256,
|
11 |
"conv_bias": true,
|
|
|
47 |
"feat_proj_layer_norm": false,
|
48 |
"final_dropout": 0.1,
|
49 |
"hidden_act": "gelu",
|
50 |
+
"hidden_dropout": 0.1,
|
51 |
"hidden_size": 768,
|
52 |
"id2label": {
|
53 |
"0": "blues",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 94799080
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ae2fbbcef99b2832e63629a1b1696262ebbf9431ef04dd280b015d11c6b3dcb
|
3 |
size 94799080
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30d42da902aa01a56eed957f89e2472d0e6001cf399bcbf3aad6ab79cbc7f50f
|
3 |
size 5368
|