kamilakesbi
commited on
Commit
•
9755078
1
Parent(s):
ebdd3b3
Training in progress, epoch 1
Browse files- config.json +18 -0
- model.safetensors +3 -0
- runs/Apr21_13-50-16_vorace/events.out.tfevents.1713707603.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:9b26941f0241acd1b651718266e8fe140afcbd2697887cf64011a5d2af4b4873
|
3 |
+
size 5899124
|
runs/Apr21_13-50-16_vorace/events.out.tfevents.1713707603.vorace
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9cf7f7b98fc6d34f168763cd9917bc32b98ea7527b282e27bd99dd725db22baf
|
3 |
+
size 5378
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:393e7105e0187732cba94fcb0d8ff5e87066e197dd945a69fcca33bc4d665637
|
3 |
+
size 5048
|