Sam3000 commited on
Commit
7473843
·
verified ·
1 Parent(s): 231b5a9

Upload 5 files

Browse files
Files changed (5) hide show
  1. database.yml +21 -0
  2. lst.zip +3 -0
  3. requirements.txt +143 -0
  4. rttm.zip +3 -0
  5. uem.zip +3 -0
database.yml ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Custom Diarization Dataset Configuration for pyannote.audio
2
+ # pyannote.database version 4.x compatible
3
+
4
+ Databases:
5
+ CustomData: ./
6
+
7
+ Protocols:
8
+ CustomData:
9
+ SpeakerDiarization:
10
+ train:
11
+ train:
12
+ uri: lst/train.lst
13
+ annotation: rttm/{uri}.rttm
14
+ annotated: uem/{uri}.uem
15
+ development:
16
+ uri: lst/development.lst
17
+ annotation: rttm/{uri}.rttm
18
+ annotated: uem/{uri}.uem
19
+ test:
20
+ uri: lst/test.lst
21
+ annotated: uem/{uri}.uem
lst.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31b34844a28f326e2c3581980849a729d93291410f6c5cd2d0265f0d1f022990
3
+ size 799
requirements.txt ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohappyeyeballs==2.6.1
2
+ aiohttp==3.13.3
3
+ aiosignal==1.4.0
4
+ alembic==1.18.3
5
+ antlr4-python3-runtime==4.9.3
6
+ anyio==4.12.1
7
+ asteroid-filterbanks==0.4.0
8
+ asttokens==3.0.1
9
+ attrs==25.4.0
10
+ audioop-lts==0.2.2
11
+ audioread==3.1.0
12
+ certifi==2026.1.4
13
+ cffi==2.0.0
14
+ charset-normalizer==3.4.4
15
+ click==8.3.1
16
+ colorama==0.4.6
17
+ colorlog==6.10.1
18
+ comm==0.2.3
19
+ contourpy==1.3.3
20
+ cycler==0.12.1
21
+ debugpy==1.8.20
22
+ decorator==5.2.1
23
+ einops==0.8.2
24
+ executing==2.2.1
25
+ filelock==3.20.3
26
+ fonttools==4.61.1
27
+ frozenlist==1.8.0
28
+ fsspec==2026.2.0
29
+ googleapis-common-protos==1.72.0
30
+ greenlet==3.3.1
31
+ grpcio==1.78.0
32
+ h11==0.16.0
33
+ hf-xet==1.2.0
34
+ httpcore==1.0.9
35
+ httpx==0.28.1
36
+ huggingface-hub==0.23.0
37
+ HyperPyYAML==1.2.3
38
+ idna==3.11
39
+ importlib_metadata==8.7.1
40
+ ipykernel==7.2.0
41
+ ipython==9.10.0
42
+ ipython_pygments_lexers==1.1.1
43
+ jedi==0.19.2
44
+ Jinja2==3.1.6
45
+ joblib==1.5.3
46
+ julius==0.2.7
47
+ jupyter_client==8.8.0
48
+ jupyter_core==5.9.1
49
+ kiwisolver==1.4.9
50
+ lazy_loader==0.4
51
+ librosa==0.11.0
52
+ lightning==2.6.1
53
+ lightning-utilities==0.15.2
54
+ llvmlite==0.46.0
55
+ Mako==1.3.10
56
+ markdown-it-py==4.0.0
57
+ MarkupSafe==3.0.3
58
+ matplotlib==3.10.8
59
+ matplotlib-inline==0.2.1
60
+ mdurl==0.1.2
61
+ mpmath==1.3.0
62
+ msgpack==1.1.2
63
+ multidict==6.7.1
64
+ nest-asyncio==1.6.0
65
+ networkx==3.6.1
66
+ numba==0.63.1
67
+ numpy==2.3.5
68
+ omegaconf==2.3.0
69
+ opentelemetry-api==1.39.1
70
+ opentelemetry-exporter-otlp==1.39.1
71
+ opentelemetry-exporter-otlp-proto-common==1.39.1
72
+ opentelemetry-exporter-otlp-proto-grpc==1.39.1
73
+ opentelemetry-exporter-otlp-proto-http==1.39.1
74
+ opentelemetry-proto==1.39.1
75
+ opentelemetry-sdk==1.39.1
76
+ opentelemetry-semantic-conventions==0.60b1
77
+ optuna==4.7.0
78
+ packaging==26.0
79
+ pandas==3.0.0
80
+ parso==0.8.5
81
+ pillow==12.1.0
82
+ platformdirs==4.5.1
83
+ pooch==1.9.0
84
+ primePy==1.3
85
+ prompt_toolkit==3.0.52
86
+ propcache==0.4.1
87
+ protobuf==6.33.5
88
+ psutil==7.2.2
89
+ pure_eval==0.2.3
90
+ pyannote.audio==3.3.0
91
+ pyannote-core==6.0.1
92
+ pyannote-database==6.1.1
93
+ pyannote-metrics==4.0.0
94
+ pyannote-pipeline==4.0.0
95
+ pyannoteai-sdk==0.4.0
96
+ pycparser==3.0
97
+ Pygments==2.19.2
98
+ pyparsing==3.3.2
99
+ python-dateutil==2.9.0.post0
100
+ pytorch-lightning==2.6.1
101
+ pytorch-metric-learning==2.9.0
102
+ PyYAML==6.0.3
103
+ pyzmq==27.1.0
104
+ requests==2.32.5
105
+ rich==14.3.2
106
+ ruamel.yaml==0.18.17
107
+ ruamel.yaml.clib==0.2.15
108
+ safetensors==0.7.0
109
+ scikit-learn==1.8.0
110
+ scipy==1.17.0
111
+ semver==3.0.4
112
+ sentencepiece==0.2.1
113
+ shellingham==1.5.4
114
+ six==1.17.0
115
+ sortedcontainers==2.4.0
116
+ soundfile==0.13.1
117
+ soxr==1.0.0
118
+ speechbrain==1.0.3
119
+ SQLAlchemy==2.0.46
120
+ stack-data==0.6.3
121
+ standard-aifc==3.13.0
122
+ standard-chunk==3.13.0
123
+ standard-sunau==3.13.0
124
+ sympy==1.14.0
125
+ tensorboardX==2.6.4
126
+ threadpoolctl==3.6.0
127
+ torch==2.11.0.dev20260209+cu128
128
+ torch-audiomentations==0.12.0
129
+ torch_pitch_shift==1.2.5
130
+ torchaudio==2.11.0.dev20260209+cu128
131
+ torchcodec==0.10.0
132
+ torchmetrics==1.8.2
133
+ torchvision==0.26.0.dev20260209+cu128
134
+ tornado==6.5.4
135
+ tqdm==4.67.3
136
+ traitlets==5.14.3
137
+ typer-slim==0.21.1
138
+ typing_extensions==4.15.0
139
+ tzdata==2025.3
140
+ urllib3==2.6.3
141
+ wcwidth==0.6.0
142
+ yarl==1.22.0
143
+ zipp==3.23.0
rttm.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cf47ab87224c257c490db5def41671c554c8f3d0071c74ce92b8d93b0fa1629
3
+ size 16017
uem.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9eb4dc27a569d5d37fb29441590ec5e3fbc22e419918060f15967226ac1c482
3
+ size 5158