Marcos12886
commited on
Commit
•
8996d07
1
Parent(s):
e56caab
End of training
Browse files- README.md +1 -1
- config.json +18 -4
- model.safetensors +2 -2
- runs/Aug12_14-37-20_DesMar/events.out.tfevents.1723466247.DesMar.3656.0 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -48,7 +48,7 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
51 |
-
| No log | 0.9888 | 11 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
51 |
+
| No log | 0.9888 | 11 | 1.6669 | 0.5562 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
config.json
CHANGED
@@ -49,14 +49,28 @@
|
|
49 |
"hidden_dropout": 0.1,
|
50 |
"hidden_size": 768,
|
51 |
"id2label": {
|
52 |
-
"0": "
|
53 |
-
"1": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
},
|
55 |
"initializer_range": 0.02,
|
56 |
"intermediate_size": 3072,
|
57 |
"label2id": {
|
58 |
-
"
|
59 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
},
|
61 |
"layer_norm_eps": 1e-05,
|
62 |
"layerdrop": 0.0,
|
|
|
49 |
"hidden_dropout": 0.1,
|
50 |
"hidden_size": 768,
|
51 |
"id2label": {
|
52 |
+
"0": "Baby laugh",
|
53 |
+
"1": "Noise",
|
54 |
+
"2": "Silence",
|
55 |
+
"3": "belly_pain",
|
56 |
+
"4": "burping",
|
57 |
+
"5": "crying_baby",
|
58 |
+
"6": "discomfort",
|
59 |
+
"7": "hungry",
|
60 |
+
"8": "tired"
|
61 |
},
|
62 |
"initializer_range": 0.02,
|
63 |
"intermediate_size": 3072,
|
64 |
"label2id": {
|
65 |
+
"Baby laugh": "0",
|
66 |
+
"Noise": "1",
|
67 |
+
"Silence": "2",
|
68 |
+
"belly_pain": "3",
|
69 |
+
"burping": "4",
|
70 |
+
"crying_baby": "5",
|
71 |
+
"discomfort": "6",
|
72 |
+
"hungry": "7",
|
73 |
+
"tired": "8"
|
74 |
},
|
75 |
"layer_norm_eps": 1e-05,
|
76 |
"layerdrop": 0.0,
|
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:fe958b79ad1b441394a1929a6d9f0e4d014e8648e24bb49578692dbcec8481d6
|
3 |
+
size 94770700
|
runs/Aug12_14-37-20_DesMar/events.out.tfevents.1723466247.DesMar.3656.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4bb8374319073814c02205088c5c791e8e85f368d15465e0e9d052bd6acd0ba5
|
3 |
+
size 6815
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:891a824c17d745fbf6015ebd946103886db970cbbb229d0c7628aad7d2998ed9
|
3 |
size 5240
|