kamilakesbi
commited on
Commit
•
351eda1
1
Parent(s):
ffdf56c
Training in progress, epoch 1
Browse files- config.json +18 -0
- model.safetensors +3 -0
- runs/Apr21_13-35-00_vorace/events.out.tfevents.1713706639.vorace +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"SegmentationModel"
|
4 |
+
],
|
5 |
+
"chunk_duration": 10.0,
|
6 |
+
"max_speakers_per_chunk": 3,
|
7 |
+
"max_speakers_per_frame": 2,
|
8 |
+
"min_duration": null,
|
9 |
+
"model_type": "pyannet",
|
10 |
+
"sample_rate": 16000,
|
11 |
+
"torch_dtype": "float32",
|
12 |
+
"transformers_version": "4.40.0",
|
13 |
+
"warm_up": [
|
14 |
+
0.0,
|
15 |
+
0.0
|
16 |
+
],
|
17 |
+
"weigh_by_cardinality": false
|
18 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b8bbc32c1f78baa7b8260c23a7cddcb37ae88cdbc67d8f872b7ddf74041c477
|
3 |
+
size 5899124
|
runs/Apr21_13-35-00_vorace/events.out.tfevents.1713706639.vorace
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e564cfeae7cfa849ae4486cd71e9ce7f08ced5b95294d1617a2d7061c1a240c0
|
3 |
+
size 5378
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8df2a422cf51fb6d0b9a40980a1f83ecc07908a19e80a0be3dda24f55b2b96b5
|
3 |
+
size 5048
|