kamilakesbi
commited on
Commit
•
b92e87c
1
Parent(s):
316d906
Training in progress, epoch 1
Browse files- config.json +18 -0
- model.safetensors +3 -0
- runs/Apr21_13-27-25_vorace/events.out.tfevents.1713706243.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:e9881623daa70dbff55f6d674b229ebf9083ecb26de63a7a7aa892728db4488e
|
3 |
+
size 5899124
|
runs/Apr21_13-27-25_vorace/events.out.tfevents.1713706243.vorace
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3de8993abfc2081bf39beda47736e3e627b267c58a7bbba3d6d05c0687dfbaf
|
3 |
+
size 5378
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9013415cb4ba1cccffcecad2a693f1bd7cbce83b2b591491780b0bc3489785c1
|
3 |
+
size 5048
|