Remove internal usage section from public model card
Browse files
README.md
CHANGED
|
@@ -36,18 +36,6 @@ from this directory — nothing is downloaded at runtime.
|
|
| 36 |
| `aligners/multi` | `wav2vec2-xlsr-multilingual-56` | 56-language fallback aligner |
|
| 37 |
| `diarization/` | `speaker-diarization-community-1` | speaker labels (who spoke when) |
|
| 38 |
|
| 39 |
-
## Usage
|
| 40 |
-
|
| 41 |
-
Built for the deAPI-ai / GamerHash AI media server (`--type whisper-ct2`):
|
| 42 |
-
|
| 43 |
-
```bash
|
| 44 |
-
python main.py --type whisper-ct2 --init-text \
|
| 45 |
-
--model-path <this-directory> --out-directory <out> --port 9000
|
| 46 |
-
```
|
| 47 |
-
|
| 48 |
-
Transcription uses only the CTranslate2 engine; the aligners are loaded on demand (or
|
| 49 |
-
preloaded) for word/char timestamps, and diarization runs only when requested.
|
| 50 |
-
|
| 51 |
## Licenses
|
| 52 |
|
| 53 |
This is a **bundle of independently-licensed models**. Each component keeps its own license:
|
|
|
|
| 36 |
| `aligners/multi` | `wav2vec2-xlsr-multilingual-56` | 56-language fallback aligner |
|
| 37 |
| `diarization/` | `speaker-diarization-community-1` | speaker labels (who spoke when) |
|
| 38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
## Licenses
|
| 40 |
|
| 41 |
This is a **bundle of independently-licensed models**. Each component keeps its own license:
|