kamilakesbi
commited on
Commit
•
d40c277
1
Parent(s):
4d99ba8
Training in progress, epoch 1
Browse files- config.json +18 -0
- model.safetensors +3 -0
- runs/Apr21_13-40-58_vorace/events.out.tfevents.1713707014.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:b5dd2754776450a42bd14b6f2fad277a785e2a8ae6f607bb994e6215bdd4a9fb
|
3 |
+
size 5899124
|
runs/Apr21_13-40-58_vorace/events.out.tfevents.1713707014.vorace
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff187851dc82aa17f3900f923f1c1394de55b334b6825db843a90b792b837e21
|
3 |
+
size 5378
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:255273792948ec6cadc617db7eba5cf92d6ae5c823721b7f431a5edaa2a0a9db
|
3 |
+
size 5048
|