Created
July 24, 2026 02:20
-
-
Save wirybeaver/ffa8a07f89066654a271a45b21592d25 to your computer and use it in GitHub Desktop.
Fun-ASR Nano and Whisper Large v3 RTX 4090 validation artifacts (20260723T1915Z)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "schema_version": 2, | |
| "passed": true, | |
| "provenance": { | |
| "schema_version": 1, | |
| "repository": { | |
| "commit": "1026d42844f6e61fedf3e0a0b9c0f15271f95ee1", | |
| "branch": "xuanyili/funasr", | |
| "dirty": true | |
| }, | |
| "host": { | |
| "platform": "Linux-6.8.0-106-generic-x86_64-with-glibc2.35", | |
| "cpu_model": "AMD Ryzen 9 7950X 16-Core Processor", | |
| "logical_cpus": 32, | |
| "memory_total_kib": "131012500 kB" | |
| }, | |
| "gpu": { | |
| "nvidia_smi_csv": "0, NVIDIA GeForce RTX 4090, GPU-31ec873a-8a46-ac13-8b6b-987bba37519e, 24564, 580.126.20, P2, 450.00, 2520, 10251, 8.9", | |
| "cuda_visible_devices": null, | |
| "torch_cuda_build": "13.0", | |
| "cudnn_version": 91900 | |
| }, | |
| "packages": { | |
| "torch": "2.11.0", | |
| "sglang": "0.5.12.post1", | |
| "sglang-omni": "0.1.0", | |
| "transformers": "5.6.0", | |
| "flash-attn-4": "4.0.0b15", | |
| "flashinfer-python": "0.6.11.post1", | |
| "sglang-kernel": "0.4.2.post2" | |
| }, | |
| "dependency_freeze_sha256": "ee9961d6153cf68edab142c14c7cfc163071fde30f3980c1f2a1d46370249596", | |
| "artifacts": { | |
| "model_id": "FunAudioLLM/Fun-ASR-Nano-2512-hf", | |
| "model_revision": "854d88f94205cd17d2afdb24332130d86fbe654a", | |
| "dataset_id": "zhaochenyang20/seed-tts-eval-arrow", | |
| "dataset_revision": "27f4c1adee83b5b29b7c4b375f6b976324bda308" | |
| }, | |
| "launch_command": null, | |
| "server_config": { | |
| "dtype": "bfloat16", | |
| "attention_backend": "flashinfer", | |
| "mm_attention_backend": "triton_attn", | |
| "cuda_graph": true, | |
| "torch_compile": false, | |
| "max_running_requests": 16, | |
| "mem_fraction_static": 0.65 | |
| }, | |
| "normalization": { | |
| "en": "whisper.normalizers.EnglishTextNormalizer", | |
| "zh": "strip zhon+ASCII punctuation, remove spaces, score characters" | |
| } | |
| }, | |
| "config": { | |
| "host": "127.0.0.1", | |
| "port": 8000, | |
| "duration_s": 5.0, | |
| "concurrencies": [ | |
| 1 | |
| ], | |
| "samples_per_language": 2, | |
| "max_audio_duration_s": 30.0, | |
| "include_translation": false, | |
| "min_free_memory_mib": 2048.0, | |
| "max_retained_memory_mib": 256.0, | |
| "model_path": "FunAudioLLM/Fun-ASR-Nano-2512-hf", | |
| "model_revision": "854d88f94205cd17d2afdb24332130d86fbe654a", | |
| "dataset_revision": "27f4c1adee83b5b29b7c4b375f6b976324bda308", | |
| "seed": 123 | |
| }, | |
| "functional": [ | |
| { | |
| "name": "basic_en", | |
| "passed": true, | |
| "status": 200, | |
| "text": "We asked over twenty different people, and they all said it was his.", | |
| "body": "{\"text\":\"We asked over twenty different people, and they all said it was his.\",\"usage\":{\"type\":\"duration\",\"seconds\":4}}", | |
| "latency_s": 3.858693238347769 | |
| }, | |
| { | |
| "name": "basic_zh", | |
| "passed": true, | |
| "status": 200, | |
| "text": "\u5728\u6b64\u5949\u529d\u5927\u5bb6\uff0c\u522b\u4e71\u6253\u7f8e\u767d\u9488\u3002", | |
| "body": "{\"text\":\"\u5728\u6b64\u5949\u529d\u5927\u5bb6\uff0c\u522b\u4e71\u6253\u7f8e\u767d\u9488\u3002\",\"usage\":{\"type\":\"duration\",\"seconds\":5}}", | |
| "latency_s": 0.7006277246400714 | |
| }, | |
| { | |
| "name": "streaming_consistency", | |
| "passed": true, | |
| "status": 200, | |
| "stream_text": "We asked over twenty different people, and they all said it was his.", | |
| "non_stream_text": "We asked over twenty different people, and they all said it was his.", | |
| "events": 1, | |
| "delta_events": 0, | |
| "first_event_latency_s": 0.08915348630398512 | |
| }, | |
| { | |
| "name": "stream_cancel_and_reconnect", | |
| "passed": true, | |
| "cancel": { | |
| "status": 200, | |
| "received_event": true | |
| }, | |
| "reconnect_status": 200 | |
| }, | |
| { | |
| "name": "empty_audio", | |
| "passed": true, | |
| "expected_status": 400, | |
| "status": 400, | |
| "text": "", | |
| "body": "{\"detail\":\"Uploaded audio file is empty\"}", | |
| "latency_s": 0.0024804184213280678 | |
| }, | |
| { | |
| "name": "corrupt_audio", | |
| "passed": true, | |
| "expected_status": 400, | |
| "status": 400, | |
| "text": "", | |
| "body": "{\"detail\":\"Fun-ASR could not decode the uploaded audio; provide a valid audio file.\"}", | |
| "latency_s": 0.2655902458354831 | |
| }, | |
| { | |
| "name": "near_limit_audio", | |
| "passed": true, | |
| "status": 200, | |
| "text": "We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all.", | |
| "body": "{\"text\":\"We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all said it was his. We asked", | |
| "latency_s": 0.317092452198267 | |
| }, | |
| { | |
| "name": "over_limit_audio", | |
| "passed": true, | |
| "expected_status": 400, | |
| "status": 400, | |
| "text": "", | |
| "body": "{\"detail\":\"Fun-ASR accepts audio up to 30.0 seconds because its official VAD segment limit is 30 seconds; split longer audio before inference.\"}", | |
| "latency_s": 0.01196355652064085 | |
| } | |
| ], | |
| "soak_stages": [ | |
| { | |
| "concurrency": 1, | |
| "duration_s": 5.01601031050086, | |
| "requests": 117, | |
| "successes": 117, | |
| "unexpected_errors": 0, | |
| "en": 59, | |
| "zh": 58, | |
| "translations": 0, | |
| "throughput_requests_per_s": 23.325302803030187, | |
| "latency_mean_s": 0.042825083749798626, | |
| "latency_p95_s": 0.05137938912957907, | |
| "memory": { | |
| "label": "after_concurrency_1", | |
| "monotonic_s": 6314085.808204184, | |
| "nvidia_smi_csv": "16578, 7504, 180.20, 52" | |
| } | |
| } | |
| ], | |
| "chaos_events": [], | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 82, | |
| "duration_s": 16.06583373993635, | |
| "gpu_memory_used_mib": { | |
| "min": 16988.25, | |
| "max": 17060.25, | |
| "end": 17060.25, | |
| "steady_mean": 17060.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7503.75, | |
| "max": 7575.75, | |
| "end": 7503.75, | |
| "steady_mean": 7503.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16496.0, | |
| "max": 16568.0, | |
| "end": 16568.0, | |
| "steady_mean": 16568.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 0.0, | |
| "max": 64.0, | |
| "mean": 17.195121951219512 | |
| }, | |
| "power_w": { | |
| "min": 26.357, | |
| "max": 183.607, | |
| "mean": 99.43217073170732 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 25.0, | |
| "mean": 2.276829268292683 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 99.7, | |
| "mean": 31.615853658536587 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| }, | |
| "memory_checkpoints": [ | |
| { | |
| "label": "before_functional", | |
| "monotonic_s": 6314074.872100157, | |
| "nvidia_smi_csv": "16506, 7576, 26.36, 0" | |
| }, | |
| { | |
| "label": "after_functional", | |
| "monotonic_s": 6314080.755410972, | |
| "nvidia_smi_csv": "16578, 7504, 103.44, 0" | |
| }, | |
| { | |
| "label": "after_soak", | |
| "monotonic_s": 6314085.85117965, | |
| "nvidia_smi_csv": "16578, 7504, 180.20, 52" | |
| }, | |
| { | |
| "label": "after_cooldown", | |
| "monotonic_s": 6314090.892675708, | |
| "nvidia_smi_csv": "16578, 7504, 60.60, 0" | |
| } | |
| ], | |
| "memory_validation": { | |
| "passed": true, | |
| "minimum_free_mib": 7503.75, | |
| "required_free_mib": 2048.0, | |
| "retained_after_cooldown_mib": 72.0, | |
| "maximum_retained_mib": 256.0, | |
| "checkpoints": { | |
| "before_functional": [ | |
| 16506.0, | |
| 7576.0 | |
| ], | |
| "after_functional": [ | |
| 16578.0, | |
| 7504.0 | |
| ], | |
| "after_soak": [ | |
| 16578.0, | |
| 7504.0 | |
| ], | |
| "after_cooldown": [ | |
| 16578.0, | |
| 7504.0 | |
| ] | |
| } | |
| }, | |
| "final_health_status": 200, | |
| "unexpected_errors": 0 | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "schema_version": 2, | |
| "provenance": { | |
| "schema_version": 1, | |
| "repository": { | |
| "commit": "1026d42844f6e61fedf3e0a0b9c0f15271f95ee1", | |
| "branch": "xuanyili/funasr", | |
| "dirty": true | |
| }, | |
| "host": { | |
| "platform": "Linux-6.8.0-106-generic-x86_64-with-glibc2.35", | |
| "cpu_model": "AMD Ryzen 9 7950X 16-Core Processor", | |
| "logical_cpus": 32, | |
| "memory_total_kib": "131012500 kB" | |
| }, | |
| "gpu": { | |
| "nvidia_smi_csv": "0, NVIDIA GeForce RTX 4090, GPU-31ec873a-8a46-ac13-8b6b-987bba37519e, 24564, 580.126.20, P2, 450.00, 2520, 10251, 8.9", | |
| "cuda_visible_devices": null, | |
| "torch_cuda_build": "13.0", | |
| "cudnn_version": 91900 | |
| }, | |
| "packages": { | |
| "torch": "2.11.0", | |
| "sglang": "0.5.12.post1", | |
| "sglang-omni": "0.1.0", | |
| "transformers": "5.6.0", | |
| "flash-attn-4": "4.0.0b15", | |
| "flashinfer-python": "0.6.11.post1", | |
| "sglang-kernel": "0.4.2.post2" | |
| }, | |
| "dependency_freeze_sha256": "ee9961d6153cf68edab142c14c7cfc163071fde30f3980c1f2a1d46370249596", | |
| "artifacts": { | |
| "model_id": "FunAudioLLM/Fun-ASR-Nano-2512-hf", | |
| "model_revision": "854d88f94205cd17d2afdb24332130d86fbe654a", | |
| "dataset_id": "zhaochenyang20/seed-tts-eval-arrow", | |
| "dataset_revision": "27f4c1adee83b5b29b7c4b375f6b976324bda308" | |
| }, | |
| "launch_command": "sgl-omni serve --config examples/configs/fun_asr_rtx4090.yaml --model-path <pinned-snapshot> --model-name FunAudioLLM/Fun-ASR-Nano-2512-hf --port 8000 --mem-fraction-static 0.65 --max-running-requests 16 --cuda-graph-max-bs 16", | |
| "server_config": { | |
| "dtype": "bfloat16", | |
| "attention_backend": "flashinfer", | |
| "mm_attention_backend": "triton_attn", | |
| "cuda_graph": true, | |
| "torch_compile": false, | |
| "max_running_requests": 16, | |
| "mem_fraction_static": 0.65 | |
| }, | |
| "normalization": { | |
| "en": "whisper.normalizers.EnglishTextNormalizer", | |
| "zh": "strip zhon+ASCII punctuation, remove spaces, score characters" | |
| } | |
| }, | |
| "config": { | |
| "host": "127.0.0.1", | |
| "port": 8000, | |
| "meta": "zhaochenyang20/seed-tts-eval-arrow", | |
| "lang": "en", | |
| "model_path": "FunAudioLLM/Fun-ASR-Nano-2512-hf", | |
| "model_revision": "854d88f94205cd17d2afdb24332130d86fbe654a", | |
| "dataset_revision": "27f4c1adee83b5b29b7c4b375f6b976324bda308", | |
| "num_samples": 1088, | |
| "concurrencies": [ | |
| 1, | |
| 2, | |
| 4, | |
| 8, | |
| 16, | |
| 32 | |
| ], | |
| "repeats": 3, | |
| "warmup": true, | |
| "server": { | |
| "dtype": "bfloat16", | |
| "attention_backend": "flashinfer", | |
| "mm_attention_backend": "triton_attn", | |
| "cuda_graph": true, | |
| "torch_compile": false, | |
| "max_running_requests": 16, | |
| "mem_fraction_static": 0.65 | |
| }, | |
| "resource_monitor": { | |
| "enabled": true, | |
| "gpu_index": 0, | |
| "interval_s": 0.2 | |
| } | |
| }, | |
| "results": [ | |
| { | |
| "concurrency": 1, | |
| "repeats": 3, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": { | |
| "mean": 0, | |
| "min": 0, | |
| "max": 0 | |
| }, | |
| "corpus_wer": { | |
| "mean": 0.017100484261501212, | |
| "min": 0.017100484261501212, | |
| "max": 0.017100484261501212 | |
| }, | |
| "per_sample_wer_max": { | |
| "mean": 0.2857142857142857, | |
| "min": 0.2857142857142857, | |
| "max": 0.2857142857142857 | |
| }, | |
| "wall_clock_s": { | |
| "mean": 54.02245725970715, | |
| "min": 52.28824727796018, | |
| "max": 55.943604450672865 | |
| }, | |
| "throughput_samples_per_s": { | |
| "mean": 20.155199161500533, | |
| "min": 19.44815695526594, | |
| "max": 20.807735134365437 | |
| }, | |
| "audio_seconds_per_s": { | |
| "mean": 95.4570818194059, | |
| "min": 92.10845771554543, | |
| "max": 98.54755883492714 | |
| }, | |
| "latency_mean_s": { | |
| "mean": 0.0495322310507261, | |
| "min": 0.047941727985744365, | |
| "max": 0.05128950312107062 | |
| }, | |
| "latency_p95_s": { | |
| "mean": 0.06466706339269876, | |
| "min": 0.06035201335325836, | |
| "max": 0.06702532554045318 | |
| }, | |
| "latency_p99_s": { | |
| "mean": 0.07898663599044069, | |
| "min": 0.07644269217737017, | |
| "max": 0.08269827268086338 | |
| }, | |
| "rtf_mean": { | |
| "mean": 0.010742992232487735, | |
| "min": 0.010390558727865543, | |
| "max": 0.011138118834984318 | |
| }, | |
| "rtf_p95": { | |
| "mean": 0.014633333333333333, | |
| "min": 0.0139, | |
| "max": 0.0151 | |
| }, | |
| "resources": { | |
| "gpu_memory_used_peak_mib": { | |
| "per_repeat": [ | |
| 17060.25, | |
| 17060.25, | |
| 17451.5625 | |
| ], | |
| "mean": 17190.6875, | |
| "min": 17060.25, | |
| "max": 17451.5625 | |
| }, | |
| "gpu_memory_used_steady_mib": { | |
| "per_repeat": [ | |
| 17060.25, | |
| 17060.25, | |
| 17060.25 | |
| ], | |
| "mean": 17060.25, | |
| "min": 17060.25, | |
| "max": 17060.25 | |
| }, | |
| "gpu_process_memory_peak_mib": { | |
| "per_repeat": [ | |
| 16568.0, | |
| 16568.0, | |
| 16568.0 | |
| ], | |
| "mean": 16568.0, | |
| "min": 16568.0, | |
| "max": 16568.0 | |
| }, | |
| "power_peak_w": { | |
| "per_repeat": [ | |
| 190.635, | |
| 188.979, | |
| 190.2 | |
| ], | |
| "mean": 189.938, | |
| "min": 188.979, | |
| "max": 190.635 | |
| }, | |
| "system_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 64.2, | |
| 58.3, | |
| 14.3 | |
| ], | |
| "mean": 45.6, | |
| "min": 14.3, | |
| "max": 64.2 | |
| }, | |
| "gpu_process_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 94.7, | |
| 94.8, | |
| 94.8 | |
| ], | |
| "mean": 94.76666666666667, | |
| "min": 94.7, | |
| "max": 94.8 | |
| }, | |
| "monitor_errors": [] | |
| }, | |
| "per_repeat": [ | |
| { | |
| "concurrency": 1, | |
| "repeat": 1, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.017100484261501212, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 55.943604450672865, | |
| "throughput_samples_per_s": 19.44815695526594, | |
| "audio_seconds_per_s": 92.10845771554543, | |
| "latency_mean_s": 0.05128950312107062, | |
| "latency_p95_s": 0.06662385128438472, | |
| "latency_p99_s": 0.07781894311308853, | |
| "rtf_mean": 0.011138118834984318, | |
| "rtf_p95": 0.0151, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 298, | |
| "duration_s": 60.552101640962064, | |
| "gpu_memory_used_mib": { | |
| "min": 17060.25, | |
| "max": 17060.25, | |
| "end": 17060.25, | |
| "steady_mean": 17060.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7503.75, | |
| "max": 7503.75, | |
| "end": 7503.75, | |
| "steady_mean": 7503.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16568.0, | |
| "max": 16568.0, | |
| "end": 16568.0, | |
| "steady_mean": 16568.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 0.0, | |
| "max": 70.0, | |
| "mean": 53.23489932885906 | |
| }, | |
| "power_w": { | |
| "min": 61.08, | |
| "max": 190.635, | |
| "mean": 168.61889261744966 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 64.2, | |
| "mean": 43.67751677852349 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 94.7, | |
| "mean": 77.04597315436241 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 1, | |
| "repeat": 2, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.017100484261501212, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 53.83552005048841, | |
| "throughput_samples_per_s": 20.209705394870227, | |
| "audio_seconds_per_s": 95.71522890774511, | |
| "latency_mean_s": 0.049365462045363316, | |
| "latency_p95_s": 0.06702532554045318, | |
| "latency_p99_s": 0.08269827268086338, | |
| "rtf_mean": 0.010700299134613345, | |
| "rtf_p95": 0.0149, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 271, | |
| "duration_s": 53.98599810618907, | |
| "gpu_memory_used_mib": { | |
| "min": 17060.25, | |
| "max": 17060.25, | |
| "end": 17060.25, | |
| "steady_mean": 17060.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7503.75, | |
| "max": 7503.75, | |
| "end": 7503.75, | |
| "steady_mean": 7503.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16568.0, | |
| "max": 16568.0, | |
| "end": 16568.0, | |
| "steady_mean": 16568.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 0.0, | |
| "max": 66.0, | |
| "mean": 55.54612546125461 | |
| }, | |
| "power_w": { | |
| "min": 61.08, | |
| "max": 188.979, | |
| "mean": 176.017926199262 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 58.3, | |
| "mean": 18.343542435424357 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 94.8, | |
| "mean": 83.05977859778598 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 1, | |
| "repeat": 3, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.017100484261501212, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 52.28824727796018, | |
| "throughput_samples_per_s": 20.807735134365437, | |
| "audio_seconds_per_s": 98.54755883492714, | |
| "latency_mean_s": 0.047941727985744365, | |
| "latency_p95_s": 0.06035201335325836, | |
| "latency_p99_s": 0.07644269217737017, | |
| "rtf_mean": 0.010390558727865543, | |
| "rtf_p95": 0.0139, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 263, | |
| "duration_s": 52.43210362736136, | |
| "gpu_memory_used_mib": { | |
| "min": 17060.25, | |
| "max": 17451.5625, | |
| "end": 17060.25, | |
| "steady_mean": 17060.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7112.4375, | |
| "max": 7503.75, | |
| "end": 7503.75, | |
| "steady_mean": 7503.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16568.0, | |
| "max": 16568.0, | |
| "end": 16568.0, | |
| "steady_mean": 16568.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 38.0, | |
| "max": 67.0, | |
| "mean": 59.049429657794676 | |
| }, | |
| "power_w": { | |
| "min": 171.402, | |
| "max": 190.2, | |
| "mean": 181.86693155893536 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 5.6, | |
| "max": 14.3, | |
| "mean": 6.601140684410646 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 94.8, | |
| "mean": 84.77414448669201 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "concurrency": 2, | |
| "repeats": 3, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": { | |
| "mean": 0, | |
| "min": 0, | |
| "max": 0 | |
| }, | |
| "corpus_wer": { | |
| "mean": 0.017100484261501212, | |
| "min": 0.017100484261501212, | |
| "max": 0.017100484261501212 | |
| }, | |
| "per_sample_wer_max": { | |
| "mean": 0.2857142857142857, | |
| "min": 0.2857142857142857, | |
| "max": 0.2857142857142857 | |
| }, | |
| "wall_clock_s": { | |
| "mean": 31.37459820198516, | |
| "min": 31.237253487110138, | |
| "max": 31.526070918887854 | |
| }, | |
| "throughput_samples_per_s": { | |
| "mean": 34.67822789428845, | |
| "min": 34.51111947312658, | |
| "max": 34.830206837773254 | |
| }, | |
| "audio_seconds_per_s": { | |
| "mean": 164.23962923572762, | |
| "min": 163.44818668516078, | |
| "max": 164.9594170347372 | |
| }, | |
| "latency_mean_s": { | |
| "mean": 0.05755537827430731, | |
| "min": 0.05731094382816296, | |
| "max": 0.05781671082042843 | |
| }, | |
| "latency_p95_s": { | |
| "mean": 0.07335382575790085, | |
| "min": 0.07261307011358437, | |
| "max": 0.07442255555652079 | |
| }, | |
| "latency_p99_s": { | |
| "mean": 0.08658299843159803, | |
| "min": 0.08301441521383808, | |
| "max": 0.08848873210139555 | |
| }, | |
| "rtf_mean": { | |
| "mean": 0.01252518070008209, | |
| "min": 0.012443303489152327, | |
| "max": 0.012630714624925583 | |
| }, | |
| "rtf_p95": { | |
| "mean": 0.0169, | |
| "min": 0.0168, | |
| "max": 0.017 | |
| }, | |
| "resources": { | |
| "gpu_memory_used_peak_mib": { | |
| "per_repeat": [ | |
| 17062.25, | |
| 17064.25, | |
| 17064.25 | |
| ], | |
| "mean": 17063.583333333332, | |
| "min": 17062.25, | |
| "max": 17064.25 | |
| }, | |
| "gpu_memory_used_steady_mib": { | |
| "per_repeat": [ | |
| 17062.25, | |
| 17064.25, | |
| 17064.25 | |
| ], | |
| "mean": 17063.583333333332, | |
| "min": 17062.25, | |
| "max": 17064.25 | |
| }, | |
| "gpu_process_memory_peak_mib": { | |
| "per_repeat": [ | |
| 16570.0, | |
| 16572.0, | |
| 16572.0 | |
| ], | |
| "mean": 16571.333333333332, | |
| "min": 16570.0, | |
| "max": 16572.0 | |
| }, | |
| "power_peak_w": { | |
| "per_repeat": [ | |
| 180.724, | |
| 182.71, | |
| 183.095 | |
| ], | |
| "mean": 182.17633333333333, | |
| "min": 180.724, | |
| "max": 183.095 | |
| }, | |
| "system_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 11.4, | |
| 14.3, | |
| 10.8 | |
| ], | |
| "mean": 12.166666666666668, | |
| "min": 10.8, | |
| "max": 14.3 | |
| }, | |
| "gpu_process_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 114.6, | |
| 114.7, | |
| 109.8 | |
| ], | |
| "mean": 113.03333333333333, | |
| "min": 109.8, | |
| "max": 114.7 | |
| }, | |
| "monitor_errors": [] | |
| }, | |
| "per_repeat": [ | |
| { | |
| "concurrency": 2, | |
| "repeat": 1, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.017100484261501212, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 31.526070918887854, | |
| "throughput_samples_per_s": 34.51111947312658, | |
| "audio_seconds_per_s": 163.44818668516078, | |
| "latency_mean_s": 0.05781671082042843, | |
| "latency_p95_s": 0.07302585160359738, | |
| "latency_p99_s": 0.08848873210139555, | |
| "rtf_mean": 0.012630714624925583, | |
| "rtf_p95": 0.0169, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 159, | |
| "duration_s": 31.671835799701512, | |
| "gpu_memory_used_mib": { | |
| "min": 17062.25, | |
| "max": 17062.25, | |
| "end": 17062.25, | |
| "steady_mean": 17062.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7501.75, | |
| "max": 7501.75, | |
| "end": 7501.75, | |
| "steady_mean": 7501.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16570.0, | |
| "max": 16570.0, | |
| "end": 16570.0, | |
| "steady_mean": 16570.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 43.0, | |
| "max": 78.0, | |
| "mean": 66.21383647798743 | |
| }, | |
| "power_w": { | |
| "min": 130.711, | |
| "max": 180.724, | |
| "mean": 170.87542767295596 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 3.7, | |
| "max": 11.4, | |
| "mean": 6.898113207547169 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 114.6, | |
| "mean": 95.82138364779874 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 2, | |
| "repeat": 2, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.017100484261501212, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 31.237253487110138, | |
| "throughput_samples_per_s": 34.830206837773254, | |
| "audio_seconds_per_s": 164.9594170347372, | |
| "latency_mean_s": 0.05731094382816296, | |
| "latency_p95_s": 0.07261307011358437, | |
| "latency_p99_s": 0.08301441521383808, | |
| "rtf_mean": 0.012443303489152327, | |
| "rtf_p95": 0.0168, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 158, | |
| "duration_s": 31.379168948158622, | |
| "gpu_memory_used_mib": { | |
| "min": 17062.25, | |
| "max": 17064.25, | |
| "end": 17064.25, | |
| "steady_mean": 17064.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7499.75, | |
| "max": 7501.75, | |
| "end": 7499.75, | |
| "steady_mean": 7499.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16570.0, | |
| "max": 16572.0, | |
| "end": 16572.0, | |
| "steady_mean": 16572.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 46.0, | |
| "max": 81.0, | |
| "mean": 67.18987341772151 | |
| }, | |
| "power_w": { | |
| "min": 161.464, | |
| "max": 182.71, | |
| "mean": 172.13108227848102 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 5.2, | |
| "max": 14.3, | |
| "mean": 6.912658227848102 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 114.7, | |
| "mean": 96.75632911392405 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 2, | |
| "repeat": 3, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.017100484261501212, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 31.36047019995749, | |
| "throughput_samples_per_s": 34.69335737196551, | |
| "audio_seconds_per_s": 164.3112839872849, | |
| "latency_mean_s": 0.05753848017433055, | |
| "latency_p95_s": 0.07442255555652079, | |
| "latency_p99_s": 0.08824584797956048, | |
| "rtf_mean": 0.012501523986168361, | |
| "rtf_p95": 0.017, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 159, | |
| "duration_s": 31.500288429670036, | |
| "gpu_memory_used_mib": { | |
| "min": 17064.25, | |
| "max": 17064.25, | |
| "end": 17064.25, | |
| "steady_mean": 17064.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7499.75, | |
| "max": 7499.75, | |
| "end": 7499.75, | |
| "steady_mean": 7499.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16572.0, | |
| "max": 16572.0, | |
| "end": 16572.0, | |
| "steady_mean": 16572.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 24.0, | |
| "max": 78.0, | |
| "mean": 64.25786163522012 | |
| }, | |
| "power_w": { | |
| "min": 153.93, | |
| "max": 183.095, | |
| "mean": 170.8116352201258 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 10.8, | |
| "mean": 6.736477987421383 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 109.8, | |
| "mean": 95.61069182389937 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "concurrency": 4, | |
| "repeats": 3, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": { | |
| "mean": 0, | |
| "min": 0, | |
| "max": 0 | |
| }, | |
| "corpus_wer": { | |
| "mean": 0.01823547215496368, | |
| "min": 0.017630145278450363, | |
| "max": 0.018765133171912834 | |
| }, | |
| "per_sample_wer_max": { | |
| "mean": 0.2857142857142857, | |
| "min": 0.2857142857142857, | |
| "max": 0.2857142857142857 | |
| }, | |
| "wall_clock_s": { | |
| "mean": 19.750426791608334, | |
| "min": 19.67947869282216, | |
| "max": 19.798694275319576 | |
| }, | |
| "throughput_samples_per_s": { | |
| "mean": 55.08778856813433, | |
| "min": 54.95311887088768, | |
| "max": 55.28601732711722 | |
| }, | |
| "audio_seconds_per_s": { | |
| "mean": 260.90139315730977, | |
| "min": 260.2635837163977, | |
| "max": 261.8402248063333 | |
| }, | |
| "latency_mean_s": { | |
| "mean": 0.07240575208133497, | |
| "min": 0.0721520739410634, | |
| "max": 0.07257263307367205 | |
| }, | |
| "latency_p95_s": { | |
| "mean": 0.09617441217415035, | |
| "min": 0.09511444210074842, | |
| "max": 0.09673815392889082 | |
| }, | |
| "latency_p99_s": { | |
| "mean": 0.11051116830358897, | |
| "min": 0.10862362049520004, | |
| "max": 0.11235653073526915 | |
| }, | |
| "rtf_mean": { | |
| "mean": 0.0157365436790271, | |
| "min": 0.015685877571588208, | |
| "max": 0.01576902300126958 | |
| }, | |
| "rtf_p95": { | |
| "mean": 0.0214, | |
| "min": 0.0214, | |
| "max": 0.0214 | |
| }, | |
| "resources": { | |
| "gpu_memory_used_peak_mib": { | |
| "per_repeat": [ | |
| 17066.25, | |
| 17066.25, | |
| 17066.25 | |
| ], | |
| "mean": 17066.25, | |
| "min": 17066.25, | |
| "max": 17066.25 | |
| }, | |
| "gpu_memory_used_steady_mib": { | |
| "per_repeat": [ | |
| 17066.25, | |
| 17066.25, | |
| 17066.25 | |
| ], | |
| "mean": 17066.25, | |
| "min": 17066.25, | |
| "max": 17066.25 | |
| }, | |
| "gpu_process_memory_peak_mib": { | |
| "per_repeat": [ | |
| 16574.0, | |
| 16574.0, | |
| 16574.0 | |
| ], | |
| "mean": 16574.0, | |
| "min": 16574.0, | |
| "max": 16574.0 | |
| }, | |
| "power_peak_w": { | |
| "per_repeat": [ | |
| 172.221, | |
| 169.929, | |
| 170.539 | |
| ], | |
| "mean": 170.89633333333333, | |
| "min": 169.929, | |
| "max": 172.221 | |
| }, | |
| "system_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 8.8, | |
| 14.3, | |
| 11.9 | |
| ], | |
| "mean": 11.666666666666668, | |
| "min": 8.8, | |
| "max": 14.3 | |
| }, | |
| "gpu_process_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 119.8, | |
| 119.8, | |
| 119.6 | |
| ], | |
| "mean": 119.73333333333333, | |
| "min": 119.6, | |
| "max": 119.8 | |
| }, | |
| "monitor_errors": [] | |
| }, | |
| "per_repeat": [ | |
| { | |
| "concurrency": 4, | |
| "repeat": 1, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.017630145278450363, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 19.798694275319576, | |
| "throughput_samples_per_s": 54.95311887088768, | |
| "audio_seconds_per_s": 260.2635837163977, | |
| "latency_mean_s": 0.07257263307367205, | |
| "latency_p95_s": 0.09511444210074842, | |
| "latency_p99_s": 0.10862362049520004, | |
| "rtf_mean": 0.01576902300126958, | |
| "rtf_p95": 0.0214, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 101, | |
| "duration_s": 20.01868139207363, | |
| "gpu_memory_used_mib": { | |
| "min": 17066.25, | |
| "max": 17066.25, | |
| "end": 17066.25, | |
| "steady_mean": 17066.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7497.75, | |
| "max": 7497.75, | |
| "end": 7497.75, | |
| "steady_mean": 7497.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16574.0, | |
| "max": 16574.0, | |
| "end": 16574.0, | |
| "steady_mean": 16574.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 51.0, | |
| "max": 71.0, | |
| "mean": 63.34653465346535 | |
| }, | |
| "power_w": { | |
| "min": 158.581, | |
| "max": 172.221, | |
| "mean": 165.94788118811883 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 8.8, | |
| "mean": 7.060396039603961 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 119.8, | |
| "mean": 105.51782178217822 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 4, | |
| "repeat": 2, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.018311138014527845, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 19.67947869282216, | |
| "throughput_samples_per_s": 55.28601732711722, | |
| "audio_seconds_per_s": 261.8402248063333, | |
| "latency_mean_s": 0.0721520739410634, | |
| "latency_p95_s": 0.09673815392889082, | |
| "latency_p99_s": 0.11235653073526915, | |
| "rtf_mean": 0.015685877571588208, | |
| "rtf_p95": 0.0214, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 100, | |
| "duration_s": 19.82530173100531, | |
| "gpu_memory_used_mib": { | |
| "min": 17066.25, | |
| "max": 17066.25, | |
| "end": 17066.25, | |
| "steady_mean": 17066.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7497.75, | |
| "max": 7497.75, | |
| "end": 7497.75, | |
| "steady_mean": 7497.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16574.0, | |
| "max": 16574.0, | |
| "end": 16574.0, | |
| "steady_mean": 16574.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 28.0, | |
| "max": 73.0, | |
| "mean": 62.56 | |
| }, | |
| "power_w": { | |
| "min": 150.966, | |
| "max": 169.929, | |
| "mean": 164.54928 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 6.2, | |
| "max": 14.3, | |
| "mean": 7.294 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 119.8, | |
| "mean": 105.978 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 4, | |
| "repeat": 3, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.018765133171912834, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 19.773107406683266, | |
| "throughput_samples_per_s": 55.02422950639809, | |
| "audio_seconds_per_s": 260.60037094919835, | |
| "latency_mean_s": 0.07249254922926947, | |
| "latency_p95_s": 0.0966706404928118, | |
| "latency_p99_s": 0.11055335368029773, | |
| "rtf_mean": 0.015754730464223512, | |
| "rtf_p95": 0.0214, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 101, | |
| "duration_s": 19.91589926648885, | |
| "gpu_memory_used_mib": { | |
| "min": 17066.25, | |
| "max": 17066.25, | |
| "end": 17066.25, | |
| "steady_mean": 17066.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7497.75, | |
| "max": 7497.75, | |
| "end": 7497.75, | |
| "steady_mean": 7497.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16574.0, | |
| "max": 16574.0, | |
| "end": 16574.0, | |
| "steady_mean": 16574.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 46.0, | |
| "max": 80.0, | |
| "mean": 61.20792079207921 | |
| }, | |
| "power_w": { | |
| "min": 154.408, | |
| "max": 170.539, | |
| "mean": 164.64313861386137 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 11.9, | |
| "mean": 7.201980198019802 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 119.6, | |
| "mean": 105.23465346534654 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "concurrency": 8, | |
| "repeats": 3, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": { | |
| "mean": 0, | |
| "min": 0, | |
| "max": 0 | |
| }, | |
| "corpus_wer": { | |
| "mean": 0.017579701372074253, | |
| "min": 0.01740314769975787, | |
| "max": 0.017781476997578694 | |
| }, | |
| "per_sample_wer_max": { | |
| "mean": 0.2857142857142857, | |
| "min": 0.2857142857142857, | |
| "max": 0.2857142857142857 | |
| }, | |
| "wall_clock_s": { | |
| "mean": 12.746345904345313, | |
| "min": 12.604425843805075, | |
| "max": 12.901555600576103 | |
| }, | |
| "throughput_samples_per_s": { | |
| "mean": 85.36556249647748, | |
| "min": 84.33091587431649, | |
| "max": 86.31888619779845 | |
| }, | |
| "audio_seconds_per_s": { | |
| "mean": 404.30002296138025, | |
| "min": 399.399830883177, | |
| "max": 408.8150613804102 | |
| }, | |
| "latency_mean_s": { | |
| "mean": 0.09340594228791922, | |
| "min": 0.09241813773234539, | |
| "max": 0.09444397561995121 | |
| }, | |
| "latency_p95_s": { | |
| "mean": 0.1301489133543024, | |
| "min": 0.12621441013179718, | |
| "max": 0.134207426290959 | |
| }, | |
| "latency_p99_s": { | |
| "mean": 0.15167966608578923, | |
| "min": 0.14486612331122128, | |
| "max": 0.16159495795145554 | |
| }, | |
| "rtf_mean": { | |
| "mean": 0.020281419810953678, | |
| "min": 0.020072921338632713, | |
| "max": 0.020541902398783993 | |
| }, | |
| "rtf_p95": { | |
| "mean": 0.028833333333333332, | |
| "min": 0.0282, | |
| "max": 0.0297 | |
| }, | |
| "resources": { | |
| "gpu_memory_used_peak_mib": { | |
| "per_repeat": [ | |
| 17066.25, | |
| 17066.25, | |
| 17066.25 | |
| ], | |
| "mean": 17066.25, | |
| "min": 17066.25, | |
| "max": 17066.25 | |
| }, | |
| "gpu_memory_used_steady_mib": { | |
| "per_repeat": [ | |
| 17066.25, | |
| 17066.25, | |
| 17066.25 | |
| ], | |
| "mean": 17066.25, | |
| "min": 17066.25, | |
| "max": 17066.25 | |
| }, | |
| "gpu_process_memory_peak_mib": { | |
| "per_repeat": [ | |
| 16574.0, | |
| 16574.0, | |
| 16574.0 | |
| ], | |
| "mean": 16574.0, | |
| "min": 16574.0, | |
| "max": 16574.0 | |
| }, | |
| "power_peak_w": { | |
| "per_repeat": [ | |
| 159.984, | |
| 159.576, | |
| 159.397 | |
| ], | |
| "mean": 159.65233333333333, | |
| "min": 159.397, | |
| "max": 159.984 | |
| }, | |
| "system_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 12.5, | |
| 12.2, | |
| 14.3 | |
| ], | |
| "mean": 13.0, | |
| "min": 12.2, | |
| "max": 14.3 | |
| }, | |
| "gpu_process_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 139.6, | |
| 149.6, | |
| 144.6 | |
| ], | |
| "mean": 144.6, | |
| "min": 139.6, | |
| "max": 149.6 | |
| }, | |
| "monitor_errors": [] | |
| }, | |
| "per_repeat": [ | |
| { | |
| "concurrency": 8, | |
| "repeat": 1, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.017781476997578694, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 12.901555600576103, | |
| "throughput_samples_per_s": 84.33091587431649, | |
| "audio_seconds_per_s": 399.399830883177, | |
| "latency_mean_s": 0.09444397561995121, | |
| "latency_p95_s": 0.134207426290959, | |
| "latency_p99_s": 0.16159495795145554, | |
| "rtf_mean": 0.020541902398783993, | |
| "rtf_p95": 0.0297, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 67, | |
| "duration_s": 13.053503816947341, | |
| "gpu_memory_used_mib": { | |
| "min": 17066.25, | |
| "max": 17066.25, | |
| "end": 17066.25, | |
| "steady_mean": 17066.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7497.75, | |
| "max": 7497.75, | |
| "end": 7497.75, | |
| "steady_mean": 7497.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16574.0, | |
| "max": 16574.0, | |
| "end": 16574.0, | |
| "steady_mean": 16574.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 31.0, | |
| "max": 71.0, | |
| "mean": 53.417910447761194 | |
| }, | |
| "power_w": { | |
| "min": 148.471, | |
| "max": 159.984, | |
| "mean": 154.42746268656717 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 6.3, | |
| "max": 12.5, | |
| "mean": 7.7701492537313435 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 139.6, | |
| "mean": 114.84776119402986 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 8, | |
| "repeat": 2, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01740314769975787, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 12.733056268654764, | |
| "throughput_samples_per_s": 85.4468854173175, | |
| "audio_seconds_per_s": 404.6851766205536, | |
| "latency_mean_s": 0.09335571351146106, | |
| "latency_p95_s": 0.130024903640151, | |
| "latency_p99_s": 0.14857791699469083, | |
| "rtf_mean": 0.020229435695444328, | |
| "rtf_p95": 0.0282, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 66, | |
| "duration_s": 12.888733893632889, | |
| "gpu_memory_used_mib": { | |
| "min": 17066.25, | |
| "max": 17066.25, | |
| "end": 17066.25, | |
| "steady_mean": 17066.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7497.75, | |
| "max": 7497.75, | |
| "end": 7497.75, | |
| "steady_mean": 7497.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16574.0, | |
| "max": 16574.0, | |
| "end": 16574.0, | |
| "steady_mean": 16574.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 46.0, | |
| "max": 60.0, | |
| "mean": 54.166666666666664 | |
| }, | |
| "power_w": { | |
| "min": 143.961, | |
| "max": 159.576, | |
| "mean": 155.1346818181818 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 12.2, | |
| "mean": 7.71969696969697 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 149.6, | |
| "mean": 116.54848484848485 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 8, | |
| "repeat": 3, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.017554479418886198, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 12.604425843805075, | |
| "throughput_samples_per_s": 86.31888619779845, | |
| "audio_seconds_per_s": 408.8150613804102, | |
| "latency_mean_s": 0.09241813773234539, | |
| "latency_p95_s": 0.12621441013179718, | |
| "latency_p99_s": 0.14486612331122128, | |
| "rtf_mean": 0.020072921338632713, | |
| "rtf_p95": 0.0286, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 65, | |
| "duration_s": 12.753075197339058, | |
| "gpu_memory_used_mib": { | |
| "min": 17066.25, | |
| "max": 17066.25, | |
| "end": 17066.25, | |
| "steady_mean": 17066.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7497.75, | |
| "max": 7497.75, | |
| "end": 7497.75, | |
| "steady_mean": 7497.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16574.0, | |
| "max": 16574.0, | |
| "end": 16574.0, | |
| "steady_mean": 16574.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 10.0, | |
| "max": 62.0, | |
| "mean": 51.86153846153846 | |
| }, | |
| "power_w": { | |
| "min": 144.57, | |
| "max": 159.397, | |
| "mean": 154.75655384615385 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 6.9, | |
| "max": 14.3, | |
| "mean": 7.921538461538461 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 144.6, | |
| "mean": 118.0923076923077 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "concurrency": 16, | |
| "repeats": 3, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": { | |
| "mean": 0, | |
| "min": 0, | |
| "max": 0 | |
| }, | |
| "corpus_wer": { | |
| "mean": 0.01740314769975787, | |
| "min": 0.017327481840193705, | |
| "max": 0.017478813559322032 | |
| }, | |
| "per_sample_wer_max": { | |
| "mean": 0.30158730158730157, | |
| "min": 0.2857142857142857, | |
| "max": 0.3333333333333333 | |
| }, | |
| "wall_clock_s": { | |
| "mean": 9.526167809342345, | |
| "min": 9.258156143128872, | |
| "max": 9.6666801860556 | |
| }, | |
| "throughput_samples_per_s": { | |
| "mean": 114.25761766768427, | |
| "min": 112.55156672809596, | |
| "max": 117.51800068823437 | |
| }, | |
| "audio_seconds_per_s": { | |
| "mean": 541.1357471985676, | |
| "min": 533.0557156978404, | |
| "max": 556.5772541894655 | |
| }, | |
| "latency_mean_s": { | |
| "mean": 0.13913145375137867, | |
| "min": 0.13561221525014844, | |
| "max": 0.14132430021880496 | |
| }, | |
| "latency_p95_s": { | |
| "mean": 0.19237005578664437, | |
| "min": 0.18072585077024994, | |
| "max": 0.20118214832618825 | |
| }, | |
| "latency_p99_s": { | |
| "mean": 0.23784200806170627, | |
| "min": 0.20715806519612667, | |
| "max": 0.2731719020940351 | |
| }, | |
| "rtf_mean": { | |
| "mean": 0.030209528922495267, | |
| "min": 0.029418329744702272, | |
| "max": 0.030623191915308105 | |
| }, | |
| "rtf_p95": { | |
| "mean": 0.043333333333333335, | |
| "min": 0.0409, | |
| "max": 0.0449 | |
| }, | |
| "resources": { | |
| "gpu_memory_used_peak_mib": { | |
| "per_repeat": [ | |
| 17090.25, | |
| 17090.25, | |
| 17090.25 | |
| ], | |
| "mean": 17090.25, | |
| "min": 17090.25, | |
| "max": 17090.25 | |
| }, | |
| "gpu_memory_used_steady_mib": { | |
| "per_repeat": [ | |
| 17090.25, | |
| 17090.25, | |
| 17090.25 | |
| ], | |
| "mean": 17090.25, | |
| "min": 17090.25, | |
| "max": 17090.25 | |
| }, | |
| "gpu_process_memory_peak_mib": { | |
| "per_repeat": [ | |
| 16598.0, | |
| 16598.0, | |
| 16598.0 | |
| ], | |
| "mean": 16598.0, | |
| "min": 16598.0, | |
| "max": 16598.0 | |
| }, | |
| "power_peak_w": { | |
| "per_repeat": [ | |
| 144.259, | |
| 145.545, | |
| 140.654 | |
| ], | |
| "mean": 143.486, | |
| "min": 140.654, | |
| "max": 145.545 | |
| }, | |
| "system_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 10.6, | |
| 10.5, | |
| 22.2 | |
| ], | |
| "mean": 14.433333333333334, | |
| "min": 10.5, | |
| "max": 22.2 | |
| }, | |
| "gpu_process_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 159.5, | |
| 169.4, | |
| 169.6 | |
| ], | |
| "mean": 166.16666666666666, | |
| "min": 159.5, | |
| "max": 169.6 | |
| }, | |
| "monitor_errors": [] | |
| }, | |
| "per_repeat": [ | |
| { | |
| "concurrency": 16, | |
| "repeat": 1, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.017478813559322032, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 9.6666801860556, | |
| "throughput_samples_per_s": 112.55156672809596, | |
| "audio_seconds_per_s": 533.0557156978404, | |
| "latency_mean_s": 0.14045784578518258, | |
| "latency_p95_s": 0.1952021682634949, | |
| "latency_p99_s": 0.2731719020940351, | |
| "rtf_mean": 0.030587065107475428, | |
| "rtf_p95": 0.0442, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 50, | |
| "duration_s": 9.816544398665428, | |
| "gpu_memory_used_mib": { | |
| "min": 17068.25, | |
| "max": 17090.25, | |
| "end": 17090.25, | |
| "steady_mean": 17090.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7473.75, | |
| "max": 7495.75, | |
| "end": 7473.75, | |
| "steady_mean": 7473.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16576.0, | |
| "max": 16598.0, | |
| "end": 16598.0, | |
| "steady_mean": 16598.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 0.0, | |
| "max": 53.0, | |
| "mean": 40.94 | |
| }, | |
| "power_w": { | |
| "min": 131.365, | |
| "max": 144.259, | |
| "mean": 139.21386 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 10.6, | |
| "mean": 8.07 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 159.5, | |
| "mean": 128.526 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 16, | |
| "repeat": 2, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.017327481840193705, | |
| "per_sample_wer_max": 0.3333333333333333, | |
| "wall_clock_s": 9.258156143128872, | |
| "throughput_samples_per_s": 117.51800068823437, | |
| "audio_seconds_per_s": 556.5772541894655, | |
| "latency_mean_s": 0.13561221525014844, | |
| "latency_p95_s": 0.18072585077024994, | |
| "latency_p99_s": 0.20715806519612667, | |
| "rtf_mean": 0.029418329744702272, | |
| "rtf_p95": 0.0409, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 48, | |
| "duration_s": 9.403645482845604, | |
| "gpu_memory_used_mib": { | |
| "min": 17090.25, | |
| "max": 17090.25, | |
| "end": 17090.25, | |
| "steady_mean": 17090.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7473.75, | |
| "max": 7473.75, | |
| "end": 7473.75, | |
| "steady_mean": 7473.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16598.0, | |
| "max": 16598.0, | |
| "end": 16598.0, | |
| "steady_mean": 16598.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 39.0, | |
| "max": 53.0, | |
| "mean": 44.5625 | |
| }, | |
| "power_w": { | |
| "min": 131.865, | |
| "max": 145.545, | |
| "mean": 140.31775000000002 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 10.5, | |
| "mean": 8.135416666666666 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 169.4, | |
| "mean": 132.55416666666667 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 16, | |
| "repeat": 3, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01740314769975787, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 9.653667098842561, | |
| "throughput_samples_per_s": 112.7032855867225, | |
| "audio_seconds_per_s": 533.7742717083969, | |
| "latency_mean_s": 0.14132430021880496, | |
| "latency_p95_s": 0.20118214832618825, | |
| "latency_p99_s": 0.23319605689495704, | |
| "rtf_mean": 0.030623191915308105, | |
| "rtf_p95": 0.0449, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 50, | |
| "duration_s": 9.796314190141857, | |
| "gpu_memory_used_mib": { | |
| "min": 17090.25, | |
| "max": 17090.25, | |
| "end": 17090.25, | |
| "steady_mean": 17090.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7473.75, | |
| "max": 7473.75, | |
| "end": 7473.75, | |
| "steady_mean": 7473.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16598.0, | |
| "max": 16598.0, | |
| "end": 16598.0, | |
| "steady_mean": 16598.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 32.0, | |
| "max": 56.0, | |
| "mean": 44.0 | |
| }, | |
| "power_w": { | |
| "min": 133.118, | |
| "max": 140.654, | |
| "mean": 137.6892 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 6.1, | |
| "max": 22.2, | |
| "mean": 8.566 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 169.6, | |
| "mean": 129.772 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "concurrency": 32, | |
| "repeats": 3, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": { | |
| "mean": 0, | |
| "min": 0, | |
| "max": 0 | |
| }, | |
| "corpus_wer": { | |
| "mean": 0.01745359160613398, | |
| "min": 0.01725181598062954, | |
| "max": 0.017781476997578694 | |
| }, | |
| "per_sample_wer_max": { | |
| "mean": 0.2857142857142857, | |
| "min": 0.2857142857142857, | |
| "max": 0.2857142857142857 | |
| }, | |
| "wall_clock_s": { | |
| "mean": 9.737638811580837, | |
| "min": 9.630684494972229, | |
| "max": 9.900460458360612 | |
| }, | |
| "throughput_samples_per_s": { | |
| "mean": 111.74741583993942, | |
| "min": 109.89387863078832, | |
| "max": 112.97223998647226 | |
| }, | |
| "audio_seconds_per_s": { | |
| "mean": 529.2471749580131, | |
| "min": 520.468633420839, | |
| "max": 535.0480672157934 | |
| }, | |
| "latency_mean_s": { | |
| "mean": 0.28400099089348635, | |
| "min": 0.2805665613131543, | |
| "max": 0.2888941067332566 | |
| }, | |
| "latency_p95_s": { | |
| "mean": 0.3500189275325586, | |
| "min": 0.341440562158823, | |
| "max": 0.3551470053382216 | |
| }, | |
| "latency_p99_s": { | |
| "mean": 0.3975636226683852, | |
| "min": 0.39335268977098153, | |
| "max": 0.40505660613998706 | |
| }, | |
| "rtf_mean": { | |
| "mean": 0.06192558430751376, | |
| "min": 0.06122851116298616, | |
| "max": 0.0629714376494908 | |
| }, | |
| "rtf_p95": { | |
| "mean": 0.08463333333333334, | |
| "min": 0.0829, | |
| "max": 0.0859 | |
| }, | |
| "resources": { | |
| "gpu_memory_used_peak_mib": { | |
| "per_repeat": [ | |
| 17090.25, | |
| 17090.25, | |
| 17090.25 | |
| ], | |
| "mean": 17090.25, | |
| "min": 17090.25, | |
| "max": 17090.25 | |
| }, | |
| "gpu_memory_used_steady_mib": { | |
| "per_repeat": [ | |
| 17090.25, | |
| 17090.25, | |
| 17090.25 | |
| ], | |
| "mean": 17090.25, | |
| "min": 17090.25, | |
| "max": 17090.25 | |
| }, | |
| "gpu_process_memory_peak_mib": { | |
| "per_repeat": [ | |
| 16598.0, | |
| 16598.0, | |
| 16598.0 | |
| ], | |
| "mean": 16598.0, | |
| "min": 16598.0, | |
| "max": 16598.0 | |
| }, | |
| "power_peak_w": { | |
| "per_repeat": [ | |
| 135.986, | |
| 136.363, | |
| 137.799 | |
| ], | |
| "mean": 136.716, | |
| "min": 135.986, | |
| "max": 137.799 | |
| }, | |
| "system_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 10.1, | |
| 12.5, | |
| 11.1 | |
| ], | |
| "mean": 11.233333333333333, | |
| "min": 10.1, | |
| "max": 12.5 | |
| }, | |
| "gpu_process_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 189.3, | |
| 189.3, | |
| 189.3 | |
| ], | |
| "mean": 189.3, | |
| "min": 189.3, | |
| "max": 189.3 | |
| }, | |
| "monitor_errors": [] | |
| }, | |
| "per_repeat": [ | |
| { | |
| "concurrency": 32, | |
| "repeat": 1, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.017327481840193705, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 9.681771481409669, | |
| "throughput_samples_per_s": 112.3761289025577, | |
| "audio_seconds_per_s": 532.224824237407, | |
| "latency_mean_s": 0.2825423046340481, | |
| "latency_p95_s": 0.3551470053382216, | |
| "latency_p99_s": 0.40505660613998706, | |
| "rtf_mean": 0.06157680411006433, | |
| "rtf_p95": 0.0851, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 51, | |
| "duration_s": 9.836713764816523, | |
| "gpu_memory_used_mib": { | |
| "min": 17090.25, | |
| "max": 17090.25, | |
| "end": 17090.25, | |
| "steady_mean": 17090.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7473.75, | |
| "max": 7473.75, | |
| "end": 7473.75, | |
| "steady_mean": 7473.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16598.0, | |
| "max": 16598.0, | |
| "end": 16598.0, | |
| "steady_mean": 16598.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 23.0, | |
| "max": 47.0, | |
| "mean": 39.31372549019608 | |
| }, | |
| "power_w": { | |
| "min": 131.057, | |
| "max": 135.986, | |
| "mean": 133.93803921568627 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 10.1, | |
| "mean": 8.03921568627451 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 189.3, | |
| "mean": 127.14901960784313 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 32, | |
| "repeat": 2, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.017781476997578694, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 9.900460458360612, | |
| "throughput_samples_per_s": 109.89387863078832, | |
| "audio_seconds_per_s": 520.468633420839, | |
| "latency_mean_s": 0.2888941067332566, | |
| "latency_p95_s": 0.3534692151006311, | |
| "latency_p99_s": 0.394281572094187, | |
| "rtf_mean": 0.0629714376494908, | |
| "rtf_p95": 0.0859, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 52, | |
| "duration_s": 10.121198444627225, | |
| "gpu_memory_used_mib": { | |
| "min": 17090.25, | |
| "max": 17090.25, | |
| "end": 17090.25, | |
| "steady_mean": 17090.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7473.75, | |
| "max": 7473.75, | |
| "end": 7473.75, | |
| "steady_mean": 7473.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16598.0, | |
| "max": 16598.0, | |
| "end": 16598.0, | |
| "steady_mean": 16598.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 0.0, | |
| "max": 47.0, | |
| "mean": 36.26923076923077 | |
| }, | |
| "power_w": { | |
| "min": 122.249, | |
| "max": 136.363, | |
| "mean": 132.46932692307692 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 6.1, | |
| "max": 12.5, | |
| "mean": 8.526923076923076 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 189.3, | |
| "mean": 125.71538461538461 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 32, | |
| "repeat": 3, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01725181598062954, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 9.630684494972229, | |
| "throughput_samples_per_s": 112.97223998647226, | |
| "audio_seconds_per_s": 535.0480672157934, | |
| "latency_mean_s": 0.2805665613131543, | |
| "latency_p95_s": 0.341440562158823, | |
| "latency_p99_s": 0.39335268977098153, | |
| "rtf_mean": 0.06122851116298616, | |
| "rtf_p95": 0.0829, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 50, | |
| "duration_s": 9.774429408833385, | |
| "gpu_memory_used_mib": { | |
| "min": 17090.25, | |
| "max": 17090.25, | |
| "end": 17090.25, | |
| "steady_mean": 17090.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7473.75, | |
| "max": 7473.75, | |
| "end": 7473.75, | |
| "steady_mean": 7473.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16598.0, | |
| "max": 16598.0, | |
| "end": 16598.0, | |
| "steady_mean": 16598.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 28.0, | |
| "max": 45.0, | |
| "mean": 38.4 | |
| }, | |
| "power_w": { | |
| "min": 119.746, | |
| "max": 137.799, | |
| "mean": 132.86588 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 6.7, | |
| "max": 11.1, | |
| "mean": 8.324 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 189.3, | |
| "mean": 129.594 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "schema_version": 2, | |
| "provenance": { | |
| "schema_version": 1, | |
| "repository": { | |
| "commit": "1026d42844f6e61fedf3e0a0b9c0f15271f95ee1", | |
| "branch": "xuanyili/funasr", | |
| "dirty": true | |
| }, | |
| "host": { | |
| "platform": "Linux-6.8.0-106-generic-x86_64-with-glibc2.35", | |
| "cpu_model": "AMD Ryzen 9 7950X 16-Core Processor", | |
| "logical_cpus": 32, | |
| "memory_total_kib": "131012500 kB" | |
| }, | |
| "gpu": { | |
| "nvidia_smi_csv": "0, NVIDIA GeForce RTX 4090, GPU-31ec873a-8a46-ac13-8b6b-987bba37519e, 24564, 580.126.20, P2, 450.00, 2520, 10251, 8.9", | |
| "cuda_visible_devices": null, | |
| "torch_cuda_build": "13.0", | |
| "cudnn_version": 91900 | |
| }, | |
| "packages": { | |
| "torch": "2.11.0", | |
| "sglang": "0.5.12.post1", | |
| "sglang-omni": "0.1.0", | |
| "transformers": "5.6.0", | |
| "flash-attn-4": "4.0.0b15", | |
| "flashinfer-python": "0.6.11.post1", | |
| "sglang-kernel": "0.4.2.post2" | |
| }, | |
| "dependency_freeze_sha256": "ee9961d6153cf68edab142c14c7cfc163071fde30f3980c1f2a1d46370249596", | |
| "artifacts": { | |
| "model_id": "FunAudioLLM/Fun-ASR-Nano-2512-hf", | |
| "model_revision": "854d88f94205cd17d2afdb24332130d86fbe654a", | |
| "dataset_id": "zhaochenyang20/seed-tts-eval-arrow", | |
| "dataset_revision": "27f4c1adee83b5b29b7c4b375f6b976324bda308" | |
| }, | |
| "launch_command": "sgl-omni serve --config examples/configs/fun_asr_rtx4090.yaml --model-path <pinned-snapshot> --model-name FunAudioLLM/Fun-ASR-Nano-2512-hf --port 8000 --mem-fraction-static 0.65 --max-running-requests 16 --cuda-graph-max-bs 16", | |
| "server_config": { | |
| "dtype": "bfloat16", | |
| "attention_backend": "flashinfer", | |
| "mm_attention_backend": "triton_attn", | |
| "cuda_graph": true, | |
| "torch_compile": false, | |
| "max_running_requests": 16, | |
| "mem_fraction_static": 0.65 | |
| }, | |
| "normalization": { | |
| "en": "whisper.normalizers.EnglishTextNormalizer", | |
| "zh": "strip zhon+ASCII punctuation, remove spaces, score characters" | |
| } | |
| }, | |
| "config": { | |
| "host": "127.0.0.1", | |
| "port": 8000, | |
| "meta": "zhaochenyang20/seed-tts-eval-arrow", | |
| "lang": "zh", | |
| "model_path": "FunAudioLLM/Fun-ASR-Nano-2512-hf", | |
| "model_revision": "854d88f94205cd17d2afdb24332130d86fbe654a", | |
| "dataset_revision": "27f4c1adee83b5b29b7c4b375f6b976324bda308", | |
| "num_samples": 2020, | |
| "concurrencies": [ | |
| 1, | |
| 2, | |
| 4, | |
| 8, | |
| 16, | |
| 32 | |
| ], | |
| "repeats": 3, | |
| "warmup": true, | |
| "server": { | |
| "dtype": "bfloat16", | |
| "attention_backend": "flashinfer", | |
| "mm_attention_backend": "triton_attn", | |
| "cuda_graph": true, | |
| "torch_compile": false, | |
| "max_running_requests": 16, | |
| "mem_fraction_static": 0.65 | |
| }, | |
| "resource_monitor": { | |
| "enabled": true, | |
| "gpu_index": 0, | |
| "interval_s": 0.2 | |
| } | |
| }, | |
| "results": [ | |
| { | |
| "concurrency": 1, | |
| "repeats": 3, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": { | |
| "mean": 0, | |
| "min": 0, | |
| "max": 0 | |
| }, | |
| "corpus_wer": { | |
| "mean": 0.016302067725501947, | |
| "min": 0.015642792927779443, | |
| "max": 0.01678154030566377 | |
| }, | |
| "per_sample_wer_max": { | |
| "mean": 1.0, | |
| "min": 1.0, | |
| "max": 1.0 | |
| }, | |
| "wall_clock_s": { | |
| "mean": 142.92681645788252, | |
| "min": 125.46945307031274, | |
| "max": 168.4185104444623 | |
| }, | |
| "throughput_samples_per_s": { | |
| "mean": 14.356118735293458, | |
| "min": 11.993931039225735, | |
| "max": 16.099536186453268 | |
| }, | |
| "audio_seconds_per_s": { | |
| "mean": 67.21151488232158, | |
| "min": 56.152382785651355, | |
| "max": 75.3737299019462 | |
| }, | |
| "latency_mean_s": { | |
| "mean": 0.07061492307296041, | |
| "min": 0.06198703032125267, | |
| "max": 0.0832426480948925 | |
| }, | |
| "latency_p95_s": { | |
| "mean": 0.10193222691304982, | |
| "min": 0.08306976612657307, | |
| "max": 0.12624776400625706 | |
| }, | |
| "latency_p99_s": { | |
| "mean": 0.12073920801281927, | |
| "min": 0.09677140381187199, | |
| "max": 0.15209609362296758 | |
| }, | |
| "rtf_mean": { | |
| "mean": 0.015264092112965252, | |
| "min": 0.013390688524937543, | |
| "max": 0.01799717678426384 | |
| }, | |
| "rtf_p95": { | |
| "mean": 0.021933333333333332, | |
| "min": 0.018, | |
| "max": 0.0274 | |
| }, | |
| "resources": { | |
| "gpu_memory_used_peak_mib": { | |
| "per_repeat": [ | |
| 17481.5625, | |
| 17090.25, | |
| 17090.25 | |
| ], | |
| "mean": 17220.6875, | |
| "min": 17090.25, | |
| "max": 17481.5625 | |
| }, | |
| "gpu_memory_used_steady_mib": { | |
| "per_repeat": [ | |
| 17090.25, | |
| 17090.25, | |
| 17090.25 | |
| ], | |
| "mean": 17090.25, | |
| "min": 17090.25, | |
| "max": 17090.25 | |
| }, | |
| "gpu_process_memory_peak_mib": { | |
| "per_repeat": [ | |
| 16598.0, | |
| 16598.0, | |
| 16598.0 | |
| ], | |
| "mean": 16598.0, | |
| "min": 16598.0, | |
| "max": 16598.0 | |
| }, | |
| "power_peak_w": { | |
| "per_repeat": [ | |
| 175.084, | |
| 173.341, | |
| 165.087 | |
| ], | |
| "mean": 171.17066666666668, | |
| "min": 165.087, | |
| "max": 175.084 | |
| }, | |
| "system_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 18.7, | |
| 12.3, | |
| 12.9 | |
| ], | |
| "mean": 14.633333333333333, | |
| "min": 12.3, | |
| "max": 18.7 | |
| }, | |
| "gpu_process_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 114.7, | |
| 124.6, | |
| 149.5 | |
| ], | |
| "mean": 129.6, | |
| "min": 114.7, | |
| "max": 149.5 | |
| }, | |
| "monitor_errors": [] | |
| }, | |
| "per_repeat": [ | |
| { | |
| "concurrency": 1, | |
| "repeat": 1, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01648186994306263, | |
| "per_sample_wer_max": 1.0, | |
| "wall_clock_s": 125.46945307031274, | |
| "throughput_samples_per_s": 16.099536186453268, | |
| "audio_seconds_per_s": 75.3737299019462, | |
| "latency_mean_s": 0.06198703032125267, | |
| "latency_p95_s": 0.08306976612657307, | |
| "latency_p99_s": 0.09677140381187199, | |
| "rtf_mean": 0.013390688524937543, | |
| "rtf_p95": 0.018, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 628, | |
| "duration_s": 125.63117781002074, | |
| "gpu_memory_used_mib": { | |
| "min": 17090.25, | |
| "max": 17481.5625, | |
| "end": 17090.25, | |
| "steady_mean": 17090.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7082.4375, | |
| "max": 7473.75, | |
| "end": 7473.75, | |
| "steady_mean": 7473.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16598.0, | |
| "max": 16598.0, | |
| "end": 16598.0, | |
| "steady_mean": 16598.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 22.0, | |
| "max": 74.0, | |
| "mean": 60.396496815286625 | |
| }, | |
| "power_w": { | |
| "min": 130.291, | |
| "max": 175.084, | |
| "mean": 164.39074363057324 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 18.7, | |
| "mean": 7.1562101910828035 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 114.7, | |
| "mean": 100.50015923566879 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 1, | |
| "repeat": 2, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01678154030566377, | |
| "per_sample_wer_max": 1.0, | |
| "wall_clock_s": 134.89248585887253, | |
| "throughput_samples_per_s": 14.974888980201374, | |
| "audio_seconds_per_s": 70.1084319593672, | |
| "latency_mean_s": 0.06661509080273606, | |
| "latency_p95_s": 0.0964791506063193, | |
| "latency_p99_s": 0.11335012660361826, | |
| "rtf_mean": 0.014404411029694371, | |
| "rtf_p95": 0.0204, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 674, | |
| "duration_s": 134.94946618843824, | |
| "gpu_memory_used_mib": { | |
| "min": 17090.25, | |
| "max": 17090.25, | |
| "end": 17090.25, | |
| "steady_mean": 17090.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7473.75, | |
| "max": 7473.75, | |
| "end": 7473.75, | |
| "steady_mean": 7473.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16598.0, | |
| "max": 16598.0, | |
| "end": 16598.0, | |
| "steady_mean": 16598.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 34.0, | |
| "max": 76.0, | |
| "mean": 58.712166172106826 | |
| }, | |
| "power_w": { | |
| "min": 135.06, | |
| "max": 173.341, | |
| "mean": 162.91012017804155 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 3.4, | |
| "max": 12.3, | |
| "mean": 7.292433234421366 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 124.6, | |
| "mean": 105.78397626112759 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 1, | |
| "repeat": 3, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.015642792927779443, | |
| "per_sample_wer_max": 1.0, | |
| "wall_clock_s": 168.4185104444623, | |
| "throughput_samples_per_s": 11.993931039225735, | |
| "audio_seconds_per_s": 56.152382785651355, | |
| "latency_mean_s": 0.0832426480948925, | |
| "latency_p95_s": 0.12624776400625706, | |
| "latency_p99_s": 0.15209609362296758, | |
| "rtf_mean": 0.01799717678426384, | |
| "rtf_p95": 0.0274, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 841, | |
| "duration_s": 168.4754554675892, | |
| "gpu_memory_used_mib": { | |
| "min": 17090.25, | |
| "max": 17090.25, | |
| "end": 17090.25, | |
| "steady_mean": 17090.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7473.75, | |
| "max": 7473.75, | |
| "end": 7473.75, | |
| "steady_mean": 7473.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16598.0, | |
| "max": 16598.0, | |
| "end": 16598.0, | |
| "steady_mean": 16598.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 1.0, | |
| "max": 72.0, | |
| "mean": 53.170035671819264 | |
| }, | |
| "power_w": { | |
| "min": 128.856, | |
| "max": 165.087, | |
| "mean": 153.92253269916768 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 4.1, | |
| "max": 12.9, | |
| "mean": 7.675743162901308 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 149.5, | |
| "mean": 115.5617122473246 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "concurrency": 2, | |
| "repeats": 3, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": { | |
| "mean": 0, | |
| "min": 0, | |
| "max": 0 | |
| }, | |
| "corpus_wer": { | |
| "mean": 0.015343122565178304, | |
| "min": 0.014803715912496254, | |
| "max": 0.016182199580461493 | |
| }, | |
| "per_sample_wer_max": { | |
| "mean": 1.0, | |
| "min": 1.0, | |
| "max": 1.0 | |
| }, | |
| "wall_clock_s": { | |
| "mean": 54.67053306630502, | |
| "min": 53.97731901798397, | |
| "max": 55.23716006241739 | |
| }, | |
| "throughput_samples_per_s": { | |
| "mean": 36.951987188418194, | |
| "min": 36.56958463681735, | |
| "max": 37.42312580080132 | |
| }, | |
| "audio_seconds_per_s": { | |
| "mean": 172.99933795754842, | |
| "min": 171.20903131117254, | |
| "max": 175.20508314827165 | |
| }, | |
| "latency_mean_s": { | |
| "mean": 0.054022972257008695, | |
| "min": 0.053335713768045946, | |
| "max": 0.05458777906778868 | |
| }, | |
| "latency_p95_s": { | |
| "mean": 0.06807229222419361, | |
| "min": 0.06624676813371479, | |
| "max": 0.06983254943042994 | |
| }, | |
| "latency_p99_s": { | |
| "mean": 0.0837530980724841, | |
| "min": 0.08075122608803212, | |
| "max": 0.08736541838385165 | |
| }, | |
| "rtf_mean": { | |
| "mean": 0.011698510339223143, | |
| "min": 0.011550839129993214, | |
| "max": 0.011819289270411626 | |
| }, | |
| "rtf_p95": { | |
| "mean": 0.0151, | |
| "min": 0.0146, | |
| "max": 0.0154 | |
| }, | |
| "resources": { | |
| "gpu_memory_used_peak_mib": { | |
| "per_repeat": [ | |
| 17090.25, | |
| 17090.25, | |
| 17090.25 | |
| ], | |
| "mean": 17090.25, | |
| "min": 17090.25, | |
| "max": 17090.25 | |
| }, | |
| "gpu_memory_used_steady_mib": { | |
| "per_repeat": [ | |
| 17090.25, | |
| 17090.25, | |
| 17090.25 | |
| ], | |
| "mean": 17090.25, | |
| "min": 17090.25, | |
| "max": 17090.25 | |
| }, | |
| "gpu_process_memory_peak_mib": { | |
| "per_repeat": [ | |
| 16598.0, | |
| 16598.0, | |
| 16598.0 | |
| ], | |
| "mean": 16598.0, | |
| "min": 16598.0, | |
| "max": 16598.0 | |
| }, | |
| "power_peak_w": { | |
| "per_repeat": [ | |
| 173.402, | |
| 166.891, | |
| 164.969 | |
| ], | |
| "mean": 168.42066666666665, | |
| "min": 164.969, | |
| "max": 173.402 | |
| }, | |
| "system_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 15.4, | |
| 26.1, | |
| 14.3 | |
| ], | |
| "mean": 18.6, | |
| "min": 14.3, | |
| "max": 26.1 | |
| }, | |
| "gpu_process_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 99.8, | |
| 104.7, | |
| 104.6 | |
| ], | |
| "mean": 103.03333333333333, | |
| "min": 99.8, | |
| "max": 104.7 | |
| }, | |
| "monitor_errors": [] | |
| }, | |
| "per_repeat": [ | |
| { | |
| "concurrency": 2, | |
| "repeat": 1, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.016182199580461493, | |
| "per_sample_wer_max": 1.0, | |
| "wall_clock_s": 54.7971201185137, | |
| "throughput_samples_per_s": 36.8632511276359, | |
| "audio_seconds_per_s": 172.5838994132011, | |
| "latency_mean_s": 0.054145423935191464, | |
| "latency_p95_s": 0.06813755910843611, | |
| "latency_p99_s": 0.08314264974556855, | |
| "rtf_mean": 0.011725402617264591, | |
| "rtf_p95": 0.0153, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 275, | |
| "duration_s": 54.852244584821165, | |
| "gpu_memory_used_mib": { | |
| "min": 17090.25, | |
| "max": 17090.25, | |
| "end": 17090.25, | |
| "steady_mean": 17090.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7473.75, | |
| "max": 7473.75, | |
| "end": 7473.75, | |
| "steady_mean": 7473.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16598.0, | |
| "max": 16598.0, | |
| "end": 16598.0, | |
| "steady_mean": 16598.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 51.0, | |
| "max": 73.0, | |
| "mean": 60.03636363636364 | |
| }, | |
| "power_w": { | |
| "min": 149.206, | |
| "max": 173.402, | |
| "mean": 158.35593454545455 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 2.5, | |
| "max": 15.4, | |
| "mean": 5.8090909090909095 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 99.8, | |
| "mean": 90.69709090909092 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 2, | |
| "repeat": 2, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.014803715912496254, | |
| "per_sample_wer_max": 1.0, | |
| "wall_clock_s": 53.97731901798397, | |
| "throughput_samples_per_s": 37.42312580080132, | |
| "audio_seconds_per_s": 175.20508314827165, | |
| "latency_mean_s": 0.053335713768045946, | |
| "latency_p95_s": 0.06624676813371479, | |
| "latency_p99_s": 0.08075122608803212, | |
| "rtf_mean": 0.011550839129993214, | |
| "rtf_p95": 0.0146, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 271, | |
| "duration_s": 54.03801338747144, | |
| "gpu_memory_used_mib": { | |
| "min": 17090.25, | |
| "max": 17090.25, | |
| "end": 17090.25, | |
| "steady_mean": 17090.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7473.75, | |
| "max": 7473.75, | |
| "end": 7473.75, | |
| "steady_mean": 7473.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16598.0, | |
| "max": 16598.0, | |
| "end": 16598.0, | |
| "steady_mean": 16598.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 50.0, | |
| "max": 71.0, | |
| "mean": 60.32841328413284 | |
| }, | |
| "power_w": { | |
| "min": 147.904, | |
| "max": 166.891, | |
| "mean": 159.95103321033213 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 26.1, | |
| "mean": 3.715867158671587 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 104.7, | |
| "mean": 91.53948339483395 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 2, | |
| "repeat": 3, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.015043452202577166, | |
| "per_sample_wer_max": 1.0, | |
| "wall_clock_s": 55.23716006241739, | |
| "throughput_samples_per_s": 36.56958463681735, | |
| "audio_seconds_per_s": 171.20903131117254, | |
| "latency_mean_s": 0.05458777906778868, | |
| "latency_p95_s": 0.06983254943042994, | |
| "latency_p99_s": 0.08736541838385165, | |
| "rtf_mean": 0.011819289270411626, | |
| "rtf_p95": 0.0154, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 277, | |
| "duration_s": 55.291473218239844, | |
| "gpu_memory_used_mib": { | |
| "min": 17090.25, | |
| "max": 17090.25, | |
| "end": 17090.25, | |
| "steady_mean": 17090.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7473.75, | |
| "max": 7473.75, | |
| "end": 7473.75, | |
| "steady_mean": 7473.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16598.0, | |
| "max": 16598.0, | |
| "end": 16598.0, | |
| "steady_mean": 16598.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 25.0, | |
| "max": 72.0, | |
| "mean": 59.1985559566787 | |
| }, | |
| "power_w": { | |
| "min": 136.185, | |
| "max": 164.969, | |
| "mean": 157.9474440433213 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 1.9, | |
| "max": 14.3, | |
| "mean": 3.531407942238267 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 104.6, | |
| "mean": 89.4898916967509 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "concurrency": 4, | |
| "repeats": 3, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": { | |
| "mean": 0, | |
| "min": 0, | |
| "max": 0 | |
| }, | |
| "corpus_wer": { | |
| "mean": 0.015772650084906602, | |
| "min": 0.01501348516631705, | |
| "max": 0.016152232544201377 | |
| }, | |
| "per_sample_wer_max": { | |
| "mean": 1.0, | |
| "min": 1.0, | |
| "max": 1.0 | |
| }, | |
| "wall_clock_s": { | |
| "mean": 34.53102930511037, | |
| "min": 34.31955723557621, | |
| "max": 34.67596868984401 | |
| }, | |
| "throughput_samples_per_s": { | |
| "mean": 58.49926160547598, | |
| "min": 58.253599721112415, | |
| "max": 58.858568195805134 | |
| }, | |
| "audio_seconds_per_s": { | |
| "mean": 273.8779237270568, | |
| "min": 272.72780037537893, | |
| "max": 275.56010124930407 | |
| }, | |
| "latency_mean_s": { | |
| "mean": 0.06821097958043046, | |
| "min": 0.0676912087864141, | |
| "max": 0.06855225493292333 | |
| }, | |
| "latency_p95_s": { | |
| "mean": 0.0909462089339892, | |
| "min": 0.08949192436411976, | |
| "max": 0.09245085455477238 | |
| }, | |
| "latency_p99_s": { | |
| "mean": 0.10631459339521825, | |
| "min": 0.10580114452168345, | |
| "max": 0.10702376738190651 | |
| }, | |
| "rtf_mean": { | |
| "mean": 0.014731520019264758, | |
| "min": 0.014632875003230426, | |
| "max": 0.014797064352617403 | |
| }, | |
| "rtf_p95": { | |
| "mean": 0.019566666666666666, | |
| "min": 0.0194, | |
| "max": 0.0198 | |
| }, | |
| "resources": { | |
| "gpu_memory_used_peak_mib": { | |
| "per_repeat": [ | |
| 17090.25, | |
| 17090.25, | |
| 17090.25 | |
| ], | |
| "mean": 17090.25, | |
| "min": 17090.25, | |
| "max": 17090.25 | |
| }, | |
| "gpu_memory_used_steady_mib": { | |
| "per_repeat": [ | |
| 17090.25, | |
| 17090.25, | |
| 17090.25 | |
| ], | |
| "mean": 17090.25, | |
| "min": 17090.25, | |
| "max": 17090.25 | |
| }, | |
| "gpu_process_memory_peak_mib": { | |
| "per_repeat": [ | |
| 16598.0, | |
| 16598.0, | |
| 16598.0 | |
| ], | |
| "mean": 16598.0, | |
| "min": 16598.0, | |
| "max": 16598.0 | |
| }, | |
| "power_peak_w": { | |
| "per_repeat": [ | |
| 168.21, | |
| 166.174, | |
| 165.144 | |
| ], | |
| "mean": 166.50933333333333, | |
| "min": 165.144, | |
| "max": 168.21 | |
| }, | |
| "system_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 9.4, | |
| 7.8, | |
| 14.3 | |
| ], | |
| "mean": 10.5, | |
| "min": 7.8, | |
| "max": 14.3 | |
| }, | |
| "gpu_process_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 114.7, | |
| 119.7, | |
| 114.7 | |
| ], | |
| "mean": 116.36666666666667, | |
| "min": 114.7, | |
| "max": 119.7 | |
| }, | |
| "monitor_errors": [] | |
| }, | |
| "per_repeat": [ | |
| { | |
| "concurrency": 4, | |
| "repeat": 1, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.016152232544201377, | |
| "per_sample_wer_max": 1.0, | |
| "wall_clock_s": 34.31955723557621, | |
| "throughput_samples_per_s": 58.858568195805134, | |
| "audio_seconds_per_s": 275.56010124930407, | |
| "latency_mean_s": 0.0676912087864141, | |
| "latency_p95_s": 0.09245085455477238, | |
| "latency_p99_s": 0.10580114452168345, | |
| "rtf_mean": 0.014632875003230426, | |
| "rtf_p95": 0.0198, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 173, | |
| "duration_s": 34.373373441398144, | |
| "gpu_memory_used_mib": { | |
| "min": 17090.25, | |
| "max": 17090.25, | |
| "end": 17090.25, | |
| "steady_mean": 17090.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7473.75, | |
| "max": 7473.75, | |
| "end": 7473.75, | |
| "steady_mean": 7473.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16598.0, | |
| "max": 16598.0, | |
| "end": 16598.0, | |
| "steady_mean": 16598.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 39.0, | |
| "max": 74.0, | |
| "mean": 59.90173410404624 | |
| }, | |
| "power_w": { | |
| "min": 147.135, | |
| "max": 168.21, | |
| "mean": 159.3508612716763 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 9.4, | |
| "mean": 4.062427745664739 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 114.7, | |
| "mean": 104.03583815028902 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 4, | |
| "repeat": 2, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.016152232544201377, | |
| "per_sample_wer_max": 1.0, | |
| "wall_clock_s": 34.67596868984401, | |
| "throughput_samples_per_s": 58.253599721112415, | |
| "audio_seconds_per_s": 272.72780037537893, | |
| "latency_mean_s": 0.06855225493292333, | |
| "latency_p95_s": 0.09089584788307548, | |
| "latency_p99_s": 0.1061188682820648, | |
| "rtf_mean": 0.014797064352617403, | |
| "rtf_p95": 0.0195, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 175, | |
| "duration_s": 34.72979642730206, | |
| "gpu_memory_used_mib": { | |
| "min": 17090.25, | |
| "max": 17090.25, | |
| "end": 17090.25, | |
| "steady_mean": 17090.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7473.75, | |
| "max": 7473.75, | |
| "end": 7473.75, | |
| "steady_mean": 7473.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16598.0, | |
| "max": 16598.0, | |
| "end": 16598.0, | |
| "steady_mean": 16598.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 40.0, | |
| "max": 74.0, | |
| "mean": 57.285714285714285 | |
| }, | |
| "power_w": { | |
| "min": 125.853, | |
| "max": 166.174, | |
| "mean": 158.76345142857141 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 7.8, | |
| "mean": 4.024 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 119.7, | |
| "mean": 102.98114285714286 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 4, | |
| "repeat": 3, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01501348516631705, | |
| "per_sample_wer_max": 1.0, | |
| "wall_clock_s": 34.5975619899109, | |
| "throughput_samples_per_s": 58.38561689951038, | |
| "audio_seconds_per_s": 273.3458695564873, | |
| "latency_mean_s": 0.06838947502195393, | |
| "latency_p95_s": 0.08949192436411976, | |
| "latency_p99_s": 0.10702376738190651, | |
| "rtf_mean": 0.014764620701946443, | |
| "rtf_p95": 0.0194, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 174, | |
| "duration_s": 34.650645951740444, | |
| "gpu_memory_used_mib": { | |
| "min": 17090.25, | |
| "max": 17090.25, | |
| "end": 17090.25, | |
| "steady_mean": 17090.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7473.75, | |
| "max": 7473.75, | |
| "end": 7473.75, | |
| "steady_mean": 7473.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16598.0, | |
| "max": 16598.0, | |
| "end": 16598.0, | |
| "steady_mean": 16598.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 44.0, | |
| "max": 76.0, | |
| "mean": 60.86206896551724 | |
| }, | |
| "power_w": { | |
| "min": 126.847, | |
| "max": 165.144, | |
| "mean": 157.73432183908045 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.2, | |
| "max": 14.3, | |
| "mean": 4.075287356321839 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 114.7, | |
| "mean": 103.26034482758621 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "concurrency": 8, | |
| "repeats": 3, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": { | |
| "mean": 0, | |
| "min": 0, | |
| "max": 0 | |
| }, | |
| "corpus_wer": { | |
| "mean": 0.016232144640895015, | |
| "min": 0.01594246329038058, | |
| "max": 0.01639196883428229 | |
| }, | |
| "per_sample_wer_max": { | |
| "mean": 1.0, | |
| "min": 1.0, | |
| "max": 1.0 | |
| }, | |
| "wall_clock_s": { | |
| "mean": 21.643665250701208, | |
| "min": 21.592458271421492, | |
| "max": 21.68130120728165 | |
| }, | |
| "throughput_samples_per_s": { | |
| "mean": 93.33012923432952, | |
| "min": 93.16783991366646, | |
| "max": 93.55118229745769 | |
| }, | |
| "audio_seconds_per_s": { | |
| "mean": 436.94674623864546, | |
| "min": 436.18695097001404, | |
| "max": 437.98165765977325 | |
| }, | |
| "latency_mean_s": { | |
| "mean": 0.0854940157462059, | |
| "min": 0.08531340941334936, | |
| "max": 0.08565995319202395 | |
| }, | |
| "latency_p95_s": { | |
| "mean": 0.12277359838287034, | |
| "min": 0.12158227385953069, | |
| "max": 0.1234445847570896 | |
| }, | |
| "latency_p99_s": { | |
| "mean": 0.14267189041090506, | |
| "min": 0.14156815609894688, | |
| "max": 0.1447707698121667 | |
| }, | |
| "rtf_mean": { | |
| "mean": 0.018462605098473212, | |
| "min": 0.018430813695536848, | |
| "max": 0.018503970096239917 | |
| }, | |
| "rtf_p95": { | |
| "mean": 0.0258, | |
| "min": 0.0255, | |
| "max": 0.0263 | |
| }, | |
| "resources": { | |
| "gpu_memory_used_peak_mib": { | |
| "per_repeat": [ | |
| 17090.25, | |
| 17090.25, | |
| 17090.25 | |
| ], | |
| "mean": 17090.25, | |
| "min": 17090.25, | |
| "max": 17090.25 | |
| }, | |
| "gpu_memory_used_steady_mib": { | |
| "per_repeat": [ | |
| 17090.25, | |
| 17090.25, | |
| 17090.25 | |
| ], | |
| "mean": 17090.25, | |
| "min": 17090.25, | |
| "max": 17090.25 | |
| }, | |
| "gpu_process_memory_peak_mib": { | |
| "per_repeat": [ | |
| 16598.0, | |
| 16598.0, | |
| 16598.0 | |
| ], | |
| "mean": 16598.0, | |
| "min": 16598.0, | |
| "max": 16598.0 | |
| }, | |
| "power_peak_w": { | |
| "per_repeat": [ | |
| 156.919, | |
| 155.582, | |
| 158.622 | |
| ], | |
| "mean": 157.041, | |
| "min": 155.582, | |
| "max": 158.622 | |
| }, | |
| "system_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 6.9, | |
| 9.2, | |
| 8.1 | |
| ], | |
| "mean": 8.066666666666666, | |
| "min": 6.9, | |
| "max": 9.2 | |
| }, | |
| "gpu_process_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 144.6, | |
| 139.6, | |
| 144.6 | |
| ], | |
| "mean": 142.93333333333334, | |
| "min": 139.6, | |
| "max": 144.6 | |
| }, | |
| "monitor_errors": [] | |
| }, | |
| "per_repeat": [ | |
| { | |
| "concurrency": 8, | |
| "repeat": 1, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01639196883428229, | |
| "per_sample_wer_max": 1.0, | |
| "wall_clock_s": 21.592458271421492, | |
| "throughput_samples_per_s": 93.55118229745769, | |
| "audio_seconds_per_s": 437.98165765977325, | |
| "latency_mean_s": 0.08531340941334936, | |
| "latency_p95_s": 0.12329393653199075, | |
| "latency_p99_s": 0.1447707698121667, | |
| "rtf_mean": 0.018430813695536848, | |
| "rtf_p95": 0.0263, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 109, | |
| "duration_s": 21.645678404718637, | |
| "gpu_memory_used_mib": { | |
| "min": 17090.25, | |
| "max": 17090.25, | |
| "end": 17090.25, | |
| "steady_mean": 17090.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7473.75, | |
| "max": 7473.75, | |
| "end": 7473.75, | |
| "steady_mean": 7473.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16598.0, | |
| "max": 16598.0, | |
| "end": 16598.0, | |
| "steady_mean": 16598.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 44.0, | |
| "max": 62.0, | |
| "mean": 51.91743119266055 | |
| }, | |
| "power_w": { | |
| "min": 146.335, | |
| "max": 156.919, | |
| "mean": 152.21259633027523 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 6.9, | |
| "mean": 4.534862385321101 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 144.6, | |
| "mean": 121.08990825688073 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 8, | |
| "repeat": 2, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01594246329038058, | |
| "per_sample_wer_max": 1.0, | |
| "wall_clock_s": 21.68130120728165, | |
| "throughput_samples_per_s": 93.16783991366646, | |
| "audio_seconds_per_s": 436.18695097001404, | |
| "latency_mean_s": 0.08565995319202395, | |
| "latency_p95_s": 0.12158227385953069, | |
| "latency_p99_s": 0.1416767453216016, | |
| "rtf_mean": 0.018503970096239917, | |
| "rtf_p95": 0.0256, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 110, | |
| "duration_s": 21.73420051764697, | |
| "gpu_memory_used_mib": { | |
| "min": 17090.25, | |
| "max": 17090.25, | |
| "end": 17090.25, | |
| "steady_mean": 17090.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7473.75, | |
| "max": 7473.75, | |
| "end": 7473.75, | |
| "steady_mean": 7473.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16598.0, | |
| "max": 16598.0, | |
| "end": 16598.0, | |
| "steady_mean": 16598.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 16.0, | |
| "max": 72.0, | |
| "mean": 52.518181818181816 | |
| }, | |
| "power_w": { | |
| "min": 140.609, | |
| "max": 155.582, | |
| "mean": 151.61430000000001 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 9.2, | |
| "mean": 4.611818181818182 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 139.6, | |
| "mean": 120.63363636363636 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 8, | |
| "repeat": 3, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.016362001798022177, | |
| "per_sample_wer_max": 1.0, | |
| "wall_clock_s": 21.657236273400486, | |
| "throughput_samples_per_s": 93.2713654918644, | |
| "audio_seconds_per_s": 436.6716300861491, | |
| "latency_mean_s": 0.08550868463324439, | |
| "latency_p95_s": 0.1234445847570896, | |
| "latency_p99_s": 0.14156815609894688, | |
| "rtf_mean": 0.018453031503642876, | |
| "rtf_p95": 0.0255, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 110, | |
| "duration_s": 21.708980838768184, | |
| "gpu_memory_used_mib": { | |
| "min": 17090.25, | |
| "max": 17090.25, | |
| "end": 17090.25, | |
| "steady_mean": 17090.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7473.75, | |
| "max": 7473.75, | |
| "end": 7473.75, | |
| "steady_mean": 7473.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16598.0, | |
| "max": 16598.0, | |
| "end": 16598.0, | |
| "steady_mean": 16598.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 39.0, | |
| "max": 66.0, | |
| "mean": 52.36363636363637 | |
| }, | |
| "power_w": { | |
| "min": 140.452, | |
| "max": 158.622, | |
| "mean": 151.77365454545455 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 8.1, | |
| "mean": 4.6454545454545455 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 144.6, | |
| "mean": 120.07272727272728 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "concurrency": 16, | |
| "repeats": 3, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": { | |
| "mean": 0, | |
| "min": 0, | |
| "max": 0 | |
| }, | |
| "corpus_wer": { | |
| "mean": 0.016362001798022174, | |
| "min": 0.016302067725501947, | |
| "max": 0.01639196883428229 | |
| }, | |
| "per_sample_wer_max": { | |
| "mean": 1.0, | |
| "min": 1.0, | |
| "max": 1.0 | |
| }, | |
| "wall_clock_s": { | |
| "mean": 15.874487633816898, | |
| "min": 15.833168994635344, | |
| "max": 15.950934261083603 | |
| }, | |
| "throughput_samples_per_s": { | |
| "mean": 127.24967664876255, | |
| "min": 126.63835026442986, | |
| "max": 127.58027156057163 | |
| }, | |
| "audio_seconds_per_s": { | |
| "mean": 595.749010825807, | |
| "min": 592.8869439164883, | |
| "max": 597.2967679351467 | |
| }, | |
| "latency_mean_s": { | |
| "mean": 0.12543692856999392, | |
| "min": 0.12514199396032877, | |
| "max": 0.12595485692917563 | |
| }, | |
| "latency_p95_s": { | |
| "mean": 0.18153788964264095, | |
| "min": 0.18117551384493708, | |
| "max": 0.18190964511595667 | |
| }, | |
| "latency_p99_s": { | |
| "mean": 0.21301735620945692, | |
| "min": 0.20496665717102588, | |
| "max": 0.22374134606681761 | |
| }, | |
| "rtf_mean": { | |
| "mean": 0.02706312947434147, | |
| "min": 0.02699476786582218, | |
| "max": 0.027187802932301955 | |
| }, | |
| "rtf_p95": { | |
| "mean": 0.0387, | |
| "min": 0.0386, | |
| "max": 0.0388 | |
| }, | |
| "resources": { | |
| "gpu_memory_used_peak_mib": { | |
| "per_repeat": [ | |
| 17090.25, | |
| 17090.25, | |
| 17090.25 | |
| ], | |
| "mean": 17090.25, | |
| "min": 17090.25, | |
| "max": 17090.25 | |
| }, | |
| "gpu_memory_used_steady_mib": { | |
| "per_repeat": [ | |
| 17090.25, | |
| 17090.25, | |
| 17090.25 | |
| ], | |
| "mean": 17090.25, | |
| "min": 17090.25, | |
| "max": 17090.25 | |
| }, | |
| "gpu_process_memory_peak_mib": { | |
| "per_repeat": [ | |
| 16598.0, | |
| 16598.0, | |
| 16598.0 | |
| ], | |
| "mean": 16598.0, | |
| "min": 16598.0, | |
| "max": 16598.0 | |
| }, | |
| "power_peak_w": { | |
| "per_repeat": [ | |
| 142.667, | |
| 141.893, | |
| 142.54 | |
| ], | |
| "mean": 142.36666666666667, | |
| "min": 141.893, | |
| "max": 142.667 | |
| }, | |
| "system_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 9.8, | |
| 8.7, | |
| 9.1 | |
| ], | |
| "mean": 9.2, | |
| "min": 8.7, | |
| "max": 9.8 | |
| }, | |
| "gpu_process_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 174.5, | |
| 164.5, | |
| 169.5 | |
| ], | |
| "mean": 169.5, | |
| "min": 164.5, | |
| "max": 174.5 | |
| }, | |
| "monitor_errors": [] | |
| }, | |
| "per_repeat": [ | |
| { | |
| "concurrency": 16, | |
| "repeat": 1, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01639196883428229, | |
| "per_sample_wer_max": 1.0, | |
| "wall_clock_s": 15.950934261083603, | |
| "throughput_samples_per_s": 126.63835026442986, | |
| "audio_seconds_per_s": 592.8869439164883, | |
| "latency_mean_s": 0.12595485692917563, | |
| "latency_p95_s": 0.18117551384493708, | |
| "latency_p99_s": 0.21034406539052725, | |
| "rtf_mean": 0.027187802932301955, | |
| "rtf_p95": 0.0387, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 81, | |
| "duration_s": 16.00467973574996, | |
| "gpu_memory_used_mib": { | |
| "min": 17090.25, | |
| "max": 17090.25, | |
| "end": 17090.25, | |
| "steady_mean": 17090.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7473.75, | |
| "max": 7473.75, | |
| "end": 7473.75, | |
| "steady_mean": 7473.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16598.0, | |
| "max": 16598.0, | |
| "end": 16598.0, | |
| "steady_mean": 16598.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 28.0, | |
| "max": 51.0, | |
| "mean": 42.23456790123457 | |
| }, | |
| "power_w": { | |
| "min": 132.385, | |
| "max": 142.667, | |
| "mean": 137.55713580246913 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 9.8, | |
| "mean": 5.1456790123456795 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 174.5, | |
| "mean": 136.9283950617284 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 16, | |
| "repeat": 2, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01639196883428229, | |
| "per_sample_wer_max": 1.0, | |
| "wall_clock_s": 15.833168994635344, | |
| "throughput_samples_per_s": 127.58027156057163, | |
| "audio_seconds_per_s": 597.2967679351467, | |
| "latency_mean_s": 0.12514199396032877, | |
| "latency_p95_s": 0.1815285099670291, | |
| "latency_p99_s": 0.22374134606681761, | |
| "rtf_mean": 0.02699476786582218, | |
| "rtf_p95": 0.0388, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 81, | |
| "duration_s": 15.953743557445705, | |
| "gpu_memory_used_mib": { | |
| "min": 17090.25, | |
| "max": 17090.25, | |
| "end": 17090.25, | |
| "steady_mean": 17090.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7473.75, | |
| "max": 7473.75, | |
| "end": 7473.75, | |
| "steady_mean": 7473.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16598.0, | |
| "max": 16598.0, | |
| "end": 16598.0, | |
| "steady_mean": 16598.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 33.0, | |
| "max": 54.0, | |
| "mean": 43.46913580246913 | |
| }, | |
| "power_w": { | |
| "min": 132.154, | |
| "max": 141.893, | |
| "mean": 137.14625925925927 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 8.7, | |
| "mean": 5.12962962962963 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 164.5, | |
| "mean": 136.15185185185183 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 16, | |
| "repeat": 3, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.016302067725501947, | |
| "per_sample_wer_max": 1.0, | |
| "wall_clock_s": 15.839359645731747, | |
| "throughput_samples_per_s": 127.53040812128614, | |
| "audio_seconds_per_s": 597.0633206257858, | |
| "latency_mean_s": 0.12521393482047732, | |
| "latency_p95_s": 0.18190964511595667, | |
| "latency_p99_s": 0.20496665717102588, | |
| "rtf_mean": 0.02700681762490028, | |
| "rtf_p95": 0.0386, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 81, | |
| "duration_s": 15.906218387186527, | |
| "gpu_memory_used_mib": { | |
| "min": 17090.25, | |
| "max": 17090.25, | |
| "end": 17090.25, | |
| "steady_mean": 17090.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7473.75, | |
| "max": 7473.75, | |
| "end": 7473.75, | |
| "steady_mean": 7473.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16598.0, | |
| "max": 16598.0, | |
| "end": 16598.0, | |
| "steady_mean": 16598.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 33.0, | |
| "max": 60.0, | |
| "mean": 45.60493827160494 | |
| }, | |
| "power_w": { | |
| "min": 122.234, | |
| "max": 142.54, | |
| "mean": 136.56267901234568 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 9.1, | |
| "mean": 5.159259259259259 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 169.5, | |
| "mean": 137.1037037037037 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "concurrency": 32, | |
| "repeats": 3, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": { | |
| "mean": 0, | |
| "min": 0, | |
| "max": 0 | |
| }, | |
| "corpus_wer": { | |
| "mean": 0.01645190290680252, | |
| "min": 0.016332034761762062, | |
| "max": 0.016661672160623316 | |
| }, | |
| "per_sample_wer_max": { | |
| "mean": 1.0, | |
| "min": 1.0, | |
| "max": 1.0 | |
| }, | |
| "wall_clock_s": { | |
| "mean": 15.466044124526283, | |
| "min": 15.128085769712925, | |
| "max": 15.67529414780438 | |
| }, | |
| "throughput_samples_per_s": { | |
| "mean": 130.640811265154, | |
| "min": 128.8652053960301, | |
| "max": 133.5264772258316 | |
| }, | |
| "audio_seconds_per_s": { | |
| "mean": 611.6253976780011, | |
| "min": 603.31248507967, | |
| "max": 625.1353152426058 | |
| }, | |
| "latency_mean_s": { | |
| "mean": 0.24349622244842153, | |
| "min": 0.23856628977942584, | |
| "max": 0.2462053963047738 | |
| }, | |
| "latency_p95_s": { | |
| "mean": 0.3054245591008415, | |
| "min": 0.29503626013174655, | |
| "max": 0.3129083750303835 | |
| }, | |
| "latency_p99_s": { | |
| "mean": 0.3376495441421866, | |
| "min": 0.32070333700627085, | |
| "max": 0.36204268952831625 | |
| }, | |
| "rtf_mean": { | |
| "mean": 0.05264658856397505, | |
| "min": 0.05159940380248751, | |
| "max": 0.053214041087229894 | |
| }, | |
| "rtf_p95": { | |
| "mean": 0.06716666666666667, | |
| "min": 0.0653, | |
| "max": 0.0684 | |
| }, | |
| "resources": { | |
| "gpu_memory_used_peak_mib": { | |
| "per_repeat": [ | |
| 17090.25, | |
| 17090.25, | |
| 17090.25 | |
| ], | |
| "mean": 17090.25, | |
| "min": 17090.25, | |
| "max": 17090.25 | |
| }, | |
| "gpu_memory_used_steady_mib": { | |
| "per_repeat": [ | |
| 17090.25, | |
| 17090.25, | |
| 17090.25 | |
| ], | |
| "mean": 17090.25, | |
| "min": 17090.25, | |
| "max": 17090.25 | |
| }, | |
| "gpu_process_memory_peak_mib": { | |
| "per_repeat": [ | |
| 16598.0, | |
| 16598.0, | |
| 16598.0 | |
| ], | |
| "mean": 16598.0, | |
| "min": 16598.0, | |
| "max": 16598.0 | |
| }, | |
| "power_peak_w": { | |
| "per_repeat": [ | |
| 136.576, | |
| 135.442, | |
| 136.659 | |
| ], | |
| "mean": 136.22566666666665, | |
| "min": 135.442, | |
| "max": 136.659 | |
| }, | |
| "system_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 7.2, | |
| 8.0, | |
| 9.3 | |
| ], | |
| "mean": 8.166666666666668, | |
| "min": 7.2, | |
| "max": 9.3 | |
| }, | |
| "gpu_process_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 184.3, | |
| 189.4, | |
| 174.5 | |
| ], | |
| "mean": 182.73333333333335, | |
| "min": 174.5, | |
| "max": 189.4 | |
| }, | |
| "monitor_errors": [] | |
| }, | |
| "per_repeat": [ | |
| { | |
| "concurrency": 32, | |
| "repeat": 1, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.016661672160623316, | |
| "per_sample_wer_max": 1.0, | |
| "wall_clock_s": 15.128085769712925, | |
| "throughput_samples_per_s": 133.5264772258316, | |
| "audio_seconds_per_s": 625.1353152426058, | |
| "latency_mean_s": 0.23856628977942584, | |
| "latency_p95_s": 0.29503626013174655, | |
| "latency_p99_s": 0.32070333700627085, | |
| "rtf_mean": 0.05159940380248751, | |
| "rtf_p95": 0.0653, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 77, | |
| "duration_s": 15.182501835748553, | |
| "gpu_memory_used_mib": { | |
| "min": 17090.25, | |
| "max": 17090.25, | |
| "end": 17090.25, | |
| "steady_mean": 17090.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7473.75, | |
| "max": 7473.75, | |
| "end": 7473.75, | |
| "steady_mean": 7473.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16598.0, | |
| "max": 16598.0, | |
| "end": 16598.0, | |
| "steady_mean": 16598.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 35.0, | |
| "max": 48.0, | |
| "mean": 40.506493506493506 | |
| }, | |
| "power_w": { | |
| "min": 127.545, | |
| "max": 136.576, | |
| "mean": 133.11615584415583 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 7.2, | |
| "mean": 5.2272727272727275 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 184.3, | |
| "mean": 141.82857142857142 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 32, | |
| "repeat": 2, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.016332034761762062, | |
| "per_sample_wer_max": 1.0, | |
| "wall_clock_s": 15.67529414780438, | |
| "throughput_samples_per_s": 128.8652053960301, | |
| "audio_seconds_per_s": 603.31248507967, | |
| "latency_mean_s": 0.2462053963047738, | |
| "latency_p95_s": 0.3129083750303835, | |
| "latency_p99_s": 0.36204268952831625, | |
| "rtf_mean": 0.053214041087229894, | |
| "rtf_p95": 0.0684, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 80, | |
| "duration_s": 15.726991505362093, | |
| "gpu_memory_used_mib": { | |
| "min": 17090.25, | |
| "max": 17090.25, | |
| "end": 17090.25, | |
| "steady_mean": 17090.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7473.75, | |
| "max": 7473.75, | |
| "end": 7473.75, | |
| "steady_mean": 7473.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16598.0, | |
| "max": 16598.0, | |
| "end": 16598.0, | |
| "steady_mean": 16598.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 29.0, | |
| "max": 55.0, | |
| "mean": 38.0375 | |
| }, | |
| "power_w": { | |
| "min": 122.565, | |
| "max": 135.442, | |
| "mean": 131.124725 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 8.0, | |
| "mean": 5.265 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 189.4, | |
| "mean": 139.075 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 32, | |
| "repeat": 3, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.016362001798022177, | |
| "per_sample_wer_max": 1.0, | |
| "wall_clock_s": 15.594752456061542, | |
| "throughput_samples_per_s": 129.53075117360032, | |
| "audio_seconds_per_s": 606.4283927117276, | |
| "latency_mean_s": 0.24571698126106495, | |
| "latency_p95_s": 0.30832904214039447, | |
| "latency_p99_s": 0.3302026058919727, | |
| "rtf_mean": 0.053126320802207735, | |
| "rtf_p95": 0.0678, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 80, | |
| "duration_s": 15.650182276032865, | |
| "gpu_memory_used_mib": { | |
| "min": 17090.25, | |
| "max": 17090.25, | |
| "end": 17090.25, | |
| "steady_mean": 17090.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7473.75, | |
| "max": 7473.75, | |
| "end": 7473.75, | |
| "steady_mean": 7473.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16598.0, | |
| "max": 16598.0, | |
| "end": 16598.0, | |
| "steady_mean": 16598.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 28.0, | |
| "max": 55.0, | |
| "mean": 40.5625 | |
| }, | |
| "power_w": { | |
| "min": 125.59, | |
| "max": 136.659, | |
| "mean": 131.68035 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 9.3, | |
| "mean": 5.24625 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 174.5, | |
| "mean": 137.40625 | |
| }, | |
| "gpu_process_pids": [ | |
| 41578 | |
| ], | |
| "error": null | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "schema_version": 2, | |
| "passed": true, | |
| "provenance": { | |
| "schema_version": 1, | |
| "repository": { | |
| "commit": "1026d42844f6e61fedf3e0a0b9c0f15271f95ee1", | |
| "branch": "xuanyili/funasr", | |
| "dirty": true | |
| }, | |
| "host": { | |
| "platform": "Linux-6.8.0-106-generic-x86_64-with-glibc2.35", | |
| "cpu_model": "AMD Ryzen 9 7950X 16-Core Processor", | |
| "logical_cpus": 32, | |
| "memory_total_kib": "131012500 kB" | |
| }, | |
| "gpu": { | |
| "nvidia_smi_csv": "0, NVIDIA GeForce RTX 4090, GPU-31ec873a-8a46-ac13-8b6b-987bba37519e, 24564, 580.126.20, P2, 450.00, 2520, 10251, 8.9", | |
| "cuda_visible_devices": null, | |
| "torch_cuda_build": "13.0", | |
| "cudnn_version": 91900 | |
| }, | |
| "packages": { | |
| "torch": "2.11.0", | |
| "sglang": "0.5.12.post1", | |
| "sglang-omni": "0.1.0", | |
| "transformers": "5.6.0", | |
| "flash-attn-4": "4.0.0b15", | |
| "flashinfer-python": "0.6.11.post1", | |
| "sglang-kernel": "0.4.2.post2" | |
| }, | |
| "dependency_freeze_sha256": "ee9961d6153cf68edab142c14c7cfc163071fde30f3980c1f2a1d46370249596", | |
| "artifacts": { | |
| "model_id": "FunAudioLLM/Fun-ASR-Nano-2512-hf", | |
| "model_revision": "854d88f94205cd17d2afdb24332130d86fbe654a", | |
| "dataset_id": "zhaochenyang20/seed-tts-eval-arrow", | |
| "dataset_revision": "27f4c1adee83b5b29b7c4b375f6b976324bda308" | |
| }, | |
| "launch_command": "sgl-omni serve --config examples/configs/fun_asr_rtx4090.yaml --model-path <pinned-snapshot> --model-name FunAudioLLM/Fun-ASR-Nano-2512-hf --port 8000 --mem-fraction-static 0.65 --max-running-requests 16 --cuda-graph-max-bs 16", | |
| "server_config": { | |
| "dtype": "bfloat16", | |
| "attention_backend": "flashinfer", | |
| "mm_attention_backend": "triton_attn", | |
| "cuda_graph": true, | |
| "torch_compile": false, | |
| "max_running_requests": 16, | |
| "mem_fraction_static": 0.65 | |
| }, | |
| "normalization": { | |
| "en": "whisper.normalizers.EnglishTextNormalizer", | |
| "zh": "strip zhon+ASCII punctuation, remove spaces, score characters" | |
| } | |
| }, | |
| "config": { | |
| "host": "127.0.0.1", | |
| "port": 8000, | |
| "duration_s": 1800.0, | |
| "concurrencies": [ | |
| 1, | |
| 4, | |
| 8, | |
| 16 | |
| ], | |
| "samples_per_language": 20, | |
| "max_audio_duration_s": 30.0, | |
| "include_translation": false, | |
| "translation_source_language": "zh", | |
| "min_free_memory_mib": 2048.0, | |
| "max_retained_memory_mib": 256.0, | |
| "model_path": "FunAudioLLM/Fun-ASR-Nano-2512-hf", | |
| "model_revision": "854d88f94205cd17d2afdb24332130d86fbe654a", | |
| "dataset_revision": "27f4c1adee83b5b29b7c4b375f6b976324bda308", | |
| "seed": 123 | |
| }, | |
| "functional": [ | |
| { | |
| "name": "basic_en", | |
| "passed": true, | |
| "status": 200, | |
| "text": "We asked over twenty different people, and they all said it was his.", | |
| "body": "{\"text\":\"We asked over twenty different people, and they all said it was his.\",\"usage\":{\"type\":\"duration\",\"seconds\":4}}", | |
| "latency_s": 3.151610122062266 | |
| }, | |
| { | |
| "name": "basic_zh", | |
| "passed": true, | |
| "status": 200, | |
| "text": "\u5728\u6b64\u5949\u529d\u5927\u5bb6\uff0c\u522b\u4e71\u6253\u7f8e\u767d\u9488\u3002", | |
| "body": "{\"text\":\"\u5728\u6b64\u5949\u529d\u5927\u5bb6\uff0c\u522b\u4e71\u6253\u7f8e\u767d\u9488\u3002\",\"usage\":{\"type\":\"duration\",\"seconds\":5}}", | |
| "latency_s": 0.1657645534723997 | |
| }, | |
| { | |
| "name": "streaming_consistency", | |
| "passed": true, | |
| "status": 200, | |
| "stream_text": "We asked over twenty different people, and they all said it was his.", | |
| "non_stream_text": "We asked over twenty different people, and they all said it was his.", | |
| "events": 1, | |
| "delta_events": 0, | |
| "first_event_latency_s": 0.0882252911105752 | |
| }, | |
| { | |
| "name": "stream_cancel_and_reconnect", | |
| "passed": true, | |
| "cancel": { | |
| "status": 200, | |
| "received_event": true | |
| }, | |
| "reconnect_status": 200 | |
| }, | |
| { | |
| "name": "empty_audio", | |
| "passed": true, | |
| "expected_status": 400, | |
| "status": 400, | |
| "text": "", | |
| "body": "{\"detail\":\"Uploaded audio file is empty\"}", | |
| "latency_s": 0.003915252164006233 | |
| }, | |
| { | |
| "name": "corrupt_audio", | |
| "passed": true, | |
| "expected_status": 400, | |
| "status": 400, | |
| "text": "", | |
| "body": "{\"detail\":\"Fun-ASR could not decode the uploaded audio; provide a valid audio file.\"}", | |
| "latency_s": 0.20283167529851198 | |
| }, | |
| { | |
| "name": "near_limit_audio", | |
| "passed": true, | |
| "status": 200, | |
| "text": "We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all.", | |
| "body": "{\"text\":\"We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all said it was his. We asked over twenty different people, and they all said it was his. We asked", | |
| "latency_s": 0.42361938767135143 | |
| }, | |
| { | |
| "name": "over_limit_audio", | |
| "passed": true, | |
| "expected_status": 400, | |
| "status": 400, | |
| "text": "", | |
| "body": "{\"detail\":\"Fun-ASR accepts audio up to 30.0 seconds because its official VAD segment limit is 30 seconds; split longer audio before inference.\"}", | |
| "latency_s": 0.01933834422379732 | |
| } | |
| ], | |
| "soak_stages": [ | |
| { | |
| "concurrency": 1, | |
| "duration_s": 450.0302537456155, | |
| "requests": 8309, | |
| "successes": 8309, | |
| "unexpected_errors": 0, | |
| "en": 4160, | |
| "zh": 4149, | |
| "translations": 0, | |
| "throughput_requests_per_s": 18.46320306277835, | |
| "latency_mean_s": 0.05407651860586593, | |
| "latency_p95_s": 0.08426957298070192, | |
| "memory": { | |
| "label": "after_concurrency_1", | |
| "monotonic_s": 6331408.40088232, | |
| "nvidia_smi_csv": "16578, 7504, 168.00, 54" | |
| } | |
| }, | |
| { | |
| "concurrency": 4, | |
| "duration_s": 450.0621074438095, | |
| "requests": 21870, | |
| "successes": 21870, | |
| "unexpected_errors": 0, | |
| "en": 10941, | |
| "zh": 10929, | |
| "translations": 0, | |
| "throughput_requests_per_s": 48.593293129238695, | |
| "latency_mean_s": 0.08225026404251744, | |
| "latency_p95_s": 0.1266057724133134, | |
| "memory": { | |
| "label": "after_concurrency_4", | |
| "monotonic_s": 6331858.524224755, | |
| "nvidia_smi_csv": "16584, 7498, 149.05, 47" | |
| } | |
| }, | |
| { | |
| "concurrency": 8, | |
| "duration_s": 450.0800929982215, | |
| "requests": 32125, | |
| "successes": 32125, | |
| "unexpected_errors": 0, | |
| "en": 15917, | |
| "zh": 16208, | |
| "translations": 0, | |
| "throughput_requests_per_s": 71.37618481625046, | |
| "latency_mean_s": 0.11201445067036128, | |
| "latency_p95_s": 0.1803781110793352, | |
| "memory": { | |
| "label": "after_concurrency_8", | |
| "monotonic_s": 6332308.665018195, | |
| "nvidia_smi_csv": "16586, 7496, 138.93, 54" | |
| } | |
| }, | |
| { | |
| "concurrency": 16, | |
| "duration_s": 450.08397748786956, | |
| "requests": 42763, | |
| "successes": 42763, | |
| "unexpected_errors": 0, | |
| "en": 21171, | |
| "zh": 21592, | |
| "translations": 0, | |
| "throughput_requests_per_s": 95.01115786426035, | |
| "latency_mean_s": 0.1683305560349866, | |
| "latency_p95_s": 0.2757945107296109, | |
| "memory": { | |
| "label": "after_concurrency_16", | |
| "monotonic_s": 6332758.821760576, | |
| "nvidia_smi_csv": "16610, 7472, 114.24, 43" | |
| } | |
| } | |
| ], | |
| "chaos_events": [ | |
| { | |
| "stage_concurrency": 1, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 1, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 1, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 1, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 1, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 1, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 1, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 1, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 1, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 1, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 1, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 1, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 1, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 1, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 4, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 4, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 4, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 4, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 4, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 4, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 4, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 4, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 4, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 4, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 4, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 4, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 4, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 4, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 8, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 8, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 8, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 8, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 8, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 8, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 8, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 8, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 8, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 8, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 8, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 8, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 8, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 8, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 16, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 16, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 16, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 16, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 16, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 16, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 16, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 16, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 16, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 16, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 16, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 16, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 16, | |
| "kind": "malformed", | |
| "status": 400, | |
| "passed": true | |
| }, | |
| { | |
| "stage_concurrency": 16, | |
| "kind": "cancel_reconnect", | |
| "status": 200, | |
| "passed": true | |
| } | |
| ], | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 9007, | |
| "duration_s": 1810.4675315702334, | |
| "gpu_memory_used_mib": { | |
| "min": 16988.25, | |
| "max": 17459.5625, | |
| "end": 17092.25, | |
| "steady_mean": 17092.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 7104.4375, | |
| "max": 7575.75, | |
| "end": 7471.75, | |
| "steady_mean": 7471.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 16496.0, | |
| "max": 16600.0, | |
| "end": 16600.0, | |
| "steady_mean": 16600.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 0.0, | |
| "max": 84.0, | |
| "mean": 43.92750083268569 | |
| }, | |
| "power_w": { | |
| "min": 25.57, | |
| "max": 187.582, | |
| "mean": 142.19547074497612 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 46.9, | |
| "mean": 21.50405240368602 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 238.7, | |
| "mean": 121.1230265349173 | |
| }, | |
| "gpu_process_pids": [ | |
| 81743 | |
| ], | |
| "error": null | |
| }, | |
| "memory_checkpoints": [ | |
| { | |
| "label": "before_functional", | |
| "monotonic_s": 6330953.554667551, | |
| "nvidia_smi_csv": "16506, 7576, 25.57, 0" | |
| }, | |
| { | |
| "label": "after_functional", | |
| "monotonic_s": 6330958.311958859, | |
| "nvidia_smi_csv": "16578, 7504, 77.69, 0" | |
| }, | |
| { | |
| "label": "after_soak", | |
| "monotonic_s": 6332758.883315249, | |
| "nvidia_smi_csv": "16610, 7472, 114.24, 43" | |
| }, | |
| { | |
| "label": "after_cooldown", | |
| "monotonic_s": 6332763.95071459, | |
| "nvidia_smi_csv": "16610, 7472, 60.78, 0" | |
| } | |
| ], | |
| "memory_validation": { | |
| "passed": true, | |
| "minimum_free_mib": 7104.4375, | |
| "required_free_mib": 2048.0, | |
| "retained_after_cooldown_mib": 104.0, | |
| "maximum_retained_mib": 256.0, | |
| "checkpoints": { | |
| "before_functional": [ | |
| 16506.0, | |
| 7576.0 | |
| ], | |
| "after_functional": [ | |
| 16578.0, | |
| 7504.0 | |
| ], | |
| "after_soak": [ | |
| 16610.0, | |
| 7472.0 | |
| ], | |
| "after_cooldown": [ | |
| 16610.0, | |
| 7472.0 | |
| ] | |
| } | |
| }, | |
| "final_health_status": 200, | |
| "unexpected_errors": 0 | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "run": "20260723T1915Z", | |
| "files": { | |
| "fun_asr_full_seedtts_en_r3.json": { | |
| "source": ".eval-runs/asr-4090/20260723T1915Z/fun_asr/full_seedtts_en_r3.json", | |
| "bytes": 58071, | |
| "sha256": "9f771a44ac2b7e5766e455989f307a79cd775c114c86992bb33236bc6df202d4" | |
| }, | |
| "fun_asr_full_seedtts_zh_r3.json": { | |
| "source": ".eval-runs/asr-4090/20260723T1915Z/fun_asr/full_seedtts_zh_r3.json", | |
| "bytes": 57613, | |
| "sha256": "c7680fbbacbea0420460afb012f53a321064681489bc126cdfeca2ac283e3067" | |
| }, | |
| "fun_asr_stability_30m.json": { | |
| "source": ".eval-runs/asr-4090/20260723T1915Z/fun_asr/stability_30m.json", | |
| "bytes": 16738, | |
| "sha256": "5eab309334a8b2ed9fdc622e92fa7a797e31f1239decf95877c6a5de6d793878" | |
| }, | |
| "fun_asr_context_boundary_validation.json": { | |
| "source": ".eval-runs/asr-4090/20260723T1915Z/fun_asr/context_boundary_validation.json", | |
| "bytes": 8375, | |
| "sha256": "23f0af8b92efee80456d2336e91241b79aa4f956cb4c5604e44961a2706576b9" | |
| }, | |
| "whisper_full_seedtts_en_r3.json": { | |
| "source": ".eval-runs/asr-4090/20260723T1915Z/whisper/full_seedtts_en_r3.json", | |
| "bytes": 58116, | |
| "sha256": "172747a129b996d2bfc286b6533b6c8d60559a514128ba1afe3aa1e14870e0f2" | |
| }, | |
| "whisper_full_seedtts_zh_r3.json": { | |
| "source": ".eval-runs/asr-4090/20260723T1915Z/whisper/full_seedtts_zh_r3.json", | |
| "bytes": 29610037, | |
| "sha256": "8c151bb5388da7921babffdd332db86275b1ad5948b918e91d0e4850b432c41e" | |
| }, | |
| "whisper_full_translation_zh_en.json": { | |
| "source": ".eval-runs/asr-4090/20260723T1915Z/whisper/full_translation_zh_en.json", | |
| "bytes": 2220652, | |
| "sha256": "557036df6153ca33accfafde6edb03ba0604feed85b4efddd3dd1deb415ce9ae" | |
| }, | |
| "whisper_stability_30m.json": { | |
| "source": ".eval-runs/asr-4090/20260723T1915Z/whisper/stability_30m.json", | |
| "bytes": 17592, | |
| "sha256": "5b18ba81e8b6a23d43c79fdff0ac108895db7ec1d73b634a6e5587c464208984" | |
| }, | |
| "whisper_hf_reference_translation_20.json": { | |
| "source": ".eval-runs/asr-4090/20260723T1915Z/whisper/hf_reference_translation_20.json", | |
| "bytes": 12375, | |
| "sha256": "27f7f17899c81d1aaf5d87b7b68ec33d988f597b6379f5818600c7144f221a8e" | |
| }, | |
| "whisper_ncu_reference.log": { | |
| "source": ".eval-runs/asr-4090/20260723T1915Z/whisper/ncu_reference.log", | |
| "bytes": 2526, | |
| "sha256": "f32adf9ffde6d2f01972a0d662f50eded47fe4c7ede3a85888f9ba031457c51b" | |
| } | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "schema_version": 2, | |
| "provenance": { | |
| "schema_version": 1, | |
| "repository": { | |
| "commit": "1026d42844f6e61fedf3e0a0b9c0f15271f95ee1", | |
| "branch": "xuanyili/funasr", | |
| "dirty": true | |
| }, | |
| "host": { | |
| "platform": "Linux-6.8.0-106-generic-x86_64-with-glibc2.35", | |
| "cpu_model": "AMD Ryzen 9 7950X 16-Core Processor", | |
| "logical_cpus": 32, | |
| "memory_total_kib": "131012500 kB" | |
| }, | |
| "gpu": { | |
| "nvidia_smi_csv": "0, NVIDIA GeForce RTX 4090, GPU-31ec873a-8a46-ac13-8b6b-987bba37519e, 24564, 580.126.20, P2, 450.00, 2520, 10251, 8.9", | |
| "cuda_visible_devices": null, | |
| "torch_cuda_build": "13.0", | |
| "cudnn_version": 91900 | |
| }, | |
| "packages": { | |
| "torch": "2.11.0", | |
| "sglang": "0.5.12.post1", | |
| "sglang-omni": "0.1.0", | |
| "transformers": "5.6.0", | |
| "flash-attn-4": "4.0.0b15", | |
| "flashinfer-python": "0.6.11.post1", | |
| "sglang-kernel": "0.4.2.post2" | |
| }, | |
| "dependency_freeze_sha256": "ee9961d6153cf68edab142c14c7cfc163071fde30f3980c1f2a1d46370249596", | |
| "artifacts": { | |
| "model_id": "openai/whisper-large-v3", | |
| "model_revision": "06f233fe06e710322aca913c1bc4249a0d71fce1", | |
| "dataset_id": "zhaochenyang20/seed-tts-eval-arrow", | |
| "dataset_revision": "27f4c1adee83b5b29b7c4b375f6b976324bda308" | |
| }, | |
| "launch_command": "sgl-omni serve --config examples/configs/whisper_asr_rtx4090.yaml --model-path <pinned-snapshot> --model-name openai/whisper-large-v3 --port 8000 --mem-fraction-static 0.65 --max-running-requests 16 --cuda-graph-max-bs 16", | |
| "server_config": { | |
| "dtype": "bfloat16", | |
| "attention_backend": "flashinfer", | |
| "mm_attention_backend": null, | |
| "cuda_graph": true, | |
| "torch_compile": false, | |
| "max_running_requests": 16, | |
| "mem_fraction_static": 0.65 | |
| }, | |
| "normalization": { | |
| "en": "whisper.normalizers.EnglishTextNormalizer", | |
| "zh": "strip zhon+ASCII punctuation, remove spaces, score characters" | |
| } | |
| }, | |
| "config": { | |
| "host": "127.0.0.1", | |
| "port": 8000, | |
| "meta": "zhaochenyang20/seed-tts-eval-arrow", | |
| "lang": "en", | |
| "model_path": "openai/whisper-large-v3", | |
| "model_revision": "06f233fe06e710322aca913c1bc4249a0d71fce1", | |
| "dataset_revision": "27f4c1adee83b5b29b7c4b375f6b976324bda308", | |
| "num_samples": 1088, | |
| "concurrencies": [ | |
| 1, | |
| 2, | |
| 4, | |
| 8, | |
| 16, | |
| 32 | |
| ], | |
| "repeats": 3, | |
| "warmup": true, | |
| "server": { | |
| "dtype": "bfloat16", | |
| "attention_backend": "flashinfer", | |
| "mm_attention_backend": null, | |
| "cuda_graph": true, | |
| "torch_compile": false, | |
| "max_running_requests": 16, | |
| "mem_fraction_static": 0.65 | |
| }, | |
| "resource_monitor": { | |
| "enabled": true, | |
| "gpu_index": 0, | |
| "interval_s": 0.2 | |
| } | |
| }, | |
| "results": [ | |
| { | |
| "concurrency": 1, | |
| "repeats": 3, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": { | |
| "mean": 0, | |
| "min": 0, | |
| "max": 0 | |
| }, | |
| "corpus_wer": { | |
| "mean": 0.01399818401937046, | |
| "min": 0.01399818401937046, | |
| "max": 0.01399818401937046 | |
| }, | |
| "per_sample_wer_max": { | |
| "mean": 0.2857142857142857, | |
| "min": 0.2857142857142857, | |
| "max": 0.2857142857142857 | |
| }, | |
| "wall_clock_s": { | |
| "mean": 490.71208840825904, | |
| "min": 379.57929582707584, | |
| "max": 712.6176892025396 | |
| }, | |
| "throughput_samples_per_s": { | |
| "mean": 2.418904027194034, | |
| "min": 1.526765356074075, | |
| "max": 2.866331256633286 | |
| }, | |
| "audio_seconds_per_s": { | |
| "mean": 11.45617653226707, | |
| "min": 7.23091666552141, | |
| "max": 13.575237589743269 | |
| }, | |
| "latency_mean_s": { | |
| "mean": 0.450803000528443, | |
| "min": 0.34866194384128046, | |
| "max": 0.6547576211416848 | |
| }, | |
| "latency_p95_s": { | |
| "mean": 1.2651299763470882, | |
| "min": 0.49554688162170335, | |
| "max": 2.0831576491706065 | |
| }, | |
| "latency_p99_s": { | |
| "mean": 1.5955199000891291, | |
| "min": 0.5829100051242857, | |
| "max": 2.519428481347859 | |
| }, | |
| "rtf_mean": { | |
| "mean": 0.09803292917193838, | |
| "min": 0.07519831712037306, | |
| "max": 0.14209416507801803 | |
| }, | |
| "rtf_p95": { | |
| "mean": 0.28973333333333334, | |
| "min": 0.1102, | |
| "max": 0.4768 | |
| }, | |
| "resources": { | |
| "gpu_memory_used_peak_mib": { | |
| "per_repeat": [ | |
| 21680.25, | |
| 22083.5625, | |
| 21704.25 | |
| ], | |
| "mean": 21822.6875, | |
| "min": 21680.25, | |
| "max": 22083.5625 | |
| }, | |
| "gpu_memory_used_steady_mib": { | |
| "per_repeat": [ | |
| 21680.25, | |
| 21700.25, | |
| 21704.25 | |
| ], | |
| "mean": 21694.916666666668, | |
| "min": 21680.25, | |
| "max": 21704.25 | |
| }, | |
| "gpu_process_memory_peak_mib": { | |
| "per_repeat": [ | |
| 21188.0, | |
| 21208.0, | |
| 21212.0 | |
| ], | |
| "mean": 21202.666666666668, | |
| "min": 21188.0, | |
| "max": 21212.0 | |
| }, | |
| "power_peak_w": { | |
| "per_repeat": [ | |
| 257.405, | |
| 278.1, | |
| 272.12 | |
| ], | |
| "mean": 269.2083333333333, | |
| "min": 257.405, | |
| "max": 278.1 | |
| }, | |
| "system_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 38.4, | |
| 43.6, | |
| 41.9 | |
| ], | |
| "mean": 41.3, | |
| "min": 38.4, | |
| "max": 43.6 | |
| }, | |
| "gpu_process_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 169.2, | |
| 109.6, | |
| 109.4 | |
| ], | |
| "mean": 129.4, | |
| "min": 109.4, | |
| "max": 169.2 | |
| }, | |
| "monitor_errors": [] | |
| }, | |
| "per_repeat": [ | |
| { | |
| "concurrency": 1, | |
| "repeat": 1, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01399818401937046, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 379.57929582707584, | |
| "throughput_samples_per_s": 2.866331256633286, | |
| "audio_seconds_per_s": 13.575237589743269, | |
| "latency_mean_s": 0.34866194384128046, | |
| "latency_p95_s": 0.49554688162170335, | |
| "latency_p99_s": 0.5829100051242857, | |
| "rtf_mean": 0.07519831712037306, | |
| "rtf_p95": 0.1102, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 1902, | |
| "duration_s": 383.17312107235193, | |
| "gpu_memory_used_mib": { | |
| "min": 21674.25, | |
| "max": 21680.25, | |
| "end": 21680.25, | |
| "steady_mean": 21680.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 2883.75, | |
| "max": 2889.75, | |
| "end": 2883.75, | |
| "steady_mean": 2883.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 21182.0, | |
| "max": 21188.0, | |
| "end": 21188.0, | |
| "steady_mean": 21188.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 0.0, | |
| "max": 87.0, | |
| "mean": 59.12302839116719 | |
| }, | |
| "power_w": { | |
| "min": 119.464, | |
| "max": 257.405, | |
| "mean": 219.0199894847529 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 38.4, | |
| "mean": 20.12192429022082 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 169.2, | |
| "mean": 98.80157728706625 | |
| }, | |
| "gpu_process_pids": [ | |
| 52944 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 1, | |
| "repeat": 2, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01399818401937046, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 712.6176892025396, | |
| "throughput_samples_per_s": 1.526765356074075, | |
| "audio_seconds_per_s": 7.23091666552141, | |
| "latency_mean_s": 0.6547576211416848, | |
| "latency_p95_s": 1.216685398248955, | |
| "latency_p99_s": 1.684221213795243, | |
| "rtf_mean": 0.14209416507801803, | |
| "rtf_p95": 0.2822, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 3545, | |
| "duration_s": 712.7826511785388, | |
| "gpu_memory_used_mib": { | |
| "min": 21680.25, | |
| "max": 22083.5625, | |
| "end": 21700.25, | |
| "steady_mean": 21700.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 2480.4375, | |
| "max": 2883.75, | |
| "end": 2863.75, | |
| "steady_mean": 2863.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 21188.0, | |
| "max": 21208.0, | |
| "end": 21208.0, | |
| "steady_mean": 21208.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 0.0, | |
| "max": 86.0, | |
| "mean": 57.218617771509166 | |
| }, | |
| "power_w": { | |
| "min": 111.226, | |
| "max": 278.1, | |
| "mean": 231.24916530324398 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 4.9, | |
| "max": 43.6, | |
| "mean": 20.39644569816643 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 109.6, | |
| "mean": 99.05173483779973 | |
| }, | |
| "gpu_process_pids": [ | |
| 52944 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 1, | |
| "repeat": 3, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01399818401937046, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 379.9392801951617, | |
| "throughput_samples_per_s": 2.863615468874742, | |
| "audio_seconds_per_s": 13.562375341536532, | |
| "latency_mean_s": 0.34898943660236376, | |
| "latency_p95_s": 2.0831576491706065, | |
| "latency_p99_s": 2.519428481347859, | |
| "rtf_mean": 0.07680630531742405, | |
| "rtf_p95": 0.4768, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 1891, | |
| "duration_s": 380.1000779271126, | |
| "gpu_memory_used_mib": { | |
| "min": 21700.25, | |
| "max": 21704.25, | |
| "end": 21704.25, | |
| "steady_mean": 21704.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 2859.75, | |
| "max": 2863.75, | |
| "end": 2859.75, | |
| "steady_mean": 2859.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 21208.0, | |
| "max": 21212.0, | |
| "end": 21212.0, | |
| "steady_mean": 21212.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 0.0, | |
| "max": 79.0, | |
| "mean": 57.78529878371232 | |
| }, | |
| "power_w": { | |
| "min": 125.326, | |
| "max": 272.12, | |
| "mean": 225.2528878900053 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 6.1, | |
| "max": 41.9, | |
| "mean": 20.246007403490214 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 109.4, | |
| "mean": 97.85552617662611 | |
| }, | |
| "gpu_process_pids": [ | |
| 52944 | |
| ], | |
| "error": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "concurrency": 2, | |
| "repeats": 3, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": { | |
| "mean": 0, | |
| "min": 0, | |
| "max": 0 | |
| }, | |
| "corpus_wer": { | |
| "mean": 0.01399818401937046, | |
| "min": 0.01399818401937046, | |
| "max": 0.01399818401937046 | |
| }, | |
| "per_sample_wer_max": { | |
| "mean": 0.2857142857142857, | |
| "min": 0.2857142857142857, | |
| "max": 0.2857142857142857 | |
| }, | |
| "wall_clock_s": { | |
| "mean": 111.12562468647957, | |
| "min": 110.85797738470137, | |
| "max": 111.35099102370441 | |
| }, | |
| "throughput_samples_per_s": { | |
| "mean": 9.790753960038314, | |
| "min": 9.770905404590305, | |
| "max": 9.814359107639161 | |
| }, | |
| "audio_seconds_per_s": { | |
| "mean": 46.37001075247474, | |
| "min": 46.276005966602085, | |
| "max": 46.481807142470096 | |
| }, | |
| "latency_mean_s": { | |
| "mean": 0.20404336845111926, | |
| "min": 0.2035573839213398, | |
| "max": 0.20446232776842355 | |
| }, | |
| "latency_p95_s": { | |
| "mean": 0.260045499773696, | |
| "min": 0.25555875422433005, | |
| "max": 0.26639604163356123 | |
| }, | |
| "latency_p99_s": { | |
| "mean": 0.2934684148151425, | |
| "min": 0.2900945785548536, | |
| "max": 0.2989671931788321 | |
| }, | |
| "rtf_mean": { | |
| "mean": 0.04445013149518759, | |
| "min": 0.044350395673195146, | |
| "max": 0.04456450401075722 | |
| }, | |
| "rtf_p95": { | |
| "mean": 0.060399999999999995, | |
| "min": 0.06, | |
| "max": 0.0607 | |
| }, | |
| "resources": { | |
| "gpu_memory_used_peak_mib": { | |
| "per_repeat": [ | |
| 22095.5625, | |
| 21704.25, | |
| 21704.25 | |
| ], | |
| "mean": 21834.6875, | |
| "min": 21704.25, | |
| "max": 22095.5625 | |
| }, | |
| "gpu_memory_used_steady_mib": { | |
| "per_repeat": [ | |
| 21721.155, | |
| 21704.25, | |
| 21704.25 | |
| ], | |
| "mean": 21709.885, | |
| "min": 21704.25, | |
| "max": 21721.155 | |
| }, | |
| "gpu_process_memory_peak_mib": { | |
| "per_repeat": [ | |
| 21212.0, | |
| 21212.0, | |
| 21212.0 | |
| ], | |
| "mean": 21212.0, | |
| "min": 21212.0, | |
| "max": 21212.0 | |
| }, | |
| "power_peak_w": { | |
| "per_repeat": [ | |
| 223.561, | |
| 223.502, | |
| 220.081 | |
| ], | |
| "mean": 222.38133333333334, | |
| "min": 220.081, | |
| "max": 223.561 | |
| }, | |
| "system_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 34.4, | |
| 37.6, | |
| 31.4 | |
| ], | |
| "mean": 34.46666666666667, | |
| "min": 31.4, | |
| "max": 37.6 | |
| }, | |
| "gpu_process_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 109.4, | |
| 109.4, | |
| 104.6 | |
| ], | |
| "mean": 107.8, | |
| "min": 104.6, | |
| "max": 109.4 | |
| }, | |
| "monitor_errors": [] | |
| }, | |
| "per_repeat": [ | |
| { | |
| "concurrency": 2, | |
| "repeat": 1, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01399818401937046, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 111.16790565103292, | |
| "throughput_samples_per_s": 9.786997367885474, | |
| "audio_seconds_per_s": 46.352219148352034, | |
| "latency_mean_s": 0.2041103936635944, | |
| "latency_p95_s": 0.25555875422433005, | |
| "latency_p99_s": 0.2913434727117418, | |
| "rtf_mean": 0.044435494801610395, | |
| "rtf_p95": 0.06, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 555, | |
| "duration_s": 111.33154498320073, | |
| "gpu_memory_used_mib": { | |
| "min": 21704.25, | |
| "max": 22095.5625, | |
| "end": 21704.25, | |
| "steady_mean": 21721.155 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 2468.4375, | |
| "max": 2859.75, | |
| "end": 2859.75, | |
| "steady_mean": 2842.845 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 21212.0, | |
| "max": 21212.0, | |
| "end": 21212.0, | |
| "steady_mean": 21212.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 27.0, | |
| "max": 77.0, | |
| "mean": 59.47027027027027 | |
| }, | |
| "power_w": { | |
| "min": 101.682, | |
| "max": 223.561, | |
| "mean": 200.83376756756755 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 6.3, | |
| "max": 34.4, | |
| "mean": 20.03153153153153 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 109.4, | |
| "mean": 98.10522522522523 | |
| }, | |
| "gpu_process_pids": [ | |
| 52944 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 2, | |
| "repeat": 2, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01399818401937046, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 110.85797738470137, | |
| "throughput_samples_per_s": 9.814359107639161, | |
| "audio_seconds_per_s": 46.481807142470096, | |
| "latency_mean_s": 0.2035573839213398, | |
| "latency_p95_s": 0.26639604163356123, | |
| "latency_p99_s": 0.2989671931788321, | |
| "rtf_mean": 0.044350395673195146, | |
| "rtf_p95": 0.0607, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 553, | |
| "duration_s": 111.01675942540169, | |
| "gpu_memory_used_mib": { | |
| "min": 21704.25, | |
| "max": 21704.25, | |
| "end": 21704.25, | |
| "steady_mean": 21704.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 2859.75, | |
| "max": 2859.75, | |
| "end": 2859.75, | |
| "steady_mean": 2859.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 21212.0, | |
| "max": 21212.0, | |
| "end": 21212.0, | |
| "steady_mean": 21212.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 30.0, | |
| "max": 80.0, | |
| "mean": 59.399638336347195 | |
| }, | |
| "power_w": { | |
| "min": 160.945, | |
| "max": 223.502, | |
| "mean": 201.1129493670886 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 6.3, | |
| "max": 37.6, | |
| "mean": 20.098010849909585 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 109.4, | |
| "mean": 97.60343580470162 | |
| }, | |
| "gpu_process_pids": [ | |
| 52944 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 2, | |
| "repeat": 3, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01399818401937046, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 111.35099102370441, | |
| "throughput_samples_per_s": 9.770905404590305, | |
| "audio_seconds_per_s": 46.276005966602085, | |
| "latency_mean_s": 0.20446232776842355, | |
| "latency_p95_s": 0.25818170346319674, | |
| "latency_p99_s": 0.2900945785548536, | |
| "rtf_mean": 0.04456450401075722, | |
| "rtf_p95": 0.0605, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 556, | |
| "duration_s": 111.53761858027428, | |
| "gpu_memory_used_mib": { | |
| "min": 21704.25, | |
| "max": 21704.25, | |
| "end": 21704.25, | |
| "steady_mean": 21704.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 2859.75, | |
| "max": 2859.75, | |
| "end": 2859.75, | |
| "steady_mean": 2859.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 21212.0, | |
| "max": 21212.0, | |
| "end": 21212.0, | |
| "steady_mean": 21212.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 35.0, | |
| "max": 76.0, | |
| "mean": 58.64928057553957 | |
| }, | |
| "power_w": { | |
| "min": 150.45, | |
| "max": 220.081, | |
| "mean": 200.67798201438848 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 6.4, | |
| "max": 31.4, | |
| "mean": 20.15773381294964 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 104.6, | |
| "mean": 97.57374100719424 | |
| }, | |
| "gpu_process_pids": [ | |
| 52944 | |
| ], | |
| "error": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "concurrency": 4, | |
| "repeats": 3, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": { | |
| "mean": 0, | |
| "min": 0, | |
| "max": 0 | |
| }, | |
| "corpus_wer": { | |
| "mean": 0.01399818401937046, | |
| "min": 0.01399818401937046, | |
| "max": 0.01399818401937046 | |
| }, | |
| "per_sample_wer_max": { | |
| "mean": 0.2857142857142857, | |
| "min": 0.2857142857142857, | |
| "max": 0.2857142857142857 | |
| }, | |
| "wall_clock_s": { | |
| "mean": 86.73713483661413, | |
| "min": 85.98463718686253, | |
| "max": 87.2289812900126 | |
| }, | |
| "throughput_samples_per_s": { | |
| "mean": 12.544135779009766, | |
| "min": 12.472918792696849, | |
| "max": 12.653423164832915 | |
| }, | |
| "audio_seconds_per_s": { | |
| "mean": 59.410308269140664, | |
| "min": 59.07301734807702, | |
| "max": 59.9279044906792 | |
| }, | |
| "latency_mean_s": { | |
| "mean": 0.31834164523267344, | |
| "min": 0.3156110099174411, | |
| "max": 0.3203140678267707 | |
| }, | |
| "latency_p95_s": { | |
| "mean": 0.4226914776954799, | |
| "min": 0.4194742683321236, | |
| "max": 0.4257508212700486 | |
| }, | |
| "latency_p99_s": { | |
| "mean": 0.48114003432914576, | |
| "min": 0.47543918794952295, | |
| "max": 0.48427971303462974 | |
| }, | |
| "rtf_mean": { | |
| "mean": 0.06916416331217795, | |
| "min": 0.0684904459292318, | |
| "max": 0.06962125414106768 | |
| }, | |
| "rtf_p95": { | |
| "mean": 0.09596666666666667, | |
| "min": 0.095, | |
| "max": 0.0969 | |
| }, | |
| "resources": { | |
| "gpu_memory_used_peak_mib": { | |
| "per_repeat": [ | |
| 21704.25, | |
| 21704.25, | |
| 21704.25 | |
| ], | |
| "mean": 21704.25, | |
| "min": 21704.25, | |
| "max": 21704.25 | |
| }, | |
| "gpu_memory_used_steady_mib": { | |
| "per_repeat": [ | |
| 21704.25, | |
| 21704.25, | |
| 21704.25 | |
| ], | |
| "mean": 21704.25, | |
| "min": 21704.25, | |
| "max": 21704.25 | |
| }, | |
| "gpu_process_memory_peak_mib": { | |
| "per_repeat": [ | |
| 21212.0, | |
| 21212.0, | |
| 21212.0 | |
| ], | |
| "mean": 21212.0, | |
| "min": 21212.0, | |
| "max": 21212.0 | |
| }, | |
| "power_peak_w": { | |
| "per_repeat": [ | |
| 241.088, | |
| 241.696, | |
| 238.612 | |
| ], | |
| "mean": 240.46533333333332, | |
| "min": 238.612, | |
| "max": 241.696 | |
| }, | |
| "system_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 37.8, | |
| 34.2, | |
| 39.4 | |
| ], | |
| "mean": 37.13333333333333, | |
| "min": 34.2, | |
| "max": 39.4 | |
| }, | |
| "gpu_process_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 109.3, | |
| 109.5, | |
| 104.7 | |
| ], | |
| "mean": 107.83333333333333, | |
| "min": 104.7, | |
| "max": 109.5 | |
| }, | |
| "monitor_errors": [] | |
| }, | |
| "per_repeat": [ | |
| { | |
| "concurrency": 4, | |
| "repeat": 1, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01399818401937046, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 86.99778603296727, | |
| "throughput_samples_per_s": 12.506065379499534, | |
| "audio_seconds_per_s": 59.230002968665765, | |
| "latency_mean_s": 0.31909985795380846, | |
| "latency_p95_s": 0.4257508212700486, | |
| "latency_p99_s": 0.48427971303462974, | |
| "rtf_mean": 0.06938078986623439, | |
| "rtf_p95": 0.096, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 435, | |
| "duration_s": 87.14540220424533, | |
| "gpu_memory_used_mib": { | |
| "min": 21704.25, | |
| "max": 21704.25, | |
| "end": 21704.25, | |
| "steady_mean": 21704.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 2859.75, | |
| "max": 2859.75, | |
| "end": 2859.75, | |
| "steady_mean": 2859.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 21212.0, | |
| "max": 21212.0, | |
| "end": 21212.0, | |
| "steady_mean": 21212.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 0.0, | |
| "max": 74.0, | |
| "mean": 57.3816091954023 | |
| }, | |
| "power_w": { | |
| "min": 190.226, | |
| "max": 241.088, | |
| "mean": 214.25288735632182 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 6.6, | |
| "max": 37.8, | |
| "mean": 20.779540229885058 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 109.3, | |
| "mean": 98.13931034482758 | |
| }, | |
| "gpu_process_pids": [ | |
| 52944 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 4, | |
| "repeat": 2, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01399818401937046, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 85.98463718686253, | |
| "throughput_samples_per_s": 12.653423164832915, | |
| "audio_seconds_per_s": 59.9279044906792, | |
| "latency_mean_s": 0.3156110099174411, | |
| "latency_p95_s": 0.4228493434842675, | |
| "latency_p99_s": 0.47543918794952295, | |
| "rtf_mean": 0.0684904459292318, | |
| "rtf_p95": 0.095, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 430, | |
| "duration_s": 86.16005060449243, | |
| "gpu_memory_used_mib": { | |
| "min": 21704.25, | |
| "max": 21704.25, | |
| "end": 21704.25, | |
| "steady_mean": 21704.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 2859.75, | |
| "max": 2859.75, | |
| "end": 2859.75, | |
| "steady_mean": 2859.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 21212.0, | |
| "max": 21212.0, | |
| "end": 21212.0, | |
| "steady_mean": 21212.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 0.0, | |
| "max": 80.0, | |
| "mean": 57.52325581395349 | |
| }, | |
| "power_w": { | |
| "min": 178.314, | |
| "max": 241.696, | |
| "mean": 216.04817906976746 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 34.2, | |
| "mean": 20.410697674418607 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 109.5, | |
| "mean": 98.14023255813954 | |
| }, | |
| "gpu_process_pids": [ | |
| 52944 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 4, | |
| "repeat": 3, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01399818401937046, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 87.2289812900126, | |
| "throughput_samples_per_s": 12.472918792696849, | |
| "audio_seconds_per_s": 59.07301734807702, | |
| "latency_mean_s": 0.3203140678267707, | |
| "latency_p95_s": 0.4194742683321236, | |
| "latency_p99_s": 0.48370120200328454, | |
| "rtf_mean": 0.06962125414106768, | |
| "rtf_p95": 0.0969, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 436, | |
| "duration_s": 87.38712791446596, | |
| "gpu_memory_used_mib": { | |
| "min": 21704.25, | |
| "max": 21704.25, | |
| "end": 21704.25, | |
| "steady_mean": 21704.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 2859.75, | |
| "max": 2859.75, | |
| "end": 2859.75, | |
| "steady_mean": 2859.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 21212.0, | |
| "max": 21212.0, | |
| "end": 21212.0, | |
| "steady_mean": 21212.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 0.0, | |
| "max": 74.0, | |
| "mean": 56.392201834862384 | |
| }, | |
| "power_w": { | |
| "min": 150.883, | |
| "max": 238.612, | |
| "mean": 213.69244266055046 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 6.1, | |
| "max": 39.4, | |
| "mean": 20.212614678899083 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 104.7, | |
| "mean": 98.51674311926607 | |
| }, | |
| "gpu_process_pids": [ | |
| 52944 | |
| ], | |
| "error": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "concurrency": 8, | |
| "repeats": 3, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": { | |
| "mean": 0, | |
| "min": 0, | |
| "max": 0 | |
| }, | |
| "corpus_wer": { | |
| "mean": 0.01399818401937046, | |
| "min": 0.01399818401937046, | |
| "max": 0.01399818401937046 | |
| }, | |
| "per_sample_wer_max": { | |
| "mean": 0.2857142857142857, | |
| "min": 0.2857142857142857, | |
| "max": 0.2857142857142857 | |
| }, | |
| "wall_clock_s": { | |
| "mean": 72.9143661086758, | |
| "min": 72.30172749143094, | |
| "max": 73.42802473343909 | |
| }, | |
| "throughput_samples_per_s": { | |
| "mean": 14.922222021933525, | |
| "min": 14.817230940770838, | |
| "max": 15.048049856470548 | |
| }, | |
| "audio_seconds_per_s": { | |
| "mean": 70.67316760609978, | |
| "min": 70.17591912224464, | |
| "max": 71.26910108213818 | |
| }, | |
| "latency_mean_s": { | |
| "mean": 0.5353861050180949, | |
| "min": 0.5307314351144562, | |
| "max": 0.5393369215692955 | |
| }, | |
| "latency_p95_s": { | |
| "mean": 0.7180129407749819, | |
| "min": 0.7080734550952906, | |
| "max": 0.7314817702397702 | |
| }, | |
| "latency_p99_s": { | |
| "mean": 0.8383404070821878, | |
| "min": 0.7996721820347007, | |
| "max": 0.8617654661834195 | |
| }, | |
| "rtf_mean": { | |
| "mean": 0.1159789197761436, | |
| "min": 0.11504359473989793, | |
| "max": 0.1168066039791319 | |
| }, | |
| "rtf_p95": { | |
| "mean": 0.16096666666666667, | |
| "min": 0.1585, | |
| "max": 0.1631 | |
| }, | |
| "resources": { | |
| "gpu_memory_used_peak_mib": { | |
| "per_repeat": [ | |
| 21704.25, | |
| 21704.25, | |
| 21704.25 | |
| ], | |
| "mean": 21704.25, | |
| "min": 21704.25, | |
| "max": 21704.25 | |
| }, | |
| "gpu_memory_used_steady_mib": { | |
| "per_repeat": [ | |
| 21704.25, | |
| 21704.25, | |
| 21704.25 | |
| ], | |
| "mean": 21704.25, | |
| "min": 21704.25, | |
| "max": 21704.25 | |
| }, | |
| "gpu_process_memory_peak_mib": { | |
| "per_repeat": [ | |
| 21212.0, | |
| 21212.0, | |
| 21212.0 | |
| ], | |
| "mean": 21212.0, | |
| "min": 21212.0, | |
| "max": 21212.0 | |
| }, | |
| "power_peak_w": { | |
| "per_repeat": [ | |
| 254.106, | |
| 254.146, | |
| 256.347 | |
| ], | |
| "mean": 254.86633333333333, | |
| "min": 254.106, | |
| "max": 256.347 | |
| }, | |
| "system_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 38.4, | |
| 32.8, | |
| 36.4 | |
| ], | |
| "mean": 35.86666666666667, | |
| "min": 32.8, | |
| "max": 38.4 | |
| }, | |
| "gpu_process_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 107.7, | |
| 109.5, | |
| 109.3 | |
| ], | |
| "mean": 108.83333333333333, | |
| "min": 107.7, | |
| "max": 109.5 | |
| }, | |
| "monitor_errors": [] | |
| }, | |
| "per_repeat": [ | |
| { | |
| "concurrency": 8, | |
| "repeat": 1, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01399818401937046, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 73.01334610115737, | |
| "throughput_samples_per_s": 14.90138526855919, | |
| "audio_seconds_per_s": 70.57448261391653, | |
| "latency_mean_s": 0.5360899583705331, | |
| "latency_p95_s": 0.714483596989885, | |
| "latency_p99_s": 0.7996721820347007, | |
| "rtf_mean": 0.11608656060940095, | |
| "rtf_p95": 0.1613, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 365, | |
| "duration_s": 73.177783370018, | |
| "gpu_memory_used_mib": { | |
| "min": 21704.25, | |
| "max": 21704.25, | |
| "end": 21704.25, | |
| "steady_mean": 21704.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 2859.75, | |
| "max": 2859.75, | |
| "end": 2859.75, | |
| "steady_mean": 2859.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 21212.0, | |
| "max": 21212.0, | |
| "end": 21212.0, | |
| "steady_mean": 21212.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 31.0, | |
| "max": 81.0, | |
| "mean": 57.62465753424657 | |
| }, | |
| "power_w": { | |
| "min": 204.583, | |
| "max": 254.106, | |
| "mean": 227.20369315068493 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 6.2, | |
| "max": 38.4, | |
| "mean": 20.978904109589042 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 107.7, | |
| "mean": 98.71780821917808 | |
| }, | |
| "gpu_process_pids": [ | |
| 52944 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 8, | |
| "repeat": 2, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01399818401937046, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 72.30172749143094, | |
| "throughput_samples_per_s": 15.048049856470548, | |
| "audio_seconds_per_s": 71.26910108213818, | |
| "latency_mean_s": 0.5307314351144562, | |
| "latency_p95_s": 0.7080734550952906, | |
| "latency_p99_s": 0.8617654661834195, | |
| "rtf_mean": 0.11504359473989793, | |
| "rtf_p95": 0.1585, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 362, | |
| "duration_s": 72.46772372350097, | |
| "gpu_memory_used_mib": { | |
| "min": 21704.25, | |
| "max": 21704.25, | |
| "end": 21704.25, | |
| "steady_mean": 21704.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 2859.75, | |
| "max": 2859.75, | |
| "end": 2859.75, | |
| "steady_mean": 2859.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 21212.0, | |
| "max": 21212.0, | |
| "end": 21212.0, | |
| "steady_mean": 21212.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 12.0, | |
| "max": 79.0, | |
| "mean": 56.99171270718232 | |
| }, | |
| "power_w": { | |
| "min": 118.671, | |
| "max": 254.146, | |
| "mean": 227.70512154696132 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 6.4, | |
| "max": 32.8, | |
| "mean": 19.932872928176796 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 109.5, | |
| "mean": 98.61325966850829 | |
| }, | |
| "gpu_process_pids": [ | |
| 52944 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 8, | |
| "repeat": 3, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01399818401937046, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 73.42802473343909, | |
| "throughput_samples_per_s": 14.817230940770838, | |
| "audio_seconds_per_s": 70.17591912224464, | |
| "latency_mean_s": 0.5393369215692955, | |
| "latency_p95_s": 0.7314817702397702, | |
| "latency_p99_s": 0.8535835730284431, | |
| "rtf_mean": 0.1168066039791319, | |
| "rtf_p95": 0.1631, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 367, | |
| "duration_s": 73.58920690231025, | |
| "gpu_memory_used_mib": { | |
| "min": 21704.25, | |
| "max": 21704.25, | |
| "end": 21704.25, | |
| "steady_mean": 21704.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 2859.75, | |
| "max": 2859.75, | |
| "end": 2859.75, | |
| "steady_mean": 2859.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 21212.0, | |
| "max": 21212.0, | |
| "end": 21212.0, | |
| "steady_mean": 21212.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 36.0, | |
| "max": 79.0, | |
| "mean": 57.536784741144416 | |
| }, | |
| "power_w": { | |
| "min": 191.848, | |
| "max": 256.347, | |
| "mean": 225.41057765667574 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 6.4, | |
| "max": 36.4, | |
| "mean": 21.90299727520436 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 109.3, | |
| "mean": 98.50299727520435 | |
| }, | |
| "gpu_process_pids": [ | |
| 52944 | |
| ], | |
| "error": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "concurrency": 16, | |
| "repeats": 3, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": { | |
| "mean": 0, | |
| "min": 0, | |
| "max": 0 | |
| }, | |
| "corpus_wer": { | |
| "mean": 0.01399818401937046, | |
| "min": 0.01399818401937046, | |
| "max": 0.01399818401937046 | |
| }, | |
| "per_sample_wer_max": { | |
| "mean": 0.2857142857142857, | |
| "min": 0.2857142857142857, | |
| "max": 0.2857142857142857 | |
| }, | |
| "wall_clock_s": { | |
| "mean": 66.11680593248457, | |
| "min": 65.23347491212189, | |
| "max": 66.82601141370833 | |
| }, | |
| "throughput_samples_per_s": { | |
| "mean": 16.45738007135273, | |
| "min": 16.281085418436533, | |
| "max": 16.678553479876392 | |
| }, | |
| "audio_seconds_per_s": { | |
| "mean": 77.94383292450783, | |
| "min": 77.10888344209881, | |
| "max": 78.99133277725292 | |
| }, | |
| "latency_mean_s": { | |
| "mean": 0.9709365094087986, | |
| "min": 0.9580571991742438, | |
| "max": 0.981241459317971 | |
| }, | |
| "latency_p95_s": { | |
| "mean": 1.3108367869940893, | |
| "min": 1.2603331981226795, | |
| "max": 1.344276180071756 | |
| }, | |
| "latency_p99_s": { | |
| "mean": 1.5440084196285642, | |
| "min": 1.4418388742674138, | |
| "max": 1.6968857228662817 | |
| }, | |
| "rtf_mean": { | |
| "mean": 0.21003795207087572, | |
| "min": 0.20725399791066498, | |
| "max": 0.21220558275765225 | |
| }, | |
| "rtf_p95": { | |
| "mean": 0.28859999999999997, | |
| "min": 0.2804, | |
| "max": 0.2944 | |
| }, | |
| "resources": { | |
| "gpu_memory_used_peak_mib": { | |
| "per_repeat": [ | |
| 21704.25, | |
| 21704.25, | |
| 21704.25 | |
| ], | |
| "mean": 21704.25, | |
| "min": 21704.25, | |
| "max": 21704.25 | |
| }, | |
| "gpu_memory_used_steady_mib": { | |
| "per_repeat": [ | |
| 21704.25, | |
| 21704.25, | |
| 21704.25 | |
| ], | |
| "mean": 21704.25, | |
| "min": 21704.25, | |
| "max": 21704.25 | |
| }, | |
| "gpu_process_memory_peak_mib": { | |
| "per_repeat": [ | |
| 21212.0, | |
| 21212.0, | |
| 21212.0 | |
| ], | |
| "mean": 21212.0, | |
| "min": 21212.0, | |
| "max": 21212.0 | |
| }, | |
| "power_peak_w": { | |
| "per_repeat": [ | |
| 267.319, | |
| 270.636, | |
| 264.234 | |
| ], | |
| "mean": 267.39633333333336, | |
| "min": 264.234, | |
| "max": 270.636 | |
| }, | |
| "system_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 31.7, | |
| 34.3, | |
| 37.1 | |
| ], | |
| "mean": 34.36666666666667, | |
| "min": 31.7, | |
| "max": 37.1 | |
| }, | |
| "gpu_process_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 108.8, | |
| 109.3, | |
| 109.2 | |
| ], | |
| "mean": 109.1, | |
| "min": 108.8, | |
| "max": 109.3 | |
| }, | |
| "monitor_errors": [] | |
| }, | |
| "per_repeat": [ | |
| { | |
| "concurrency": 16, | |
| "repeat": 1, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01399818401937046, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 66.29093147162348, | |
| "throughput_samples_per_s": 16.41250131574527, | |
| "audio_seconds_per_s": 77.73128255417174, | |
| "latency_mean_s": 0.973510869734181, | |
| "latency_p95_s": 1.344276180071756, | |
| "latency_p99_s": 1.6968857228662817, | |
| "rtf_mean": 0.21065427554430996, | |
| "rtf_p95": 0.291, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 332, | |
| "duration_s": 66.45663130097091, | |
| "gpu_memory_used_mib": { | |
| "min": 21704.25, | |
| "max": 21704.25, | |
| "end": 21704.25, | |
| "steady_mean": 21704.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 2859.75, | |
| "max": 2859.75, | |
| "end": 2859.75, | |
| "steady_mean": 2859.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 21212.0, | |
| "max": 21212.0, | |
| "end": 21212.0, | |
| "steady_mean": 21212.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 3.0, | |
| "max": 78.0, | |
| "mean": 53.68072289156626 | |
| }, | |
| "power_w": { | |
| "min": 137.7, | |
| "max": 267.319, | |
| "mean": 234.9375512048193 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 6.6, | |
| "max": 31.7, | |
| "mean": 20.121084337349398 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 108.8, | |
| "mean": 98.43795180722891 | |
| }, | |
| "gpu_process_pids": [ | |
| 52944 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 16, | |
| "repeat": 2, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01399818401937046, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 66.82601141370833, | |
| "throughput_samples_per_s": 16.281085418436533, | |
| "audio_seconds_per_s": 77.10888344209881, | |
| "latency_mean_s": 0.981241459317971, | |
| "latency_p95_s": 1.3279009827878325, | |
| "latency_p99_s": 1.493300661751997, | |
| "rtf_mean": 0.21220558275765225, | |
| "rtf_p95": 0.2944, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 334, | |
| "duration_s": 66.9868879718706, | |
| "gpu_memory_used_mib": { | |
| "min": 21704.25, | |
| "max": 21704.25, | |
| "end": 21704.25, | |
| "steady_mean": 21704.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 2859.75, | |
| "max": 2859.75, | |
| "end": 2859.75, | |
| "steady_mean": 2859.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 21212.0, | |
| "max": 21212.0, | |
| "end": 21212.0, | |
| "steady_mean": 21212.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 22.0, | |
| "max": 81.0, | |
| "mean": 56.7185628742515 | |
| }, | |
| "power_w": { | |
| "min": 192.843, | |
| "max": 270.636, | |
| "mean": 233.85161976047905 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 6.0, | |
| "max": 34.3, | |
| "mean": 20.648502994011977 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 109.3, | |
| "mean": 98.50988023952097 | |
| }, | |
| "gpu_process_pids": [ | |
| 52944 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 16, | |
| "repeat": 3, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01399818401937046, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 65.23347491212189, | |
| "throughput_samples_per_s": 16.678553479876392, | |
| "audio_seconds_per_s": 78.99133277725292, | |
| "latency_mean_s": 0.9580571991742438, | |
| "latency_p95_s": 1.2603331981226795, | |
| "latency_p99_s": 1.4418388742674138, | |
| "rtf_mean": 0.20725399791066498, | |
| "rtf_p95": 0.2804, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 327, | |
| "duration_s": 65.39288953784853, | |
| "gpu_memory_used_mib": { | |
| "min": 21704.25, | |
| "max": 21704.25, | |
| "end": 21704.25, | |
| "steady_mean": 21704.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 2859.75, | |
| "max": 2859.75, | |
| "end": 2859.75, | |
| "steady_mean": 2859.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 21212.0, | |
| "max": 21212.0, | |
| "end": 21212.0, | |
| "steady_mean": 21212.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 37.0, | |
| "max": 86.0, | |
| "mean": 57.20489296636086 | |
| }, | |
| "power_w": { | |
| "min": 186.688, | |
| "max": 264.234, | |
| "mean": 237.35423547400615 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 4.1, | |
| "max": 37.1, | |
| "mean": 20.311009174311927 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 109.2, | |
| "mean": 98.51192660550458 | |
| }, | |
| "gpu_process_pids": [ | |
| 52944 | |
| ], | |
| "error": null | |
| } | |
| } | |
| ] | |
| }, | |
| { | |
| "concurrency": 32, | |
| "repeats": 3, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": { | |
| "mean": 0, | |
| "min": 0, | |
| "max": 0 | |
| }, | |
| "corpus_wer": { | |
| "mean": 0.01399818401937046, | |
| "min": 0.01399818401937046, | |
| "max": 0.01399818401937046 | |
| }, | |
| "per_sample_wer_max": { | |
| "mean": 0.2857142857142857, | |
| "min": 0.2857142857142857, | |
| "max": 0.2857142857142857 | |
| }, | |
| "wall_clock_s": { | |
| "mean": 65.93631756088386, | |
| "min": 65.26758104655892, | |
| "max": 66.93103174399585 | |
| }, | |
| "throughput_samples_per_s": { | |
| "mean": 16.502709693766352, | |
| "min": 16.25553904744044, | |
| "max": 16.669837958662363 | |
| }, | |
| "audio_seconds_per_s": { | |
| "mean": 78.15851864608803, | |
| "min": 76.98789321983293, | |
| "max": 78.95005517860653 | |
| }, | |
| "latency_mean_s": { | |
| "mean": 1.9284703820939837, | |
| "min": 1.909280249856666, | |
| "max": 1.957563643103212 | |
| }, | |
| "latency_p95_s": { | |
| "mean": 2.380395490163937, | |
| "min": 2.3029047241900114, | |
| "max": 2.4575705552007996 | |
| }, | |
| "latency_p99_s": { | |
| "mean": 2.6356206137531726, | |
| "min": 2.53463113849982, | |
| "max": 2.725535489004105 | |
| }, | |
| "rtf_mean": { | |
| "mean": 0.42030571528223076, | |
| "min": 0.4166831921338674, | |
| "max": 0.4258560127265798 | |
| }, | |
| "rtf_p95": { | |
| "mean": 0.5655333333333333, | |
| "min": 0.5581, | |
| "max": 0.5694 | |
| }, | |
| "resources": { | |
| "gpu_memory_used_peak_mib": { | |
| "per_repeat": [ | |
| 21704.25, | |
| 21704.25, | |
| 21704.25 | |
| ], | |
| "mean": 21704.25, | |
| "min": 21704.25, | |
| "max": 21704.25 | |
| }, | |
| "gpu_memory_used_steady_mib": { | |
| "per_repeat": [ | |
| 21704.25, | |
| 21704.25, | |
| 21704.25 | |
| ], | |
| "mean": 21704.25, | |
| "min": 21704.25, | |
| "max": 21704.25 | |
| }, | |
| "gpu_process_memory_peak_mib": { | |
| "per_repeat": [ | |
| 21212.0, | |
| 21212.0, | |
| 21212.0 | |
| ], | |
| "mean": 21212.0, | |
| "min": 21212.0, | |
| "max": 21212.0 | |
| }, | |
| "power_peak_w": { | |
| "per_repeat": [ | |
| 266.753, | |
| 264.39, | |
| 264.792 | |
| ], | |
| "mean": 265.31166666666667, | |
| "min": 264.39, | |
| "max": 266.753 | |
| }, | |
| "system_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 34.7, | |
| 35.8, | |
| 37.8 | |
| ], | |
| "mean": 36.1, | |
| "min": 34.7, | |
| "max": 37.8 | |
| }, | |
| "gpu_process_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 109.3, | |
| 104.7, | |
| 104.6 | |
| ], | |
| "mean": 106.2, | |
| "min": 104.6, | |
| "max": 109.3 | |
| }, | |
| "monitor_errors": [] | |
| }, | |
| "per_repeat": [ | |
| { | |
| "concurrency": 32, | |
| "repeat": 1, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01399818401937046, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 65.26758104655892, | |
| "throughput_samples_per_s": 16.669837958662363, | |
| "audio_seconds_per_s": 78.95005517860653, | |
| "latency_mean_s": 1.909280249856666, | |
| "latency_p95_s": 2.3029047241900114, | |
| "latency_p99_s": 2.53463113849982, | |
| "rtf_mean": 0.4166831921338674, | |
| "rtf_p95": 0.5581, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 327, | |
| "duration_s": 65.42776752728969, | |
| "gpu_memory_used_mib": { | |
| "min": 21704.25, | |
| "max": 21704.25, | |
| "end": 21704.25, | |
| "steady_mean": 21704.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 2859.75, | |
| "max": 2859.75, | |
| "end": 2859.75, | |
| "steady_mean": 2859.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 21212.0, | |
| "max": 21212.0, | |
| "end": 21212.0, | |
| "steady_mean": 21212.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 18.0, | |
| "max": 85.0, | |
| "mean": 57.706422018348626 | |
| }, | |
| "power_w": { | |
| "min": 195.569, | |
| "max": 266.753, | |
| "mean": 237.55765443425076 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 5.3, | |
| "max": 34.7, | |
| "mean": 20.07737003058104 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 109.3, | |
| "mean": 98.74892966360855 | |
| }, | |
| "gpu_process_pids": [ | |
| 52944 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 32, | |
| "repeat": 2, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01399818401937046, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 65.61033989209682, | |
| "throughput_samples_per_s": 16.582752075196254, | |
| "audio_seconds_per_s": 78.53760753982463, | |
| "latency_mean_s": 1.9185672533220735, | |
| "latency_p95_s": 2.3807111911009997, | |
| "latency_p99_s": 2.6466952137555926, | |
| "rtf_mean": 0.41837794098624503, | |
| "rtf_p95": 0.5691, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 328, | |
| "duration_s": 65.76747638173401, | |
| "gpu_memory_used_mib": { | |
| "min": 21704.25, | |
| "max": 21704.25, | |
| "end": 21704.25, | |
| "steady_mean": 21704.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 2859.75, | |
| "max": 2859.75, | |
| "end": 2859.75, | |
| "steady_mean": 2859.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 21212.0, | |
| "max": 21212.0, | |
| "end": 21212.0, | |
| "steady_mean": 21212.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 0.0, | |
| "max": 85.0, | |
| "mean": 57.8719512195122 | |
| }, | |
| "power_w": { | |
| "min": 156.042, | |
| "max": 264.39, | |
| "mean": 236.89945731707317 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 4.4, | |
| "max": 35.8, | |
| "mean": 19.964024390243903 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 104.7, | |
| "mean": 97.70243902439023 | |
| }, | |
| "gpu_process_pids": [ | |
| 52944 | |
| ], | |
| "error": null | |
| } | |
| }, | |
| { | |
| "concurrency": 32, | |
| "repeat": 3, | |
| "evaluated": 1088, | |
| "total": 1088, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.01399818401937046, | |
| "per_sample_wer_max": 0.2857142857142857, | |
| "wall_clock_s": 66.93103174399585, | |
| "throughput_samples_per_s": 16.25553904744044, | |
| "audio_seconds_per_s": 76.98789321983293, | |
| "latency_mean_s": 1.957563643103212, | |
| "latency_p95_s": 2.4575705552007996, | |
| "latency_p99_s": 2.725535489004105, | |
| "rtf_mean": 0.4258560127265798, | |
| "rtf_p95": 0.5694, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 335, | |
| "duration_s": 67.10123158991337, | |
| "gpu_memory_used_mib": { | |
| "min": 21704.25, | |
| "max": 21704.25, | |
| "end": 21704.25, | |
| "steady_mean": 21704.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 2859.75, | |
| "max": 2859.75, | |
| "end": 2859.75, | |
| "steady_mean": 2859.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 21212.0, | |
| "max": 21212.0, | |
| "end": 21212.0, | |
| "steady_mean": 21212.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 28.0, | |
| "max": 80.0, | |
| "mean": 55.28358208955224 | |
| }, | |
| "power_w": { | |
| "min": 128.232, | |
| "max": 264.792, | |
| "mean": 233.12732835820896 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 6.6, | |
| "max": 37.8, | |
| "mean": 20.52358208955224 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 104.6, | |
| "mean": 98.27761194029851 | |
| }, | |
| "gpu_process_pids": [ | |
| 52944 | |
| ], | |
| "error": null | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "schema_version": 2, | |
| "provenance": { | |
| "schema_version": 1, | |
| "repository": { | |
| "commit": "1026d42844f6e61fedf3e0a0b9c0f15271f95ee1", | |
| "branch": "xuanyili/funasr", | |
| "dirty": true | |
| }, | |
| "host": { | |
| "platform": "Linux-6.8.0-106-generic-x86_64-with-glibc2.35", | |
| "cpu_model": "AMD Ryzen 9 7950X 16-Core Processor", | |
| "logical_cpus": 32, | |
| "memory_total_kib": "131012500 kB" | |
| }, | |
| "gpu": { | |
| "nvidia_smi_csv": "0, NVIDIA GeForce RTX 4090, GPU-31ec873a-8a46-ac13-8b6b-987bba37519e, 24564, 580.126.20, P2, 450.00, 2520, 10251, 8.9", | |
| "cuda_visible_devices": null, | |
| "torch_cuda_build": "13.0", | |
| "cudnn_version": 91900 | |
| }, | |
| "packages": { | |
| "torch": "2.11.0", | |
| "sglang": "0.5.12.post1", | |
| "sglang-omni": "0.1.0", | |
| "transformers": "5.6.0", | |
| "flash-attn-4": "4.0.0b15", | |
| "flashinfer-python": "0.6.11.post1", | |
| "sglang-kernel": "0.4.2.post2" | |
| }, | |
| "dependency_freeze_sha256": "ee9961d6153cf68edab142c14c7cfc163071fde30f3980c1f2a1d46370249596", | |
| "artifacts": { | |
| "model_id": "openai/whisper-large-v3", | |
| "model_revision": "06f233fe06e710322aca913c1bc4249a0d71fce1", | |
| "dataset_id": "zhaochenyang20/seed-tts-eval-arrow", | |
| "dataset_revision": "27f4c1adee83b5b29b7c4b375f6b976324bda308" | |
| }, | |
| "launch_command": "sgl-omni serve --config examples/configs/whisper_asr_rtx4090.yaml --model-path <pinned-snapshot> --model-name openai/whisper-large-v3 --port 8000 --mem-fraction-static 0.65 --max-running-requests 16 --cuda-graph-max-bs 16", | |
| "server_config": { | |
| "dtype": "bfloat16", | |
| "attention_backend": "flashinfer", | |
| "mm_attention_backend": null, | |
| "cuda_graph": true, | |
| "torch_compile": false, | |
| "max_running_requests": 16, | |
| "mem_fraction_static": 0.65 | |
| }, | |
| "normalization": { | |
| "en": "whisper.normalizers.EnglishTextNormalizer", | |
| "zh": "strip zhon+ASCII punctuation, remove spaces, score characters" | |
| } | |
| }, | |
| "config": { | |
| "host": "127.0.0.1", | |
| "port": 8000, | |
| "meta": "zhaochenyang20/seed-tts-eval-arrow", | |
| "lang": "zh", | |
| "model_path": "openai/whisper-large-v3", | |
| "model_revision": "06f233fe06e710322aca913c1bc4249a0d71fce1", | |
| "dataset_revision": "27f4c1adee83b5b29b7c4b375f6b976324bda308", | |
| "num_samples": 2020, | |
| "concurrencies": [ | |
| 1, | |
| 2, | |
| 4, | |
| 8, | |
| 16, | |
| 32 | |
| ], | |
| "repeats": 3, | |
| "warmup": true, | |
| "server": { | |
| "dtype": "bfloat16", | |
| "attention_backend": "flashinfer", | |
| "mm_attention_backend": null, | |
| "cuda_graph": true, | |
| "torch_compile": false, | |
| "max_running_requests": 16, | |
| "mem_fraction_static": 0.65 | |
| }, | |
| "resource_monitor": { | |
| "enabled": true, | |
| "gpu_index": 0, | |
| "interval_s": 0.2 | |
| } | |
| }, | |
| "results": [ | |
| { | |
| "concurrency": 1, | |
| "repeats": 3, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": { | |
| "mean": 0, | |
| "min": 0, | |
| "max": 0 | |
| }, | |
| "corpus_wer": { | |
| "mean": 0.06460893017680551, | |
| "min": 0.06460893017680551, | |
| "max": 0.06460893017680551 | |
| }, | |
| "per_sample_wer_max": { | |
| "mean": 0.75, | |
| "min": 0.75, | |
| "max": 0.75 | |
| }, | |
| "wall_clock_s": { | |
| "mean": 306.1273897457868, | |
| "min": 301.77409034315497, | |
| "max": 308.7876230813563 | |
| }, | |
| "throughput_samples_per_s": { | |
| "mean": 6.599242953435337, | |
| "min": 6.541712973605132, | |
| "max": 6.693748948768288 | |
| }, | |
| "audio_seconds_per_s": { | |
| "mean": 30.895893531895364, | |
| "min": 30.62655352664509, | |
| "max": 31.338345369255386 | |
| }, | |
| "latency_mean_s": { | |
| "mean": 0.1513053536633331, | |
| "min": 0.1491750616990583, | |
| "max": 0.15264236762391237 | |
| }, | |
| "latency_p95_s": { | |
| "mean": 0.19099633150423567, | |
| "min": 0.1901801333297044, | |
| "max": 0.19232492046430708 | |
| }, | |
| "latency_p99_s": { | |
| "mean": 0.21130416909232735, | |
| "min": 0.2097732738498598, | |
| "max": 0.21275101102888583 | |
| }, | |
| "rtf_mean": { | |
| "mean": 0.032705263519437214, | |
| "min": 0.032243373821654375, | |
| "max": 0.03299930972595065 | |
| }, | |
| "rtf_p95": { | |
| "mean": 0.0418, | |
| "min": 0.0414, | |
| "max": 0.0422 | |
| }, | |
| "resources": { | |
| "gpu_memory_used_peak_mib": { | |
| "per_repeat": [ | |
| 22095.5625, | |
| 21704.25, | |
| 22095.5625 | |
| ], | |
| "mean": 21965.125, | |
| "min": 21704.25, | |
| "max": 22095.5625 | |
| }, | |
| "gpu_memory_used_steady_mib": { | |
| "per_repeat": [ | |
| 21704.25, | |
| 21704.25, | |
| 21735.555 | |
| ], | |
| "mean": 21714.685, | |
| "min": 21704.25, | |
| "max": 21735.555 | |
| }, | |
| "gpu_process_memory_peak_mib": { | |
| "per_repeat": [ | |
| 21212.0, | |
| 21212.0, | |
| 21212.0 | |
| ], | |
| "mean": 21212.0, | |
| "min": 21212.0, | |
| "max": 21212.0 | |
| }, | |
| "power_peak_w": { | |
| "per_repeat": [ | |
| 224.785, | |
| 223.3, | |
| 234.147 | |
| ], | |
| "mean": 227.41066666666666, | |
| "min": 223.3, | |
| "max": 234.147 | |
| }, | |
| "system_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 42.1, | |
| 40.6, | |
| 44.9 | |
| ], | |
| "mean": 42.53333333333333, | |
| "min": 40.6, | |
| "max": 44.9 | |
| }, | |
| "gpu_process_cpu_peak_percent": { | |
| "per_repeat": [ | |
| 104.6, | |
| 104.7, | |
| 104.7 | |
| ], | |
| "mean": 104.66666666666667, | |
| "min": 104.6, | |
| "max": 104.7 | |
| }, | |
| "monitor_errors": [] | |
| }, | |
| "per_repeat": [ | |
| { | |
| "concurrency": 1, | |
| "repeat": 1, | |
| "evaluated": 2020, | |
| "total": 2020, | |
| "skipped": 0, | |
| "errors": 0, | |
| "corpus_wer": 0.06460893017680551, | |
| "per_sample_wer_max": 0.75, | |
| "wall_clock_s": 308.7876230813563, | |
| "throughput_samples_per_s": 6.541712973605132, | |
| "audio_seconds_per_s": 30.62655352664509, | |
| "latency_mean_s": 0.15264236762391237, | |
| "latency_p95_s": 0.19232492046430708, | |
| "latency_p99_s": 0.21275101102888583, | |
| "rtf_mean": 0.03299930972595065, | |
| "rtf_p95": 0.0422, | |
| "worker": {}, | |
| "resources": { | |
| "available": true, | |
| "sample_interval_s": 0.2, | |
| "samples": 1537, | |
| "duration_s": 308.9602880133316, | |
| "gpu_memory_used_mib": { | |
| "min": 21704.25, | |
| "max": 22095.5625, | |
| "end": 21704.25, | |
| "steady_mean": 21704.25 | |
| }, | |
| "gpu_memory_free_mib": { | |
| "min": 2468.4375, | |
| "max": 2859.75, | |
| "end": 2859.75, | |
| "steady_mean": 2859.75 | |
| }, | |
| "gpu_process_memory_mib": { | |
| "min": 21212.0, | |
| "max": 21212.0, | |
| "end": 21212.0, | |
| "steady_mean": 21212.0 | |
| }, | |
| "gpu_util_percent": { | |
| "min": 0.0, | |
| "max": 82.0, | |
| "mean": 62.12426805465192 | |
| }, | |
| "power_w": { | |
| "min": 127.392, | |
| "max": 224.785, | |
| "mean": 200.86830058555626 | |
| }, | |
| "system_cpu_percent": { | |
| "min": 0.0, | |
| "max": 42.1, | |
| "mean": 20.364606376057257 | |
| }, | |
| "gpu_process_cpu_percent": { | |
| "min": 0.0, | |
| "max": 104.6, | |
| "mean": 95.52498373454782 | |
| }, | |
| "gpu_process_pids": [ | |
| 52944 | |
| ], | |
| "error": null | |
| }, | |
| "per_sample": [ | |
| { | |
| "id": "10002287-00000095", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5728\u6b64\u5949\u529d\u5927\u5bb6\u522b\u4e71\u6253\u7f8e\u767d\u9488\u3002", | |
| "hyp_text": "\u5728\u6b64\u5949\u529d\u5927\u5bb6\u522b\u4e71\u6253\u7f8e\u767d\u9488", | |
| "ref_norm": "\u5728 \u6b64 \u5949 \u529d \u5927 \u5bb6 \u522b \u4e71 \u6253 \u7f8e \u767d \u9488", | |
| "hyp_norm": "\u5728 \u6b64 \u5949 \u529d \u5927 \u5bb6 \u522b \u4e71 \u6253 \u7f8e \u767d \u9488", | |
| "audio_duration_s": 4.741333333333333, | |
| "latency_s": 0.12849864177405834, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002287-00000099", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5728\u6b64\u5949\u529d\u5927\u5bb6\u522b\u4e71\u6253\u7f8e\u767d\u9488\u3002", | |
| "hyp_text": "\u5728\u6b64\u5949\u529d\u5927\u5bb6\u522b\u4e71\u6253\u7f8e\u767d\u9488", | |
| "ref_norm": "\u5728 \u6b64 \u5949 \u529d \u5927 \u5bb6 \u522b \u4e71 \u6253 \u7f8e \u767d \u9488", | |
| "hyp_norm": "\u5728 \u6b64 \u5949 \u529d \u5927 \u5bb6 \u522b \u4e71 \u6253 \u7f8e \u767d \u9488", | |
| "audio_duration_s": 4.741333333333333, | |
| "latency_s": 0.12114001903682947, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002290-00000102", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5bf9\u6b64\uff0c\u4e54\u5b9d\u4e91\u8ba4\u4e3a\u6709\u5938\u5927\u7684\u6210\u5206\u3002", | |
| "hyp_text": "\u5bf9\u6b64\u4e54\u5b9d\u4e91\u8ba4\u4e3a\u6709\u5938\u5927\u7684\u6210\u5206", | |
| "ref_norm": "\u5bf9 \u6b64 \u4e54 \u5b9d \u4e91 \u8ba4 \u4e3a \u6709 \u5938 \u5927 \u7684 \u6210 \u5206", | |
| "hyp_norm": "\u5bf9 \u6b64 \u4e54 \u5b9d \u4e91 \u8ba4 \u4e3a \u6709 \u5938 \u5927 \u7684 \u6210 \u5206", | |
| "audio_duration_s": 4.1226666666666665, | |
| "latency_s": 0.1301573198288679, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002290-00000011", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5bf9\u6b64\uff0c\u4e54\u5b9d\u4e91\u8ba4\u4e3a\u6709\u5938\u5927\u7684\u6210\u5206\u3002", | |
| "hyp_text": "\u5bf9\u6b64\u4e54\u5b9d\u4e91\u8ba4\u4e3a\u6709\u5938\u5927\u7684\u6210\u5206", | |
| "ref_norm": "\u5bf9 \u6b64 \u4e54 \u5b9d \u4e91 \u8ba4 \u4e3a \u6709 \u5938 \u5927 \u7684 \u6210 \u5206", | |
| "hyp_norm": "\u5bf9 \u6b64 \u4e54 \u5b9d \u4e91 \u8ba4 \u4e3a \u6709 \u5938 \u5927 \u7684 \u6210 \u5206", | |
| "audio_duration_s": 4.1226666666666665, | |
| "latency_s": 0.15009027533233166, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002298-00000016", | |
| "is_success": true, | |
| "wer": 0.14285714285714285, | |
| "ref_text": "\u987a\u98ce\u65f6\u63d0\u9ad8\u8b66\u60d5\uff0c\u9006\u98ce\u65f6\u7b03\u5b9a\u524d\u884c\u3002", | |
| "hyp_text": "\u987a\u98ce\u65f6\u63d0\u62db\u8b66\u60d5\u9006\u98ce\u65f6\u963b\u5b9a\u524d\u884c", | |
| "ref_norm": "\u987a \u98ce \u65f6 \u63d0 \u9ad8 \u8b66 \u60d5 \u9006 \u98ce \u65f6 \u7b03 \u5b9a \u524d \u884c", | |
| "hyp_norm": "\u987a \u98ce \u65f6 \u63d0 \u62db \u8b66 \u60d5 \u9006 \u98ce \u65f6 \u963b \u5b9a \u524d \u884c", | |
| "audio_duration_s": 4.197333333333333, | |
| "latency_s": 0.1424325592815876, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002298-00000019", | |
| "is_success": true, | |
| "wer": 0.14285714285714285, | |
| "ref_text": "\u987a\u98ce\u65f6\u63d0\u9ad8\u8b66\u60d5\uff0c\u9006\u98ce\u65f6\u7b03\u5b9a\u524d\u884c\u3002", | |
| "hyp_text": "\u987a\u98ce\u65f6\u63d0\u62db\u8b66\u60d5\u9006\u98ce\u65f6\u963b\u5b9a\u524d\u884c", | |
| "ref_norm": "\u987a \u98ce \u65f6 \u63d0 \u9ad8 \u8b66 \u60d5 \u9006 \u98ce \u65f6 \u7b03 \u5b9a \u524d \u884c", | |
| "hyp_norm": "\u987a \u98ce \u65f6 \u63d0 \u62db \u8b66 \u60d5 \u9006 \u98ce \u65f6 \u963b \u5b9a \u524d \u884c", | |
| "audio_duration_s": 4.197333333333333, | |
| "latency_s": 0.16161522455513477, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002309-00000033", | |
| "is_success": true, | |
| "wer": 0.08333333333333333, | |
| "ref_text": "\u524d\u65b9\u6709\u5de6\u6025\u8f6c\u5f2f\uff0c\u8bf7\u51cf\u901f\u6162\u884c\u3002", | |
| "hyp_text": "\u524d\u65b9\u6709\u5de6\u810a\u8f6c\u5f2f\u8bf7\u51cf\u901f\u6162\u884c", | |
| "ref_norm": "\u524d \u65b9 \u6709 \u5de6 \u6025 \u8f6c \u5f2f \u8bf7 \u51cf \u901f \u6162 \u884c", | |
| "hyp_norm": "\u524d \u65b9 \u6709 \u5de6 \u810a \u8f6c \u5f2f \u8bf7 \u51cf \u901f \u6162 \u884c", | |
| "audio_duration_s": 4.021333333333334, | |
| "latency_s": 0.11382871307432652, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002309-00000011", | |
| "is_success": true, | |
| "wer": 0.08333333333333333, | |
| "ref_text": "\u524d\u65b9\u6709\u5de6\u6025\u8f6c\u5f2f\uff0c\u8bf7\u51cf\u901f\u6162\u884c\u3002", | |
| "hyp_text": "\u524d\u65b9\u6709\u5de6\u810a\u8f6c\u5f2f\u8bf7\u51cf\u901f\u6162\u884c", | |
| "ref_norm": "\u524d \u65b9 \u6709 \u5de6 \u6025 \u8f6c \u5f2f \u8bf7 \u51cf \u901f \u6162 \u884c", | |
| "hyp_norm": "\u524d \u65b9 \u6709 \u5de6 \u810a \u8f6c \u5f2f \u8bf7 \u51cf \u901f \u6162 \u884c", | |
| "audio_duration_s": 4.021333333333334, | |
| "latency_s": 0.1307684602215886, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002334-00000041", | |
| "is_success": true, | |
| "wer": 0.16666666666666666, | |
| "ref_text": "\u524d\u65b9\u6709\u5de6\u6025\u8f6c\u5f2f\uff0c\u8bf7\u51cf\u901f\u6162\u884c\u3002", | |
| "hyp_text": "\u524d\u65b9\u7531\u5de6\u810a\u8f6c\u5f2f\u8bf7\u51cf\u901f\u6162\u884c", | |
| "ref_norm": "\u524d \u65b9 \u6709 \u5de6 \u6025 \u8f6c \u5f2f \u8bf7 \u51cf \u901f \u6162 \u884c", | |
| "hyp_norm": "\u524d \u65b9 \u7531 \u5de6 \u810a \u8f6c \u5f2f \u8bf7 \u51cf \u901f \u6162 \u884c", | |
| "audio_duration_s": 6.074666666666666, | |
| "latency_s": 0.13416947331279516, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002334-00000043", | |
| "is_success": true, | |
| "wer": 0.16666666666666666, | |
| "ref_text": "\u524d\u65b9\u6709\u5de6\u6025\u8f6c\u5f2f\uff0c\u8bf7\u51cf\u901f\u6162\u884c\u3002", | |
| "hyp_text": "\u524d\u65b9\u7531\u5de6\u810a\u8f6c\u5f2f\u8bf7\u51cf\u901f\u6162\u884c", | |
| "ref_norm": "\u524d \u65b9 \u6709 \u5de6 \u6025 \u8f6c \u5f2f \u8bf7 \u51cf \u901f \u6162 \u884c", | |
| "hyp_norm": "\u524d \u65b9 \u7531 \u5de6 \u810a \u8f6c \u5f2f \u8bf7 \u51cf \u901f \u6162 \u884c", | |
| "audio_duration_s": 6.074666666666666, | |
| "latency_s": 0.14558739494532347, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002352-00000005", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e0d\u65ad\u63d0\u5347\u5b89\u5168\u4e1a\u52a1\u80fd\u529b\u3002", | |
| "hyp_text": "\u4e0d\u65ad\u63d0\u5347\u5b89\u5168\u4e1a\u52a1\u80fd\u529b", | |
| "ref_norm": "\u4e0d \u65ad \u63d0 \u5347 \u5b89 \u5168 \u4e1a \u52a1 \u80fd \u529b", | |
| "hyp_norm": "\u4e0d \u65ad \u63d0 \u5347 \u5b89 \u5168 \u4e1a \u52a1 \u80fd \u529b", | |
| "audio_duration_s": 4.042666666666666, | |
| "latency_s": 0.10282590985298157, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002352-00000049", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e0d\u65ad\u63d0\u5347\u5b89\u5168\u4e1a\u52a1\u80fd\u529b\u3002", | |
| "hyp_text": "\u4e0d\u65ad\u63d0\u5347\u5b89\u5168\u4e1a\u52a1\u80fd\u529b", | |
| "ref_norm": "\u4e0d \u65ad \u63d0 \u5347 \u5b89 \u5168 \u4e1a \u52a1 \u80fd \u529b", | |
| "hyp_norm": "\u4e0d \u65ad \u63d0 \u5347 \u5b89 \u5168 \u4e1a \u52a1 \u80fd \u529b", | |
| "audio_duration_s": 4.042666666666666, | |
| "latency_s": 0.15309816878288984, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002394-00000006", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8425\u9020\u5b81\u9759\u548c\u5e73\u7684\u7f51\u7edc\u5b89\u5168\u7a7a\u95f4\u3002", | |
| "hyp_text": "\u8425\u9020\u5b81\u9759\u548c\u5e73\u7684\u7f51\u7edc\u5b89\u5168\u7a7a\u95f4", | |
| "ref_norm": "\u8425 \u9020 \u5b81 \u9759 \u548c \u5e73 \u7684 \u7f51 \u7edc \u5b89 \u5168 \u7a7a \u95f4", | |
| "hyp_norm": "\u8425 \u9020 \u5b81 \u9759 \u548c \u5e73 \u7684 \u7f51 \u7edc \u5b89 \u5168 \u7a7a \u95f4", | |
| "audio_duration_s": 8.149, | |
| "latency_s": 0.13603804912418127, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002394-00000011", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8425\u9020\u5b81\u9759\u548c\u5e73\u7684\u7f51\u7edc\u5b89\u5168\u7a7a\u95f4\u3002", | |
| "hyp_text": "\u8425\u9020\u5b81\u9759\u548c\u5e73\u7684\u7f51\u7edc\u5b89\u5168\u7a7a\u95f4", | |
| "ref_norm": "\u8425 \u9020 \u5b81 \u9759 \u548c \u5e73 \u7684 \u7f51 \u7edc \u5b89 \u5168 \u7a7a \u95f4", | |
| "hyp_norm": "\u8425 \u9020 \u5b81 \u9759 \u548c \u5e73 \u7684 \u7f51 \u7edc \u5b89 \u5168 \u7a7a \u95f4", | |
| "audio_duration_s": 8.149, | |
| "latency_s": 0.11771902069449425, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002430-00000053", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8bf7\u542c\u90a3\u4e9b\u8d35\u65cf\u4eec\u6240\u8bb2\u7684\u8bdd\u5427\u3002", | |
| "hyp_text": "\u8bf7\u542c\u90a3\u4e9b\u8d35\u65cf\u4eec\u6240\u8bb2\u7684\u8bdd\u5427", | |
| "ref_norm": "\u8bf7 \u542c \u90a3 \u4e9b \u8d35 \u65cf \u4eec \u6240 \u8bb2 \u7684 \u8bdd \u5427", | |
| "hyp_norm": "\u8bf7 \u542c \u90a3 \u4e9b \u8d35 \u65cf \u4eec \u6240 \u8bb2 \u7684 \u8bdd \u5427", | |
| "audio_duration_s": 4.527, | |
| "latency_s": 0.11947666201740503, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002430-00000015", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8bf7\u542c\u90a3\u4e9b\u8d35\u65cf\u4eec\u6240\u8bb2\u7684\u8bdd\u5427\u3002", | |
| "hyp_text": "\u8bf7\u542c\u90a3\u4e9b\u8d35\u65cf\u4eec\u6240\u8bb2\u7684\u8bdd\u5427", | |
| "ref_norm": "\u8bf7 \u542c \u90a3 \u4e9b \u8d35 \u65cf \u4eec \u6240 \u8bb2 \u7684 \u8bdd \u5427", | |
| "hyp_norm": "\u8bf7 \u542c \u90a3 \u4e9b \u8d35 \u65cf \u4eec \u6240 \u8bb2 \u7684 \u8bdd \u5427", | |
| "audio_duration_s": 4.527, | |
| "latency_s": 0.11207790486514568, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002481-00000044", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u771f\u6b63\u843d\u5730\u6210\u4e3a\u4ea7\u54c1\u670d\u52a1\u8fdb\u5165\u6bcf\u4e2a\u4eba\u7684\u751f\u6d3b\u3002", | |
| "hyp_text": "\u771f\u6b63\u843d\u5730\u6210\u4e3a\u4ea7\u54c1\u670d\u52a1\u8fdb\u5165\u6bcf\u4e2a\u4eba\u7684\u751f\u6d3b", | |
| "ref_norm": "\u771f \u6b63 \u843d \u5730 \u6210 \u4e3a \u4ea7 \u54c1 \u670d \u52a1 \u8fdb \u5165 \u6bcf \u4e2a \u4eba \u7684 \u751f \u6d3b", | |
| "hyp_norm": "\u771f \u6b63 \u843d \u5730 \u6210 \u4e3a \u4ea7 \u54c1 \u670d \u52a1 \u8fdb \u5165 \u6bcf \u4e2a \u4eba \u7684 \u751f \u6d3b", | |
| "audio_duration_s": 4.656, | |
| "latency_s": 0.13362282048910856, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002481-00000105", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u771f\u6b63\u843d\u5730\u6210\u4e3a\u4ea7\u54c1\u670d\u52a1\u8fdb\u5165\u6bcf\u4e2a\u4eba\u7684\u751f\u6d3b\u3002", | |
| "hyp_text": "\u771f\u6b63\u843d\u5730\u6210\u4e3a\u4ea7\u54c1\u670d\u52a1\u8fdb\u5165\u6bcf\u4e2a\u4eba\u7684\u751f\u6d3b", | |
| "ref_norm": "\u771f \u6b63 \u843d \u5730 \u6210 \u4e3a \u4ea7 \u54c1 \u670d \u52a1 \u8fdb \u5165 \u6bcf \u4e2a \u4eba \u7684 \u751f \u6d3b", | |
| "hyp_norm": "\u771f \u6b63 \u843d \u5730 \u6210 \u4e3a \u4ea7 \u54c1 \u670d \u52a1 \u8fdb \u5165 \u6bcf \u4e2a \u4eba \u7684 \u751f \u6d3b", | |
| "audio_duration_s": 4.656, | |
| "latency_s": 0.13944538217037916, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002508-00000049", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e0d\u65f6\u6709\u597d\u5947\u7684\u8def\u4eba\u8fc7\u6765\u5bf9\u8f66\u6307\u6307\u70b9\u70b9\u3002", | |
| "hyp_text": "\u4e0d\u65f6\u6709\u597d\u5947\u7684\u8def\u4eba\u8fc7\u6765\u5bf9\u8f66\u6307\u6307\u70b9\u70b9", | |
| "ref_norm": "\u4e0d \u65f6 \u6709 \u597d \u5947 \u7684 \u8def \u4eba \u8fc7 \u6765 \u5bf9 \u8f66 \u6307 \u6307 \u70b9 \u70b9", | |
| "hyp_norm": "\u4e0d \u65f6 \u6709 \u597d \u5947 \u7684 \u8def \u4eba \u8fc7 \u6765 \u5bf9 \u8f66 \u6307 \u6307 \u70b9 \u70b9", | |
| "audio_duration_s": 5.269, | |
| "latency_s": 0.13800941593945026, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002508-00000062", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e0d\u65f6\u6709\u597d\u5947\u7684\u8def\u4eba\u8fc7\u6765\u5bf9\u8f66\u6307\u6307\u70b9\u70b9\u3002", | |
| "hyp_text": "\u4e0d\u65f6\u6709\u597d\u5947\u7684\u8def\u4eba\u8fc7\u6765\u5bf9\u8f66\u6307\u6307\u70b9\u70b9", | |
| "ref_norm": "\u4e0d \u65f6 \u6709 \u597d \u5947 \u7684 \u8def \u4eba \u8fc7 \u6765 \u5bf9 \u8f66 \u6307 \u6307 \u70b9 \u70b9", | |
| "hyp_norm": "\u4e0d \u65f6 \u6709 \u597d \u5947 \u7684 \u8def \u4eba \u8fc7 \u6765 \u5bf9 \u8f66 \u6307 \u6307 \u70b9 \u70b9", | |
| "audio_duration_s": 5.269, | |
| "latency_s": 0.1454539680853486, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002526-00000044", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f53\u9a8c\u786e\u5b9e\u662f\u4e3b\u89c2\u7684\uff0c\u65e0\u6cd5\u88ab\u91cf\u5316\u3002", | |
| "hyp_text": "\u4f53\u9a8c\u786e\u5b9e\u662f\u4e3b\u89c2\u7684\u65e0\u6cd5\u88ab\u91cf\u5316", | |
| "ref_norm": "\u4f53 \u9a8c \u786e \u5b9e \u662f \u4e3b \u89c2 \u7684 \u65e0 \u6cd5 \u88ab \u91cf \u5316", | |
| "hyp_norm": "\u4f53 \u9a8c \u786e \u5b9e \u662f \u4e3b \u89c2 \u7684 \u65e0 \u6cd5 \u88ab \u91cf \u5316", | |
| "audio_duration_s": 5.173333333333333, | |
| "latency_s": 0.13088153023272753, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002526-00000012", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f53\u9a8c\u786e\u5b9e\u662f\u4e3b\u89c2\u7684\uff0c\u65e0\u6cd5\u88ab\u91cf\u5316\u3002", | |
| "hyp_text": "\u4f53\u9a8c\u786e\u5b9e\u662f\u4e3b\u89c2\u7684\u65e0\u6cd5\u88ab\u91cf\u5316", | |
| "ref_norm": "\u4f53 \u9a8c \u786e \u5b9e \u662f \u4e3b \u89c2 \u7684 \u65e0 \u6cd5 \u88ab \u91cf \u5316", | |
| "hyp_norm": "\u4f53 \u9a8c \u786e \u5b9e \u662f \u4e3b \u89c2 \u7684 \u65e0 \u6cd5 \u88ab \u91cf \u5316", | |
| "audio_duration_s": 5.173333333333333, | |
| "latency_s": 0.1483942372724414, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002536-00000011", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4ed6\u66fe\u7ecf\u591a\u6b21\u6253\u9000\u5916\u56fd\u4eba\u7684\u4fb5\u7565\u3002", | |
| "hyp_text": "\u4ed6\u66fe\u7ecf\u591a\u6b21\u6253\u9000\u5916\u56fd\u4eba\u7684\u4fb5\u7565", | |
| "ref_norm": "\u4ed6 \u66fe \u7ecf \u591a \u6b21 \u6253 \u9000 \u5916 \u56fd \u4eba \u7684 \u4fb5 \u7565", | |
| "hyp_norm": "\u4ed6 \u66fe \u7ecf \u591a \u6b21 \u6253 \u9000 \u5916 \u56fd \u4eba \u7684 \u4fb5 \u7565", | |
| "audio_duration_s": 4.2026666666666666, | |
| "latency_s": 0.15055035520344973, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002536-00000061", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4ed6\u66fe\u7ecf\u591a\u6b21\u6253\u9000\u5916\u56fd\u4eba\u7684\u4fb5\u7565\u3002", | |
| "hyp_text": "\u4ed6\u66fe\u7ecf\u591a\u6b21\u6253\u9000\u5916\u56fd\u4eba\u7684\u4fb5\u7565", | |
| "ref_norm": "\u4ed6 \u66fe \u7ecf \u591a \u6b21 \u6253 \u9000 \u5916 \u56fd \u4eba \u7684 \u4fb5 \u7565", | |
| "hyp_norm": "\u4ed6 \u66fe \u7ecf \u591a \u6b21 \u6253 \u9000 \u5916 \u56fd \u4eba \u7684 \u4fb5 \u7565", | |
| "audio_duration_s": 4.2026666666666666, | |
| "latency_s": 0.14411172550171614, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002539-00000018", | |
| "is_success": true, | |
| "wer": 0.2, | |
| "ref_text": "\u52aa\u529b\u5de5\u4f5c\uff0c\u4e89\u53d6\u5347\u804c\u52a0\u85aa\u3002", | |
| "hyp_text": "\u52aa\u529b\u5de5\u4f5c\u53bb\u5347\u804c\u52a0\u85aa", | |
| "ref_norm": "\u52aa \u529b \u5de5 \u4f5c \u4e89 \u53d6 \u5347 \u804c \u52a0 \u85aa", | |
| "hyp_norm": "\u52aa \u529b \u5de5 \u4f5c \u53bb \u5347 \u804c \u52a0 \u85aa", | |
| "audio_duration_s": 4.431, | |
| "latency_s": 0.10188040975481272, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002539-00000054", | |
| "is_success": true, | |
| "wer": 0.2, | |
| "ref_text": "\u52aa\u529b\u5de5\u4f5c\uff0c\u4e89\u53d6\u5347\u804c\u52a0\u85aa\u3002", | |
| "hyp_text": "\u52aa\u529b\u5de5\u4f5c\u53bb\u5347\u804c\u52a0\u85aa", | |
| "ref_norm": "\u52aa \u529b \u5de5 \u4f5c \u4e89 \u53d6 \u5347 \u804c \u52a0 \u85aa", | |
| "hyp_norm": "\u52aa \u529b \u5de5 \u4f5c \u53bb \u5347 \u804c \u52a0 \u85aa", | |
| "audio_duration_s": 4.431, | |
| "latency_s": 0.10730119794607162, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002570-00000010", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6240\u4ee5\u6211\u6ca1\u6709\u89c9\u5f97\u7f9e\u6da9\u548c\u7f9e\u803b\u611f\u3002", | |
| "hyp_text": "\u6240\u4ee5\u6211\u6ca1\u6709\u89c9\u5f97\u7f9e\u6da9\u548c\u7f9e\u803b\u611f", | |
| "ref_norm": "\u6240 \u4ee5 \u6211 \u6ca1 \u6709 \u89c9 \u5f97 \u7f9e \u6da9 \u548c \u7f9e \u803b \u611f", | |
| "hyp_norm": "\u6240 \u4ee5 \u6211 \u6ca1 \u6709 \u89c9 \u5f97 \u7f9e \u6da9 \u548c \u7f9e \u803b \u611f", | |
| "audio_duration_s": 4.410666666666667, | |
| "latency_s": 0.11759511101990938, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002570-00000006", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6240\u4ee5\u6211\u6ca1\u6709\u89c9\u5f97\u7f9e\u6da9\u548c\u7f9e\u803b\u611f\u3002", | |
| "hyp_text": "\u6240\u4ee5\u6211\u6ca1\u6709\u89c9\u5f97\u7f9e\u6da9\u548c\u7f9e\u803b\u611f", | |
| "ref_norm": "\u6240 \u4ee5 \u6211 \u6ca1 \u6709 \u89c9 \u5f97 \u7f9e \u6da9 \u548c \u7f9e \u803b \u611f", | |
| "hyp_norm": "\u6240 \u4ee5 \u6211 \u6ca1 \u6709 \u89c9 \u5f97 \u7f9e \u6da9 \u548c \u7f9e \u803b \u611f", | |
| "audio_duration_s": 4.410666666666667, | |
| "latency_s": 0.11186983995139599, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002698-00000092", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\uff0c\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231\u3002", | |
| "hyp_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231", | |
| "ref_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "hyp_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "audio_duration_s": 5.839, | |
| "latency_s": 0.13198805693536997, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002698-00000106", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\uff0c\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231\u3002", | |
| "hyp_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231", | |
| "ref_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "hyp_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "audio_duration_s": 5.839, | |
| "latency_s": 0.12619745545089245, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002702-00000051", | |
| "is_success": true, | |
| "wer": 0.3076923076923077, | |
| "ref_text": "\u628a\u70df\u96fe\u8ba9\u70df\u96fe\u628a\u4f60\u9690\u85cf\u8d77\u6765\u5427\u3002", | |
| "hyp_text": "\u8ba9\u70df\u96fe\u628a\u4f60\u63a9\u85cf\u8d77\u6765\u5427", | |
| "ref_norm": "\u628a \u70df \u96fe \u8ba9 \u70df \u96fe \u628a \u4f60 \u9690 \u85cf \u8d77 \u6765 \u5427", | |
| "hyp_norm": "\u8ba9 \u70df \u96fe \u628a \u4f60 \u63a9 \u85cf \u8d77 \u6765 \u5427", | |
| "audio_duration_s": 4.635, | |
| "latency_s": 0.12269403412938118, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002702-00000007", | |
| "is_success": true, | |
| "wer": 0.3076923076923077, | |
| "ref_text": "\u628a\u70df\u96fe\u8ba9\u70df\u96fe\u628a\u4f60\u9690\u85cf\u8d77\u6765\u5427\u3002", | |
| "hyp_text": "\u8ba9\u70df\u96fe\u628a\u4f60\u63a9\u85cf\u8d77\u6765\u5427", | |
| "ref_norm": "\u628a \u70df \u96fe \u8ba9 \u70df \u96fe \u628a \u4f60 \u9690 \u85cf \u8d77 \u6765 \u5427", | |
| "hyp_norm": "\u8ba9 \u70df \u96fe \u628a \u4f60 \u63a9 \u85cf \u8d77 \u6765 \u5427", | |
| "audio_duration_s": 4.635, | |
| "latency_s": 0.14244094397872686, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002730-00000043", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u76ee\u524d\u5171\u4eab\u51fa\u884c\u5e02\u573a\u5904\u4e8e\u9ad8\u901f\u589e\u957f\u9636\u6bb5\u3002", | |
| "hyp_text": "\u76ee\u524d\u5171\u4eab\u51fa\u884c\u5e02\u573a\u5904\u4e8e\u9ad8\u901f\u589e\u957f\u9636\u6bb5", | |
| "ref_norm": "\u76ee \u524d \u5171 \u4eab \u51fa \u884c \u5e02 \u573a \u5904 \u4e8e \u9ad8 \u901f \u589e \u957f \u9636 \u6bb5", | |
| "hyp_norm": "\u76ee \u524d \u5171 \u4eab \u51fa \u884c \u5e02 \u573a \u5904 \u4e8e \u9ad8 \u901f \u589e \u957f \u9636 \u6bb5", | |
| "audio_duration_s": 5.376, | |
| "latency_s": 0.13195473421365023, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002730-00000095", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u76ee\u524d\u5171\u4eab\u51fa\u884c\u5e02\u573a\u5904\u4e8e\u9ad8\u901f\u589e\u957f\u9636\u6bb5\u3002", | |
| "hyp_text": "\u76ee\u524d\u5171\u4eab\u51fa\u884c\u5e02\u573a\u5904\u4e8e\u9ad8\u901f\u589e\u957f\u9636\u6bb5", | |
| "ref_norm": "\u76ee \u524d \u5171 \u4eab \u51fa \u884c \u5e02 \u573a \u5904 \u4e8e \u9ad8 \u901f \u589e \u957f \u9636 \u6bb5", | |
| "hyp_norm": "\u76ee \u524d \u5171 \u4eab \u51fa \u884c \u5e02 \u573a \u5904 \u4e8e \u9ad8 \u901f \u589e \u957f \u9636 \u6bb5", | |
| "audio_duration_s": 5.376, | |
| "latency_s": 0.15300423558801413, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002733-00000021", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5f53\u6211\u4eec\u505a\u4f53\u9a8c\u65f6\uff0c\u6211\u4eec\u5230\u5e95\u5728\u505a\u4ec0\u4e48\u3002", | |
| "hyp_text": "\u5f53\u6211\u4eec\u505a\u4f53\u9a8c\u65f6\u6211\u4eec\u5230\u5e95\u5728\u505a\u4ec0\u4e48", | |
| "ref_norm": "\u5f53 \u6211 \u4eec \u505a \u4f53 \u9a8c \u65f6 \u6211 \u4eec \u5230 \u5e95 \u5728 \u505a \u4ec0 \u4e48", | |
| "hyp_norm": "\u5f53 \u6211 \u4eec \u505a \u4f53 \u9a8c \u65f6 \u6211 \u4eec \u5230 \u5e95 \u5728 \u505a \u4ec0 \u4e48", | |
| "audio_duration_s": 4.954666666666666, | |
| "latency_s": 0.1167980469763279, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002733-00000009", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5f53\u6211\u4eec\u505a\u4f53\u9a8c\u65f6\uff0c\u6211\u4eec\u5230\u5e95\u5728\u505a\u4ec0\u4e48\u3002", | |
| "hyp_text": "\u5f53\u6211\u4eec\u505a\u4f53\u9a8c\u65f6\u6211\u4eec\u5230\u5e95\u5728\u505a\u4ec0\u4e48", | |
| "ref_norm": "\u5f53 \u6211 \u4eec \u505a \u4f53 \u9a8c \u65f6 \u6211 \u4eec \u5230 \u5e95 \u5728 \u505a \u4ec0 \u4e48", | |
| "hyp_norm": "\u5f53 \u6211 \u4eec \u505a \u4f53 \u9a8c \u65f6 \u6211 \u4eec \u5230 \u5e95 \u5728 \u505a \u4ec0 \u4e48", | |
| "audio_duration_s": 4.954666666666666, | |
| "latency_s": 0.13836801890283823, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002739-00000011", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6211\u6323\u624e\u4e86\u597d\u4e45\uff0c\u628a\u95f9\u949f\u5b9a\u5728\u4e86\u516b\u70b9\u3002", | |
| "hyp_text": "\u6211\u6323\u624e\u4e86\u597d\u4e45,\u628a\u95f9\u949f\u5b9a\u5728\u4e86\u516b\u70b9\u3002", | |
| "ref_norm": "\u6211 \u6323 \u624e \u4e86 \u597d \u4e45 \u628a \u95f9 \u949f \u5b9a \u5728 \u4e86 \u516b \u70b9", | |
| "hyp_norm": "\u6211 \u6323 \u624e \u4e86 \u597d \u4e45 \u628a \u95f9 \u949f \u5b9a \u5728 \u4e86 \u516b \u70b9", | |
| "audio_duration_s": 4.1706666666666665, | |
| "latency_s": 0.15904122311621904, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002739-00000101", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6211\u6323\u624e\u4e86\u597d\u4e45\uff0c\u628a\u95f9\u949f\u5b9a\u5728\u4e86\u516b\u70b9\u3002", | |
| "hyp_text": "\u6211\u6323\u624e\u4e86\u597d\u4e45,\u628a\u95f9\u949f\u5b9a\u5728\u4e86\u516b\u70b9\u3002", | |
| "ref_norm": "\u6211 \u6323 \u624e \u4e86 \u597d \u4e45 \u628a \u95f9 \u949f \u5b9a \u5728 \u4e86 \u516b \u70b9", | |
| "hyp_norm": "\u6211 \u6323 \u624e \u4e86 \u597d \u4e45 \u628a \u95f9 \u949f \u5b9a \u5728 \u4e86 \u516b \u70b9", | |
| "audio_duration_s": 4.1706666666666665, | |
| "latency_s": 0.17032269295305014, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002740-00000016", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u662f\u901b\u5e99\u4f1a\u8d4f\u6c11\u4fd7\uff0c\u8fd8\u662f\u91c7\u6458\u8349\u8393\u611f\u53d7\u6625\u5929\u3002", | |
| "hyp_text": "\u662f\u901b\u5e99\u4f1a\u8d4f\u6c11\u4fd7\u8fd8\u662f\u91c7\u6458\u8349\u8393\u611f\u53d7\u6625\u5929", | |
| "ref_norm": "\u662f \u901b \u5e99 \u4f1a \u8d4f \u6c11 \u4fd7 \u8fd8 \u662f \u91c7 \u6458 \u8349 \u8393 \u611f \u53d7 \u6625 \u5929", | |
| "hyp_norm": "\u662f \u901b \u5e99 \u4f1a \u8d4f \u6c11 \u4fd7 \u8fd8 \u662f \u91c7 \u6458 \u8349 \u8393 \u611f \u53d7 \u6625 \u5929", | |
| "audio_duration_s": 6.069333333333334, | |
| "latency_s": 0.17154625616967678, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002740-00000052", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u662f\u901b\u5e99\u4f1a\u8d4f\u6c11\u4fd7\uff0c\u8fd8\u662f\u91c7\u6458\u8349\u8393\u611f\u53d7\u6625\u5929\u3002", | |
| "hyp_text": "\u662f\u901b\u5e99\u4f1a\u8d4f\u6c11\u4fd7\u8fd8\u662f\u91c7\u6458\u8349\u8393\u611f\u53d7\u6625\u5929", | |
| "ref_norm": "\u662f \u901b \u5e99 \u4f1a \u8d4f \u6c11 \u4fd7 \u8fd8 \u662f \u91c7 \u6458 \u8349 \u8393 \u611f \u53d7 \u6625 \u5929", | |
| "hyp_norm": "\u662f \u901b \u5e99 \u4f1a \u8d4f \u6c11 \u4fd7 \u8fd8 \u662f \u91c7 \u6458 \u8349 \u8393 \u611f \u53d7 \u6625 \u5929", | |
| "audio_duration_s": 6.069333333333334, | |
| "latency_s": 0.18957383558154106, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002743-00000102", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f46\u5728\u5f53\u65f6\uff0c\u4ed6\u8111\u5b50\u4e00\u7247\u7a7a\u767d\uff0c\u50bb\u5750\u5728\u5ea7\u4f4d\u4e0a\u3002", | |
| "hyp_text": "\u4f46\u5728\u5f53\u65f6\u4ed6\u8111\u5b50\u4e00\u7247\u7a7a\u767d\u50bb\u5750\u5728\u5ea7\u4f4d\u4e0a", | |
| "ref_norm": "\u4f46 \u5728 \u5f53 \u65f6 \u4ed6 \u8111 \u5b50 \u4e00 \u7247 \u7a7a \u767d \u50bb \u5750 \u5728 \u5ea7 \u4f4d \u4e0a", | |
| "hyp_norm": "\u4f46 \u5728 \u5f53 \u65f6 \u4ed6 \u8111 \u5b50 \u4e00 \u7247 \u7a7a \u767d \u50bb \u5750 \u5728 \u5ea7 \u4f4d \u4e0a", | |
| "audio_duration_s": 4.613333333333333, | |
| "latency_s": 0.17733720038086176, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002743-00000006", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f46\u5728\u5f53\u65f6\uff0c\u4ed6\u8111\u5b50\u4e00\u7247\u7a7a\u767d\uff0c\u50bb\u5750\u5728\u5ea7\u4f4d\u4e0a\u3002", | |
| "hyp_text": "\u4f46\u5728\u5f53\u65f6\u4ed6\u8111\u5b50\u4e00\u7247\u7a7a\u767d\u50bb\u5750\u5728\u5ea7\u4f4d\u4e0a", | |
| "ref_norm": "\u4f46 \u5728 \u5f53 \u65f6 \u4ed6 \u8111 \u5b50 \u4e00 \u7247 \u7a7a \u767d \u50bb \u5750 \u5728 \u5ea7 \u4f4d \u4e0a", | |
| "hyp_norm": "\u4f46 \u5728 \u5f53 \u65f6 \u4ed6 \u8111 \u5b50 \u4e00 \u7247 \u7a7a \u767d \u50bb \u5750 \u5728 \u5ea7 \u4f4d \u4e0a", | |
| "audio_duration_s": 4.613333333333333, | |
| "latency_s": 0.15081853233277798, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002745-00000009", | |
| "is_success": true, | |
| "wer": 0.1875, | |
| "ref_text": "\u4e00\u70b9\u4e94\u516c\u91cc\u540e\uff0c\u53f3\u8f6c\u9a76\u5165\u4eac\u85cf\u9ad8\u901f\u8f85\u8def\u3002", | |
| "hyp_text": "1.5\u516c\u91cc\u540e\u53f3\u8f6c\u9a76\u5165\u4eac\u85cf\u9ad8\u901f\u8f85\u8def", | |
| "ref_norm": "\u4e00 \u70b9 \u4e94 \u516c \u91cc \u540e \u53f3 \u8f6c \u9a76 \u5165 \u4eac \u85cf \u9ad8 \u901f \u8f85 \u8def", | |
| "hyp_norm": "1 5 \u516c \u91cc \u540e \u53f3 \u8f6c \u9a76 \u5165 \u4eac \u85cf \u9ad8 \u901f \u8f85 \u8def", | |
| "audio_duration_s": 4.970666666666666, | |
| "latency_s": 0.16949610318988562, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002745-00000044", | |
| "is_success": true, | |
| "wer": 0.1875, | |
| "ref_text": "\u4e00\u70b9\u4e94\u516c\u91cc\u540e\uff0c\u53f3\u8f6c\u9a76\u5165\u4eac\u85cf\u9ad8\u901f\u8f85\u8def\u3002", | |
| "hyp_text": "1.5\u516c\u91cc\u540e\u53f3\u8f6c\u9a76\u5165\u4eac\u85cf\u9ad8\u901f\u8f85\u8def", | |
| "ref_norm": "\u4e00 \u70b9 \u4e94 \u516c \u91cc \u540e \u53f3 \u8f6c \u9a76 \u5165 \u4eac \u85cf \u9ad8 \u901f \u8f85 \u8def", | |
| "hyp_norm": "1 5 \u516c \u91cc \u540e \u53f3 \u8f6c \u9a76 \u5165 \u4eac \u85cf \u9ad8 \u901f \u8f85 \u8def", | |
| "audio_duration_s": 4.970666666666666, | |
| "latency_s": 0.16040234081447124, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002750-00000099", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8ffd\u5230\u9644\u8fd1\u5317\u4e00\u8def\u4e00\u7f51\u5427\u65f6\uff0c\u8be5\u7537\u5b50\u8dd1\u8fdb\u7f51\u5427\u8eb2\u85cf\u3002", | |
| "hyp_text": "\u8ffd\u5230\u9644\u8fd1\u5317\u4e00\u8def\u4e00\u7f51\u5427\u65f6\u8be5\u7537\u5b50\u8dd1\u8fdb\u7f51\u5427\u8eb2\u85cf", | |
| "ref_norm": "\u8ffd \u5230 \u9644 \u8fd1 \u5317 \u4e00 \u8def \u4e00 \u7f51 \u5427 \u65f6 \u8be5 \u7537 \u5b50 \u8dd1 \u8fdb \u7f51 \u5427 \u8eb2 \u85cf", | |
| "hyp_norm": "\u8ffd \u5230 \u9644 \u8fd1 \u5317 \u4e00 \u8def \u4e00 \u7f51 \u5427 \u65f6 \u8be5 \u7537 \u5b50 \u8dd1 \u8fdb \u7f51 \u5427 \u8eb2 \u85cf", | |
| "audio_duration_s": 6.101333333333334, | |
| "latency_s": 0.2034293282777071, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002750-00000006", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8ffd\u5230\u9644\u8fd1\u5317\u4e00\u8def\u4e00\u7f51\u5427\u65f6\uff0c\u8be5\u7537\u5b50\u8dd1\u8fdb\u7f51\u5427\u8eb2\u85cf\u3002", | |
| "hyp_text": "\u8ffd\u5230\u9644\u8fd1\u5317\u4e00\u8def\u4e00\u7f51\u5427\u65f6\u8be5\u7537\u5b50\u8dd1\u8fdb\u7f51\u5427\u8eb2\u85cf", | |
| "ref_norm": "\u8ffd \u5230 \u9644 \u8fd1 \u5317 \u4e00 \u8def \u4e00 \u7f51 \u5427 \u65f6 \u8be5 \u7537 \u5b50 \u8dd1 \u8fdb \u7f51 \u5427 \u8eb2 \u85cf", | |
| "hyp_norm": "\u8ffd \u5230 \u9644 \u8fd1 \u5317 \u4e00 \u8def \u4e00 \u7f51 \u5427 \u65f6 \u8be5 \u7537 \u5b50 \u8dd1 \u8fdb \u7f51 \u5427 \u8eb2 \u85cf", | |
| "audio_duration_s": 6.101333333333334, | |
| "latency_s": 0.19269377831369638, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002751-00000060", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u62fc\u8f66\u5c06\u4f1a\u662f\u89e3\u51b3\u4ea4\u901a\u62e5\u5835\u975e\u5e38\u6709\u6548\u7684\u65b9\u5f0f\u3002", | |
| "hyp_text": "\u62fc\u8f66\u5c06\u4f1a\u662f\u89e3\u51b3\u4ea4\u901a\u62e5\u5835\u975e\u5e38\u6709\u6548\u7684\u65b9\u5f0f", | |
| "ref_norm": "\u62fc \u8f66 \u5c06 \u4f1a \u662f \u89e3 \u51b3 \u4ea4 \u901a \u62e5 \u5835 \u975e \u5e38 \u6709 \u6548 \u7684 \u65b9 \u5f0f", | |
| "hyp_norm": "\u62fc \u8f66 \u5c06 \u4f1a \u662f \u89e3 \u51b3 \u4ea4 \u901a \u62e5 \u5835 \u975e \u5e38 \u6709 \u6548 \u7684 \u65b9 \u5f0f", | |
| "audio_duration_s": 4.16, | |
| "latency_s": 0.17063504084944725, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002751-00000071", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u62fc\u8f66\u5c06\u4f1a\u662f\u89e3\u51b3\u4ea4\u901a\u62e5\u5835\u975e\u5e38\u6709\u6548\u7684\u65b9\u5f0f\u3002", | |
| "hyp_text": "\u62fc\u8f66\u5c06\u4f1a\u662f\u89e3\u51b3\u4ea4\u901a\u62e5\u5835\u975e\u5e38\u6709\u6548\u7684\u65b9\u5f0f", | |
| "ref_norm": "\u62fc \u8f66 \u5c06 \u4f1a \u662f \u89e3 \u51b3 \u4ea4 \u901a \u62e5 \u5835 \u975e \u5e38 \u6709 \u6548 \u7684 \u65b9 \u5f0f", | |
| "hyp_norm": "\u62fc \u8f66 \u5c06 \u4f1a \u662f \u89e3 \u51b3 \u4ea4 \u901a \u62e5 \u5835 \u975e \u5e38 \u6709 \u6548 \u7684 \u65b9 \u5f0f", | |
| "audio_duration_s": 4.16, | |
| "latency_s": 0.18828979041427374, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002752-00000033", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6211\u4eec\u4f3c\u4e4e\u6ca1\u6709\u7406\u7531\u5bf9\u6b64\u6307\u6307\u70b9\u70b9\u3002", | |
| "hyp_text": "\u6211\u4eec\u4f3c\u4e4e\u6ca1\u6709\u7406\u7531\u5bf9\u6b64\u6307\u6307\u70b9\u70b9", | |
| "ref_norm": "\u6211 \u4eec \u4f3c \u4e4e \u6ca1 \u6709 \u7406 \u7531 \u5bf9 \u6b64 \u6307 \u6307 \u70b9 \u70b9", | |
| "hyp_norm": "\u6211 \u4eec \u4f3c \u4e4e \u6ca1 \u6709 \u7406 \u7531 \u5bf9 \u6b64 \u6307 \u6307 \u70b9 \u70b9", | |
| "audio_duration_s": 4.0906666666666665, | |
| "latency_s": 0.1251608170568943, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002752-00000006", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6211\u4eec\u4f3c\u4e4e\u6ca1\u6709\u7406\u7531\u5bf9\u6b64\u6307\u6307\u70b9\u70b9\u3002", | |
| "hyp_text": "\u6211\u4eec\u4f3c\u4e4e\u6ca1\u6709\u7406\u7531\u5bf9\u6b64\u6307\u6307\u70b9\u70b9", | |
| "ref_norm": "\u6211 \u4eec \u4f3c \u4e4e \u6ca1 \u6709 \u7406 \u7531 \u5bf9 \u6b64 \u6307 \u6307 \u70b9 \u70b9", | |
| "hyp_norm": "\u6211 \u4eec \u4f3c \u4e4e \u6ca1 \u6709 \u7406 \u7531 \u5bf9 \u6b64 \u6307 \u6307 \u70b9 \u70b9", | |
| "audio_duration_s": 4.0906666666666665, | |
| "latency_s": 0.1688060574233532, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002753-00000006", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5171\u540c\u5efa\u8bbe\u9762\u5411\u672a\u6765\u7684\u4ea4\u901a\uff0c\u548c\u51fa\u884c\u670d\u52a1\u65b0\u751f\u6001\u3002", | |
| "hyp_text": "\u5171\u540c\u5efa\u8bbe\u9762\u5411\u672a\u6765\u7684\u4ea4\u901a\u548c\u51fa\u884c\u670d\u52a1\u65b0\u751f\u6001", | |
| "ref_norm": "\u5171 \u540c \u5efa \u8bbe \u9762 \u5411 \u672a \u6765 \u7684 \u4ea4 \u901a \u548c \u51fa \u884c \u670d \u52a1 \u65b0 \u751f \u6001", | |
| "hyp_norm": "\u5171 \u540c \u5efa \u8bbe \u9762 \u5411 \u672a \u6765 \u7684 \u4ea4 \u901a \u548c \u51fa \u884c \u670d \u52a1 \u65b0 \u751f \u6001", | |
| "audio_duration_s": 4.650666666666667, | |
| "latency_s": 0.16521378234028816, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002753-00000069", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5171\u540c\u5efa\u8bbe\u9762\u5411\u672a\u6765\u7684\u4ea4\u901a\uff0c\u548c\u51fa\u884c\u670d\u52a1\u65b0\u751f\u6001\u3002", | |
| "hyp_text": "\u5171\u540c\u5efa\u8bbe\u9762\u5411\u672a\u6765\u7684\u4ea4\u901a\u548c\u51fa\u884c\u670d\u52a1\u65b0\u751f\u6001", | |
| "ref_norm": "\u5171 \u540c \u5efa \u8bbe \u9762 \u5411 \u672a \u6765 \u7684 \u4ea4 \u901a \u548c \u51fa \u884c \u670d \u52a1 \u65b0 \u751f \u6001", | |
| "hyp_norm": "\u5171 \u540c \u5efa \u8bbe \u9762 \u5411 \u672a \u6765 \u7684 \u4ea4 \u901a \u548c \u51fa \u884c \u670d \u52a1 \u65b0 \u751f \u6001", | |
| "audio_duration_s": 4.650666666666667, | |
| "latency_s": 0.15499501768499613, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002754-00000006", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u90a3\u5c71\u6797\u91cc\u503c\u5f97\u5927\u60ca\u5c0f\u602a\u7684\u4e8b\u60c5\u5c31\u592a\u591a\u4e86\u3002", | |
| "hyp_text": "\u90a3\u5c71\u6797\u91cc\u503c\u5f97\u5927\u60ca\u5c0f\u602a\u7684\u4e8b\u60c5\u5c31\u592a\u591a\u4e86", | |
| "ref_norm": "\u90a3 \u5c71 \u6797 \u91cc \u503c \u5f97 \u5927 \u60ca \u5c0f \u602a \u7684 \u4e8b \u60c5 \u5c31 \u592a \u591a \u4e86", | |
| "hyp_norm": "\u90a3 \u5c71 \u6797 \u91cc \u503c \u5f97 \u5927 \u60ca \u5c0f \u602a \u7684 \u4e8b \u60c5 \u5c31 \u592a \u591a \u4e86", | |
| "audio_duration_s": 4.1386666666666665, | |
| "latency_s": 0.1386651685461402, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002754-00000100", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u90a3\u5c71\u6797\u91cc\u503c\u5f97\u5927\u60ca\u5c0f\u602a\u7684\u4e8b\u60c5\u5c31\u592a\u591a\u4e86\u3002", | |
| "hyp_text": "\u90a3\u5c71\u6797\u91cc\u503c\u5f97\u5927\u60ca\u5c0f\u602a\u7684\u4e8b\u60c5\u5c31\u592a\u591a\u4e86", | |
| "ref_norm": "\u90a3 \u5c71 \u6797 \u91cc \u503c \u5f97 \u5927 \u60ca \u5c0f \u602a \u7684 \u4e8b \u60c5 \u5c31 \u592a \u591a \u4e86", | |
| "hyp_norm": "\u90a3 \u5c71 \u6797 \u91cc \u503c \u5f97 \u5927 \u60ca \u5c0f \u602a \u7684 \u4e8b \u60c5 \u5c31 \u592a \u591a \u4e86", | |
| "audio_duration_s": 4.1386666666666665, | |
| "latency_s": 0.13257641438394785, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002756-00000021", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u5927\u5e45\u63d0\u5347\u51fa\u884c\u5b89\u5168\uff0c\u6548\u7387\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u5927\u5e45\u63d0\u5347\u51fa\u884c\u5b89\u5168\u6548\u7387", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u5927 \u5e45 \u63d0 \u5347 \u51fa \u884c \u5b89 \u5168 \u6548 \u7387", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u5927 \u5e45 \u63d0 \u5347 \u51fa \u884c \u5b89 \u5168 \u6548 \u7387", | |
| "audio_duration_s": 4.1866666666666665, | |
| "latency_s": 0.12714246287941933, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002756-00000074", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u5927\u5e45\u63d0\u5347\u51fa\u884c\u5b89\u5168\uff0c\u6548\u7387\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u5927\u5e45\u63d0\u5347\u51fa\u884c\u5b89\u5168\u6548\u7387", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u5927 \u5e45 \u63d0 \u5347 \u51fa \u884c \u5b89 \u5168 \u6548 \u7387", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u5927 \u5e45 \u63d0 \u5347 \u51fa \u884c \u5b89 \u5168 \u6548 \u7387", | |
| "audio_duration_s": 4.1866666666666665, | |
| "latency_s": 0.12852930929511786, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002823-00000012", | |
| "is_success": true, | |
| "wer": 0.08333333333333333, | |
| "ref_text": "\u524d\u65b9\u6709\u5de6\u6025\u8f6c\u5f2f\uff0c\u8bf7\u51cf\u901f\u6162\u884c\u3002", | |
| "hyp_text": "\u524d\u65b9\u6709\u5de6\u6025\u8f6c\u5f2f\u503e\u51cf\u901f\u6162\u884c", | |
| "ref_norm": "\u524d \u65b9 \u6709 \u5de6 \u6025 \u8f6c \u5f2f \u8bf7 \u51cf \u901f \u6162 \u884c", | |
| "hyp_norm": "\u524d \u65b9 \u6709 \u5de6 \u6025 \u8f6c \u5f2f \u503e \u51cf \u901f \u6162 \u884c", | |
| "audio_duration_s": 6.496, | |
| "latency_s": 0.12523652613162994, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002823-00000011", | |
| "is_success": true, | |
| "wer": 0.08333333333333333, | |
| "ref_text": "\u524d\u65b9\u6709\u5de6\u6025\u8f6c\u5f2f\uff0c\u8bf7\u51cf\u901f\u6162\u884c\u3002", | |
| "hyp_text": "\u524d\u65b9\u6709\u5de6\u6025\u8f6c\u5f2f\u503e\u51cf\u901f\u6162\u884c", | |
| "ref_norm": "\u524d \u65b9 \u6709 \u5de6 \u6025 \u8f6c \u5f2f \u8bf7 \u51cf \u901f \u6162 \u884c", | |
| "hyp_norm": "\u524d \u65b9 \u6709 \u5de6 \u6025 \u8f6c \u5f2f \u503e \u51cf \u901f \u6162 \u884c", | |
| "audio_duration_s": 6.496, | |
| "latency_s": 0.12708968576043844, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002829-00000016", | |
| "is_success": true, | |
| "wer": 0.07142857142857142, | |
| "ref_text": "\u522b\u770b\u85cf\u7352\u51f6\u731b\uff0c\u4f46\u505a\u8b66\u72ac\u667a\u5546\u4e0d\u591f\u3002", | |
| "hyp_text": "\u522b\u770b\u85cf\u6556\u51f6\u731b\u4f46\u505a\u8b66\u72ac\u667a\u5546\u4e0d\u591f", | |
| "ref_norm": "\u522b \u770b \u85cf \u7352 \u51f6 \u731b \u4f46 \u505a \u8b66 \u72ac \u667a \u5546 \u4e0d \u591f", | |
| "hyp_norm": "\u522b \u770b \u85cf \u6556 \u51f6 \u731b \u4f46 \u505a \u8b66 \u72ac \u667a \u5546 \u4e0d \u591f", | |
| "audio_duration_s": 4.714666666666667, | |
| "latency_s": 0.15211907774209976, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002829-00000062", | |
| "is_success": true, | |
| "wer": 0.07142857142857142, | |
| "ref_text": "\u522b\u770b\u85cf\u7352\u51f6\u731b\uff0c\u4f46\u505a\u8b66\u72ac\u667a\u5546\u4e0d\u591f\u3002", | |
| "hyp_text": "\u522b\u770b\u85cf\u6556\u51f6\u731b\u4f46\u505a\u8b66\u72ac\u667a\u5546\u4e0d\u591f", | |
| "ref_norm": "\u522b \u770b \u85cf \u7352 \u51f6 \u731b \u4f46 \u505a \u8b66 \u72ac \u667a \u5546 \u4e0d \u591f", | |
| "hyp_norm": "\u522b \u770b \u85cf \u6556 \u51f6 \u731b \u4f46 \u505a \u8b66 \u72ac \u667a \u5546 \u4e0d \u591f", | |
| "audio_duration_s": 4.714666666666667, | |
| "latency_s": 0.15703232772648335, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002830-00000090", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u901a\u8fc7\u521b\u65b0\u6280\u672f\u8ba9\u672a\u6765\u51fa\u884c\u66f4\u52a0\u5b89\u5168\uff0c\u9ad8\u6548\u3002", | |
| "hyp_text": "\u901a\u8fc7\u521b\u65b0\u6280\u672f\u8ba9\u672a\u6765\u51fa\u884c\u66f4\u52a0\u5b89\u5168\u9ad8\u6548", | |
| "ref_norm": "\u901a \u8fc7 \u521b \u65b0 \u6280 \u672f \u8ba9 \u672a \u6765 \u51fa \u884c \u66f4 \u52a0 \u5b89 \u5168 \u9ad8 \u6548", | |
| "hyp_norm": "\u901a \u8fc7 \u521b \u65b0 \u6280 \u672f \u8ba9 \u672a \u6765 \u51fa \u884c \u66f4 \u52a0 \u5b89 \u5168 \u9ad8 \u6548", | |
| "audio_duration_s": 5.152, | |
| "latency_s": 0.14585436787456274, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002830-00000039", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u901a\u8fc7\u521b\u65b0\u6280\u672f\u8ba9\u672a\u6765\u51fa\u884c\u66f4\u52a0\u5b89\u5168\uff0c\u9ad8\u6548\u3002", | |
| "hyp_text": "\u901a\u8fc7\u521b\u65b0\u6280\u672f\u8ba9\u672a\u6765\u51fa\u884c\u66f4\u52a0\u5b89\u5168\u9ad8\u6548", | |
| "ref_norm": "\u901a \u8fc7 \u521b \u65b0 \u6280 \u672f \u8ba9 \u672a \u6765 \u51fa \u884c \u66f4 \u52a0 \u5b89 \u5168 \u9ad8 \u6548", | |
| "hyp_norm": "\u901a \u8fc7 \u521b \u65b0 \u6280 \u672f \u8ba9 \u672a \u6765 \u51fa \u884c \u66f4 \u52a0 \u5b89 \u5168 \u9ad8 \u6548", | |
| "audio_duration_s": 5.152, | |
| "latency_s": 0.14646574016660452, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002831-00000075", | |
| "is_success": true, | |
| "wer": 0.3125, | |
| "ref_text": "\u4e00\u70b9\u4e94\u516c\u91cc\u540e\uff0c\u53f3\u8f6c\u9a76\u5165\u4eac\u85cf\u9ad8\u901f\u8f85\u8def\u3002", | |
| "hyp_text": "1.5\u516c\u91cc\u540e\u53c8\u8f6c\u65f6\u5165\u4eac\u85cf\u9ad8\u901f\u8f85\u8def\u3002", | |
| "ref_norm": "\u4e00 \u70b9 \u4e94 \u516c \u91cc \u540e \u53f3 \u8f6c \u9a76 \u5165 \u4eac \u85cf \u9ad8 \u901f \u8f85 \u8def", | |
| "hyp_norm": "1 5 \u516c \u91cc \u540e \u53c8 \u8f6c \u65f6 \u5165 \u4eac \u85cf \u9ad8 \u901f \u8f85 \u8def", | |
| "audio_duration_s": 4.32, | |
| "latency_s": 0.1593975331634283, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002831-00000090", | |
| "is_success": true, | |
| "wer": 0.3125, | |
| "ref_text": "\u4e00\u70b9\u4e94\u516c\u91cc\u540e\uff0c\u53f3\u8f6c\u9a76\u5165\u4eac\u85cf\u9ad8\u901f\u8f85\u8def\u3002", | |
| "hyp_text": "1.5\u516c\u91cc\u540e\u53c8\u8f6c\u65f6\u5165\u4eac\u85cf\u9ad8\u901f\u8f85\u8def\u3002", | |
| "ref_norm": "\u4e00 \u70b9 \u4e94 \u516c \u91cc \u540e \u53f3 \u8f6c \u9a76 \u5165 \u4eac \u85cf \u9ad8 \u901f \u8f85 \u8def", | |
| "hyp_norm": "1 5 \u516c \u91cc \u540e \u53c8 \u8f6c \u65f6 \u5165 \u4eac \u85cf \u9ad8 \u901f \u8f85 \u8def", | |
| "audio_duration_s": 4.32, | |
| "latency_s": 0.14706867560744286, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002832-00000021", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f53\u9a8c\u662f\u7a33\u5b9a\uff0c\u662f\u548c\u9884\u671f\u76f8\u7b26\u7684\u6b63\u786e\u6027\u3002", | |
| "hyp_text": "\u4f53\u9a8c\u662f\u7a33\u5b9a\u662f\u548c\u9884\u671f\u76f8\u7b26\u7684\u6b63\u786e\u6027", | |
| "ref_norm": "\u4f53 \u9a8c \u662f \u7a33 \u5b9a \u662f \u548c \u9884 \u671f \u76f8 \u7b26 \u7684 \u6b63 \u786e \u6027", | |
| "hyp_norm": "\u4f53 \u9a8c \u662f \u7a33 \u5b9a \u662f \u548c \u9884 \u671f \u76f8 \u7b26 \u7684 \u6b63 \u786e \u6027", | |
| "audio_duration_s": 6.768, | |
| "latency_s": 0.1631673565134406, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002832-00000056", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f53\u9a8c\u662f\u7a33\u5b9a\uff0c\u662f\u548c\u9884\u671f\u76f8\u7b26\u7684\u6b63\u786e\u6027\u3002", | |
| "hyp_text": "\u4f53\u9a8c\u662f\u7a33\u5b9a\u662f\u548c\u9884\u671f\u76f8\u7b26\u7684\u6b63\u786e\u6027", | |
| "ref_norm": "\u4f53 \u9a8c \u662f \u7a33 \u5b9a \u662f \u548c \u9884 \u671f \u76f8 \u7b26 \u7684 \u6b63 \u786e \u6027", | |
| "hyp_norm": "\u4f53 \u9a8c \u662f \u7a33 \u5b9a \u662f \u548c \u9884 \u671f \u76f8 \u7b26 \u7684 \u6b63 \u786e \u6027", | |
| "audio_duration_s": 6.768, | |
| "latency_s": 0.15857619233429432, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002833-00000104", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4fdd\u62a4\u7528\u6237\u9690\u79c1\u548c\u4fe1\u606f\u5b89\u5168\u3002", | |
| "hyp_text": "\u4fdd\u62a4\u7528\u6237\u9690\u79c1\u548c\u4fe1\u606f\u5b89\u5168", | |
| "ref_norm": "\u4fdd \u62a4 \u7528 \u6237 \u9690 \u79c1 \u548c \u4fe1 \u606f \u5b89 \u5168", | |
| "hyp_norm": "\u4fdd \u62a4 \u7528 \u6237 \u9690 \u79c1 \u548c \u4fe1 \u606f \u5b89 \u5168", | |
| "audio_duration_s": 4.592, | |
| "latency_s": 0.13884448073804379, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002833-00000060", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4fdd\u62a4\u7528\u6237\u9690\u79c1\u548c\u4fe1\u606f\u5b89\u5168\u3002", | |
| "hyp_text": "\u4fdd\u62a4\u7528\u6237\u9690\u79c1\u548c\u4fe1\u606f\u5b89\u5168", | |
| "ref_norm": "\u4fdd \u62a4 \u7528 \u6237 \u9690 \u79c1 \u548c \u4fe1 \u606f \u5b89 \u5168", | |
| "hyp_norm": "\u4fdd \u62a4 \u7528 \u6237 \u9690 \u79c1 \u548c \u4fe1 \u606f \u5b89 \u5168", | |
| "audio_duration_s": 4.592, | |
| "latency_s": 0.11995515786111355, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002834-00000005", | |
| "is_success": true, | |
| "wer": 0.0625, | |
| "ref_text": "\u7ecf\u6d4e\u53d1\u5c55\u662f\u57ce\u5e02\u9ad8\u6548\u5b9c\u5c45\u53d1\u5c55\u7684\u57fa\u77f3\u3002", | |
| "hyp_text": "\u7ecf\u6d4e\u53d1\u5c55\u662f\u57ce\u5e02\u9ad8\u6548\u79fb\u5c45\u53d1\u5c55\u7684\u57fa\u77f3", | |
| "ref_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u662f \u57ce \u5e02 \u9ad8 \u6548 \u5b9c \u5c45 \u53d1 \u5c55 \u7684 \u57fa \u77f3", | |
| "hyp_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u662f \u57ce \u5e02 \u9ad8 \u6548 \u79fb \u5c45 \u53d1 \u5c55 \u7684 \u57fa \u77f3", | |
| "audio_duration_s": 4.992, | |
| "latency_s": 0.13929933309555054, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002834-00000009", | |
| "is_success": true, | |
| "wer": 0.0625, | |
| "ref_text": "\u7ecf\u6d4e\u53d1\u5c55\u662f\u57ce\u5e02\u9ad8\u6548\u5b9c\u5c45\u53d1\u5c55\u7684\u57fa\u77f3\u3002", | |
| "hyp_text": "\u7ecf\u6d4e\u53d1\u5c55\u662f\u57ce\u5e02\u9ad8\u6548\u79fb\u5c45\u53d1\u5c55\u7684\u57fa\u77f3", | |
| "ref_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u662f \u57ce \u5e02 \u9ad8 \u6548 \u5b9c \u5c45 \u53d1 \u5c55 \u7684 \u57fa \u77f3", | |
| "hyp_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u662f \u57ce \u5e02 \u9ad8 \u6548 \u79fb \u5c45 \u53d1 \u5c55 \u7684 \u57fa \u77f3", | |
| "audio_duration_s": 4.992, | |
| "latency_s": 0.13877765741199255, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002841-00000006", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\uff0c\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c\u3002", | |
| "hyp_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c", | |
| "ref_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "hyp_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "audio_duration_s": 4.032, | |
| "latency_s": 0.1437317719683051, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002841-00000044", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\uff0c\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c\u3002", | |
| "hyp_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c", | |
| "ref_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "hyp_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "audio_duration_s": 4.032, | |
| "latency_s": 0.14062953181564808, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002842-00000052", | |
| "is_success": true, | |
| "wer": 0.09090909090909091, | |
| "ref_text": "\u8fd9\u4e9b\u533b\u7597\u961f\u7684\u533b\u751f\u4eec\u514b\u670d\u9ad8\u5bd2\u7f3a\u6c27\uff0c\u4ea4\u901a\u4e0d\u4fbf\u7b49\u56f0\u96be\u3002", | |
| "hyp_text": "\u8fd9\u4e9b\u533b\u7597\u961f\u7684\u533b\u751f\u4eec\u514b\u670d\u9ad8\u542b\u7f3a\u6c27\u4ea4\u901a\u4e0d\u4fbf\u7684\u56f0\u96be", | |
| "ref_norm": "\u8fd9 \u4e9b \u533b \u7597 \u961f \u7684 \u533b \u751f \u4eec \u514b \u670d \u9ad8 \u5bd2 \u7f3a \u6c27 \u4ea4 \u901a \u4e0d \u4fbf \u7b49 \u56f0 \u96be", | |
| "hyp_norm": "\u8fd9 \u4e9b \u533b \u7597 \u961f \u7684 \u533b \u751f \u4eec \u514b \u670d \u9ad8 \u542b \u7f3a \u6c27 \u4ea4 \u901a \u4e0d \u4fbf \u7684 \u56f0 \u96be", | |
| "audio_duration_s": 4.645333333333333, | |
| "latency_s": 0.19446392264217138, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002842-00000072", | |
| "is_success": true, | |
| "wer": 0.09090909090909091, | |
| "ref_text": "\u8fd9\u4e9b\u533b\u7597\u961f\u7684\u533b\u751f\u4eec\u514b\u670d\u9ad8\u5bd2\u7f3a\u6c27\uff0c\u4ea4\u901a\u4e0d\u4fbf\u7b49\u56f0\u96be\u3002", | |
| "hyp_text": "\u8fd9\u4e9b\u533b\u7597\u961f\u7684\u533b\u751f\u4eec\u514b\u670d\u9ad8\u542b\u7f3a\u6c27\u4ea4\u901a\u4e0d\u4fbf\u7684\u56f0\u96be", | |
| "ref_norm": "\u8fd9 \u4e9b \u533b \u7597 \u961f \u7684 \u533b \u751f \u4eec \u514b \u670d \u9ad8 \u5bd2 \u7f3a \u6c27 \u4ea4 \u901a \u4e0d \u4fbf \u7b49 \u56f0 \u96be", | |
| "hyp_norm": "\u8fd9 \u4e9b \u533b \u7597 \u961f \u7684 \u533b \u751f \u4eec \u514b \u670d \u9ad8 \u542b \u7f3a \u6c27 \u4ea4 \u901a \u4e0d \u4fbf \u7684 \u56f0 \u96be", | |
| "audio_duration_s": 4.645333333333333, | |
| "latency_s": 0.18464857432991266, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002844-00000016", | |
| "is_success": true, | |
| "wer": 0.10526315789473684, | |
| "ref_text": "\u751f\u547d\u5982\u6c34\uff0c\u552f\u6709\u88ab\u7231\u9540\u8fc7\u91d1\u7684\u65e5\u5b50\u6c38\u8fdc\u95ea\u7740\u5149\u3002", | |
| "hyp_text": "\u751f\u547d\u5982\u6c34\u552f\u6709\u88ab\u7231\u5ea6\u8fc7\u4eca\u7684\u65e5\u5b50\u6c38\u8fdc\u95ea\u7740\u5149", | |
| "ref_norm": "\u751f \u547d \u5982 \u6c34 \u552f \u6709 \u88ab \u7231 \u9540 \u8fc7 \u91d1 \u7684 \u65e5 \u5b50 \u6c38 \u8fdc \u95ea \u7740 \u5149", | |
| "hyp_norm": "\u751f \u547d \u5982 \u6c34 \u552f \u6709 \u88ab \u7231 \u5ea6 \u8fc7 \u4eca \u7684 \u65e5 \u5b50 \u6c38 \u8fdc \u95ea \u7740 \u5149", | |
| "audio_duration_s": 5.018666666666666, | |
| "latency_s": 0.1713817222043872, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002844-00000006", | |
| "is_success": true, | |
| "wer": 0.10526315789473684, | |
| "ref_text": "\u751f\u547d\u5982\u6c34\uff0c\u552f\u6709\u88ab\u7231\u9540\u8fc7\u91d1\u7684\u65e5\u5b50\u6c38\u8fdc\u95ea\u7740\u5149\u3002", | |
| "hyp_text": "\u751f\u547d\u5982\u6c34\u552f\u6709\u88ab\u7231\u5ea6\u8fc7\u4eca\u7684\u65e5\u5b50\u6c38\u8fdc\u95ea\u7740\u5149", | |
| "ref_norm": "\u751f \u547d \u5982 \u6c34 \u552f \u6709 \u88ab \u7231 \u9540 \u8fc7 \u91d1 \u7684 \u65e5 \u5b50 \u6c38 \u8fdc \u95ea \u7740 \u5149", | |
| "hyp_norm": "\u751f \u547d \u5982 \u6c34 \u552f \u6709 \u88ab \u7231 \u5ea6 \u8fc7 \u4eca \u7684 \u65e5 \u5b50 \u6c38 \u8fdc \u95ea \u7740 \u5149", | |
| "audio_duration_s": 5.018666666666666, | |
| "latency_s": 0.15929137635976076, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002846-00000051", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5317\u4eac\u5728\u51fa\u884c\u89c4\u6a21\uff0c\u57ce\u5e02\u5f71\u54cd\u529b\u65b9\u9762\u8868\u73b0\u4f18\u5f02\u3002", | |
| "hyp_text": "\u5317\u4eac\u5728\u51fa\u884c\u89c4\u6a21\u3001\u57ce\u5e02\u5f71\u54cd\u529b\u65b9\u9762\u8868\u73b0\u4f18\u5f02\u3002", | |
| "ref_norm": "\u5317 \u4eac \u5728 \u51fa \u884c \u89c4 \u6a21 \u57ce \u5e02 \u5f71 \u54cd \u529b \u65b9 \u9762 \u8868 \u73b0 \u4f18 \u5f02", | |
| "hyp_norm": "\u5317 \u4eac \u5728 \u51fa \u884c \u89c4 \u6a21 \u57ce \u5e02 \u5f71 \u54cd \u529b \u65b9 \u9762 \u8868 \u73b0 \u4f18 \u5f02", | |
| "audio_duration_s": 4.661333333333333, | |
| "latency_s": 0.19011222198605537, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002846-00000078", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5317\u4eac\u5728\u51fa\u884c\u89c4\u6a21\uff0c\u57ce\u5e02\u5f71\u54cd\u529b\u65b9\u9762\u8868\u73b0\u4f18\u5f02\u3002", | |
| "hyp_text": "\u5317\u4eac\u5728\u51fa\u884c\u89c4\u6a21\u3001\u57ce\u5e02\u5f71\u54cd\u529b\u65b9\u9762\u8868\u73b0\u4f18\u5f02\u3002", | |
| "ref_norm": "\u5317 \u4eac \u5728 \u51fa \u884c \u89c4 \u6a21 \u57ce \u5e02 \u5f71 \u54cd \u529b \u65b9 \u9762 \u8868 \u73b0 \u4f18 \u5f02", | |
| "hyp_norm": "\u5317 \u4eac \u5728 \u51fa \u884c \u89c4 \u6a21 \u57ce \u5e02 \u5f71 \u54cd \u529b \u65b9 \u9762 \u8868 \u73b0 \u4f18 \u5f02", | |
| "audio_duration_s": 4.661333333333333, | |
| "latency_s": 0.15707287192344666, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002848-00000088", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u987a\u98ce\u65f6\u63d0\u9ad8\u8b66\u60d5\uff0c\u9006\u98ce\u65f6\u7b03\u5b9a\u524d\u884c\u3002", | |
| "hyp_text": "\u987a\u98ce\u65f6\u63d0\u9ad8\u8b66\u60d5,\u9006\u98ce\u65f6\u7b03\u5b9a\u524d\u884c\u3002", | |
| "ref_norm": "\u987a \u98ce \u65f6 \u63d0 \u9ad8 \u8b66 \u60d5 \u9006 \u98ce \u65f6 \u7b03 \u5b9a \u524d \u884c", | |
| "hyp_norm": "\u987a \u98ce \u65f6 \u63d0 \u9ad8 \u8b66 \u60d5 \u9006 \u98ce \u65f6 \u7b03 \u5b9a \u524d \u884c", | |
| "audio_duration_s": 4.005333333333334, | |
| "latency_s": 0.16150763630867004, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002848-00000018", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u987a\u98ce\u65f6\u63d0\u9ad8\u8b66\u60d5\uff0c\u9006\u98ce\u65f6\u7b03\u5b9a\u524d\u884c\u3002", | |
| "hyp_text": "\u987a\u98ce\u65f6\u63d0\u9ad8\u8b66\u60d5,\u9006\u98ce\u65f6\u7b03\u5b9a\u524d\u884c\u3002", | |
| "ref_norm": "\u987a \u98ce \u65f6 \u63d0 \u9ad8 \u8b66 \u60d5 \u9006 \u98ce \u65f6 \u7b03 \u5b9a \u524d \u884c", | |
| "hyp_norm": "\u987a \u98ce \u65f6 \u63d0 \u9ad8 \u8b66 \u60d5 \u9006 \u98ce \u65f6 \u7b03 \u5b9a \u524d \u884c", | |
| "audio_duration_s": 4.005333333333334, | |
| "latency_s": 0.15390261821448803, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002850-00000039", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u65f6\u503c\u590f\u5b63\uff0c\u5317\u6c5f\u6cb3\u4e2d\u6c34\u91cf\u5145\u6c9b\uff0c\u6c34\u6d41\u6e4d\u6025\u3002", | |
| "hyp_text": "\u65f6\u503c\u590f\u5b63\u5317\u6c5f\u6cb3\u4e2d\u6c34\u91cf\u5145\u6c9b\u6c34\u6d41\u6e4d\u6025", | |
| "ref_norm": "\u65f6 \u503c \u590f \u5b63 \u5317 \u6c5f \u6cb3 \u4e2d \u6c34 \u91cf \u5145 \u6c9b \u6c34 \u6d41 \u6e4d \u6025", | |
| "hyp_norm": "\u65f6 \u503c \u590f \u5b63 \u5317 \u6c5f \u6cb3 \u4e2d \u6c34 \u91cf \u5145 \u6c9b \u6c34 \u6d41 \u6e4d \u6025", | |
| "audio_duration_s": 6.448, | |
| "latency_s": 0.16019315365701914, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002850-00000016", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u65f6\u503c\u590f\u5b63\uff0c\u5317\u6c5f\u6cb3\u4e2d\u6c34\u91cf\u5145\u6c9b\uff0c\u6c34\u6d41\u6e4d\u6025\u3002", | |
| "hyp_text": "\u65f6\u503c\u590f\u5b63\u5317\u6c5f\u6cb3\u4e2d\u6c34\u91cf\u5145\u6c9b\u6c34\u6d41\u6e4d\u6025", | |
| "ref_norm": "\u65f6 \u503c \u590f \u5b63 \u5317 \u6c5f \u6cb3 \u4e2d \u6c34 \u91cf \u5145 \u6c9b \u6c34 \u6d41 \u6e4d \u6025", | |
| "hyp_norm": "\u65f6 \u503c \u590f \u5b63 \u5317 \u6c5f \u6cb3 \u4e2d \u6c34 \u91cf \u5145 \u6c9b \u6c34 \u6d41 \u6e4d \u6025", | |
| "audio_duration_s": 6.448, | |
| "latency_s": 0.14905855618417263, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002852-00000009", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4fdd\u62a4\u7528\u6237\u9690\u79c1\u548c\u4fe1\u606f\u5b89\u5168\u3002", | |
| "hyp_text": "\u4fdd\u62a4\u7528\u6237\u9690\u79c1\u548c\u4fe1\u606f\u5b89\u5168", | |
| "ref_norm": "\u4fdd \u62a4 \u7528 \u6237 \u9690 \u79c1 \u548c \u4fe1 \u606f \u5b89 \u5168", | |
| "hyp_norm": "\u4fdd \u62a4 \u7528 \u6237 \u9690 \u79c1 \u548c \u4fe1 \u606f \u5b89 \u5168", | |
| "audio_duration_s": 4.464, | |
| "latency_s": 0.1123612904921174, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002852-00000035", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4fdd\u62a4\u7528\u6237\u9690\u79c1\u548c\u4fe1\u606f\u5b89\u5168\u3002", | |
| "hyp_text": "\u4fdd\u62a4\u7528\u6237\u9690\u79c1\u548c\u4fe1\u606f\u5b89\u5168", | |
| "ref_norm": "\u4fdd \u62a4 \u7528 \u6237 \u9690 \u79c1 \u548c \u4fe1 \u606f \u5b89 \u5168", | |
| "hyp_norm": "\u4fdd \u62a4 \u7528 \u6237 \u9690 \u79c1 \u548c \u4fe1 \u606f \u5b89 \u5168", | |
| "audio_duration_s": 4.464, | |
| "latency_s": 0.11539731454104185, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002853-00000067", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5c71\u65e0\u68f1\uff0c\u5929\u5730\u5408\uff0c\u624d\u6562\u4e0e\u541b\u7edd\u3002", | |
| "hyp_text": "\u5c71\u65e0\u68f1 \u5929\u5730\u5408 \u624d\u6562\u4e0e\u541b\u7edd", | |
| "ref_norm": "\u5c71 \u65e0 \u68f1 \u5929 \u5730 \u5408 \u624d \u6562 \u4e0e \u541b \u7edd", | |
| "hyp_norm": "\u5c71 \u65e0 \u68f1 \u5929 \u5730 \u5408 \u624d \u6562 \u4e0e \u541b \u7edd", | |
| "audio_duration_s": 4.602666666666667, | |
| "latency_s": 0.12099605333060026, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002853-00000010", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5c71\u65e0\u68f1\uff0c\u5929\u5730\u5408\uff0c\u624d\u6562\u4e0e\u541b\u7edd\u3002", | |
| "hyp_text": "\u5c71\u65e0\u68f1 \u5929\u5730\u5408 \u624d\u6562\u4e0e\u541b\u7edd", | |
| "ref_norm": "\u5c71 \u65e0 \u68f1 \u5929 \u5730 \u5408 \u624d \u6562 \u4e0e \u541b \u7edd", | |
| "hyp_norm": "\u5c71 \u65e0 \u68f1 \u5929 \u5730 \u5408 \u624d \u6562 \u4e0e \u541b \u7edd", | |
| "audio_duration_s": 4.602666666666667, | |
| "latency_s": 0.1273115063086152, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002854-00000077", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7ecf\u6d4e\u53d1\u5c55\u7684\u4e0d\u5e73\u8861\u4e0d\u5145\u5206\u95ee\u9898\u65e5\u76ca\u7a81\u51fa\u3002", | |
| "hyp_text": "\u7ecf\u6d4e\u53d1\u5c55\u7684\u4e0d\u5e73\u8861\u4e0d\u5145\u5206\u95ee\u9898\u65e5\u76ca\u7a81\u51fa", | |
| "ref_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u7684 \u4e0d \u5e73 \u8861 \u4e0d \u5145 \u5206 \u95ee \u9898 \u65e5 \u76ca \u7a81 \u51fa", | |
| "hyp_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u7684 \u4e0d \u5e73 \u8861 \u4e0d \u5145 \u5206 \u95ee \u9898 \u65e5 \u76ca \u7a81 \u51fa", | |
| "audio_duration_s": 5.216, | |
| "latency_s": 0.14424608275294304, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002854-00000019", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7ecf\u6d4e\u53d1\u5c55\u7684\u4e0d\u5e73\u8861\u4e0d\u5145\u5206\u95ee\u9898\u65e5\u76ca\u7a81\u51fa\u3002", | |
| "hyp_text": "\u7ecf\u6d4e\u53d1\u5c55\u7684\u4e0d\u5e73\u8861\u4e0d\u5145\u5206\u95ee\u9898\u65e5\u76ca\u7a81\u51fa", | |
| "ref_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u7684 \u4e0d \u5e73 \u8861 \u4e0d \u5145 \u5206 \u95ee \u9898 \u65e5 \u76ca \u7a81 \u51fa", | |
| "hyp_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u7684 \u4e0d \u5e73 \u8861 \u4e0d \u5145 \u5206 \u95ee \u9898 \u65e5 \u76ca \u7a81 \u51fa", | |
| "audio_duration_s": 5.216, | |
| "latency_s": 0.15148664731532335, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002858-00000038", | |
| "is_success": true, | |
| "wer": 0.06666666666666667, | |
| "ref_text": "\u4ed6\u8bf4\uff0c\u8ba9\u4eba\u4eec\u7231\u9e1f\u8fdc\u6bd4\u7f5a\u6b3e\u6293\u4eba\u91cd\u8981\u3002", | |
| "hyp_text": "\u4ed6\u8bf4\u8ba9\u4eba\u4eec\u6309\u9e1f\u8fdc\u6bd4\u7f5a\u6b3e\u6293\u4eba\u91cd\u8981\u3002", | |
| "ref_norm": "\u4ed6 \u8bf4 \u8ba9 \u4eba \u4eec \u7231 \u9e1f \u8fdc \u6bd4 \u7f5a \u6b3e \u6293 \u4eba \u91cd \u8981", | |
| "hyp_norm": "\u4ed6 \u8bf4 \u8ba9 \u4eba \u4eec \u6309 \u9e1f \u8fdc \u6bd4 \u7f5a \u6b3e \u6293 \u4eba \u91cd \u8981", | |
| "audio_duration_s": 5.077333333333334, | |
| "latency_s": 0.14617880899459124, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002858-00000098", | |
| "is_success": true, | |
| "wer": 0.06666666666666667, | |
| "ref_text": "\u4ed6\u8bf4\uff0c\u8ba9\u4eba\u4eec\u7231\u9e1f\u8fdc\u6bd4\u7f5a\u6b3e\u6293\u4eba\u91cd\u8981\u3002", | |
| "hyp_text": "\u4ed6\u8bf4\u8ba9\u4eba\u4eec\u6309\u9e1f\u8fdc\u6bd4\u7f5a\u6b3e\u6293\u4eba\u91cd\u8981\u3002", | |
| "ref_norm": "\u4ed6 \u8bf4 \u8ba9 \u4eba \u4eec \u7231 \u9e1f \u8fdc \u6bd4 \u7f5a \u6b3e \u6293 \u4eba \u91cd \u8981", | |
| "hyp_norm": "\u4ed6 \u8bf4 \u8ba9 \u4eba \u4eec \u6309 \u9e1f \u8fdc \u6bd4 \u7f5a \u6b3e \u6293 \u4eba \u91cd \u8981", | |
| "audio_duration_s": 5.077333333333334, | |
| "latency_s": 0.13572499062865973, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002893-00000016", | |
| "is_success": true, | |
| "wer": 0.2, | |
| "ref_text": "\u81ea\u6b64\uff0c\u5bf9\u8bf8\u845b\u5b54\u660e\u66f4\u52a0\u4f69\u670d\uff0c\u656c\u82e5\u795e\u660e\u3002", | |
| "hyp_text": "\u81ea\u6b64\u5bf9\u8bf8\u845b\u53e3\u540d\u66f4\u52a0\u4f69\u670d\u7adf\u82e5\u795e\u660e", | |
| "ref_norm": "\u81ea \u6b64 \u5bf9 \u8bf8 \u845b \u5b54 \u660e \u66f4 \u52a0 \u4f69 \u670d \u656c \u82e5 \u795e \u660e", | |
| "hyp_norm": "\u81ea \u6b64 \u5bf9 \u8bf8 \u845b \u53e3 \u540d \u66f4 \u52a0 \u4f69 \u670d \u7adf \u82e5 \u795e \u660e", | |
| "audio_duration_s": 4.773333333333333, | |
| "latency_s": 0.1505930544808507, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002893-00000098", | |
| "is_success": true, | |
| "wer": 0.2, | |
| "ref_text": "\u81ea\u6b64\uff0c\u5bf9\u8bf8\u845b\u5b54\u660e\u66f4\u52a0\u4f69\u670d\uff0c\u656c\u82e5\u795e\u660e\u3002", | |
| "hyp_text": "\u81ea\u6b64\u5bf9\u8bf8\u845b\u53e3\u540d\u66f4\u52a0\u4f69\u670d\u7adf\u82e5\u795e\u660e", | |
| "ref_norm": "\u81ea \u6b64 \u5bf9 \u8bf8 \u845b \u5b54 \u660e \u66f4 \u52a0 \u4f69 \u670d \u656c \u82e5 \u795e \u660e", | |
| "hyp_norm": "\u81ea \u6b64 \u5bf9 \u8bf8 \u845b \u53e3 \u540d \u66f4 \u52a0 \u4f69 \u670d \u7adf \u82e5 \u795e \u660e", | |
| "audio_duration_s": 4.773333333333333, | |
| "latency_s": 0.14448898378759623, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002895-00000099", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f53\u9a8c\u662f\u7528\u6237\u611f\u77e5\uff0c\u662f\u4e3b\u89c2\u7684\u7528\u6237\u4ef7\u503c\u3002", | |
| "hyp_text": "\u4f53\u9a8c\u662f\u7528\u6237\u611f\u77e5\u662f\u4e3b\u89c2\u7684\u7528\u6237\u4ef7\u503c", | |
| "ref_norm": "\u4f53 \u9a8c \u662f \u7528 \u6237 \u611f \u77e5 \u662f \u4e3b \u89c2 \u7684 \u7528 \u6237 \u4ef7 \u503c", | |
| "hyp_norm": "\u4f53 \u9a8c \u662f \u7528 \u6237 \u611f \u77e5 \u662f \u4e3b \u89c2 \u7684 \u7528 \u6237 \u4ef7 \u503c", | |
| "audio_duration_s": 4.522666666666667, | |
| "latency_s": 0.16768851038068533, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002895-00000015", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f53\u9a8c\u662f\u7528\u6237\u611f\u77e5\uff0c\u662f\u4e3b\u89c2\u7684\u7528\u6237\u4ef7\u503c\u3002", | |
| "hyp_text": "\u4f53\u9a8c\u662f\u7528\u6237\u611f\u77e5\u662f\u4e3b\u89c2\u7684\u7528\u6237\u4ef7\u503c", | |
| "ref_norm": "\u4f53 \u9a8c \u662f \u7528 \u6237 \u611f \u77e5 \u662f \u4e3b \u89c2 \u7684 \u7528 \u6237 \u4ef7 \u503c", | |
| "hyp_norm": "\u4f53 \u9a8c \u662f \u7528 \u6237 \u611f \u77e5 \u662f \u4e3b \u89c2 \u7684 \u7528 \u6237 \u4ef7 \u503c", | |
| "audio_duration_s": 4.522666666666667, | |
| "latency_s": 0.14777488168329, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002896-00000021", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u9632\u9759\u8109\u66f2\u5f20\u889c\u7b49\u529f\u80fd\u6027\u889c\u5b50\u8bf7\u614e\u9009\u3002", | |
| "hyp_text": "\u9632\u9759\u8109\u66f2\u5f20\u3001\u889c\u7b49\u529f\u80fd\u6027\u889c\u5b50\u8bf7\u614e\u9009", | |
| "ref_norm": "\u9632 \u9759 \u8109 \u66f2 \u5f20 \u889c \u7b49 \u529f \u80fd \u6027 \u889c \u5b50 \u8bf7 \u614e \u9009", | |
| "hyp_norm": "\u9632 \u9759 \u8109 \u66f2 \u5f20 \u889c \u7b49 \u529f \u80fd \u6027 \u889c \u5b50 \u8bf7 \u614e \u9009", | |
| "audio_duration_s": 4.165333333333334, | |
| "latency_s": 0.14174329303205013, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002896-00000065", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u9632\u9759\u8109\u66f2\u5f20\u889c\u7b49\u529f\u80fd\u6027\u889c\u5b50\u8bf7\u614e\u9009\u3002", | |
| "hyp_text": "\u9632\u9759\u8109\u66f2\u5f20\u3001\u889c\u7b49\u529f\u80fd\u6027\u889c\u5b50\u8bf7\u614e\u9009", | |
| "ref_norm": "\u9632 \u9759 \u8109 \u66f2 \u5f20 \u889c \u7b49 \u529f \u80fd \u6027 \u889c \u5b50 \u8bf7 \u614e \u9009", | |
| "hyp_norm": "\u9632 \u9759 \u8109 \u66f2 \u5f20 \u889c \u7b49 \u529f \u80fd \u6027 \u889c \u5b50 \u8bf7 \u614e \u9009", | |
| "audio_duration_s": 4.165333333333334, | |
| "latency_s": 0.15128715801984072, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002899-00000084", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u5927\u5e45\u63d0\u5347\u51fa\u884c\u5b89\u5168\uff0c\u6548\u7387\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u5927\u5e45\u63d0\u5347\u51fa\u884c\u5b89\u5168\u6548\u7387", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u5927 \u5e45 \u63d0 \u5347 \u51fa \u884c \u5b89 \u5168 \u6548 \u7387", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u5927 \u5e45 \u63d0 \u5347 \u51fa \u884c \u5b89 \u5168 \u6548 \u7387", | |
| "audio_duration_s": 4.304, | |
| "latency_s": 0.14443138614296913, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002899-00000021", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u5927\u5e45\u63d0\u5347\u51fa\u884c\u5b89\u5168\uff0c\u6548\u7387\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u5927\u5e45\u63d0\u5347\u51fa\u884c\u5b89\u5168\u6548\u7387", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u5927 \u5e45 \u63d0 \u5347 \u51fa \u884c \u5b89 \u5168 \u6548 \u7387", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u5927 \u5e45 \u63d0 \u5347 \u51fa \u884c \u5b89 \u5168 \u6548 \u7387", | |
| "audio_duration_s": 4.304, | |
| "latency_s": 0.15040741115808487, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002905-00000006", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\uff0c\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c\u3002", | |
| "hyp_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c", | |
| "ref_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "hyp_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "audio_duration_s": 4.266666666666667, | |
| "latency_s": 0.17325784359127283, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002905-00000010", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\uff0c\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c\u3002", | |
| "hyp_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c", | |
| "ref_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "hyp_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "audio_duration_s": 4.266666666666667, | |
| "latency_s": 0.18056483007967472, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002925-00000049", | |
| "is_success": true, | |
| "wer": 0.18181818181818182, | |
| "ref_text": "\u4fdd\u62a4\u7528\u6237\u9690\u79c1\u548c\u4fe1\u606f\u5b89\u5168\u3002", | |
| "hyp_text": "\u4fdd\u62a4\u7528\u6237\u9690\u79c1\u548c\u7ec6\u5fc3\u5b89\u5168", | |
| "ref_norm": "\u4fdd \u62a4 \u7528 \u6237 \u9690 \u79c1 \u548c \u4fe1 \u606f \u5b89 \u5168", | |
| "hyp_norm": "\u4fdd \u62a4 \u7528 \u6237 \u9690 \u79c1 \u548c \u7ec6 \u5fc3 \u5b89 \u5168", | |
| "audio_duration_s": 4.698666666666667, | |
| "latency_s": 0.15627896320074797, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002925-00000001", | |
| "is_success": true, | |
| "wer": 0.18181818181818182, | |
| "ref_text": "\u4fdd\u62a4\u7528\u6237\u9690\u79c1\u548c\u4fe1\u606f\u5b89\u5168\u3002", | |
| "hyp_text": "\u4fdd\u62a4\u7528\u6237\u9690\u79c1\u548c\u7ec6\u5fc3\u5b89\u5168", | |
| "ref_norm": "\u4fdd \u62a4 \u7528 \u6237 \u9690 \u79c1 \u548c \u4fe1 \u606f \u5b89 \u5168", | |
| "hyp_norm": "\u4fdd \u62a4 \u7528 \u6237 \u9690 \u79c1 \u548c \u7ec6 \u5fc3 \u5b89 \u5168", | |
| "audio_duration_s": 4.698666666666667, | |
| "latency_s": 0.13223084714263678, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002995-00000058", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8bf7\u51cf\u901f\u6162\u884c\uff0c\u4e0d\u8981\u8fde\u7eed\u8e29\u5239\u8f66\u3002", | |
| "hyp_text": "\u8bf7\u51cf\u901f\u6162\u884c,\u4e0d\u8981\u8fde\u7eed\u8e29\u5239\u8f66\u3002", | |
| "ref_norm": "\u8bf7 \u51cf \u901f \u6162 \u884c \u4e0d \u8981 \u8fde \u7eed \u8e29 \u5239 \u8f66", | |
| "hyp_norm": "\u8bf7 \u51cf \u901f \u6162 \u884c \u4e0d \u8981 \u8fde \u7eed \u8e29 \u5239 \u8f66", | |
| "audio_duration_s": 4.234666666666667, | |
| "latency_s": 0.16022262908518314, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002995-00000038", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8bf7\u51cf\u901f\u6162\u884c\uff0c\u4e0d\u8981\u8fde\u7eed\u8e29\u5239\u8f66\u3002", | |
| "hyp_text": "\u8bf7\u51cf\u901f\u6162\u884c,\u4e0d\u8981\u8fde\u7eed\u8e29\u5239\u8f66\u3002", | |
| "ref_norm": "\u8bf7 \u51cf \u901f \u6162 \u884c \u4e0d \u8981 \u8fde \u7eed \u8e29 \u5239 \u8f66", | |
| "hyp_norm": "\u8bf7 \u51cf \u901f \u6162 \u884c \u4e0d \u8981 \u8fde \u7eed \u8e29 \u5239 \u8f66", | |
| "audio_duration_s": 4.234666666666667, | |
| "latency_s": 0.15021269116550684, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002996-00000016", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e4b\u540e\u56e0\u8d54\u507f\u95ee\u9898\uff0c\u4e00\u76f4\u540c\u8001\u677f\u626f\u4e0d\u6e05\u3002", | |
| "hyp_text": "\u4e4b\u540e\u56e0\u8d54\u507f\u95ee\u9898\u4e00\u76f4\u540c\u8001\u677f\u626f\u4e0d\u6e05", | |
| "ref_norm": "\u4e4b \u540e \u56e0 \u8d54 \u507f \u95ee \u9898 \u4e00 \u76f4 \u540c \u8001 \u677f \u626f \u4e0d \u6e05", | |
| "hyp_norm": "\u4e4b \u540e \u56e0 \u8d54 \u507f \u95ee \u9898 \u4e00 \u76f4 \u540c \u8001 \u677f \u626f \u4e0d \u6e05", | |
| "audio_duration_s": 4.533333333333333, | |
| "latency_s": 0.126822660677135, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10002996-00000051", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e4b\u540e\u56e0\u8d54\u507f\u95ee\u9898\uff0c\u4e00\u76f4\u540c\u8001\u677f\u626f\u4e0d\u6e05\u3002", | |
| "hyp_text": "\u4e4b\u540e\u56e0\u8d54\u507f\u95ee\u9898\u4e00\u76f4\u540c\u8001\u677f\u626f\u4e0d\u6e05", | |
| "ref_norm": "\u4e4b \u540e \u56e0 \u8d54 \u507f \u95ee \u9898 \u4e00 \u76f4 \u540c \u8001 \u677f \u626f \u4e0d \u6e05", | |
| "hyp_norm": "\u4e4b \u540e \u56e0 \u8d54 \u507f \u95ee \u9898 \u4e00 \u76f4 \u540c \u8001 \u677f \u626f \u4e0d \u6e05", | |
| "audio_duration_s": 4.533333333333333, | |
| "latency_s": 0.1281482633203268, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003094-00000006", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u901a\u8fc7\u521b\u65b0\u6280\u672f\u8ba9\u672a\u6765\u51fa\u884c\u66f4\u52a0\u5b89\u5168\uff0c\u9ad8\u6548\u3002", | |
| "hyp_text": "\u901a\u8fc7\u521b\u65b0\u6280\u672f\u8ba9\u672a\u6765\u51fa\u884c\u66f4\u52a0\u5b89\u5168\u9ad8\u6548", | |
| "ref_norm": "\u901a \u8fc7 \u521b \u65b0 \u6280 \u672f \u8ba9 \u672a \u6765 \u51fa \u884c \u66f4 \u52a0 \u5b89 \u5168 \u9ad8 \u6548", | |
| "hyp_norm": "\u901a \u8fc7 \u521b \u65b0 \u6280 \u672f \u8ba9 \u672a \u6765 \u51fa \u884c \u66f4 \u52a0 \u5b89 \u5168 \u9ad8 \u6548", | |
| "audio_duration_s": 4.213333333333333, | |
| "latency_s": 0.13072754628956318, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003094-00000044", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u901a\u8fc7\u521b\u65b0\u6280\u672f\u8ba9\u672a\u6765\u51fa\u884c\u66f4\u52a0\u5b89\u5168\uff0c\u9ad8\u6548\u3002", | |
| "hyp_text": "\u901a\u8fc7\u521b\u65b0\u6280\u672f\u8ba9\u672a\u6765\u51fa\u884c\u66f4\u52a0\u5b89\u5168\u9ad8\u6548", | |
| "ref_norm": "\u901a \u8fc7 \u521b \u65b0 \u6280 \u672f \u8ba9 \u672a \u6765 \u51fa \u884c \u66f4 \u52a0 \u5b89 \u5168 \u9ad8 \u6548", | |
| "hyp_norm": "\u901a \u8fc7 \u521b \u65b0 \u6280 \u672f \u8ba9 \u672a \u6765 \u51fa \u884c \u66f4 \u52a0 \u5b89 \u5168 \u9ad8 \u6548", | |
| "audio_duration_s": 4.213333333333333, | |
| "latency_s": 0.12554273381829262, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003102-00000076", | |
| "is_success": true, | |
| "wer": 0.08333333333333333, | |
| "ref_text": "\u8fd9\u662f\u56db\u6708\u91cc\u7684\u51b0\u51b0\u51b7\u7684\u4e00\u5929\u3002", | |
| "hyp_text": "\u8fd9\u662f\u56db\u6708\u91cc\u7684\u51b0\u51b7\u7684\u4e00\u5929", | |
| "ref_norm": "\u8fd9 \u662f \u56db \u6708 \u91cc \u7684 \u51b0 \u51b0 \u51b7 \u7684 \u4e00 \u5929", | |
| "hyp_norm": "\u8fd9 \u662f \u56db \u6708 \u91cc \u7684 \u51b0 \u51b7 \u7684 \u4e00 \u5929", | |
| "audio_duration_s": 6.362666666666667, | |
| "latency_s": 0.09803456626832485, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003102-00000038", | |
| "is_success": true, | |
| "wer": 0.08333333333333333, | |
| "ref_text": "\u8fd9\u662f\u56db\u6708\u91cc\u7684\u51b0\u51b0\u51b7\u7684\u4e00\u5929\u3002", | |
| "hyp_text": "\u8fd9\u662f\u56db\u6708\u91cc\u7684\u51b0\u51b7\u7684\u4e00\u5929", | |
| "ref_norm": "\u8fd9 \u662f \u56db \u6708 \u91cc \u7684 \u51b0 \u51b0 \u51b7 \u7684 \u4e00 \u5929", | |
| "hyp_norm": "\u8fd9 \u662f \u56db \u6708 \u91cc \u7684 \u51b0 \u51b7 \u7684 \u4e00 \u5929", | |
| "audio_duration_s": 6.362666666666667, | |
| "latency_s": 0.09915509913116693, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003152-00000039", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7a7a\u6c14\u53c8\u51b7\u53c8\u6f6e\u6e7f\uff0c\u9053\u8def\u7ecf\u5e38\u7ed3\u51b0\u3002", | |
| "hyp_text": "\u7a7a\u6c14\u53c8\u51b7\u53c8\u6f6e\u6e7f\u9053\u8def\u7ecf\u5e38\u7ed3\u51b0", | |
| "ref_norm": "\u7a7a \u6c14 \u53c8 \u51b7 \u53c8 \u6f6e \u6e7f \u9053 \u8def \u7ecf \u5e38 \u7ed3 \u51b0", | |
| "hyp_norm": "\u7a7a \u6c14 \u53c8 \u51b7 \u53c8 \u6f6e \u6e7f \u9053 \u8def \u7ecf \u5e38 \u7ed3 \u51b0", | |
| "audio_duration_s": 4.125, | |
| "latency_s": 0.13862317148596048, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003152-00000108", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7a7a\u6c14\u53c8\u51b7\u53c8\u6f6e\u6e7f\uff0c\u9053\u8def\u7ecf\u5e38\u7ed3\u51b0\u3002", | |
| "hyp_text": "\u7a7a\u6c14\u53c8\u51b7\u53c8\u6f6e\u6e7f\u9053\u8def\u7ecf\u5e38\u7ed3\u51b0", | |
| "ref_norm": "\u7a7a \u6c14 \u53c8 \u51b7 \u53c8 \u6f6e \u6e7f \u9053 \u8def \u7ecf \u5e38 \u7ed3 \u51b0", | |
| "hyp_norm": "\u7a7a \u6c14 \u53c8 \u51b7 \u53c8 \u6f6e \u6e7f \u9053 \u8def \u7ecf \u5e38 \u7ed3 \u51b0", | |
| "audio_duration_s": 4.125, | |
| "latency_s": 0.11228900495916605, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003217-00000065", | |
| "is_success": true, | |
| "wer": 0.07142857142857142, | |
| "ref_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\uff0c\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231\u3002", | |
| "hyp_text": "\u4e58\u8f66\u8bb0\u597d\u5b89\u5168\u5e26\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231", | |
| "ref_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "hyp_norm": "\u4e58 \u8f66 \u8bb0 \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "audio_duration_s": 4.16, | |
| "latency_s": 0.11236040759831667, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003217-00000016", | |
| "is_success": true, | |
| "wer": 0.07142857142857142, | |
| "ref_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\uff0c\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231\u3002", | |
| "hyp_text": "\u4e58\u8f66\u8bb0\u597d\u5b89\u5168\u5e26\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231", | |
| "ref_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "hyp_norm": "\u4e58 \u8f66 \u8bb0 \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "audio_duration_s": 4.16, | |
| "latency_s": 0.13196138851344585, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003220-00000046", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8bf7\u51cf\u901f\u6162\u884c\uff0c\u4e0d\u8981\u8fde\u7eed\u8e29\u5239\u8f66\u3002", | |
| "hyp_text": "\u8bf7\u51cf\u901f\u6162\u884c\u4e0d\u8981\u8fde\u7eed\u8e29\u5239\u8f66", | |
| "ref_norm": "\u8bf7 \u51cf \u901f \u6162 \u884c \u4e0d \u8981 \u8fde \u7eed \u8e29 \u5239 \u8f66", | |
| "hyp_norm": "\u8bf7 \u51cf \u901f \u6162 \u884c \u4e0d \u8981 \u8fde \u7eed \u8e29 \u5239 \u8f66", | |
| "audio_duration_s": 6.72, | |
| "latency_s": 0.1380833014845848, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003220-00000036", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8bf7\u51cf\u901f\u6162\u884c\uff0c\u4e0d\u8981\u8fde\u7eed\u8e29\u5239\u8f66\u3002", | |
| "hyp_text": "\u8bf7\u51cf\u901f\u6162\u884c\u4e0d\u8981\u8fde\u7eed\u8e29\u5239\u8f66", | |
| "ref_norm": "\u8bf7 \u51cf \u901f \u6162 \u884c \u4e0d \u8981 \u8fde \u7eed \u8e29 \u5239 \u8f66", | |
| "hyp_norm": "\u8bf7 \u51cf \u901f \u6162 \u884c \u4e0d \u8981 \u8fde \u7eed \u8e29 \u5239 \u8f66", | |
| "audio_duration_s": 6.72, | |
| "latency_s": 0.13948310166597366, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003229-00000051", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u901a\u8fc7\u521b\u65b0\u6280\u672f\u8ba9\u672a\u6765\u51fa\u884c\u66f4\u52a0\u5b89\u5168\uff0c\u9ad8\u6548\u3002", | |
| "hyp_text": "\u901a\u8fc7\u521b\u65b0\u6280\u672f\u8ba9\u672a\u6765\u51fa\u884c\u66f4\u52a0\u5b89\u5168\u9ad8\u6548", | |
| "ref_norm": "\u901a \u8fc7 \u521b \u65b0 \u6280 \u672f \u8ba9 \u672a \u6765 \u51fa \u884c \u66f4 \u52a0 \u5b89 \u5168 \u9ad8 \u6548", | |
| "hyp_norm": "\u901a \u8fc7 \u521b \u65b0 \u6280 \u672f \u8ba9 \u672a \u6765 \u51fa \u884c \u66f4 \u52a0 \u5b89 \u5168 \u9ad8 \u6548", | |
| "audio_duration_s": 6.24, | |
| "latency_s": 0.13300788402557373, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003229-00000056", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u901a\u8fc7\u521b\u65b0\u6280\u672f\u8ba9\u672a\u6765\u51fa\u884c\u66f4\u52a0\u5b89\u5168\uff0c\u9ad8\u6548\u3002", | |
| "hyp_text": "\u901a\u8fc7\u521b\u65b0\u6280\u672f\u8ba9\u672a\u6765\u51fa\u884c\u66f4\u52a0\u5b89\u5168\u9ad8\u6548", | |
| "ref_norm": "\u901a \u8fc7 \u521b \u65b0 \u6280 \u672f \u8ba9 \u672a \u6765 \u51fa \u884c \u66f4 \u52a0 \u5b89 \u5168 \u9ad8 \u6548", | |
| "hyp_norm": "\u901a \u8fc7 \u521b \u65b0 \u6280 \u672f \u8ba9 \u672a \u6765 \u51fa \u884c \u66f4 \u52a0 \u5b89 \u5168 \u9ad8 \u6548", | |
| "audio_duration_s": 6.24, | |
| "latency_s": 0.15085601061582565, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003241-00000061", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u518d\u6b21\u8c22\u8c22\u60a8\u4e3a\u6211\u6240\u505a\u7684\u4e00\u5207\u3002", | |
| "hyp_text": "\u518d\u6b21\u8c22\u8c22\u60a8\u4e3a\u6211\u6240\u505a\u7684\u4e00\u5207", | |
| "ref_norm": "\u518d \u6b21 \u8c22 \u8c22 \u60a8 \u4e3a \u6211 \u6240 \u505a \u7684 \u4e00 \u5207", | |
| "hyp_norm": "\u518d \u6b21 \u8c22 \u8c22 \u60a8 \u4e3a \u6211 \u6240 \u505a \u7684 \u4e00 \u5207", | |
| "audio_duration_s": 6.468, | |
| "latency_s": 0.13200784288346767, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003241-00000053", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u518d\u6b21\u8c22\u8c22\u60a8\u4e3a\u6211\u6240\u505a\u7684\u4e00\u5207\u3002", | |
| "hyp_text": "\u518d\u6b21\u8c22\u8c22\u60a8\u4e3a\u6211\u6240\u505a\u7684\u4e00\u5207", | |
| "ref_norm": "\u518d \u6b21 \u8c22 \u8c22 \u60a8 \u4e3a \u6211 \u6240 \u505a \u7684 \u4e00 \u5207", | |
| "hyp_norm": "\u518d \u6b21 \u8c22 \u8c22 \u60a8 \u4e3a \u6211 \u6240 \u505a \u7684 \u4e00 \u5207", | |
| "audio_duration_s": 6.468, | |
| "latency_s": 0.1373343262821436, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003244-00000021", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u76ee\u524d\u5171\u4eab\u51fa\u884c\u5e02\u573a\u5904\u4e8e\u9ad8\u901f\u589e\u957f\u9636\u6bb5\u3002", | |
| "hyp_text": "\u76ee\u524d\u5171\u4eab\u51fa\u884c\u5e02\u573a\u5904\u4e8e\u9ad8\u901f\u589e\u957f\u9636\u6bb5", | |
| "ref_norm": "\u76ee \u524d \u5171 \u4eab \u51fa \u884c \u5e02 \u573a \u5904 \u4e8e \u9ad8 \u901f \u589e \u957f \u9636 \u6bb5", | |
| "hyp_norm": "\u76ee \u524d \u5171 \u4eab \u51fa \u884c \u5e02 \u573a \u5904 \u4e8e \u9ad8 \u901f \u589e \u957f \u9636 \u6bb5", | |
| "audio_duration_s": 5.264, | |
| "latency_s": 0.16843237727880478, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003244-00000038", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u76ee\u524d\u5171\u4eab\u51fa\u884c\u5e02\u573a\u5904\u4e8e\u9ad8\u901f\u589e\u957f\u9636\u6bb5\u3002", | |
| "hyp_text": "\u76ee\u524d\u5171\u4eab\u51fa\u884c\u5e02\u573a\u5904\u4e8e\u9ad8\u901f\u589e\u957f\u9636\u6bb5", | |
| "ref_norm": "\u76ee \u524d \u5171 \u4eab \u51fa \u884c \u5e02 \u573a \u5904 \u4e8e \u9ad8 \u901f \u589e \u957f \u9636 \u6bb5", | |
| "hyp_norm": "\u76ee \u524d \u5171 \u4eab \u51fa \u884c \u5e02 \u573a \u5904 \u4e8e \u9ad8 \u901f \u589e \u957f \u9636 \u6bb5", | |
| "audio_duration_s": 5.264, | |
| "latency_s": 0.1903534485027194, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003252-00000007", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e92\u8054\u7f51\u5df2\u7ecf\u6210\u4e3a\u4e00\u79cd\u89e3\u51b3\u65b9\u6848\u7684\u5e94\u7528\u5c42\u3002", | |
| "hyp_text": "\u4e92\u8054\u7f51\u5df2\u7ecf\u6210\u4e3a\u4e00\u79cd\u89e3\u51b3\u65b9\u6848\u7684\u5e94\u7528\u5c42", | |
| "ref_norm": "\u4e92 \u8054 \u7f51 \u5df2 \u7ecf \u6210 \u4e3a \u4e00 \u79cd \u89e3 \u51b3 \u65b9 \u6848 \u7684 \u5e94 \u7528 \u5c42", | |
| "hyp_norm": "\u4e92 \u8054 \u7f51 \u5df2 \u7ecf \u6210 \u4e3a \u4e00 \u79cd \u89e3 \u51b3 \u65b9 \u6848 \u7684 \u5e94 \u7528 \u5c42", | |
| "audio_duration_s": 5.205333333333333, | |
| "latency_s": 0.2080814242362976, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003252-00000021", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e92\u8054\u7f51\u5df2\u7ecf\u6210\u4e3a\u4e00\u79cd\u89e3\u51b3\u65b9\u6848\u7684\u5e94\u7528\u5c42\u3002", | |
| "hyp_text": "\u4e92\u8054\u7f51\u5df2\u7ecf\u6210\u4e3a\u4e00\u79cd\u89e3\u51b3\u65b9\u6848\u7684\u5e94\u7528\u5c42", | |
| "ref_norm": "\u4e92 \u8054 \u7f51 \u5df2 \u7ecf \u6210 \u4e3a \u4e00 \u79cd \u89e3 \u51b3 \u65b9 \u6848 \u7684 \u5e94 \u7528 \u5c42", | |
| "hyp_norm": "\u4e92 \u8054 \u7f51 \u5df2 \u7ecf \u6210 \u4e3a \u4e00 \u79cd \u89e3 \u51b3 \u65b9 \u6848 \u7684 \u5e94 \u7528 \u5c42", | |
| "audio_duration_s": 5.205333333333333, | |
| "latency_s": 0.19096893724054098, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003253-00000011", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4ea7\u4e1a\u4e92\u8054\u7f51\u65f6\u4ee3\uff0c\u9762\u4e34\u5f88\u591a\u5b89\u5168\u6311\u6218\u3002", | |
| "hyp_text": "\u4ea7\u4e1a\u4e92\u8054\u7f51\u65f6\u4ee3\u9762\u4e34\u5f88\u591a\u5b89\u5168\u6311\u6218", | |
| "ref_norm": "\u4ea7 \u4e1a \u4e92 \u8054 \u7f51 \u65f6 \u4ee3 \u9762 \u4e34 \u5f88 \u591a \u5b89 \u5168 \u6311 \u6218", | |
| "hyp_norm": "\u4ea7 \u4e1a \u4e92 \u8054 \u7f51 \u65f6 \u4ee3 \u9762 \u4e34 \u5f88 \u591a \u5b89 \u5168 \u6311 \u6218", | |
| "audio_duration_s": 5.546666666666667, | |
| "latency_s": 0.17159841302782297, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003253-00000019", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4ea7\u4e1a\u4e92\u8054\u7f51\u65f6\u4ee3\uff0c\u9762\u4e34\u5f88\u591a\u5b89\u5168\u6311\u6218\u3002", | |
| "hyp_text": "\u4ea7\u4e1a\u4e92\u8054\u7f51\u65f6\u4ee3\u9762\u4e34\u5f88\u591a\u5b89\u5168\u6311\u6218", | |
| "ref_norm": "\u4ea7 \u4e1a \u4e92 \u8054 \u7f51 \u65f6 \u4ee3 \u9762 \u4e34 \u5f88 \u591a \u5b89 \u5168 \u6311 \u6218", | |
| "hyp_norm": "\u4ea7 \u4e1a \u4e92 \u8054 \u7f51 \u65f6 \u4ee3 \u9762 \u4e34 \u5f88 \u591a \u5b89 \u5168 \u6311 \u6218", | |
| "audio_duration_s": 5.546666666666667, | |
| "latency_s": 0.16987014561891556, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003257-00000033", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\uff0c\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c\u3002", | |
| "hyp_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c", | |
| "ref_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "hyp_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "audio_duration_s": 4.32, | |
| "latency_s": 0.17631159257143736, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003257-00000044", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\uff0c\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c\u3002", | |
| "hyp_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c", | |
| "ref_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "hyp_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "audio_duration_s": 4.32, | |
| "latency_s": 0.17303743585944176, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003259-00000005", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4ea7\u4e1a\u4e92\u8054\u7f51\u65f6\u4ee3\uff0c\u9762\u4e34\u5f88\u591a\u5b89\u5168\u6311\u6218\u3002", | |
| "hyp_text": "\u4ea7\u4e1a\u4e92\u8054\u7f51\u65f6\u4ee3\u9762\u4e34\u5f88\u591a\u5b89\u5168\u6311\u6218", | |
| "ref_norm": "\u4ea7 \u4e1a \u4e92 \u8054 \u7f51 \u65f6 \u4ee3 \u9762 \u4e34 \u5f88 \u591a \u5b89 \u5168 \u6311 \u6218", | |
| "hyp_norm": "\u4ea7 \u4e1a \u4e92 \u8054 \u7f51 \u65f6 \u4ee3 \u9762 \u4e34 \u5f88 \u591a \u5b89 \u5168 \u6311 \u6218", | |
| "audio_duration_s": 4.064, | |
| "latency_s": 0.15401063859462738, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003259-00000009", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4ea7\u4e1a\u4e92\u8054\u7f51\u65f6\u4ee3\uff0c\u9762\u4e34\u5f88\u591a\u5b89\u5168\u6311\u6218\u3002", | |
| "hyp_text": "\u4ea7\u4e1a\u4e92\u8054\u7f51\u65f6\u4ee3\u9762\u4e34\u5f88\u591a\u5b89\u5168\u6311\u6218", | |
| "ref_norm": "\u4ea7 \u4e1a \u4e92 \u8054 \u7f51 \u65f6 \u4ee3 \u9762 \u4e34 \u5f88 \u591a \u5b89 \u5168 \u6311 \u6218", | |
| "hyp_norm": "\u4ea7 \u4e1a \u4e92 \u8054 \u7f51 \u65f6 \u4ee3 \u9762 \u4e34 \u5f88 \u591a \u5b89 \u5168 \u6311 \u6218", | |
| "audio_duration_s": 4.064, | |
| "latency_s": 0.1595445340499282, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003277-00000067", | |
| "is_success": true, | |
| "wer": 0.2631578947368421, | |
| "ref_text": "\u5bfc\u822a\u5f00\u59cb\uff0c\u5168\u7a0b\u4e8c\u5341\u4e94\u516c\u91cc\uff0c\u9884\u8ba1\u9700\u8981\u5341\u4e8c\u5206\u949f\u3002", | |
| "hyp_text": "\u5bfc\u822a\u5f00\u59cb\u5168\u7a0b25\u516c\u91cc\u9884\u8ba1\u9700\u898112\u5206\u949f", | |
| "ref_norm": "\u5bfc \u822a \u5f00 \u59cb \u5168 \u7a0b \u4e8c \u5341 \u4e94 \u516c \u91cc \u9884 \u8ba1 \u9700 \u8981 \u5341 \u4e8c \u5206 \u949f", | |
| "hyp_norm": "\u5bfc \u822a \u5f00 \u59cb \u5168 \u7a0b 2 5 \u516c \u91cc \u9884 \u8ba1 \u9700 \u8981 1 2 \u5206 \u949f", | |
| "audio_duration_s": 5.8453333333333335, | |
| "latency_s": 0.1396507229655981, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003277-00000005", | |
| "is_success": true, | |
| "wer": 0.2631578947368421, | |
| "ref_text": "\u5bfc\u822a\u5f00\u59cb\uff0c\u5168\u7a0b\u4e8c\u5341\u4e94\u516c\u91cc\uff0c\u9884\u8ba1\u9700\u8981\u5341\u4e8c\u5206\u949f\u3002", | |
| "hyp_text": "\u5bfc\u822a\u5f00\u59cb\u5168\u7a0b25\u516c\u91cc\u9884\u8ba1\u9700\u898112\u5206\u949f", | |
| "ref_norm": "\u5bfc \u822a \u5f00 \u59cb \u5168 \u7a0b \u4e8c \u5341 \u4e94 \u516c \u91cc \u9884 \u8ba1 \u9700 \u8981 \u5341 \u4e8c \u5206 \u949f", | |
| "hyp_norm": "\u5bfc \u822a \u5f00 \u59cb \u5168 \u7a0b 2 5 \u516c \u91cc \u9884 \u8ba1 \u9700 \u8981 1 2 \u5206 \u949f", | |
| "audio_duration_s": 5.8453333333333335, | |
| "latency_s": 0.16155696753412485, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003331-00000016", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5145\u5206\u53d1\u6325\u6280\u672f\u548c\u7ecf\u9a8c\u7684\u4f18\u52bf\u3002", | |
| "hyp_text": "\u5145\u5206\u53d1\u6325\u6280\u672f\u548c\u7ecf\u9a8c\u7684\u4f18\u52bf", | |
| "ref_norm": "\u5145 \u5206 \u53d1 \u6325 \u6280 \u672f \u548c \u7ecf \u9a8c \u7684 \u4f18 \u52bf", | |
| "hyp_norm": "\u5145 \u5206 \u53d1 \u6325 \u6280 \u672f \u548c \u7ecf \u9a8c \u7684 \u4f18 \u52bf", | |
| "audio_duration_s": 4.8373333333333335, | |
| "latency_s": 0.1445441646501422, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003331-00000019", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5145\u5206\u53d1\u6325\u6280\u672f\u548c\u7ecf\u9a8c\u7684\u4f18\u52bf\u3002", | |
| "hyp_text": "\u5145\u5206\u53d1\u6325\u6280\u672f\u548c\u7ecf\u9a8c\u7684\u4f18\u52bf", | |
| "ref_norm": "\u5145 \u5206 \u53d1 \u6325 \u6280 \u672f \u548c \u7ecf \u9a8c \u7684 \u4f18 \u52bf", | |
| "hyp_norm": "\u5145 \u5206 \u53d1 \u6325 \u6280 \u672f \u548c \u7ecf \u9a8c \u7684 \u4f18 \u52bf", | |
| "audio_duration_s": 4.8373333333333335, | |
| "latency_s": 0.13268443662673235, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003502-00000044", | |
| "is_success": true, | |
| "wer": 0.0625, | |
| "ref_text": "\u7ecf\u6d4e\u53d1\u5c55\u662f\u57ce\u5e02\u9ad8\u6548\u5b9c\u5c45\u53d1\u5c55\u7684\u57fa\u77f3\u3002", | |
| "hyp_text": "\u7ecf\u6d4e\u53d1\u5c55\u662f\u57ce\u5e02\u9ad8\u6548\u79fb\u5c45\u53d1\u5c55\u7684\u57fa\u77f3", | |
| "ref_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u662f \u57ce \u5e02 \u9ad8 \u6548 \u5b9c \u5c45 \u53d1 \u5c55 \u7684 \u57fa \u77f3", | |
| "hyp_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u662f \u57ce \u5e02 \u9ad8 \u6548 \u79fb \u5c45 \u53d1 \u5c55 \u7684 \u57fa \u77f3", | |
| "audio_duration_s": 4.72, | |
| "latency_s": 0.14174957480281591, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003502-00000006", | |
| "is_success": true, | |
| "wer": 0.0625, | |
| "ref_text": "\u7ecf\u6d4e\u53d1\u5c55\u662f\u57ce\u5e02\u9ad8\u6548\u5b9c\u5c45\u53d1\u5c55\u7684\u57fa\u77f3\u3002", | |
| "hyp_text": "\u7ecf\u6d4e\u53d1\u5c55\u662f\u57ce\u5e02\u9ad8\u6548\u79fb\u5c45\u53d1\u5c55\u7684\u57fa\u77f3", | |
| "ref_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u662f \u57ce \u5e02 \u9ad8 \u6548 \u5b9c \u5c45 \u53d1 \u5c55 \u7684 \u57fa \u77f3", | |
| "hyp_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u662f \u57ce \u5e02 \u9ad8 \u6548 \u79fb \u5c45 \u53d1 \u5c55 \u7684 \u57fa \u77f3", | |
| "audio_duration_s": 4.72, | |
| "latency_s": 0.12554217223078012, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003517-00000017", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e58\u5ba2\u50bb\u773c\uff0c\u53ea\u80fd\u4e0b\u8f66\u7b49\u4e00\u65c1\u3002", | |
| "hyp_text": "\u4e58\u5ba2\u50bb\u773c\u53ea\u80fd\u4e0b\u8f66\u7b49\u4e00\u65c1", | |
| "ref_norm": "\u4e58 \u5ba2 \u50bb \u773c \u53ea \u80fd \u4e0b \u8f66 \u7b49 \u4e00 \u65c1", | |
| "hyp_norm": "\u4e58 \u5ba2 \u50bb \u773c \u53ea \u80fd \u4e0b \u8f66 \u7b49 \u4e00 \u65c1", | |
| "audio_duration_s": 4.405333333333333, | |
| "latency_s": 0.11264977231621742, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003517-00000050", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e58\u5ba2\u50bb\u773c\uff0c\u53ea\u80fd\u4e0b\u8f66\u7b49\u4e00\u65c1\u3002", | |
| "hyp_text": "\u4e58\u5ba2\u50bb\u773c\u53ea\u80fd\u4e0b\u8f66\u7b49\u4e00\u65c1", | |
| "ref_norm": "\u4e58 \u5ba2 \u50bb \u773c \u53ea \u80fd \u4e0b \u8f66 \u7b49 \u4e00 \u65c1", | |
| "hyp_norm": "\u4e58 \u5ba2 \u50bb \u773c \u53ea \u80fd \u4e0b \u8f66 \u7b49 \u4e00 \u65c1", | |
| "audio_duration_s": 4.405333333333333, | |
| "latency_s": 0.10933927912265062, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003602-00000063", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u662f\u901b\u5e99\u4f1a\u8d4f\u6c11\u4fd7\uff0c\u8fd8\u662f\u91c7\u6458\u8349\u8393\u611f\u53d7\u6625\u5929\u3002", | |
| "hyp_text": "\u662f\u901b\u5e99\u4f1a\u8d4f\u6c11\u4fd7\u8fd8\u662f\u91c7\u6458\u8349\u8393\u611f\u53d7\u6625\u5929", | |
| "ref_norm": "\u662f \u901b \u5e99 \u4f1a \u8d4f \u6c11 \u4fd7 \u8fd8 \u662f \u91c7 \u6458 \u8349 \u8393 \u611f \u53d7 \u6625 \u5929", | |
| "hyp_norm": "\u662f \u901b \u5e99 \u4f1a \u8d4f \u6c11 \u4fd7 \u8fd8 \u662f \u91c7 \u6458 \u8349 \u8393 \u611f \u53d7 \u6625 \u5929", | |
| "audio_duration_s": 4.816, | |
| "latency_s": 0.16860854160040617, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003602-00000097", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u662f\u901b\u5e99\u4f1a\u8d4f\u6c11\u4fd7\uff0c\u8fd8\u662f\u91c7\u6458\u8349\u8393\u611f\u53d7\u6625\u5929\u3002", | |
| "hyp_text": "\u662f\u901b\u5e99\u4f1a\u8d4f\u6c11\u4fd7\u8fd8\u662f\u91c7\u6458\u8349\u8393\u611f\u53d7\u6625\u5929", | |
| "ref_norm": "\u662f \u901b \u5e99 \u4f1a \u8d4f \u6c11 \u4fd7 \u8fd8 \u662f \u91c7 \u6458 \u8349 \u8393 \u611f \u53d7 \u6625 \u5929", | |
| "hyp_norm": "\u662f \u901b \u5e99 \u4f1a \u8d4f \u6c11 \u4fd7 \u8fd8 \u662f \u91c7 \u6458 \u8349 \u8393 \u611f \u53d7 \u6625 \u5929", | |
| "audio_duration_s": 4.816, | |
| "latency_s": 0.15504441037774086, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003609-00000011", | |
| "is_success": true, | |
| "wer": 0.16666666666666666, | |
| "ref_text": "\u4e09\u767e\u7c73\u540e\uff0c\u53cc\u5c94\u8def\u53e3\u9760\u53f3\u884c\u9a76\u3002", | |
| "hyp_text": "\u4e09\u767e\u7c73\u540e\u53cc\u53c9\u5165\u53e3\u9760\u53f3\u884c\u9a76", | |
| "ref_norm": "\u4e09 \u767e \u7c73 \u540e \u53cc \u5c94 \u8def \u53e3 \u9760 \u53f3 \u884c \u9a76", | |
| "hyp_norm": "\u4e09 \u767e \u7c73 \u540e \u53cc \u53c9 \u5165 \u53e3 \u9760 \u53f3 \u884c \u9a76", | |
| "audio_duration_s": 4.442666666666667, | |
| "latency_s": 0.12381736189126968, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003609-00000095", | |
| "is_success": true, | |
| "wer": 0.16666666666666666, | |
| "ref_text": "\u4e09\u767e\u7c73\u540e\uff0c\u53cc\u5c94\u8def\u53e3\u9760\u53f3\u884c\u9a76\u3002", | |
| "hyp_text": "\u4e09\u767e\u7c73\u540e\u53cc\u53c9\u5165\u53e3\u9760\u53f3\u884c\u9a76", | |
| "ref_norm": "\u4e09 \u767e \u7c73 \u540e \u53cc \u5c94 \u8def \u53e3 \u9760 \u53f3 \u884c \u9a76", | |
| "hyp_norm": "\u4e09 \u767e \u7c73 \u540e \u53cc \u53c9 \u5165 \u53e3 \u9760 \u53f3 \u884c \u9a76", | |
| "audio_duration_s": 4.442666666666667, | |
| "latency_s": 0.13382100779563189, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003610-00000079", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u76ee\u524d\u5171\u4eab\u51fa\u884c\u5e02\u573a\u5904\u4e8e\u9ad8\u901f\u589e\u957f\u9636\u6bb5\u3002", | |
| "hyp_text": "\u76ee\u524d\u5171\u4eab\u51fa\u884c\u5e02\u573a\u5904\u4e8e\u9ad8\u901f\u589e\u957f\u9636\u6bb5", | |
| "ref_norm": "\u76ee \u524d \u5171 \u4eab \u51fa \u884c \u5e02 \u573a \u5904 \u4e8e \u9ad8 \u901f \u589e \u957f \u9636 \u6bb5", | |
| "hyp_norm": "\u76ee \u524d \u5171 \u4eab \u51fa \u884c \u5e02 \u573a \u5904 \u4e8e \u9ad8 \u901f \u589e \u957f \u9636 \u6bb5", | |
| "audio_duration_s": 4.570666666666667, | |
| "latency_s": 0.13063522428274155, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003610-00000019", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u76ee\u524d\u5171\u4eab\u51fa\u884c\u5e02\u573a\u5904\u4e8e\u9ad8\u901f\u589e\u957f\u9636\u6bb5\u3002", | |
| "hyp_text": "\u76ee\u524d\u5171\u4eab\u51fa\u884c\u5e02\u573a\u5904\u4e8e\u9ad8\u901f\u589e\u957f\u9636\u6bb5", | |
| "ref_norm": "\u76ee \u524d \u5171 \u4eab \u51fa \u884c \u5e02 \u573a \u5904 \u4e8e \u9ad8 \u901f \u589e \u957f \u9636 \u6bb5", | |
| "hyp_norm": "\u76ee \u524d \u5171 \u4eab \u51fa \u884c \u5e02 \u573a \u5904 \u4e8e \u9ad8 \u901f \u589e \u957f \u9636 \u6bb5", | |
| "audio_duration_s": 4.570666666666667, | |
| "latency_s": 0.15162160713225603, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003611-00000071", | |
| "is_success": true, | |
| "wer": 0.2631578947368421, | |
| "ref_text": "\u5bfc\u822a\u5f00\u59cb\uff0c\u5168\u7a0b\u4e8c\u5341\u4e94\u516c\u91cc\uff0c\u9884\u8ba1\u9700\u8981\u5341\u4e8c\u5206\u949f\u3002", | |
| "hyp_text": "\u5bfc\u822a\u5f00\u59cb,\u5168\u7a0b25\u516c\u91cc,\u9884\u8ba1\u9700\u898112\u5206\u949f\u3002", | |
| "ref_norm": "\u5bfc \u822a \u5f00 \u59cb \u5168 \u7a0b \u4e8c \u5341 \u4e94 \u516c \u91cc \u9884 \u8ba1 \u9700 \u8981 \u5341 \u4e8c \u5206 \u949f", | |
| "hyp_norm": "\u5bfc \u822a \u5f00 \u59cb \u5168 \u7a0b 2 5 \u516c \u91cc \u9884 \u8ba1 \u9700 \u8981 1 2 \u5206 \u949f", | |
| "audio_duration_s": 4.741333333333333, | |
| "latency_s": 0.15258620213717222, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003611-00000101", | |
| "is_success": true, | |
| "wer": 0.2631578947368421, | |
| "ref_text": "\u5bfc\u822a\u5f00\u59cb\uff0c\u5168\u7a0b\u4e8c\u5341\u4e94\u516c\u91cc\uff0c\u9884\u8ba1\u9700\u8981\u5341\u4e8c\u5206\u949f\u3002", | |
| "hyp_text": "\u5bfc\u822a\u5f00\u59cb,\u5168\u7a0b25\u516c\u91cc,\u9884\u8ba1\u9700\u898112\u5206\u949f\u3002", | |
| "ref_norm": "\u5bfc \u822a \u5f00 \u59cb \u5168 \u7a0b \u4e8c \u5341 \u4e94 \u516c \u91cc \u9884 \u8ba1 \u9700 \u8981 \u5341 \u4e8c \u5206 \u949f", | |
| "hyp_norm": "\u5bfc \u822a \u5f00 \u59cb \u5168 \u7a0b 2 5 \u516c \u91cc \u9884 \u8ba1 \u9700 \u8981 1 2 \u5206 \u949f", | |
| "audio_duration_s": 4.741333333333333, | |
| "latency_s": 0.14866045955568552, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003613-00000062", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f53\u9a8c\u662f\u7528\u6237\u611f\u77e5\uff0c\u662f\u4e3b\u89c2\u7684\u7528\u6237\u4ef7\u503c\u3002", | |
| "hyp_text": "\u4f53\u9a8c\u662f\u7528\u6237\u611f\u77e5\u662f\u4e3b\u89c2\u7684\u7528\u6237\u4ef7\u503c", | |
| "ref_norm": "\u4f53 \u9a8c \u662f \u7528 \u6237 \u611f \u77e5 \u662f \u4e3b \u89c2 \u7684 \u7528 \u6237 \u4ef7 \u503c", | |
| "hyp_norm": "\u4f53 \u9a8c \u662f \u7528 \u6237 \u611f \u77e5 \u662f \u4e3b \u89c2 \u7684 \u7528 \u6237 \u4ef7 \u503c", | |
| "audio_duration_s": 4.016, | |
| "latency_s": 0.1501911310479045, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003613-00000039", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f53\u9a8c\u662f\u7528\u6237\u611f\u77e5\uff0c\u662f\u4e3b\u89c2\u7684\u7528\u6237\u4ef7\u503c\u3002", | |
| "hyp_text": "\u4f53\u9a8c\u662f\u7528\u6237\u611f\u77e5\u662f\u4e3b\u89c2\u7684\u7528\u6237\u4ef7\u503c", | |
| "ref_norm": "\u4f53 \u9a8c \u662f \u7528 \u6237 \u611f \u77e5 \u662f \u4e3b \u89c2 \u7684 \u7528 \u6237 \u4ef7 \u503c", | |
| "hyp_norm": "\u4f53 \u9a8c \u662f \u7528 \u6237 \u611f \u77e5 \u662f \u4e3b \u89c2 \u7684 \u7528 \u6237 \u4ef7 \u503c", | |
| "audio_duration_s": 4.016, | |
| "latency_s": 0.15052983816713095, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003614-00000062", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "audio_duration_s": 4.346666666666667, | |
| "latency_s": 0.1835873406380415, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003614-00000104", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "audio_duration_s": 4.346666666666667, | |
| "latency_s": 0.16531831584870815, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003615-00000044", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8425\u9020\u5b81\u9759\u548c\u5e73\u7684\u7f51\u7edc\u5b89\u5168\u7a7a\u95f4\u3002", | |
| "hyp_text": "\u8425\u9020\u5b81\u9759\u548c\u5e73\u7684\u7f51\u7edc\u5b89\u5168\u7a7a\u95f4", | |
| "ref_norm": "\u8425 \u9020 \u5b81 \u9759 \u548c \u5e73 \u7684 \u7f51 \u7edc \u5b89 \u5168 \u7a7a \u95f4", | |
| "hyp_norm": "\u8425 \u9020 \u5b81 \u9759 \u548c \u5e73 \u7684 \u7f51 \u7edc \u5b89 \u5168 \u7a7a \u95f4", | |
| "audio_duration_s": 5.770666666666667, | |
| "latency_s": 0.1475283345207572, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003615-00000019", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8425\u9020\u5b81\u9759\u548c\u5e73\u7684\u7f51\u7edc\u5b89\u5168\u7a7a\u95f4\u3002", | |
| "hyp_text": "\u8425\u9020\u5b81\u9759\u548c\u5e73\u7684\u7f51\u7edc\u5b89\u5168\u7a7a\u95f4", | |
| "ref_norm": "\u8425 \u9020 \u5b81 \u9759 \u548c \u5e73 \u7684 \u7f51 \u7edc \u5b89 \u5168 \u7a7a \u95f4", | |
| "hyp_norm": "\u8425 \u9020 \u5b81 \u9759 \u548c \u5e73 \u7684 \u7f51 \u7edc \u5b89 \u5168 \u7a7a \u95f4", | |
| "audio_duration_s": 5.770666666666667, | |
| "latency_s": 0.14071647450327873, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003617-00000068", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "audio_duration_s": 4.144, | |
| "latency_s": 0.17755464185029268, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003617-00000021", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "audio_duration_s": 4.144, | |
| "latency_s": 0.1809758711606264, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003618-00000006", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\uff0c\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231\u3002", | |
| "hyp_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231", | |
| "ref_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "hyp_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "audio_duration_s": 4.437333333333333, | |
| "latency_s": 0.12006413843482733, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003618-00000048", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\uff0c\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231\u3002", | |
| "hyp_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231", | |
| "ref_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "hyp_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "audio_duration_s": 4.437333333333333, | |
| "latency_s": 0.12747589964419603, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003619-00000074", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\uff0c\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231\u3002", | |
| "hyp_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231", | |
| "ref_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "hyp_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "audio_duration_s": 4.96, | |
| "latency_s": 0.13260001875460148, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003619-00000015", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\uff0c\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231\u3002", | |
| "hyp_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231", | |
| "ref_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "hyp_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "audio_duration_s": 4.96, | |
| "latency_s": 0.12606620229780674, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003646-00000097", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u987a\u98ce\u65f6\u63d0\u9ad8\u8b66\u60d5\uff0c\u9006\u98ce\u65f6\u7b03\u5b9a\u524d\u884c\u3002", | |
| "hyp_text": "\u987a\u98ce\u65f6\u63d0\u9ad8\u8b66\u60d5\u9006\u98ce\u65f6\u7b03\u5b9a\u524d\u884c", | |
| "ref_norm": "\u987a \u98ce \u65f6 \u63d0 \u9ad8 \u8b66 \u60d5 \u9006 \u98ce \u65f6 \u7b03 \u5b9a \u524d \u884c", | |
| "hyp_norm": "\u987a \u98ce \u65f6 \u63d0 \u9ad8 \u8b66 \u60d5 \u9006 \u98ce \u65f6 \u7b03 \u5b9a \u524d \u884c", | |
| "audio_duration_s": 5.44, | |
| "latency_s": 0.13458573259413242, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003646-00000009", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u987a\u98ce\u65f6\u63d0\u9ad8\u8b66\u60d5\uff0c\u9006\u98ce\u65f6\u7b03\u5b9a\u524d\u884c\u3002", | |
| "hyp_text": "\u987a\u98ce\u65f6\u63d0\u9ad8\u8b66\u60d5\u9006\u98ce\u65f6\u7b03\u5b9a\u524d\u884c", | |
| "ref_norm": "\u987a \u98ce \u65f6 \u63d0 \u9ad8 \u8b66 \u60d5 \u9006 \u98ce \u65f6 \u7b03 \u5b9a \u524d \u884c", | |
| "hyp_norm": "\u987a \u98ce \u65f6 \u63d0 \u9ad8 \u8b66 \u60d5 \u9006 \u98ce \u65f6 \u7b03 \u5b9a \u524d \u884c", | |
| "audio_duration_s": 5.44, | |
| "latency_s": 0.1412908062338829, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003649-00000068", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u518d\u625b\u4e0b\u53bb\uff0c\u4eba\u5bb6\u8be5\u8bf4\u6211\u88c5\u5927\u5c3e\u5df4\u72fc\u4e86\u3002", | |
| "hyp_text": "\u518d\u625b\u4e0b\u53bb\u4eba\u5bb6\u8be5\u8bf4\u6211\u88c5\u5927\u5c3e\u5df4\u72fc\u4e86", | |
| "ref_norm": "\u518d \u625b \u4e0b \u53bb \u4eba \u5bb6 \u8be5 \u8bf4 \u6211 \u88c5 \u5927 \u5c3e \u5df4 \u72fc \u4e86", | |
| "hyp_norm": "\u518d \u625b \u4e0b \u53bb \u4eba \u5bb6 \u8be5 \u8bf4 \u6211 \u88c5 \u5927 \u5c3e \u5df4 \u72fc \u4e86", | |
| "audio_duration_s": 4.208, | |
| "latency_s": 0.13213040959089994, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003649-00000081", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u518d\u625b\u4e0b\u53bb\uff0c\u4eba\u5bb6\u8be5\u8bf4\u6211\u88c5\u5927\u5c3e\u5df4\u72fc\u4e86\u3002", | |
| "hyp_text": "\u518d\u625b\u4e0b\u53bb\u4eba\u5bb6\u8be5\u8bf4\u6211\u88c5\u5927\u5c3e\u5df4\u72fc\u4e86", | |
| "ref_norm": "\u518d \u625b \u4e0b \u53bb \u4eba \u5bb6 \u8be5 \u8bf4 \u6211 \u88c5 \u5927 \u5c3e \u5df4 \u72fc \u4e86", | |
| "hyp_norm": "\u518d \u625b \u4e0b \u53bb \u4eba \u5bb6 \u8be5 \u8bf4 \u6211 \u88c5 \u5927 \u5c3e \u5df4 \u72fc \u4e86", | |
| "audio_duration_s": 4.208, | |
| "latency_s": 0.12889280170202255, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003656-00000020", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6253\u9020\u66f4\u8d34\u5fc3\uff0c\u66f4\u7ec6\u81f4\u7684\u4e2a\u6027\u5316\u670d\u52a1\u3002", | |
| "hyp_text": "\u6253\u9020\u66f4\u8d34\u5fc3\u66f4\u7ec6\u81f4\u7684\u4e2a\u6027\u5316\u670d\u52a1", | |
| "ref_norm": "\u6253 \u9020 \u66f4 \u8d34 \u5fc3 \u66f4 \u7ec6 \u81f4 \u7684 \u4e2a \u6027 \u5316 \u670d \u52a1", | |
| "hyp_norm": "\u6253 \u9020 \u66f4 \u8d34 \u5fc3 \u66f4 \u7ec6 \u81f4 \u7684 \u4e2a \u6027 \u5316 \u670d \u52a1", | |
| "audio_duration_s": 4.064, | |
| "latency_s": 0.1391752026975155, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003656-00000056", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6253\u9020\u66f4\u8d34\u5fc3\uff0c\u66f4\u7ec6\u81f4\u7684\u4e2a\u6027\u5316\u670d\u52a1\u3002", | |
| "hyp_text": "\u6253\u9020\u66f4\u8d34\u5fc3\u66f4\u7ec6\u81f4\u7684\u4e2a\u6027\u5316\u670d\u52a1", | |
| "ref_norm": "\u6253 \u9020 \u66f4 \u8d34 \u5fc3 \u66f4 \u7ec6 \u81f4 \u7684 \u4e2a \u6027 \u5316 \u670d \u52a1", | |
| "hyp_norm": "\u6253 \u9020 \u66f4 \u8d34 \u5fc3 \u66f4 \u7ec6 \u81f4 \u7684 \u4e2a \u6027 \u5316 \u670d \u52a1", | |
| "audio_duration_s": 4.064, | |
| "latency_s": 0.14317157585173845, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003658-00000110", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5f53\u6211\u4eec\u505a\u4f53\u9a8c\u65f6\uff0c\u6211\u4eec\u5230\u5e95\u5728\u505a\u4ec0\u4e48\u3002", | |
| "hyp_text": "\u5f53\u6211\u4eec\u505a\u4f53\u9a8c\u65f6\u6211\u4eec\u5230\u5e95\u5728\u505a\u4ec0\u4e48", | |
| "ref_norm": "\u5f53 \u6211 \u4eec \u505a \u4f53 \u9a8c \u65f6 \u6211 \u4eec \u5230 \u5e95 \u5728 \u505a \u4ec0 \u4e48", | |
| "hyp_norm": "\u5f53 \u6211 \u4eec \u505a \u4f53 \u9a8c \u65f6 \u6211 \u4eec \u5230 \u5e95 \u5728 \u505a \u4ec0 \u4e48", | |
| "audio_duration_s": 4.96, | |
| "latency_s": 0.131299021653831, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003658-00000060", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5f53\u6211\u4eec\u505a\u4f53\u9a8c\u65f6\uff0c\u6211\u4eec\u5230\u5e95\u5728\u505a\u4ec0\u4e48\u3002", | |
| "hyp_text": "\u5f53\u6211\u4eec\u505a\u4f53\u9a8c\u65f6\u6211\u4eec\u5230\u5e95\u5728\u505a\u4ec0\u4e48", | |
| "ref_norm": "\u5f53 \u6211 \u4eec \u505a \u4f53 \u9a8c \u65f6 \u6211 \u4eec \u5230 \u5e95 \u5728 \u505a \u4ec0 \u4e48", | |
| "hyp_norm": "\u5f53 \u6211 \u4eec \u505a \u4f53 \u9a8c \u65f6 \u6211 \u4eec \u5230 \u5e95 \u5728 \u505a \u4ec0 \u4e48", | |
| "audio_duration_s": 4.96, | |
| "latency_s": 0.10801996849477291, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003660-00000006", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5317\u4eac\u5728\u51fa\u884c\u89c4\u6a21\uff0c\u57ce\u5e02\u5f71\u54cd\u529b\u65b9\u9762\u8868\u73b0\u4f18\u5f02\u3002", | |
| "hyp_text": "\u5317\u4eac\u5728\u51fa\u884c\u89c4\u6a21\u57ce\u5e02\u5f71\u54cd\u529b\u65b9\u9762\u8868\u73b0\u4f18\u5f02", | |
| "ref_norm": "\u5317 \u4eac \u5728 \u51fa \u884c \u89c4 \u6a21 \u57ce \u5e02 \u5f71 \u54cd \u529b \u65b9 \u9762 \u8868 \u73b0 \u4f18 \u5f02", | |
| "hyp_norm": "\u5317 \u4eac \u5728 \u51fa \u884c \u89c4 \u6a21 \u57ce \u5e02 \u5f71 \u54cd \u529b \u65b9 \u9762 \u8868 \u73b0 \u4f18 \u5f02", | |
| "audio_duration_s": 4.549333333333333, | |
| "latency_s": 0.1422591172158718, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003660-00000091", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5317\u4eac\u5728\u51fa\u884c\u89c4\u6a21\uff0c\u57ce\u5e02\u5f71\u54cd\u529b\u65b9\u9762\u8868\u73b0\u4f18\u5f02\u3002", | |
| "hyp_text": "\u5317\u4eac\u5728\u51fa\u884c\u89c4\u6a21\u57ce\u5e02\u5f71\u54cd\u529b\u65b9\u9762\u8868\u73b0\u4f18\u5f02", | |
| "ref_norm": "\u5317 \u4eac \u5728 \u51fa \u884c \u89c4 \u6a21 \u57ce \u5e02 \u5f71 \u54cd \u529b \u65b9 \u9762 \u8868 \u73b0 \u4f18 \u5f02", | |
| "hyp_norm": "\u5317 \u4eac \u5728 \u51fa \u884c \u89c4 \u6a21 \u57ce \u5e02 \u5f71 \u54cd \u529b \u65b9 \u9762 \u8868 \u73b0 \u4f18 \u5f02", | |
| "audio_duration_s": 4.549333333333333, | |
| "latency_s": 0.15478986874222755, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003661-00000098", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u521b\u4e1a\u9700\u8981\u6fc0\u60c5\uff0c\u66f4\u9700\u8981\u5f3a\u70c8\u7684\u793e\u4f1a\u8d23\u4efb\u611f\u3002", | |
| "hyp_text": "\u521b\u4e1a\u9700\u8981\u6fc0\u60c5\u66f4\u9700\u8981\u5f3a\u70c8\u7684\u793e\u4f1a\u8d23\u4efb\u611f", | |
| "ref_norm": "\u521b \u4e1a \u9700 \u8981 \u6fc0 \u60c5 \u66f4 \u9700 \u8981 \u5f3a \u70c8 \u7684 \u793e \u4f1a \u8d23 \u4efb \u611f", | |
| "hyp_norm": "\u521b \u4e1a \u9700 \u8981 \u6fc0 \u60c5 \u66f4 \u9700 \u8981 \u5f3a \u70c8 \u7684 \u793e \u4f1a \u8d23 \u4efb \u611f", | |
| "audio_duration_s": 4.8213333333333335, | |
| "latency_s": 0.13710683677345514, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003661-00000039", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u521b\u4e1a\u9700\u8981\u6fc0\u60c5\uff0c\u66f4\u9700\u8981\u5f3a\u70c8\u7684\u793e\u4f1a\u8d23\u4efb\u611f\u3002", | |
| "hyp_text": "\u521b\u4e1a\u9700\u8981\u6fc0\u60c5\u66f4\u9700\u8981\u5f3a\u70c8\u7684\u793e\u4f1a\u8d23\u4efb\u611f", | |
| "ref_norm": "\u521b \u4e1a \u9700 \u8981 \u6fc0 \u60c5 \u66f4 \u9700 \u8981 \u5f3a \u70c8 \u7684 \u793e \u4f1a \u8d23 \u4efb \u611f", | |
| "hyp_norm": "\u521b \u4e1a \u9700 \u8981 \u6fc0 \u60c5 \u66f4 \u9700 \u8981 \u5f3a \u70c8 \u7684 \u793e \u4f1a \u8d23 \u4efb \u611f", | |
| "audio_duration_s": 4.8213333333333335, | |
| "latency_s": 0.1494284998625517, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003663-00000019", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6469\u6258\u8f66\u7a7f\u884c\u5728\u72ed\u7a84\u4e14\u4e0d\u5e73\u6574\u7684\u5c0f\u8def\u4e0a\u3002", | |
| "hyp_text": "\u6469\u6258\u8f66\u7a7f\u884c\u5728\u72ed\u7a84\u4e14\u4e0d\u5e73\u6574\u7684\u5c0f\u8def\u4e0a", | |
| "ref_norm": "\u6469 \u6258 \u8f66 \u7a7f \u884c \u5728 \u72ed \u7a84 \u4e14 \u4e0d \u5e73 \u6574 \u7684 \u5c0f \u8def \u4e0a", | |
| "hyp_norm": "\u6469 \u6258 \u8f66 \u7a7f \u884c \u5728 \u72ed \u7a84 \u4e14 \u4e0d \u5e73 \u6574 \u7684 \u5c0f \u8def \u4e0a", | |
| "audio_duration_s": 4.490666666666667, | |
| "latency_s": 0.1468843538314104, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003663-00000039", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6469\u6258\u8f66\u7a7f\u884c\u5728\u72ed\u7a84\u4e14\u4e0d\u5e73\u6574\u7684\u5c0f\u8def\u4e0a\u3002", | |
| "hyp_text": "\u6469\u6258\u8f66\u7a7f\u884c\u5728\u72ed\u7a84\u4e14\u4e0d\u5e73\u6574\u7684\u5c0f\u8def\u4e0a", | |
| "ref_norm": "\u6469 \u6258 \u8f66 \u7a7f \u884c \u5728 \u72ed \u7a84 \u4e14 \u4e0d \u5e73 \u6574 \u7684 \u5c0f \u8def \u4e0a", | |
| "hyp_norm": "\u6469 \u6258 \u8f66 \u7a7f \u884c \u5728 \u72ed \u7a84 \u4e14 \u4e0d \u5e73 \u6574 \u7684 \u5c0f \u8def \u4e0a", | |
| "audio_duration_s": 4.490666666666667, | |
| "latency_s": 0.14565196447074413, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003665-00000103", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5317\u4eac\u5728\u51fa\u884c\u89c4\u6a21\uff0c\u57ce\u5e02\u5f71\u54cd\u529b\u65b9\u9762\u8868\u73b0\u4f18\u5f02\u3002", | |
| "hyp_text": "\u5317\u4eac\u5728\u51fa\u884c\u89c4\u6a21\u3001\u57ce\u5e02\u5f71\u54cd\u529b\u65b9\u9762\u8868\u73b0\u4f18\u5f02\u3002", | |
| "ref_norm": "\u5317 \u4eac \u5728 \u51fa \u884c \u89c4 \u6a21 \u57ce \u5e02 \u5f71 \u54cd \u529b \u65b9 \u9762 \u8868 \u73b0 \u4f18 \u5f02", | |
| "hyp_norm": "\u5317 \u4eac \u5728 \u51fa \u884c \u89c4 \u6a21 \u57ce \u5e02 \u5f71 \u54cd \u529b \u65b9 \u9762 \u8868 \u73b0 \u4f18 \u5f02", | |
| "audio_duration_s": 4.314666666666667, | |
| "latency_s": 0.1594498883932829, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003665-00000048", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5317\u4eac\u5728\u51fa\u884c\u89c4\u6a21\uff0c\u57ce\u5e02\u5f71\u54cd\u529b\u65b9\u9762\u8868\u73b0\u4f18\u5f02\u3002", | |
| "hyp_text": "\u5317\u4eac\u5728\u51fa\u884c\u89c4\u6a21\u3001\u57ce\u5e02\u5f71\u54cd\u529b\u65b9\u9762\u8868\u73b0\u4f18\u5f02\u3002", | |
| "ref_norm": "\u5317 \u4eac \u5728 \u51fa \u884c \u89c4 \u6a21 \u57ce \u5e02 \u5f71 \u54cd \u529b \u65b9 \u9762 \u8868 \u73b0 \u4f18 \u5f02", | |
| "hyp_norm": "\u5317 \u4eac \u5728 \u51fa \u884c \u89c4 \u6a21 \u57ce \u5e02 \u5f71 \u54cd \u529b \u65b9 \u9762 \u8868 \u73b0 \u4f18 \u5f02", | |
| "audio_duration_s": 4.314666666666667, | |
| "latency_s": 0.14657905977219343, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003667-00000039", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u5927\u5e45\u63d0\u5347\u51fa\u884c\u5b89\u5168\uff0c\u6548\u7387\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u5927\u5e45\u63d0\u5347\u51fa\u884c\u5b89\u5168\u6548\u7387", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u5927 \u5e45 \u63d0 \u5347 \u51fa \u884c \u5b89 \u5168 \u6548 \u7387", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u5927 \u5e45 \u63d0 \u5347 \u51fa \u884c \u5b89 \u5168 \u6548 \u7387", | |
| "audio_duration_s": 5.072, | |
| "latency_s": 0.12773344665765762, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10003667-00000089", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u5927\u5e45\u63d0\u5347\u51fa\u884c\u5b89\u5168\uff0c\u6548\u7387\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u5927\u5e45\u63d0\u5347\u51fa\u884c\u5b89\u5168\u6548\u7387", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u5927 \u5e45 \u63d0 \u5347 \u51fa \u884c \u5b89 \u5168 \u6548 \u7387", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u5927 \u5e45 \u63d0 \u5347 \u51fa \u884c \u5b89 \u5168 \u6548 \u7387", | |
| "audio_duration_s": 5.072, | |
| "latency_s": 0.14191844686865807, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004109-00000102", | |
| "is_success": true, | |
| "wer": 0.0625, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u5927\u5e45\u63d0\u5347\u51fa\u884c\u5b89\u5168\u6548\uff0c\u6548\u7387\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u5927\u5e45\u63d0\u5347\u51fa\u884c\u5b89\u5168\u6548\u7387", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u5927 \u5e45 \u63d0 \u5347 \u51fa \u884c \u5b89 \u5168 \u6548 \u6548 \u7387", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u5927 \u5e45 \u63d0 \u5347 \u51fa \u884c \u5b89 \u5168 \u6548 \u7387", | |
| "audio_duration_s": 8.448, | |
| "latency_s": 0.15533734112977982, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004109-00000038", | |
| "is_success": true, | |
| "wer": 0.0625, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u5927\u5e45\u63d0\u5347\u51fa\u884c\u5b89\u5168\u6548\uff0c\u6548\u7387\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u5927\u5e45\u63d0\u5347\u51fa\u884c\u5b89\u5168\u6548\u7387", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u5927 \u5e45 \u63d0 \u5347 \u51fa \u884c \u5b89 \u5168 \u6548 \u6548 \u7387", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u5927 \u5e45 \u63d0 \u5347 \u51fa \u884c \u5b89 \u5168 \u6548 \u7387", | |
| "audio_duration_s": 8.448, | |
| "latency_s": 0.14225901663303375, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004126-00000109", | |
| "is_success": true, | |
| "wer": 0.14285714285714285, | |
| "ref_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\uff0c\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231\u3002", | |
| "hyp_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\u5c06\u79bb\u5b89\u5168\u5e26\u5411\u5916", | |
| "ref_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "hyp_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u79bb \u5b89 \u5168 \u5e26 \u5411 \u5916", | |
| "audio_duration_s": 4.709333333333333, | |
| "latency_s": 0.1589920911937952, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004126-00000019", | |
| "is_success": true, | |
| "wer": 0.14285714285714285, | |
| "ref_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\uff0c\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231\u3002", | |
| "hyp_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\u5c06\u79bb\u5b89\u5168\u5e26\u5411\u5916", | |
| "ref_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "hyp_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u79bb \u5b89 \u5168 \u5e26 \u5411 \u5916", | |
| "audio_duration_s": 4.709333333333333, | |
| "latency_s": 0.17659263219684362, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004143-00000056", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e0b\u9762\u8bf4\u8bf4\u6211\u4eec\u5728\u8425\u9500\uff0c\u63a8\u5e7f\u548c\u914d\u5408\u65b9\u9762\u7684\u5de5\u4f5c\u3002", | |
| "hyp_text": "\u4e0b\u9762\u8bf4\u8bf4\u6211\u4eec\u5728\u8425\u9500\u63a8\u5e7f\u548c\u914d\u5408\u65b9\u9762\u7684\u5de5\u4f5c\u3002", | |
| "ref_norm": "\u4e0b \u9762 \u8bf4 \u8bf4 \u6211 \u4eec \u5728 \u8425 \u9500 \u63a8 \u5e7f \u548c \u914d \u5408 \u65b9 \u9762 \u7684 \u5de5 \u4f5c", | |
| "hyp_norm": "\u4e0b \u9762 \u8bf4 \u8bf4 \u6211 \u4eec \u5728 \u8425 \u9500 \u63a8 \u5e7f \u548c \u914d \u5408 \u65b9 \u9762 \u7684 \u5de5 \u4f5c", | |
| "audio_duration_s": 4.652, | |
| "latency_s": 0.16521676816046238, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004143-00000109", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e0b\u9762\u8bf4\u8bf4\u6211\u4eec\u5728\u8425\u9500\uff0c\u63a8\u5e7f\u548c\u914d\u5408\u65b9\u9762\u7684\u5de5\u4f5c\u3002", | |
| "hyp_text": "\u4e0b\u9762\u8bf4\u8bf4\u6211\u4eec\u5728\u8425\u9500\u63a8\u5e7f\u548c\u914d\u5408\u65b9\u9762\u7684\u5de5\u4f5c\u3002", | |
| "ref_norm": "\u4e0b \u9762 \u8bf4 \u8bf4 \u6211 \u4eec \u5728 \u8425 \u9500 \u63a8 \u5e7f \u548c \u914d \u5408 \u65b9 \u9762 \u7684 \u5de5 \u4f5c", | |
| "hyp_norm": "\u4e0b \u9762 \u8bf4 \u8bf4 \u6211 \u4eec \u5728 \u8425 \u9500 \u63a8 \u5e7f \u548c \u914d \u5408 \u65b9 \u9762 \u7684 \u5de5 \u4f5c", | |
| "audio_duration_s": 4.652, | |
| "latency_s": 0.1591340648010373, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004152-00000044", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7a7a\u6c14\u53c8\u51b7\u53c8\u6f6e\u6e7f\uff0c\u9053\u8def\u7ecf\u5e38\u7ed3\u51b0\u3002", | |
| "hyp_text": "\u7a7a\u6c14\u53c8\u51b7\u53c8\u6f6e\u6e7f\u9053\u8def\u7ecf\u5e38\u7ed3\u51b0", | |
| "ref_norm": "\u7a7a \u6c14 \u53c8 \u51b7 \u53c8 \u6f6e \u6e7f \u9053 \u8def \u7ecf \u5e38 \u7ed3 \u51b0", | |
| "hyp_norm": "\u7a7a \u6c14 \u53c8 \u51b7 \u53c8 \u6f6e \u6e7f \u9053 \u8def \u7ecf \u5e38 \u7ed3 \u51b0", | |
| "audio_duration_s": 4.2026666666666666, | |
| "latency_s": 0.1375705236569047, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004152-00000007", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7a7a\u6c14\u53c8\u51b7\u53c8\u6f6e\u6e7f\uff0c\u9053\u8def\u7ecf\u5e38\u7ed3\u51b0\u3002", | |
| "hyp_text": "\u7a7a\u6c14\u53c8\u51b7\u53c8\u6f6e\u6e7f\u9053\u8def\u7ecf\u5e38\u7ed3\u51b0", | |
| "ref_norm": "\u7a7a \u6c14 \u53c8 \u51b7 \u53c8 \u6f6e \u6e7f \u9053 \u8def \u7ecf \u5e38 \u7ed3 \u51b0", | |
| "hyp_norm": "\u7a7a \u6c14 \u53c8 \u51b7 \u53c8 \u6f6e \u6e7f \u9053 \u8def \u7ecf \u5e38 \u7ed3 \u51b0", | |
| "audio_duration_s": 4.2026666666666666, | |
| "latency_s": 0.1365054240450263, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004328-00000104", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f53\u9a8c\u662f\u7528\u6237\u611f\u77e5\uff0c\u662f\u4e3b\u89c2\u7684\u7528\u6237\u4ef7\u503c\u3002", | |
| "hyp_text": "\u4f53\u9a8c\u662f\u7528\u6237\u611f\u77e5\u662f\u4e3b\u89c2\u7684\u7528\u6237\u4ef7\u503c", | |
| "ref_norm": "\u4f53 \u9a8c \u662f \u7528 \u6237 \u611f \u77e5 \u662f \u4e3b \u89c2 \u7684 \u7528 \u6237 \u4ef7 \u503c", | |
| "hyp_norm": "\u4f53 \u9a8c \u662f \u7528 \u6237 \u611f \u77e5 \u662f \u4e3b \u89c2 \u7684 \u7528 \u6237 \u4ef7 \u503c", | |
| "audio_duration_s": 4.112, | |
| "latency_s": 0.14993814285844564, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004328-00000039", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f53\u9a8c\u662f\u7528\u6237\u611f\u77e5\uff0c\u662f\u4e3b\u89c2\u7684\u7528\u6237\u4ef7\u503c\u3002", | |
| "hyp_text": "\u4f53\u9a8c\u662f\u7528\u6237\u611f\u77e5\u662f\u4e3b\u89c2\u7684\u7528\u6237\u4ef7\u503c", | |
| "ref_norm": "\u4f53 \u9a8c \u662f \u7528 \u6237 \u611f \u77e5 \u662f \u4e3b \u89c2 \u7684 \u7528 \u6237 \u4ef7 \u503c", | |
| "hyp_norm": "\u4f53 \u9a8c \u662f \u7528 \u6237 \u611f \u77e5 \u662f \u4e3b \u89c2 \u7684 \u7528 \u6237 \u4ef7 \u503c", | |
| "audio_duration_s": 4.112, | |
| "latency_s": 0.1379151726141572, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004345-00000020", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u5728\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u5728\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u5728 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u5728 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "audio_duration_s": 5.754666666666667, | |
| "latency_s": 0.15608899109065533, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004345-00000007", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u5728\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u5728\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u5728 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u5728 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "audio_duration_s": 5.754666666666667, | |
| "latency_s": 0.15874127857387066, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004360-00000035", | |
| "is_success": true, | |
| "wer": 0.2857142857142857, | |
| "ref_text": "\u5de7\u9022\u53cc\u8282\u5408\u4e00\u5929\uff0c\u5e99\u4f1a\u70ed\u95f9\u4eba\u8f6c\u8d77\u3002", | |
| "hyp_text": "\u5de7\u9022\u53cc\u8282\u548c\u4e00\u5929 \u5999\u4f1a\u70ed\u95f9\u4eba \u4f20\u5947", | |
| "ref_norm": "\u5de7 \u9022 \u53cc \u8282 \u5408 \u4e00 \u5929 \u5e99 \u4f1a \u70ed \u95f9 \u4eba \u8f6c \u8d77", | |
| "hyp_norm": "\u5de7 \u9022 \u53cc \u8282 \u548c \u4e00 \u5929 \u5999 \u4f1a \u70ed \u95f9 \u4eba \u4f20 \u5947", | |
| "audio_duration_s": 6.174, | |
| "latency_s": 0.1699944157153368, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004360-00000048", | |
| "is_success": true, | |
| "wer": 0.2857142857142857, | |
| "ref_text": "\u5de7\u9022\u53cc\u8282\u5408\u4e00\u5929\uff0c\u5e99\u4f1a\u70ed\u95f9\u4eba\u8f6c\u8d77\u3002", | |
| "hyp_text": "\u5de7\u9022\u53cc\u8282\u548c\u4e00\u5929 \u5999\u4f1a\u70ed\u95f9\u4eba \u4f20\u5947", | |
| "ref_norm": "\u5de7 \u9022 \u53cc \u8282 \u5408 \u4e00 \u5929 \u5e99 \u4f1a \u70ed \u95f9 \u4eba \u8f6c \u8d77", | |
| "hyp_norm": "\u5de7 \u9022 \u53cc \u8282 \u548c \u4e00 \u5929 \u5999 \u4f1a \u70ed \u95f9 \u4eba \u4f20 \u5947", | |
| "audio_duration_s": 6.174, | |
| "latency_s": 0.17532731033861637, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004383-00000009", | |
| "is_success": true, | |
| "wer": 0.08333333333333333, | |
| "ref_text": "\u5b89\u8fdc\u8def\u4e0a\u7b97\u547d\u62db\u724c\u968f\u5904\u53ef\u89c1\u3002", | |
| "hyp_text": "\u5b89\u8fdc\u8def\u4e0a\u987a\u547d\u62db\u724c\u968f\u5904\u53ef\u89c1", | |
| "ref_norm": "\u5b89 \u8fdc \u8def \u4e0a \u7b97 \u547d \u62db \u724c \u968f \u5904 \u53ef \u89c1", | |
| "hyp_norm": "\u5b89 \u8fdc \u8def \u4e0a \u987a \u547d \u62db \u724c \u968f \u5904 \u53ef \u89c1", | |
| "audio_duration_s": 5.094, | |
| "latency_s": 0.15001776069402695, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004383-00000079", | |
| "is_success": true, | |
| "wer": 0.08333333333333333, | |
| "ref_text": "\u5b89\u8fdc\u8def\u4e0a\u7b97\u547d\u62db\u724c\u968f\u5904\u53ef\u89c1\u3002", | |
| "hyp_text": "\u5b89\u8fdc\u8def\u4e0a\u987a\u547d\u62db\u724c\u968f\u5904\u53ef\u89c1", | |
| "ref_norm": "\u5b89 \u8fdc \u8def \u4e0a \u7b97 \u547d \u62db \u724c \u968f \u5904 \u53ef \u89c1", | |
| "hyp_norm": "\u5b89 \u8fdc \u8def \u4e0a \u987a \u547d \u62db \u724c \u968f \u5904 \u53ef \u89c1", | |
| "audio_duration_s": 5.094, | |
| "latency_s": 0.14364210609346628, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004392-00000077", | |
| "is_success": true, | |
| "wer": 0.14285714285714285, | |
| "ref_text": "\u67dc\u9762\u4e0b\u5b89\u62bd\u5c49\uff0c\u62bd\u5c49\u4e0b\u5b89\u67dc\u95e8\u4e24\u6247\u3002", | |
| "hyp_text": "\u8dea\u9762\u4e0b\u5b89\u62bd\u5c49\u62bd\u5c49\u4e0b\u5b89\u8dea\u95e8\u4e24\u6247", | |
| "ref_norm": "\u67dc \u9762 \u4e0b \u5b89 \u62bd \u5c49 \u62bd \u5c49 \u4e0b \u5b89 \u67dc \u95e8 \u4e24 \u6247", | |
| "hyp_norm": "\u8dea \u9762 \u4e0b \u5b89 \u62bd \u5c49 \u62bd \u5c49 \u4e0b \u5b89 \u8dea \u95e8 \u4e24 \u6247", | |
| "audio_duration_s": 4.654, | |
| "latency_s": 0.1528293313458562, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004392-00000040", | |
| "is_success": true, | |
| "wer": 0.14285714285714285, | |
| "ref_text": "\u67dc\u9762\u4e0b\u5b89\u62bd\u5c49\uff0c\u62bd\u5c49\u4e0b\u5b89\u67dc\u95e8\u4e24\u6247\u3002", | |
| "hyp_text": "\u8dea\u9762\u4e0b\u5b89\u62bd\u5c49\u62bd\u5c49\u4e0b\u5b89\u8dea\u95e8\u4e24\u6247", | |
| "ref_norm": "\u67dc \u9762 \u4e0b \u5b89 \u62bd \u5c49 \u62bd \u5c49 \u4e0b \u5b89 \u67dc \u95e8 \u4e24 \u6247", | |
| "hyp_norm": "\u8dea \u9762 \u4e0b \u5b89 \u62bd \u5c49 \u62bd \u5c49 \u4e0b \u5b89 \u8dea \u95e8 \u4e24 \u6247", | |
| "audio_duration_s": 4.654, | |
| "latency_s": 0.15726026892662048, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004412-00000001", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6211\u4e0d\u77e5\u9053\u8f66\u91cc\u7684\u4eba\u89c9\u5f97\u600e\u4e48\u6837\u3002", | |
| "hyp_text": "\u6211\u4e0d\u77e5\u9053\u8f66\u91cc\u7684\u4eba\u89c9\u5f97\u600e\u4e48\u6837", | |
| "ref_norm": "\u6211 \u4e0d \u77e5 \u9053 \u8f66 \u91cc \u7684 \u4eba \u89c9 \u5f97 \u600e \u4e48 \u6837", | |
| "hyp_norm": "\u6211 \u4e0d \u77e5 \u9053 \u8f66 \u91cc \u7684 \u4eba \u89c9 \u5f97 \u600e \u4e48 \u6837", | |
| "audio_duration_s": 4.66, | |
| "latency_s": 0.09928171336650848, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004412-00000016", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6211\u4e0d\u77e5\u9053\u8f66\u91cc\u7684\u4eba\u89c9\u5f97\u600e\u4e48\u6837\u3002", | |
| "hyp_text": "\u6211\u4e0d\u77e5\u9053\u8f66\u91cc\u7684\u4eba\u89c9\u5f97\u600e\u4e48\u6837", | |
| "ref_norm": "\u6211 \u4e0d \u77e5 \u9053 \u8f66 \u91cc \u7684 \u4eba \u89c9 \u5f97 \u600e \u4e48 \u6837", | |
| "hyp_norm": "\u6211 \u4e0d \u77e5 \u9053 \u8f66 \u91cc \u7684 \u4eba \u89c9 \u5f97 \u600e \u4e48 \u6837", | |
| "audio_duration_s": 4.66, | |
| "latency_s": 0.09842689149081707, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004413-00000005", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f53\u9a8c\u662f\u7528\u6237\u611f\u77e5\uff0c\u662f\u4e3b\u89c2\u7684\u7528\u6237\u4ef7\u503c\u3002", | |
| "hyp_text": "\u4f53\u9a8c\u662f\u7528\u6237\u611f\u77e5\u662f\u4e3b\u89c2\u7684\u7528\u6237\u4ef7\u503c", | |
| "ref_norm": "\u4f53 \u9a8c \u662f \u7528 \u6237 \u611f \u77e5 \u662f \u4e3b \u89c2 \u7684 \u7528 \u6237 \u4ef7 \u503c", | |
| "hyp_norm": "\u4f53 \u9a8c \u662f \u7528 \u6237 \u611f \u77e5 \u662f \u4e3b \u89c2 \u7684 \u7528 \u6237 \u4ef7 \u503c", | |
| "audio_duration_s": 5.717333333333333, | |
| "latency_s": 0.16953130811452866, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004413-00000011", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f53\u9a8c\u662f\u7528\u6237\u611f\u77e5\uff0c\u662f\u4e3b\u89c2\u7684\u7528\u6237\u4ef7\u503c\u3002", | |
| "hyp_text": "\u4f53\u9a8c\u662f\u7528\u6237\u611f\u77e5\u662f\u4e3b\u89c2\u7684\u7528\u6237\u4ef7\u503c", | |
| "ref_norm": "\u4f53 \u9a8c \u662f \u7528 \u6237 \u611f \u77e5 \u662f \u4e3b \u89c2 \u7684 \u7528 \u6237 \u4ef7 \u503c", | |
| "hyp_norm": "\u4f53 \u9a8c \u662f \u7528 \u6237 \u611f \u77e5 \u662f \u4e3b \u89c2 \u7684 \u7528 \u6237 \u4ef7 \u503c", | |
| "audio_duration_s": 5.717333333333333, | |
| "latency_s": 0.14458923786878586, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004414-00000049", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e00\u8f86\u8def\u8fc7\u7684\u9a6c\u8f66\u6b63\u5728\u4e0b\u9762\u7ecf\u8fc7\u3002", | |
| "hyp_text": "\u4e00\u8f86\u8def\u8fc7\u7684\u9a6c\u8f66\u6b63\u5728\u4e0b\u9762\u7ecf\u8fc7", | |
| "ref_norm": "\u4e00 \u8f86 \u8def \u8fc7 \u7684 \u9a6c \u8f66 \u6b63 \u5728 \u4e0b \u9762 \u7ecf \u8fc7", | |
| "hyp_norm": "\u4e00 \u8f86 \u8def \u8fc7 \u7684 \u9a6c \u8f66 \u6b63 \u5728 \u4e0b \u9762 \u7ecf \u8fc7", | |
| "audio_duration_s": 4.068, | |
| "latency_s": 0.12387598026543856, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004414-00000047", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e00\u8f86\u8def\u8fc7\u7684\u9a6c\u8f66\u6b63\u5728\u4e0b\u9762\u7ecf\u8fc7\u3002", | |
| "hyp_text": "\u4e00\u8f86\u8def\u8fc7\u7684\u9a6c\u8f66\u6b63\u5728\u4e0b\u9762\u7ecf\u8fc7", | |
| "ref_norm": "\u4e00 \u8f86 \u8def \u8fc7 \u7684 \u9a6c \u8f66 \u6b63 \u5728 \u4e0b \u9762 \u7ecf \u8fc7", | |
| "hyp_norm": "\u4e00 \u8f86 \u8def \u8fc7 \u7684 \u9a6c \u8f66 \u6b63 \u5728 \u4e0b \u9762 \u7ecf \u8fc7", | |
| "audio_duration_s": 4.068, | |
| "latency_s": 0.11403227970004082, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004422-00000045", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u76ee\u524d\uff0c\u845b\u67d0\u53ca\u5176\u670b\u53cb\u4e5f\u88ab\u53e6\u6848\u5904\u7406\u3002", | |
| "hyp_text": "\u76ee\u524d\u845b\u67d0\u53ca\u5176\u670b\u53cb\u4e5f\u88ab\u53e6\u6848\u5904\u7406", | |
| "ref_norm": "\u76ee \u524d \u845b \u67d0 \u53ca \u5176 \u670b \u53cb \u4e5f \u88ab \u53e6 \u6848 \u5904 \u7406", | |
| "hyp_norm": "\u76ee \u524d \u845b \u67d0 \u53ca \u5176 \u670b \u53cb \u4e5f \u88ab \u53e6 \u6848 \u5904 \u7406", | |
| "audio_duration_s": 5.196, | |
| "latency_s": 0.13685769587755203, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004422-00000060", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u76ee\u524d\uff0c\u845b\u67d0\u53ca\u5176\u670b\u53cb\u4e5f\u88ab\u53e6\u6848\u5904\u7406\u3002", | |
| "hyp_text": "\u76ee\u524d\u845b\u67d0\u53ca\u5176\u670b\u53cb\u4e5f\u88ab\u53e6\u6848\u5904\u7406", | |
| "ref_norm": "\u76ee \u524d \u845b \u67d0 \u53ca \u5176 \u670b \u53cb \u4e5f \u88ab \u53e6 \u6848 \u5904 \u7406", | |
| "hyp_norm": "\u76ee \u524d \u845b \u67d0 \u53ca \u5176 \u670b \u53cb \u4e5f \u88ab \u53e6 \u6848 \u5904 \u7406", | |
| "audio_duration_s": 5.196, | |
| "latency_s": 0.11687777563929558, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004423-00000048", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e4b\u540e\u56e0\u8d54\u507f\u95ee\u9898\uff0c\u4e00\u76f4\u540c\u8001\u677f\u626f\u4e0d\u6e05\u3002", | |
| "hyp_text": "\u4e4b\u540e\u56e0\u8d54\u507f\u95ee\u9898\u4e00\u76f4\u540c\u8001\u677f\u626f\u4e0d\u6e05", | |
| "ref_norm": "\u4e4b \u540e \u56e0 \u8d54 \u507f \u95ee \u9898 \u4e00 \u76f4 \u540c \u8001 \u677f \u626f \u4e0d \u6e05", | |
| "hyp_norm": "\u4e4b \u540e \u56e0 \u8d54 \u507f \u95ee \u9898 \u4e00 \u76f4 \u540c \u8001 \u677f \u626f \u4e0d \u6e05", | |
| "audio_duration_s": 5.979, | |
| "latency_s": 0.11594765353947878, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004423-00000021", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e4b\u540e\u56e0\u8d54\u507f\u95ee\u9898\uff0c\u4e00\u76f4\u540c\u8001\u677f\u626f\u4e0d\u6e05\u3002", | |
| "hyp_text": "\u4e4b\u540e\u56e0\u8d54\u507f\u95ee\u9898\u4e00\u76f4\u540c\u8001\u677f\u626f\u4e0d\u6e05", | |
| "ref_norm": "\u4e4b \u540e \u56e0 \u8d54 \u507f \u95ee \u9898 \u4e00 \u76f4 \u540c \u8001 \u677f \u626f \u4e0d \u6e05", | |
| "hyp_norm": "\u4e4b \u540e \u56e0 \u8d54 \u507f \u95ee \u9898 \u4e00 \u76f4 \u540c \u8001 \u677f \u626f \u4e0d \u6e05", | |
| "audio_duration_s": 5.979, | |
| "latency_s": 0.1344714816659689, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004424-00000092", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4ea7\u4e1a\u4e92\u8054\u7f51\u65f6\u4ee3\uff0c\u9762\u4e34\u5f88\u591a\u5b89\u5168\u6311\u6218\u3002", | |
| "hyp_text": "\u4ea7\u4e1a\u4e92\u8054\u7f51\u65f6\u4ee3\u9762\u4e34\u5f88\u591a\u5b89\u5168\u6311\u6218", | |
| "ref_norm": "\u4ea7 \u4e1a \u4e92 \u8054 \u7f51 \u65f6 \u4ee3 \u9762 \u4e34 \u5f88 \u591a \u5b89 \u5168 \u6311 \u6218", | |
| "hyp_norm": "\u4ea7 \u4e1a \u4e92 \u8054 \u7f51 \u65f6 \u4ee3 \u9762 \u4e34 \u5f88 \u591a \u5b89 \u5168 \u6311 \u6218", | |
| "audio_duration_s": 4.394666666666667, | |
| "latency_s": 0.13491326849907637, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004424-00000005", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4ea7\u4e1a\u4e92\u8054\u7f51\u65f6\u4ee3\uff0c\u9762\u4e34\u5f88\u591a\u5b89\u5168\u6311\u6218\u3002", | |
| "hyp_text": "\u4ea7\u4e1a\u4e92\u8054\u7f51\u65f6\u4ee3\u9762\u4e34\u5f88\u591a\u5b89\u5168\u6311\u6218", | |
| "ref_norm": "\u4ea7 \u4e1a \u4e92 \u8054 \u7f51 \u65f6 \u4ee3 \u9762 \u4e34 \u5f88 \u591a \u5b89 \u5168 \u6311 \u6218", | |
| "hyp_norm": "\u4ea7 \u4e1a \u4e92 \u8054 \u7f51 \u65f6 \u4ee3 \u9762 \u4e34 \u5f88 \u591a \u5b89 \u5168 \u6311 \u6218", | |
| "audio_duration_s": 4.394666666666667, | |
| "latency_s": 0.13508286233991385, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004471-00000044", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u963f\u5766\u5df4\u8036\u592b\u5e0c\u671b\u81ea\u5df1\u80fd\u591f\u8d62\u5f97\u9009\u4e3e\u80dc\u5229\u3002", | |
| "hyp_text": "\u963f\u5766\u5df4\u8036\u592b\u5e0c\u671b\u81ea\u5df1\u80fd\u591f\u8d62\u5f97\u9009\u4e3e\u80dc\u5229", | |
| "ref_norm": "\u963f \u5766 \u5df4 \u8036 \u592b \u5e0c \u671b \u81ea \u5df1 \u80fd \u591f \u8d62 \u5f97 \u9009 \u4e3e \u80dc \u5229", | |
| "hyp_norm": "\u963f \u5766 \u5df4 \u8036 \u592b \u5e0c \u671b \u81ea \u5df1 \u80fd \u591f \u8d62 \u5f97 \u9009 \u4e3e \u80dc \u5229", | |
| "audio_duration_s": 8.08, | |
| "latency_s": 0.141336802393198, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004471-00000053", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u963f\u5766\u5df4\u8036\u592b\u5e0c\u671b\u81ea\u5df1\u80fd\u591f\u8d62\u5f97\u9009\u4e3e\u80dc\u5229\u3002", | |
| "hyp_text": "\u963f\u5766\u5df4\u8036\u592b\u5e0c\u671b\u81ea\u5df1\u80fd\u591f\u8d62\u5f97\u9009\u4e3e\u80dc\u5229", | |
| "ref_norm": "\u963f \u5766 \u5df4 \u8036 \u592b \u5e0c \u671b \u81ea \u5df1 \u80fd \u591f \u8d62 \u5f97 \u9009 \u4e3e \u80dc \u5229", | |
| "hyp_norm": "\u963f \u5766 \u5df4 \u8036 \u592b \u5e0c \u671b \u81ea \u5df1 \u80fd \u591f \u8d62 \u5f97 \u9009 \u4e3e \u80dc \u5229", | |
| "audio_duration_s": 8.08, | |
| "latency_s": 0.1446663299575448, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004481-00000061", | |
| "is_success": true, | |
| "wer": 0.07692307692307693, | |
| "ref_text": "\u8003\u7406\u79d1\u79d1\u76ee\u65f6\uff0c\u8349\u7a3f\u7eb8\u80fd\u5426\u7eed\u9886\u3002", | |
| "hyp_text": "\u8003\u7406\u79d1\u79d1\u76ee\u65f6,\u8349\u7a3f\u53ea\u80fd\u5426\u7eed\u9886\u3002", | |
| "ref_norm": "\u8003 \u7406 \u79d1 \u79d1 \u76ee \u65f6 \u8349 \u7a3f \u7eb8 \u80fd \u5426 \u7eed \u9886", | |
| "hyp_norm": "\u8003 \u7406 \u79d1 \u79d1 \u76ee \u65f6 \u8349 \u7a3f \u53ea \u80fd \u5426 \u7eed \u9886", | |
| "audio_duration_s": 4.163, | |
| "latency_s": 0.131323317065835, | |
| "error": "" | |
| }, | |
| { | |
| "id": "10004481-00000009", | |
| "is_success": true, | |
| "wer": 0.07692307692307693, | |
| "ref_text": "\u8003\u7406\u79d1\u79d1\u76ee\u65f6\uff0c\u8349\u7a3f\u7eb8\u80fd\u5426\u7eed\u9886\u3002", | |
| "hyp_text": "\u8003\u7406\u79d1\u79d1\u76ee\u65f6,\u8349\u7a3f\u53ea\u80fd\u5426\u7eed\u9886\u3002", | |
| "ref_norm": "\u8003 \u7406 \u79d1 \u79d1 \u76ee \u65f6 \u8349 \u7a3f \u7eb8 \u80fd \u5426 \u7eed \u9886", | |
| "hyp_norm": "\u8003 \u7406 \u79d1 \u79d1 \u76ee \u65f6 \u8349 \u7a3f \u53ea \u80fd \u5426 \u7eed \u9886", | |
| "audio_duration_s": 4.163, | |
| "latency_s": 0.12632500007748604, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00103215-00000216", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5317\u4eac\u5728\u51fa\u884c\u89c4\u6a21\uff0c\u57ce\u5e02\u5f71\u54cd\u529b\u65b9\u9762\u8868\u73b0\u4f18\u5f02\u3002", | |
| "hyp_text": "\u5317\u4eac\u5728\u51fa\u884c\u89c4\u6a21\u3001\u57ce\u5e02\u5f71\u54cd\u529b\u65b9\u9762\u8868\u73b0\u4f18\u5f02", | |
| "ref_norm": "\u5317 \u4eac \u5728 \u51fa \u884c \u89c4 \u6a21 \u57ce \u5e02 \u5f71 \u54cd \u529b \u65b9 \u9762 \u8868 \u73b0 \u4f18 \u5f02", | |
| "hyp_norm": "\u5317 \u4eac \u5728 \u51fa \u884c \u89c4 \u6a21 \u57ce \u5e02 \u5f71 \u54cd \u529b \u65b9 \u9762 \u8868 \u73b0 \u4f18 \u5f02", | |
| "audio_duration_s": 4.634, | |
| "latency_s": 0.13151370082050562, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00103215-00000021", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5317\u4eac\u5728\u51fa\u884c\u89c4\u6a21\uff0c\u57ce\u5e02\u5f71\u54cd\u529b\u65b9\u9762\u8868\u73b0\u4f18\u5f02\u3002", | |
| "hyp_text": "\u5317\u4eac\u5728\u51fa\u884c\u89c4\u6a21\u3001\u57ce\u5e02\u5f71\u54cd\u529b\u65b9\u9762\u8868\u73b0\u4f18\u5f02", | |
| "ref_norm": "\u5317 \u4eac \u5728 \u51fa \u884c \u89c4 \u6a21 \u57ce \u5e02 \u5f71 \u54cd \u529b \u65b9 \u9762 \u8868 \u73b0 \u4f18 \u5f02", | |
| "hyp_norm": "\u5317 \u4eac \u5728 \u51fa \u884c \u89c4 \u6a21 \u57ce \u5e02 \u5f71 \u54cd \u529b \u65b9 \u9762 \u8868 \u73b0 \u4f18 \u5f02", | |
| "audio_duration_s": 4.634, | |
| "latency_s": 0.12965947948396206, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00103467-00000009", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u62fc\u8f66\u5c06\u4f1a\u662f\u89e3\u51b3\u4ea4\u901a\u62e5\u5835\u975e\u5e38\u6709\u6548\u7684\u65b9\u5f0f\u3002", | |
| "hyp_text": "\u62fc\u8f66\u5c06\u4f1a\u662f\u89e3\u51b3\u4ea4\u901a\u62e5\u5835\u975e\u5e38\u6709\u6548\u7684\u65b9\u5f0f", | |
| "ref_norm": "\u62fc \u8f66 \u5c06 \u4f1a \u662f \u89e3 \u51b3 \u4ea4 \u901a \u62e5 \u5835 \u975e \u5e38 \u6709 \u6548 \u7684 \u65b9 \u5f0f", | |
| "hyp_norm": "\u62fc \u8f66 \u5c06 \u4f1a \u662f \u89e3 \u51b3 \u4ea4 \u901a \u62e5 \u5835 \u975e \u5e38 \u6709 \u6548 \u7684 \u65b9 \u5f0f", | |
| "audio_duration_s": 5.050666666666666, | |
| "latency_s": 0.13937559258192778, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00103467-00000124", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u62fc\u8f66\u5c06\u4f1a\u662f\u89e3\u51b3\u4ea4\u901a\u62e5\u5835\u975e\u5e38\u6709\u6548\u7684\u65b9\u5f0f\u3002", | |
| "hyp_text": "\u62fc\u8f66\u5c06\u4f1a\u662f\u89e3\u51b3\u4ea4\u901a\u62e5\u5835\u975e\u5e38\u6709\u6548\u7684\u65b9\u5f0f", | |
| "ref_norm": "\u62fc \u8f66 \u5c06 \u4f1a \u662f \u89e3 \u51b3 \u4ea4 \u901a \u62e5 \u5835 \u975e \u5e38 \u6709 \u6548 \u7684 \u65b9 \u5f0f", | |
| "hyp_norm": "\u62fc \u8f66 \u5c06 \u4f1a \u662f \u89e3 \u51b3 \u4ea4 \u901a \u62e5 \u5835 \u975e \u5e38 \u6709 \u6548 \u7684 \u65b9 \u5f0f", | |
| "audio_duration_s": 5.050666666666666, | |
| "latency_s": 0.1350363763049245, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00105855-00000977", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5145\u5206\u53d1\u6325\u6280\u672f\u548c\u7ecf\u9a8c\u7684\u4f18\u52bf\u3002", | |
| "hyp_text": "\u5145\u5206\u53d1\u6325\u6280\u672f\u548c\u7ecf\u9a8c\u7684\u4f18\u52bf", | |
| "ref_norm": "\u5145 \u5206 \u53d1 \u6325 \u6280 \u672f \u548c \u7ecf \u9a8c \u7684 \u4f18 \u52bf", | |
| "hyp_norm": "\u5145 \u5206 \u53d1 \u6325 \u6280 \u672f \u548c \u7ecf \u9a8c \u7684 \u4f18 \u52bf", | |
| "audio_duration_s": 5.226666666666667, | |
| "latency_s": 0.13221936486661434, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00105855-00000976", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5145\u5206\u53d1\u6325\u6280\u672f\u548c\u7ecf\u9a8c\u7684\u4f18\u52bf\u3002", | |
| "hyp_text": "\u5145\u5206\u53d1\u6325\u6280\u672f\u548c\u7ecf\u9a8c\u7684\u4f18\u52bf", | |
| "ref_norm": "\u5145 \u5206 \u53d1 \u6325 \u6280 \u672f \u548c \u7ecf \u9a8c \u7684 \u4f18 \u52bf", | |
| "hyp_norm": "\u5145 \u5206 \u53d1 \u6325 \u6280 \u672f \u548c \u7ecf \u9a8c \u7684 \u4f18 \u52bf", | |
| "audio_duration_s": 5.226666666666667, | |
| "latency_s": 0.13395906239748, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00106136-00000140", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "audio_duration_s": 4.048, | |
| "latency_s": 0.15415326040238142, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00106136-00000090", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "audio_duration_s": 4.048, | |
| "latency_s": 0.1603626674041152, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00107414-00000016", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u521b\u4e1a\u9700\u8981\u6fc0\u60c5\uff0c\u66f4\u9700\u8981\u5f3a\u70c8\u7684\u793e\u4f1a\u8d23\u4efb\u611f\u3002", | |
| "hyp_text": "\u521b\u4e1a\u9700\u8981\u6fc0\u60c5\u66f4\u9700\u8981\u5f3a\u70c8\u7684\u793e\u4f1a\u8d23\u4efb\u611f", | |
| "ref_norm": "\u521b \u4e1a \u9700 \u8981 \u6fc0 \u60c5 \u66f4 \u9700 \u8981 \u5f3a \u70c8 \u7684 \u793e \u4f1a \u8d23 \u4efb \u611f", | |
| "hyp_norm": "\u521b \u4e1a \u9700 \u8981 \u6fc0 \u60c5 \u66f4 \u9700 \u8981 \u5f3a \u70c8 \u7684 \u793e \u4f1a \u8d23 \u4efb \u611f", | |
| "audio_duration_s": 4.713, | |
| "latency_s": 0.14747214131057262, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00107414-00000010", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u521b\u4e1a\u9700\u8981\u6fc0\u60c5\uff0c\u66f4\u9700\u8981\u5f3a\u70c8\u7684\u793e\u4f1a\u8d23\u4efb\u611f\u3002", | |
| "hyp_text": "\u521b\u4e1a\u9700\u8981\u6fc0\u60c5\u66f4\u9700\u8981\u5f3a\u70c8\u7684\u793e\u4f1a\u8d23\u4efb\u611f", | |
| "ref_norm": "\u521b \u4e1a \u9700 \u8981 \u6fc0 \u60c5 \u66f4 \u9700 \u8981 \u5f3a \u70c8 \u7684 \u793e \u4f1a \u8d23 \u4efb \u611f", | |
| "hyp_norm": "\u521b \u4e1a \u9700 \u8981 \u6fc0 \u60c5 \u66f4 \u9700 \u8981 \u5f3a \u70c8 \u7684 \u793e \u4f1a \u8d23 \u4efb \u611f", | |
| "audio_duration_s": 4.713, | |
| "latency_s": 0.15541265159845352, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00107946-00000038", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\uff0c\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c\u3002", | |
| "hyp_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c", | |
| "ref_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "hyp_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "audio_duration_s": 4.192, | |
| "latency_s": 0.15364146418869495, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00107946-00000148", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\uff0c\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c\u3002", | |
| "hyp_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c", | |
| "ref_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "hyp_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "audio_duration_s": 4.192, | |
| "latency_s": 0.16091788467019796, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00107947-00000016", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u968f\u7740\u7ecf\u6d4e\u7684\u53d1\u5c55\uff0c\u98df\u7269\u6d6a\u8d39\u4e5f\u968f\u4e4b\u589e\u957f\u3002", | |
| "hyp_text": "\u968f\u7740\u7ecf\u6d4e\u7684\u53d1\u5c55,\u98df\u7269\u6d6a\u8d39\u4e5f\u968f\u4e4b\u589e\u957f\u3002", | |
| "ref_norm": "\u968f \u7740 \u7ecf \u6d4e \u7684 \u53d1 \u5c55 \u98df \u7269 \u6d6a \u8d39 \u4e5f \u968f \u4e4b \u589e \u957f", | |
| "hyp_norm": "\u968f \u7740 \u7ecf \u6d4e \u7684 \u53d1 \u5c55 \u98df \u7269 \u6d6a \u8d39 \u4e5f \u968f \u4e4b \u589e \u957f", | |
| "audio_duration_s": 4.677333333333333, | |
| "latency_s": 0.15708082541823387, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00107947-00000263", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u968f\u7740\u7ecf\u6d4e\u7684\u53d1\u5c55\uff0c\u98df\u7269\u6d6a\u8d39\u4e5f\u968f\u4e4b\u589e\u957f\u3002", | |
| "hyp_text": "\u968f\u7740\u7ecf\u6d4e\u7684\u53d1\u5c55,\u98df\u7269\u6d6a\u8d39\u4e5f\u968f\u4e4b\u589e\u957f\u3002", | |
| "ref_norm": "\u968f \u7740 \u7ecf \u6d4e \u7684 \u53d1 \u5c55 \u98df \u7269 \u6d6a \u8d39 \u4e5f \u968f \u4e4b \u589e \u957f", | |
| "hyp_norm": "\u968f \u7740 \u7ecf \u6d4e \u7684 \u53d1 \u5c55 \u98df \u7269 \u6d6a \u8d39 \u4e5f \u968f \u4e4b \u589e \u957f", | |
| "audio_duration_s": 4.677333333333333, | |
| "latency_s": 0.1648628730326891, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00107970-00000648", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u771f\u6b63\u843d\u5730\u6210\u4e3a\u4ea7\u54c1\u670d\u52a1\u8fdb\u5165\u6bcf\u4e2a\u4eba\u7684\u751f\u6d3b\u3002", | |
| "hyp_text": "\u771f\u6b63\u843d\u5730\u6210\u4e3a\u4ea7\u54c1\u670d\u52a1\u8fdb\u5165\u6bcf\u4e2a\u4eba\u7684\u751f\u6d3b", | |
| "ref_norm": "\u771f \u6b63 \u843d \u5730 \u6210 \u4e3a \u4ea7 \u54c1 \u670d \u52a1 \u8fdb \u5165 \u6bcf \u4e2a \u4eba \u7684 \u751f \u6d3b", | |
| "hyp_norm": "\u771f \u6b63 \u843d \u5730 \u6210 \u4e3a \u4ea7 \u54c1 \u670d \u52a1 \u8fdb \u5165 \u6bcf \u4e2a \u4eba \u7684 \u751f \u6d3b", | |
| "audio_duration_s": 4.528666666666667, | |
| "latency_s": 0.16056050453335047, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00107970-00000539", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u771f\u6b63\u843d\u5730\u6210\u4e3a\u4ea7\u54c1\u670d\u52a1\u8fdb\u5165\u6bcf\u4e2a\u4eba\u7684\u751f\u6d3b\u3002", | |
| "hyp_text": "\u771f\u6b63\u843d\u5730\u6210\u4e3a\u4ea7\u54c1\u670d\u52a1\u8fdb\u5165\u6bcf\u4e2a\u4eba\u7684\u751f\u6d3b", | |
| "ref_norm": "\u771f \u6b63 \u843d \u5730 \u6210 \u4e3a \u4ea7 \u54c1 \u670d \u52a1 \u8fdb \u5165 \u6bcf \u4e2a \u4eba \u7684 \u751f \u6d3b", | |
| "hyp_norm": "\u771f \u6b63 \u843d \u5730 \u6210 \u4e3a \u4ea7 \u54c1 \u670d \u52a1 \u8fdb \u5165 \u6bcf \u4e2a \u4eba \u7684 \u751f \u6d3b", | |
| "audio_duration_s": 4.528666666666667, | |
| "latency_s": 0.15076244808733463, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00010823-00000151", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6211\u4eec\u5c06\u4e3a\u5168\u7403\u57ce\u5e02\u7684\u53ef\u6301\u7eed\u53d1\u5c55\u8d21\u732e\u529b\u91cf\u3002", | |
| "hyp_text": "\u6211\u4eec\u5c06\u4e3a\u5168\u7403\u57ce\u5e02\u7684\u53ef\u6301\u7eed\u53d1\u5c55\u8d21\u732e\u529b\u91cf", | |
| "ref_norm": "\u6211 \u4eec \u5c06 \u4e3a \u5168 \u7403 \u57ce \u5e02 \u7684 \u53ef \u6301 \u7eed \u53d1 \u5c55 \u8d21 \u732e \u529b \u91cf", | |
| "hyp_norm": "\u6211 \u4eec \u5c06 \u4e3a \u5168 \u7403 \u57ce \u5e02 \u7684 \u53ef \u6301 \u7eed \u53d1 \u5c55 \u8d21 \u732e \u529b \u91cf", | |
| "audio_duration_s": 5.1786666666666665, | |
| "latency_s": 0.14957371912896633, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00010823-00000044", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6211\u4eec\u5c06\u4e3a\u5168\u7403\u57ce\u5e02\u7684\u53ef\u6301\u7eed\u53d1\u5c55\u8d21\u732e\u529b\u91cf\u3002", | |
| "hyp_text": "\u6211\u4eec\u5c06\u4e3a\u5168\u7403\u57ce\u5e02\u7684\u53ef\u6301\u7eed\u53d1\u5c55\u8d21\u732e\u529b\u91cf", | |
| "ref_norm": "\u6211 \u4eec \u5c06 \u4e3a \u5168 \u7403 \u57ce \u5e02 \u7684 \u53ef \u6301 \u7eed \u53d1 \u5c55 \u8d21 \u732e \u529b \u91cf", | |
| "hyp_norm": "\u6211 \u4eec \u5c06 \u4e3a \u5168 \u7403 \u57ce \u5e02 \u7684 \u53ef \u6301 \u7eed \u53d1 \u5c55 \u8d21 \u732e \u529b \u91cf", | |
| "audio_duration_s": 5.1786666666666665, | |
| "latency_s": 0.13726117182523012, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00108373-00000021", | |
| "is_success": true, | |
| "wer": 0.13333333333333333, | |
| "ref_text": "\u6211\u62fd\u8d77\u88e4\u817f\u978b\u889c\u672a\u8131\u5c31\u8e0f\u8fdb\u4e86\u6eaa\u6d41\u3002", | |
| "hyp_text": "\u6211\u62fd\u8d77\u88e4\u817f\u659c\u6316\u672a\u8131\u5c31\u8e0f\u8fdb\u4e86\u6eaa\u6d41", | |
| "ref_norm": "\u6211 \u62fd \u8d77 \u88e4 \u817f \u978b \u889c \u672a \u8131 \u5c31 \u8e0f \u8fdb \u4e86 \u6eaa \u6d41", | |
| "hyp_norm": "\u6211 \u62fd \u8d77 \u88e4 \u817f \u659c \u6316 \u672a \u8131 \u5c31 \u8e0f \u8fdb \u4e86 \u6eaa \u6d41", | |
| "audio_duration_s": 4.1546666666666665, | |
| "latency_s": 0.15994790010154247, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00108373-00000444", | |
| "is_success": true, | |
| "wer": 0.13333333333333333, | |
| "ref_text": "\u6211\u62fd\u8d77\u88e4\u817f\u978b\u889c\u672a\u8131\u5c31\u8e0f\u8fdb\u4e86\u6eaa\u6d41\u3002", | |
| "hyp_text": "\u6211\u62fd\u8d77\u88e4\u817f\u659c\u6316\u672a\u8131\u5c31\u8e0f\u8fdb\u4e86\u6eaa\u6d41", | |
| "ref_norm": "\u6211 \u62fd \u8d77 \u88e4 \u817f \u978b \u889c \u672a \u8131 \u5c31 \u8e0f \u8fdb \u4e86 \u6eaa \u6d41", | |
| "hyp_norm": "\u6211 \u62fd \u8d77 \u88e4 \u817f \u659c \u6316 \u672a \u8131 \u5c31 \u8e0f \u8fdb \u4e86 \u6eaa \u6d41", | |
| "audio_duration_s": 4.1546666666666665, | |
| "latency_s": 0.1604725606739521, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00108524-00000154", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u521b\u4e1a\u9700\u8981\u6fc0\u60c5\uff0c\u66f4\u9700\u8981\u5f3a\u70c8\u7684\u793e\u4f1a\u8d23\u4efb\u611f\u3002", | |
| "hyp_text": "\u521b\u4e1a\u9700\u8981\u6fc0\u60c5\u66f4\u9700\u8981\u5f3a\u70c8\u7684\u793e\u4f1a\u8d23\u4efb\u611f", | |
| "ref_norm": "\u521b \u4e1a \u9700 \u8981 \u6fc0 \u60c5 \u66f4 \u9700 \u8981 \u5f3a \u70c8 \u7684 \u793e \u4f1a \u8d23 \u4efb \u611f", | |
| "hyp_norm": "\u521b \u4e1a \u9700 \u8981 \u6fc0 \u60c5 \u66f4 \u9700 \u8981 \u5f3a \u70c8 \u7684 \u793e \u4f1a \u8d23 \u4efb \u611f", | |
| "audio_duration_s": 4.1546666666666665, | |
| "latency_s": 0.14184067398309708, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00108524-00000038", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u521b\u4e1a\u9700\u8981\u6fc0\u60c5\uff0c\u66f4\u9700\u8981\u5f3a\u70c8\u7684\u793e\u4f1a\u8d23\u4efb\u611f\u3002", | |
| "hyp_text": "\u521b\u4e1a\u9700\u8981\u6fc0\u60c5\u66f4\u9700\u8981\u5f3a\u70c8\u7684\u793e\u4f1a\u8d23\u4efb\u611f", | |
| "ref_norm": "\u521b \u4e1a \u9700 \u8981 \u6fc0 \u60c5 \u66f4 \u9700 \u8981 \u5f3a \u70c8 \u7684 \u793e \u4f1a \u8d23 \u4efb \u611f", | |
| "hyp_norm": "\u521b \u4e1a \u9700 \u8981 \u6fc0 \u60c5 \u66f4 \u9700 \u8981 \u5f3a \u70c8 \u7684 \u793e \u4f1a \u8d23 \u4efb \u611f", | |
| "audio_duration_s": 4.1546666666666665, | |
| "latency_s": 0.13941903319209814, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00110375-00000039", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5973\u6027\u53ef\u4ee5\u6210\u4e3a\u6210\u529f\u7684\u79d1\u5b66\u5bb6\uff0c\u5de5\u7a0b\u5e08\u548c\u7a0b\u5e8f\u5458\u3002", | |
| "hyp_text": "\u5973\u6027\u53ef\u4ee5\u6210\u4e3a\u6210\u529f\u7684\u79d1\u5b66\u5bb6\u3001\u5de5\u7a0b\u5e08\u548c\u7a0b\u5e8f\u5458", | |
| "ref_norm": "\u5973 \u6027 \u53ef \u4ee5 \u6210 \u4e3a \u6210 \u529f \u7684 \u79d1 \u5b66 \u5bb6 \u5de5 \u7a0b \u5e08 \u548c \u7a0b \u5e8f \u5458", | |
| "hyp_norm": "\u5973 \u6027 \u53ef \u4ee5 \u6210 \u4e3a \u6210 \u529f \u7684 \u79d1 \u5b66 \u5bb6 \u5de5 \u7a0b \u5e08 \u548c \u7a0b \u5e8f \u5458", | |
| "audio_duration_s": 4.928, | |
| "latency_s": 0.1580719407647848, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00110375-00000539", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5973\u6027\u53ef\u4ee5\u6210\u4e3a\u6210\u529f\u7684\u79d1\u5b66\u5bb6\uff0c\u5de5\u7a0b\u5e08\u548c\u7a0b\u5e8f\u5458\u3002", | |
| "hyp_text": "\u5973\u6027\u53ef\u4ee5\u6210\u4e3a\u6210\u529f\u7684\u79d1\u5b66\u5bb6\u3001\u5de5\u7a0b\u5e08\u548c\u7a0b\u5e8f\u5458", | |
| "ref_norm": "\u5973 \u6027 \u53ef \u4ee5 \u6210 \u4e3a \u6210 \u529f \u7684 \u79d1 \u5b66 \u5bb6 \u5de5 \u7a0b \u5e08 \u548c \u7a0b \u5e8f \u5458", | |
| "hyp_norm": "\u5973 \u6027 \u53ef \u4ee5 \u6210 \u4e3a \u6210 \u529f \u7684 \u79d1 \u5b66 \u5bb6 \u5de5 \u7a0b \u5e08 \u548c \u7a0b \u5e8f \u5458", | |
| "audio_duration_s": 4.928, | |
| "latency_s": 0.15255779959261417, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00110690-00000532", | |
| "is_success": true, | |
| "wer": 0.42857142857142855, | |
| "ref_text": "\u987a\u98ce\u65f6\u63d0\u9ad8\u8b66\u60d5\uff0c\u9006\u98ce\u65f6\u7b03\u5b9a\u524d\u884c\u3002", | |
| "hyp_text": "\u9806\u98a8\u6642\u63d0\u9ad8\u8b66\u60d5,\u9006\u98a8\u6642\u7be4\u5b9a\u524d\u884c\u3002", | |
| "ref_norm": "\u987a \u98ce \u65f6 \u63d0 \u9ad8 \u8b66 \u60d5 \u9006 \u98ce \u65f6 \u7b03 \u5b9a \u524d \u884c", | |
| "hyp_norm": "\u9806 \u98a8 \u6642 \u63d0 \u9ad8 \u8b66 \u60d5 \u9006 \u98a8 \u6642 \u7be4 \u5b9a \u524d \u884c", | |
| "audio_duration_s": 4.314666666666667, | |
| "latency_s": 0.15935743786394596, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00110690-00000021", | |
| "is_success": true, | |
| "wer": 0.42857142857142855, | |
| "ref_text": "\u987a\u98ce\u65f6\u63d0\u9ad8\u8b66\u60d5\uff0c\u9006\u98ce\u65f6\u7b03\u5b9a\u524d\u884c\u3002", | |
| "hyp_text": "\u9806\u98a8\u6642\u63d0\u9ad8\u8b66\u60d5,\u9006\u98a8\u6642\u7be4\u5b9a\u524d\u884c\u3002", | |
| "ref_norm": "\u987a \u98ce \u65f6 \u63d0 \u9ad8 \u8b66 \u60d5 \u9006 \u98ce \u65f6 \u7b03 \u5b9a \u524d \u884c", | |
| "hyp_norm": "\u9806 \u98a8 \u6642 \u63d0 \u9ad8 \u8b66 \u60d5 \u9006 \u98a8 \u6642 \u7be4 \u5b9a \u524d \u884c", | |
| "audio_duration_s": 4.314666666666667, | |
| "latency_s": 0.14646267425268888, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00110718-00000039", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5982\u4eca\u9ad8\u5cf0\u6709\u4e86\u65b0\u6b22\uff0c\u5c31\u5c06\u65e7\u7231\u5f7b\u5e95\u62b9\u6740\u3002", | |
| "hyp_text": "\u5982\u4eca\u9ad8\u5cf0\u6709\u4e86\u65b0\u6b22\u5c31\u5c06\u65e7\u7231\u5f7b\u5e95\u62b9\u6740", | |
| "ref_norm": "\u5982 \u4eca \u9ad8 \u5cf0 \u6709 \u4e86 \u65b0 \u6b22 \u5c31 \u5c06 \u65e7 \u7231 \u5f7b \u5e95 \u62b9 \u6740", | |
| "hyp_norm": "\u5982 \u4eca \u9ad8 \u5cf0 \u6709 \u4e86 \u65b0 \u6b22 \u5c31 \u5c06 \u65e7 \u7231 \u5f7b \u5e95 \u62b9 \u6740", | |
| "audio_duration_s": 4.0, | |
| "latency_s": 0.14529429282993078, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00110718-00000640", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5982\u4eca\u9ad8\u5cf0\u6709\u4e86\u65b0\u6b22\uff0c\u5c31\u5c06\u65e7\u7231\u5f7b\u5e95\u62b9\u6740\u3002", | |
| "hyp_text": "\u5982\u4eca\u9ad8\u5cf0\u6709\u4e86\u65b0\u6b22\u5c31\u5c06\u65e7\u7231\u5f7b\u5e95\u62b9\u6740", | |
| "ref_norm": "\u5982 \u4eca \u9ad8 \u5cf0 \u6709 \u4e86 \u65b0 \u6b22 \u5c31 \u5c06 \u65e7 \u7231 \u5f7b \u5e95 \u62b9 \u6740", | |
| "hyp_norm": "\u5982 \u4eca \u9ad8 \u5cf0 \u6709 \u4e86 \u65b0 \u6b22 \u5c31 \u5c06 \u65e7 \u7231 \u5f7b \u5e95 \u62b9 \u6740", | |
| "audio_duration_s": 4.0, | |
| "latency_s": 0.1533008934929967, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00110925-00000010", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4ea7\u4e1a\u4e92\u8054\u7f51\u65f6\u4ee3\uff0c\u9762\u4e34\u5f88\u591a\u5b89\u5168\u6311\u6218\u3002", | |
| "hyp_text": "\u4ea7\u4e1a\u4e92\u8054\u7f51\u65f6\u4ee3\u9762\u4e34\u5f88\u591a\u5b89\u5168\u6311\u6218", | |
| "ref_norm": "\u4ea7 \u4e1a \u4e92 \u8054 \u7f51 \u65f6 \u4ee3 \u9762 \u4e34 \u5f88 \u591a \u5b89 \u5168 \u6311 \u6218", | |
| "hyp_norm": "\u4ea7 \u4e1a \u4e92 \u8054 \u7f51 \u65f6 \u4ee3 \u9762 \u4e34 \u5f88 \u591a \u5b89 \u5168 \u6311 \u6218", | |
| "audio_duration_s": 4.384, | |
| "latency_s": 0.16633480601012707, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00110925-00000724", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4ea7\u4e1a\u4e92\u8054\u7f51\u65f6\u4ee3\uff0c\u9762\u4e34\u5f88\u591a\u5b89\u5168\u6311\u6218\u3002", | |
| "hyp_text": "\u4ea7\u4e1a\u4e92\u8054\u7f51\u65f6\u4ee3\u9762\u4e34\u5f88\u591a\u5b89\u5168\u6311\u6218", | |
| "ref_norm": "\u4ea7 \u4e1a \u4e92 \u8054 \u7f51 \u65f6 \u4ee3 \u9762 \u4e34 \u5f88 \u591a \u5b89 \u5168 \u6311 \u6218", | |
| "hyp_norm": "\u4ea7 \u4e1a \u4e92 \u8054 \u7f51 \u65f6 \u4ee3 \u9762 \u4e34 \u5f88 \u591a \u5b89 \u5168 \u6311 \u6218", | |
| "audio_duration_s": 4.384, | |
| "latency_s": 0.15111475065350533, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00111002-00000071", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7ecf\u6d4e\u53d1\u5c55\u662f\u57ce\u5e02\u9ad8\u6548\u5b9c\u5c45\u53d1\u5c55\u7684\u57fa\u77f3\u3002", | |
| "hyp_text": "\u7ecf\u6d4e\u53d1\u5c55\u662f\u57ce\u5e02\u9ad8\u6548\u5b9c\u5c45\u53d1\u5c55\u7684\u57fa\u77f3\u3002", | |
| "ref_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u662f \u57ce \u5e02 \u9ad8 \u6548 \u5b9c \u5c45 \u53d1 \u5c55 \u7684 \u57fa \u77f3", | |
| "hyp_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u662f \u57ce \u5e02 \u9ad8 \u6548 \u5b9c \u5c45 \u53d1 \u5c55 \u7684 \u57fa \u77f3", | |
| "audio_duration_s": 5.173333333333333, | |
| "latency_s": 0.14902784954756498, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00111002-00000019", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7ecf\u6d4e\u53d1\u5c55\u662f\u57ce\u5e02\u9ad8\u6548\u5b9c\u5c45\u53d1\u5c55\u7684\u57fa\u77f3\u3002", | |
| "hyp_text": "\u7ecf\u6d4e\u53d1\u5c55\u662f\u57ce\u5e02\u9ad8\u6548\u5b9c\u5c45\u53d1\u5c55\u7684\u57fa\u77f3\u3002", | |
| "ref_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u662f \u57ce \u5e02 \u9ad8 \u6548 \u5b9c \u5c45 \u53d1 \u5c55 \u7684 \u57fa \u77f3", | |
| "hyp_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u662f \u57ce \u5e02 \u9ad8 \u6548 \u5b9c \u5c45 \u53d1 \u5c55 \u7684 \u57fa \u77f3", | |
| "audio_duration_s": 5.173333333333333, | |
| "latency_s": 0.14894335344433784, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00111094-00000135", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u5927\u5e45\u63d0\u5347\u51fa\u884c\u5b89\u5168\uff0c\u6548\u7387\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u5927\u5e45\u63d0\u5347\u51fa\u884c\u5b89\u5168\u6548\u7387", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u5927 \u5e45 \u63d0 \u5347 \u51fa \u884c \u5b89 \u5168 \u6548 \u7387", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u5927 \u5e45 \u63d0 \u5347 \u51fa \u884c \u5b89 \u5168 \u6548 \u7387", | |
| "audio_duration_s": 4.373333333333333, | |
| "latency_s": 0.145769321359694, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00111094-00000039", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u5927\u5e45\u63d0\u5347\u51fa\u884c\u5b89\u5168\uff0c\u6548\u7387\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u5927\u5e45\u63d0\u5347\u51fa\u884c\u5b89\u5168\u6548\u7387", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u5927 \u5e45 \u63d0 \u5347 \u51fa \u884c \u5b89 \u5168 \u6548 \u7387", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u5927 \u5e45 \u63d0 \u5347 \u51fa \u884c \u5b89 \u5168 \u6548 \u7387", | |
| "audio_duration_s": 4.373333333333333, | |
| "latency_s": 0.13528413511812687, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00111553-00000040", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6253\u9020\u66f4\u8d34\u5fc3\uff0c\u66f4\u7ec6\u81f4\u7684\u4e2a\u6027\u5316\u670d\u52a1\u3002", | |
| "hyp_text": "\u6253\u9020\u66f4\u8d34\u5fc3\u66f4\u7ec6\u81f4\u7684\u4e2a\u6027\u5316\u670d\u52a1", | |
| "ref_norm": "\u6253 \u9020 \u66f4 \u8d34 \u5fc3 \u66f4 \u7ec6 \u81f4 \u7684 \u4e2a \u6027 \u5316 \u670d \u52a1", | |
| "hyp_norm": "\u6253 \u9020 \u66f4 \u8d34 \u5fc3 \u66f4 \u7ec6 \u81f4 \u7684 \u4e2a \u6027 \u5316 \u670d \u52a1", | |
| "audio_duration_s": 4.101333333333334, | |
| "latency_s": 0.16357577126473188, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00111553-00000048", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6253\u9020\u66f4\u8d34\u5fc3\uff0c\u66f4\u7ec6\u81f4\u7684\u4e2a\u6027\u5316\u670d\u52a1\u3002", | |
| "hyp_text": "\u6253\u9020\u66f4\u8d34\u5fc3\u66f4\u7ec6\u81f4\u7684\u4e2a\u6027\u5316\u670d\u52a1", | |
| "ref_norm": "\u6253 \u9020 \u66f4 \u8d34 \u5fc3 \u66f4 \u7ec6 \u81f4 \u7684 \u4e2a \u6027 \u5316 \u670d \u52a1", | |
| "hyp_norm": "\u6253 \u9020 \u66f4 \u8d34 \u5fc3 \u66f4 \u7ec6 \u81f4 \u7684 \u4e2a \u6027 \u5316 \u670d \u52a1", | |
| "audio_duration_s": 4.101333333333334, | |
| "latency_s": 0.13830714765936136, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00111636-00000019", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\uff0c\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231\u3002", | |
| "hyp_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231", | |
| "ref_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "hyp_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "audio_duration_s": 4.554666666666667, | |
| "latency_s": 0.12922026682645082, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00111636-00000050", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\uff0c\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231\u3002", | |
| "hyp_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231", | |
| "ref_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "hyp_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "audio_duration_s": 4.554666666666667, | |
| "latency_s": 0.12570453248918056, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00111640-00000039", | |
| "is_success": true, | |
| "wer": 0.07142857142857142, | |
| "ref_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\uff0c\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231\u3002", | |
| "hyp_text": "\u4e58\u8f66\u8bb0\u597d\u5b89\u5168\u5e26\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231", | |
| "ref_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "hyp_norm": "\u4e58 \u8f66 \u8bb0 \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "audio_duration_s": 6.382333333333333, | |
| "latency_s": 0.1249024486169219, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00111640-00000038", | |
| "is_success": true, | |
| "wer": 0.07142857142857142, | |
| "ref_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\uff0c\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231\u3002", | |
| "hyp_text": "\u4e58\u8f66\u8bb0\u597d\u5b89\u5168\u5e26\u5c06\u4f60\u5b89\u5168\u5e26\u5411\u7231", | |
| "ref_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "hyp_norm": "\u4e58 \u8f66 \u8bb0 \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5e26 \u5411 \u7231", | |
| "audio_duration_s": 6.382333333333333, | |
| "latency_s": 0.1301435949280858, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00111665-00000016", | |
| "is_success": true, | |
| "wer": 0.13333333333333333, | |
| "ref_text": "\u5f53\u524d\u4ecd\u7136\u628a\u6392\u6c34\u62a2\u9669\u4f5c\u4e3a\u7b2c\u4e00\u4efb\u52a1\u3002", | |
| "hyp_text": "\u5f53\u524d\u4ecd\u7136\u628a\u6392\u6c34\u5f3a\u884c\u4f5c\u4e3a\u7b2c\u4e00\u4efb\u52a1", | |
| "ref_norm": "\u5f53 \u524d \u4ecd \u7136 \u628a \u6392 \u6c34 \u62a2 \u9669 \u4f5c \u4e3a \u7b2c \u4e00 \u4efb \u52a1", | |
| "hyp_norm": "\u5f53 \u524d \u4ecd \u7136 \u628a \u6392 \u6c34 \u5f3a \u884c \u4f5c \u4e3a \u7b2c \u4e00 \u4efb \u52a1", | |
| "audio_duration_s": 4.26, | |
| "latency_s": 0.13221457600593567, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00111665-00000010", | |
| "is_success": true, | |
| "wer": 0.13333333333333333, | |
| "ref_text": "\u5f53\u524d\u4ecd\u7136\u628a\u6392\u6c34\u62a2\u9669\u4f5c\u4e3a\u7b2c\u4e00\u4efb\u52a1\u3002", | |
| "hyp_text": "\u5f53\u524d\u4ecd\u7136\u628a\u6392\u6c34\u5f3a\u884c\u4f5c\u4e3a\u7b2c\u4e00\u4efb\u52a1", | |
| "ref_norm": "\u5f53 \u524d \u4ecd \u7136 \u628a \u6392 \u6c34 \u62a2 \u9669 \u4f5c \u4e3a \u7b2c \u4e00 \u4efb \u52a1", | |
| "hyp_norm": "\u5f53 \u524d \u4ecd \u7136 \u628a \u6392 \u6c34 \u5f3a \u884c \u4f5c \u4e3a \u7b2c \u4e00 \u4efb \u52a1", | |
| "audio_duration_s": 4.26, | |
| "latency_s": 0.13201789371669292, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00111675-00000006", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5973\u6027\u53ef\u4ee5\u6210\u4e3a\u6210\u529f\u7684\u79d1\u5b66\u5bb6\uff0c\u5de5\u7a0b\u5e08\u548c\u7a0b\u5e8f\u5458\u3002", | |
| "hyp_text": "\u5973\u6027\u53ef\u4ee5\u6210\u4e3a\u6210\u529f\u7684\u79d1\u5b66\u5bb6\u3001\u5de5\u7a0b\u5e08\u548c\u7a0b\u5e8f\u5458\u3002", | |
| "ref_norm": "\u5973 \u6027 \u53ef \u4ee5 \u6210 \u4e3a \u6210 \u529f \u7684 \u79d1 \u5b66 \u5bb6 \u5de5 \u7a0b \u5e08 \u548c \u7a0b \u5e8f \u5458", | |
| "hyp_norm": "\u5973 \u6027 \u53ef \u4ee5 \u6210 \u4e3a \u6210 \u529f \u7684 \u79d1 \u5b66 \u5bb6 \u5de5 \u7a0b \u5e08 \u548c \u7a0b \u5e8f \u5458", | |
| "audio_duration_s": 4.9446666666666665, | |
| "latency_s": 0.16023234743624926, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00111675-00000192", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5973\u6027\u53ef\u4ee5\u6210\u4e3a\u6210\u529f\u7684\u79d1\u5b66\u5bb6\uff0c\u5de5\u7a0b\u5e08\u548c\u7a0b\u5e8f\u5458\u3002", | |
| "hyp_text": "\u5973\u6027\u53ef\u4ee5\u6210\u4e3a\u6210\u529f\u7684\u79d1\u5b66\u5bb6\u3001\u5de5\u7a0b\u5e08\u548c\u7a0b\u5e8f\u5458\u3002", | |
| "ref_norm": "\u5973 \u6027 \u53ef \u4ee5 \u6210 \u4e3a \u6210 \u529f \u7684 \u79d1 \u5b66 \u5bb6 \u5de5 \u7a0b \u5e08 \u548c \u7a0b \u5e8f \u5458", | |
| "hyp_norm": "\u5973 \u6027 \u53ef \u4ee5 \u6210 \u4e3a \u6210 \u529f \u7684 \u79d1 \u5b66 \u5bb6 \u5de5 \u7a0b \u5e08 \u548c \u7a0b \u5e8f \u5458", | |
| "audio_duration_s": 4.9446666666666665, | |
| "latency_s": 0.14393739216029644, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00111778-00000450", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u76ee\u524d\u5171\u4eab\u51fa\u884c\u5e02\u573a\u5904\u4e8e\u9ad8\u901f\u589e\u957f\u9636\u6bb5\u3002", | |
| "hyp_text": "\u76ee\u524d\u5171\u4eab\u51fa\u884c\u5e02\u573a\u5904\u4e8e\u9ad8\u901f\u589e\u957f\u9636\u6bb5", | |
| "ref_norm": "\u76ee \u524d \u5171 \u4eab \u51fa \u884c \u5e02 \u573a \u5904 \u4e8e \u9ad8 \u901f \u589e \u957f \u9636 \u6bb5", | |
| "hyp_norm": "\u76ee \u524d \u5171 \u4eab \u51fa \u884c \u5e02 \u573a \u5904 \u4e8e \u9ad8 \u901f \u589e \u957f \u9636 \u6bb5", | |
| "audio_duration_s": 4.325333333333333, | |
| "latency_s": 0.14534975495189428, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00111778-00000019", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u76ee\u524d\u5171\u4eab\u51fa\u884c\u5e02\u573a\u5904\u4e8e\u9ad8\u901f\u589e\u957f\u9636\u6bb5\u3002", | |
| "hyp_text": "\u76ee\u524d\u5171\u4eab\u51fa\u884c\u5e02\u573a\u5904\u4e8e\u9ad8\u901f\u589e\u957f\u9636\u6bb5", | |
| "ref_norm": "\u76ee \u524d \u5171 \u4eab \u51fa \u884c \u5e02 \u573a \u5904 \u4e8e \u9ad8 \u901f \u589e \u957f \u9636 \u6bb5", | |
| "hyp_norm": "\u76ee \u524d \u5171 \u4eab \u51fa \u884c \u5e02 \u573a \u5904 \u4e8e \u9ad8 \u901f \u589e \u957f \u9636 \u6bb5", | |
| "audio_duration_s": 4.325333333333333, | |
| "latency_s": 0.13115104846656322, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00111879-00000009", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "audio_duration_s": 5.1306666666666665, | |
| "latency_s": 0.1549059934914112, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00111879-00000044", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "audio_duration_s": 5.1306666666666665, | |
| "latency_s": 0.14639257453382015, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00112025-00000005", | |
| "is_success": true, | |
| "wer": 0.42857142857142855, | |
| "ref_text": "\u987a\u98ce\u65f6\u63d0\u9ad8\u8b66\u60d5\uff0c\u9006\u98ce\u65f6\u7b03\u5b9a\u524d\u884c\u3002", | |
| "hyp_text": "\u9806\u98a8\u6642\u63d0\u9ad8\u8b66\u60d5\u9006\u98a8\u6642\u7be4\u5b9a\u524d\u884c", | |
| "ref_norm": "\u987a \u98ce \u65f6 \u63d0 \u9ad8 \u8b66 \u60d5 \u9006 \u98ce \u65f6 \u7b03 \u5b9a \u524d \u884c", | |
| "hyp_norm": "\u9806 \u98a8 \u6642 \u63d0 \u9ad8 \u8b66 \u60d5 \u9006 \u98a8 \u6642 \u7be4 \u5b9a \u524d \u884c", | |
| "audio_duration_s": 4.24, | |
| "latency_s": 0.13405895791947842, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00112025-00000177", | |
| "is_success": true, | |
| "wer": 0.42857142857142855, | |
| "ref_text": "\u987a\u98ce\u65f6\u63d0\u9ad8\u8b66\u60d5\uff0c\u9006\u98ce\u65f6\u7b03\u5b9a\u524d\u884c\u3002", | |
| "hyp_text": "\u9806\u98a8\u6642\u63d0\u9ad8\u8b66\u60d5\u9006\u98a8\u6642\u7be4\u5b9a\u524d\u884c", | |
| "ref_norm": "\u987a \u98ce \u65f6 \u63d0 \u9ad8 \u8b66 \u60d5 \u9006 \u98ce \u65f6 \u7b03 \u5b9a \u524d \u884c", | |
| "hyp_norm": "\u9806 \u98a8 \u6642 \u63d0 \u9ad8 \u8b66 \u60d5 \u9006 \u98a8 \u6642 \u7be4 \u5b9a \u524d \u884c", | |
| "audio_duration_s": 4.24, | |
| "latency_s": 0.13116007670760155, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00112048-00000045", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7ecf\u6d4e\u53d1\u5c55\u662f\u57ce\u5e02\u9ad8\u6548\u5b9c\u5c45\u53d1\u5c55\u7684\u57fa\u77f3\u3002", | |
| "hyp_text": "\u7ecf\u6d4e\u53d1\u5c55\u662f\u57ce\u5e02\u9ad8\u6548\u5b9c\u5c45\u53d1\u5c55\u7684\u57fa\u77f3", | |
| "ref_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u662f \u57ce \u5e02 \u9ad8 \u6548 \u5b9c \u5c45 \u53d1 \u5c55 \u7684 \u57fa \u77f3", | |
| "hyp_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u662f \u57ce \u5e02 \u9ad8 \u6548 \u5b9c \u5c45 \u53d1 \u5c55 \u7684 \u57fa \u77f3", | |
| "audio_duration_s": 4.352, | |
| "latency_s": 0.1397190596908331, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00112048-00000334", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7ecf\u6d4e\u53d1\u5c55\u662f\u57ce\u5e02\u9ad8\u6548\u5b9c\u5c45\u53d1\u5c55\u7684\u57fa\u77f3\u3002", | |
| "hyp_text": "\u7ecf\u6d4e\u53d1\u5c55\u662f\u57ce\u5e02\u9ad8\u6548\u5b9c\u5c45\u53d1\u5c55\u7684\u57fa\u77f3", | |
| "ref_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u662f \u57ce \u5e02 \u9ad8 \u6548 \u5b9c \u5c45 \u53d1 \u5c55 \u7684 \u57fa \u77f3", | |
| "hyp_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u662f \u57ce \u5e02 \u9ad8 \u6548 \u5b9c \u5c45 \u53d1 \u5c55 \u7684 \u57fa \u77f3", | |
| "audio_duration_s": 4.352, | |
| "latency_s": 0.13387427665293217, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00112103-00000009", | |
| "is_success": true, | |
| "wer": 0.09090909090909091, | |
| "ref_text": "\u533b\u9662\u8bca\u65ad\uff0c\u4e59\u72b6\u7ed3\u80a0\u764c\u665a\u671f\u3002", | |
| "hyp_text": "\u533b\u9662\u8bca\u65ad\u5df2\u72b6\u7ed3\u80a0\u764c\u665a\u671f", | |
| "ref_norm": "\u533b \u9662 \u8bca \u65ad \u4e59 \u72b6 \u7ed3 \u80a0 \u764c \u665a \u671f", | |
| "hyp_norm": "\u533b \u9662 \u8bca \u65ad \u5df2 \u72b6 \u7ed3 \u80a0 \u764c \u665a \u671f", | |
| "audio_duration_s": 4.128, | |
| "latency_s": 0.12320561986416578, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00112103-00000011", | |
| "is_success": true, | |
| "wer": 0.09090909090909091, | |
| "ref_text": "\u533b\u9662\u8bca\u65ad\uff0c\u4e59\u72b6\u7ed3\u80a0\u764c\u665a\u671f\u3002", | |
| "hyp_text": "\u533b\u9662\u8bca\u65ad\u5df2\u72b6\u7ed3\u80a0\u764c\u665a\u671f", | |
| "ref_norm": "\u533b \u9662 \u8bca \u65ad \u4e59 \u72b6 \u7ed3 \u80a0 \u764c \u665a \u671f", | |
| "hyp_norm": "\u533b \u9662 \u8bca \u65ad \u5df2 \u72b6 \u7ed3 \u80a0 \u764c \u665a \u671f", | |
| "audio_duration_s": 4.128, | |
| "latency_s": 0.12803963292390108, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00011425-00000727", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u73e0\u4e09\u89d2\u57ce\u5e02\u7fa4\uff0c\u5728\u7ecf\u6d4e\u53d1\u5c55\u65b9\u9762\u8868\u73b0\u62a2\u773c\u3002", | |
| "hyp_text": "\u73e0\u4e09\u89d2\u57ce\u5e02\u7fa4\u5728\u7ecf\u6d4e\u53d1\u5c55\u65b9\u9762\u8868\u73b0\u62a2\u773c", | |
| "ref_norm": "\u73e0 \u4e09 \u89d2 \u57ce \u5e02 \u7fa4 \u5728 \u7ecf \u6d4e \u53d1 \u5c55 \u65b9 \u9762 \u8868 \u73b0 \u62a2 \u773c", | |
| "hyp_norm": "\u73e0 \u4e09 \u89d2 \u57ce \u5e02 \u7fa4 \u5728 \u7ecf \u6d4e \u53d1 \u5c55 \u65b9 \u9762 \u8868 \u73b0 \u62a2 \u773c", | |
| "audio_duration_s": 4.261333333333333, | |
| "latency_s": 0.13070405181497335, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00011425-00000048", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u73e0\u4e09\u89d2\u57ce\u5e02\u7fa4\uff0c\u5728\u7ecf\u6d4e\u53d1\u5c55\u65b9\u9762\u8868\u73b0\u62a2\u773c\u3002", | |
| "hyp_text": "\u73e0\u4e09\u89d2\u57ce\u5e02\u7fa4\u5728\u7ecf\u6d4e\u53d1\u5c55\u65b9\u9762\u8868\u73b0\u62a2\u773c", | |
| "ref_norm": "\u73e0 \u4e09 \u89d2 \u57ce \u5e02 \u7fa4 \u5728 \u7ecf \u6d4e \u53d1 \u5c55 \u65b9 \u9762 \u8868 \u73b0 \u62a2 \u773c", | |
| "hyp_norm": "\u73e0 \u4e09 \u89d2 \u57ce \u5e02 \u7fa4 \u5728 \u7ecf \u6d4e \u53d1 \u5c55 \u65b9 \u9762 \u8868 \u73b0 \u62a2 \u773c", | |
| "audio_duration_s": 4.261333333333333, | |
| "latency_s": 0.13935573771595955, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00117201-00000006", | |
| "is_success": true, | |
| "wer": 0.3888888888888889, | |
| "ref_text": "\u4e09\u661f\u7535\u5b50\u4f4d\u5c45\u7b2c\u4e09\uff0c\u4efd\u989d\u4e3a\u767e\u5206\u4e4b\u5341\u4e8c\u70b9\u4e5d\u3002", | |
| "hyp_text": "\u4e09\u661f\u7535\u5b50\u4f4d\u5c45\u7b2c\u4e09\u4efd\u989d\u4e3a12.9%", | |
| "ref_norm": "\u4e09 \u661f \u7535 \u5b50 \u4f4d \u5c45 \u7b2c \u4e09 \u4efd \u989d \u4e3a \u767e \u5206 \u4e4b \u5341 \u4e8c \u70b9 \u4e5d", | |
| "hyp_norm": "\u4e09 \u661f \u7535 \u5b50 \u4f4d \u5c45 \u7b2c \u4e09 \u4efd \u989d \u4e3a 1 2 9", | |
| "audio_duration_s": 4.149333333333334, | |
| "latency_s": 0.12186076305806637, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00117201-00000495", | |
| "is_success": true, | |
| "wer": 0.3888888888888889, | |
| "ref_text": "\u4e09\u661f\u7535\u5b50\u4f4d\u5c45\u7b2c\u4e09\uff0c\u4efd\u989d\u4e3a\u767e\u5206\u4e4b\u5341\u4e8c\u70b9\u4e5d\u3002", | |
| "hyp_text": "\u4e09\u661f\u7535\u5b50\u4f4d\u5c45\u7b2c\u4e09\u4efd\u989d\u4e3a12.9%", | |
| "ref_norm": "\u4e09 \u661f \u7535 \u5b50 \u4f4d \u5c45 \u7b2c \u4e09 \u4efd \u989d \u4e3a \u767e \u5206 \u4e4b \u5341 \u4e8c \u70b9 \u4e5d", | |
| "hyp_norm": "\u4e09 \u661f \u7535 \u5b50 \u4f4d \u5c45 \u7b2c \u4e09 \u4efd \u989d \u4e3a 1 2 9", | |
| "audio_duration_s": 4.149333333333334, | |
| "latency_s": 0.135843338444829, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00117977-00000041", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8bf7\u51cf\u901f\u6162\u884c\uff0c\u4e0d\u8981\u8fde\u7eed\u8e29\u5239\u8f66\u3002", | |
| "hyp_text": "\u8bf7\u51cf\u901f\u6162\u884c\u4e0d\u8981\u8fde\u7eed\u8e29\u5239\u8f66", | |
| "ref_norm": "\u8bf7 \u51cf \u901f \u6162 \u884c \u4e0d \u8981 \u8fde \u7eed \u8e29 \u5239 \u8f66", | |
| "hyp_norm": "\u8bf7 \u51cf \u901f \u6162 \u884c \u4e0d \u8981 \u8fde \u7eed \u8e29 \u5239 \u8f66", | |
| "audio_duration_s": 4.26, | |
| "latency_s": 0.1493541533127427, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00117977-00000185", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8bf7\u51cf\u901f\u6162\u884c\uff0c\u4e0d\u8981\u8fde\u7eed\u8e29\u5239\u8f66\u3002", | |
| "hyp_text": "\u8bf7\u51cf\u901f\u6162\u884c\u4e0d\u8981\u8fde\u7eed\u8e29\u5239\u8f66", | |
| "ref_norm": "\u8bf7 \u51cf \u901f \u6162 \u884c \u4e0d \u8981 \u8fde \u7eed \u8e29 \u5239 \u8f66", | |
| "hyp_norm": "\u8bf7 \u51cf \u901f \u6162 \u884c \u4e0d \u8981 \u8fde \u7eed \u8e29 \u5239 \u8f66", | |
| "audio_duration_s": 4.26, | |
| "latency_s": 0.13195956405252218, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00118212-00000038", | |
| "is_success": true, | |
| "wer": 0.14285714285714285, | |
| "ref_text": "\u5927\u6279\u65c5\u5ba2\u5728\u62f1\u5317\u95e8\u53e3\u5cb8\u7b49\u5f85\u901a\u5173\u3002", | |
| "hyp_text": "\u5927\u6279\u65c5\u5ba2\u5728\u62f1\u5317\u9580\u53e3\u5cb8\u7b49\u5f85\u901a\u95dc", | |
| "ref_norm": "\u5927 \u6279 \u65c5 \u5ba2 \u5728 \u62f1 \u5317 \u95e8 \u53e3 \u5cb8 \u7b49 \u5f85 \u901a \u5173", | |
| "hyp_norm": "\u5927 \u6279 \u65c5 \u5ba2 \u5728 \u62f1 \u5317 \u9580 \u53e3 \u5cb8 \u7b49 \u5f85 \u901a \u95dc", | |
| "audio_duration_s": 4.134, | |
| "latency_s": 0.1552729830145836, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00118212-00000062", | |
| "is_success": true, | |
| "wer": 0.14285714285714285, | |
| "ref_text": "\u5927\u6279\u65c5\u5ba2\u5728\u62f1\u5317\u95e8\u53e3\u5cb8\u7b49\u5f85\u901a\u5173\u3002", | |
| "hyp_text": "\u5927\u6279\u65c5\u5ba2\u5728\u62f1\u5317\u9580\u53e3\u5cb8\u7b49\u5f85\u901a\u95dc", | |
| "ref_norm": "\u5927 \u6279 \u65c5 \u5ba2 \u5728 \u62f1 \u5317 \u95e8 \u53e3 \u5cb8 \u7b49 \u5f85 \u901a \u5173", | |
| "hyp_norm": "\u5927 \u6279 \u65c5 \u5ba2 \u5728 \u62f1 \u5317 \u9580 \u53e3 \u5cb8 \u7b49 \u5f85 \u901a \u95dc", | |
| "audio_duration_s": 4.134, | |
| "latency_s": 0.18294167704880238, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00118280-00000056", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f46\u5728\u6536\u89c6\u7387\u7684\u538b\u529b\u4e4b\u4e0b\uff0c\u7eaa\u5f55\u7247\u53ea\u80fd\u9893\u7136\u843d\u8d25\u3002", | |
| "hyp_text": "\u4f46\u5728\u6536\u89c6\u7387\u7684\u538b\u529b\u4e4b\u4e0b\u7eaa\u5f55\u7247\u53ea\u80fd\u9893\u7136\u843d\u8d25", | |
| "ref_norm": "\u4f46 \u5728 \u6536 \u89c6 \u7387 \u7684 \u538b \u529b \u4e4b \u4e0b \u7eaa \u5f55 \u7247 \u53ea \u80fd \u9893 \u7136 \u843d \u8d25", | |
| "hyp_norm": "\u4f46 \u5728 \u6536 \u89c6 \u7387 \u7684 \u538b \u529b \u4e4b \u4e0b \u7eaa \u5f55 \u7247 \u53ea \u80fd \u9893 \u7136 \u843d \u8d25", | |
| "audio_duration_s": 5.616, | |
| "latency_s": 0.1645953170955181, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00118280-00000436", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f46\u5728\u6536\u89c6\u7387\u7684\u538b\u529b\u4e4b\u4e0b\uff0c\u7eaa\u5f55\u7247\u53ea\u80fd\u9893\u7136\u843d\u8d25\u3002", | |
| "hyp_text": "\u4f46\u5728\u6536\u89c6\u7387\u7684\u538b\u529b\u4e4b\u4e0b\u7eaa\u5f55\u7247\u53ea\u80fd\u9893\u7136\u843d\u8d25", | |
| "ref_norm": "\u4f46 \u5728 \u6536 \u89c6 \u7387 \u7684 \u538b \u529b \u4e4b \u4e0b \u7eaa \u5f55 \u7247 \u53ea \u80fd \u9893 \u7136 \u843d \u8d25", | |
| "hyp_norm": "\u4f46 \u5728 \u6536 \u89c6 \u7387 \u7684 \u538b \u529b \u4e4b \u4e0b \u7eaa \u5f55 \u7247 \u53ea \u80fd \u9893 \u7136 \u843d \u8d25", | |
| "audio_duration_s": 5.616, | |
| "latency_s": 0.17852396424859762, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00118473-00000016", | |
| "is_success": true, | |
| "wer": 0.0625, | |
| "ref_text": "\u8bf4\u7f62\uff0c\u80e1\u53ef\u773c\u775b\u6cdb\u7ea2\uff0c\u773c\u7736\u5185\u76db\u6ee1\u4e86\u6cea\u6c34\u3002", | |
| "hyp_text": "\u8bf4\u5427,\u80e1\u53ef\u773c\u775b\u6cdb\u7ea2,\u773c\u7736\u5185\u76db\u6ee1\u4e86\u6cea\u6c34", | |
| "ref_norm": "\u8bf4 \u7f62 \u80e1 \u53ef \u773c \u775b \u6cdb \u7ea2 \u773c \u7736 \u5185 \u76db \u6ee1 \u4e86 \u6cea \u6c34", | |
| "hyp_norm": "\u8bf4 \u5427 \u80e1 \u53ef \u773c \u775b \u6cdb \u7ea2 \u773c \u7736 \u5185 \u76db \u6ee1 \u4e86 \u6cea \u6c34", | |
| "audio_duration_s": 4.895666666666667, | |
| "latency_s": 0.1896391473710537, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00118473-00000087", | |
| "is_success": true, | |
| "wer": 0.0625, | |
| "ref_text": "\u8bf4\u7f62\uff0c\u80e1\u53ef\u773c\u775b\u6cdb\u7ea2\uff0c\u773c\u7736\u5185\u76db\u6ee1\u4e86\u6cea\u6c34\u3002", | |
| "hyp_text": "\u8bf4\u5427,\u80e1\u53ef\u773c\u775b\u6cdb\u7ea2,\u773c\u7736\u5185\u76db\u6ee1\u4e86\u6cea\u6c34", | |
| "ref_norm": "\u8bf4 \u7f62 \u80e1 \u53ef \u773c \u775b \u6cdb \u7ea2 \u773c \u7736 \u5185 \u76db \u6ee1 \u4e86 \u6cea \u6c34", | |
| "hyp_norm": "\u8bf4 \u5427 \u80e1 \u53ef \u773c \u775b \u6cdb \u7ea2 \u773c \u7736 \u5185 \u76db \u6ee1 \u4e86 \u6cea \u6c34", | |
| "audio_duration_s": 4.895666666666667, | |
| "latency_s": 0.1682090712711215, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00118616-00000009", | |
| "is_success": true, | |
| "wer": 0.625, | |
| "ref_text": "\u96be\u9053\u4fbf\u5b9c\u7684\u836f\u6548\u679c\u4f1a\u6bd4\u8d35\u7684\u597d\u554a\uff0c\u5475\u5475\u3002", | |
| "hyp_text": "\u96e3\u9053\u5e73\u65e5\u8981\u4e0b\u934b\u6703\u6bd4\u8667\u7684\u597d\u55ce?\u5475\u5475", | |
| "ref_norm": "\u96be \u9053 \u4fbf \u5b9c \u7684 \u836f \u6548 \u679c \u4f1a \u6bd4 \u8d35 \u7684 \u597d \u554a \u5475 \u5475", | |
| "hyp_norm": "\u96e3 \u9053 \u5e73 \u65e5 \u8981 \u4e0b \u934b \u6703 \u6bd4 \u8667 \u7684 \u597d \u55ce \u5475 \u5475", | |
| "audio_duration_s": 4.282666666666667, | |
| "latency_s": 0.16007742006331682, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00118616-00000007", | |
| "is_success": true, | |
| "wer": 0.625, | |
| "ref_text": "\u96be\u9053\u4fbf\u5b9c\u7684\u836f\u6548\u679c\u4f1a\u6bd4\u8d35\u7684\u597d\u554a\uff0c\u5475\u5475\u3002", | |
| "hyp_text": "\u96e3\u9053\u5e73\u65e5\u8981\u4e0b\u934b\u6703\u6bd4\u8667\u7684\u597d\u55ce?\u5475\u5475", | |
| "ref_norm": "\u96be \u9053 \u4fbf \u5b9c \u7684 \u836f \u6548 \u679c \u4f1a \u6bd4 \u8d35 \u7684 \u597d \u554a \u5475 \u5475", | |
| "hyp_norm": "\u96e3 \u9053 \u5e73 \u65e5 \u8981 \u4e0b \u934b \u6703 \u6bd4 \u8667 \u7684 \u597d \u55ce \u5475 \u5475", | |
| "audio_duration_s": 4.282666666666667, | |
| "latency_s": 0.14688902348279953, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00118631-00000336", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\uff0c\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c\u3002", | |
| "hyp_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c", | |
| "ref_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "hyp_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "audio_duration_s": 4.314666666666667, | |
| "latency_s": 0.16202381998300552, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00118631-00000011", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\uff0c\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c\u3002", | |
| "hyp_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c", | |
| "ref_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "hyp_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "audio_duration_s": 4.314666666666667, | |
| "latency_s": 0.1731760809198022, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00118699-00000174", | |
| "is_success": true, | |
| "wer": 0.5294117647058824, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145\u3002", | |
| "hyp_text": "\u81ea\u52d5\u99d5\u99db\u5c07\u70ba\u73fe\u6709\u7684\u53f8\u6a5f\u904b\u529b\u63d0\u4f9b\u88dc\u5145", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "hyp_norm": "\u81ea \u52d5 \u99d5 \u99db \u5c07 \u70ba \u73fe \u6709 \u7684 \u53f8 \u6a5f \u904b \u529b \u63d0 \u4f9b \u88dc \u5145", | |
| "audio_duration_s": 4.526, | |
| "latency_s": 0.17595102451741695, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00118699-00000021", | |
| "is_success": true, | |
| "wer": 0.5294117647058824, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145\u3002", | |
| "hyp_text": "\u81ea\u52d5\u99d5\u99db\u5c07\u70ba\u73fe\u6709\u7684\u53f8\u6a5f\u904b\u529b\u63d0\u4f9b\u88dc\u5145", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "hyp_norm": "\u81ea \u52d5 \u99d5 \u99db \u5c07 \u70ba \u73fe \u6709 \u7684 \u53f8 \u6a5f \u904b \u529b \u63d0 \u4f9b \u88dc \u5145", | |
| "audio_duration_s": 4.526, | |
| "latency_s": 0.16844894643872976, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00012033-00000611", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4ea7\u4e1a\u4e92\u8054\u7f51\u65f6\u4ee3\uff0c\u9762\u4e34\u5f88\u591a\u5b89\u5168\u6311\u6218\u3002", | |
| "hyp_text": "\u4ea7\u4e1a\u4e92\u8054\u7f51\u65f6\u4ee3\u9762\u4e34\u5f88\u591a\u5b89\u5168\u6311\u6218", | |
| "ref_norm": "\u4ea7 \u4e1a \u4e92 \u8054 \u7f51 \u65f6 \u4ee3 \u9762 \u4e34 \u5f88 \u591a \u5b89 \u5168 \u6311 \u6218", | |
| "hyp_norm": "\u4ea7 \u4e1a \u4e92 \u8054 \u7f51 \u65f6 \u4ee3 \u9762 \u4e34 \u5f88 \u591a \u5b89 \u5168 \u6311 \u6218", | |
| "audio_duration_s": 4.176, | |
| "latency_s": 0.16909750644117594, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00012033-00000049", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4ea7\u4e1a\u4e92\u8054\u7f51\u65f6\u4ee3\uff0c\u9762\u4e34\u5f88\u591a\u5b89\u5168\u6311\u6218\u3002", | |
| "hyp_text": "\u4ea7\u4e1a\u4e92\u8054\u7f51\u65f6\u4ee3\u9762\u4e34\u5f88\u591a\u5b89\u5168\u6311\u6218", | |
| "ref_norm": "\u4ea7 \u4e1a \u4e92 \u8054 \u7f51 \u65f6 \u4ee3 \u9762 \u4e34 \u5f88 \u591a \u5b89 \u5168 \u6311 \u6218", | |
| "hyp_norm": "\u4ea7 \u4e1a \u4e92 \u8054 \u7f51 \u65f6 \u4ee3 \u9762 \u4e34 \u5f88 \u591a \u5b89 \u5168 \u6311 \u6218", | |
| "audio_duration_s": 4.176, | |
| "latency_s": 0.1501856716349721, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00122028-00000005", | |
| "is_success": true, | |
| "wer": 0.1875, | |
| "ref_text": "\u4e00\u70b9\u4e94\u516c\u91cc\u540e\uff0c\u53f3\u8f6c\u9a76\u5165\u4eac\u85cf\u9ad8\u901f\u8f85\u8def\u3002", | |
| "hyp_text": "1.5\u516c\u91cc\u540e\u53f3\u8f6c\u9a76\u5165\u4eac\u85cf\u9ad8\u901f\u8f85\u8def", | |
| "ref_norm": "\u4e00 \u70b9 \u4e94 \u516c \u91cc \u540e \u53f3 \u8f6c \u9a76 \u5165 \u4eac \u85cf \u9ad8 \u901f \u8f85 \u8def", | |
| "hyp_norm": "1 5 \u516c \u91cc \u540e \u53f3 \u8f6c \u9a76 \u5165 \u4eac \u85cf \u9ad8 \u901f \u8f85 \u8def", | |
| "audio_duration_s": 4.570666666666667, | |
| "latency_s": 0.17258445732295513, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00122028-00000040", | |
| "is_success": true, | |
| "wer": 0.1875, | |
| "ref_text": "\u4e00\u70b9\u4e94\u516c\u91cc\u540e\uff0c\u53f3\u8f6c\u9a76\u5165\u4eac\u85cf\u9ad8\u901f\u8f85\u8def\u3002", | |
| "hyp_text": "1.5\u516c\u91cc\u540e\u53f3\u8f6c\u9a76\u5165\u4eac\u85cf\u9ad8\u901f\u8f85\u8def", | |
| "ref_norm": "\u4e00 \u70b9 \u4e94 \u516c \u91cc \u540e \u53f3 \u8f6c \u9a76 \u5165 \u4eac \u85cf \u9ad8 \u901f \u8f85 \u8def", | |
| "hyp_norm": "1 5 \u516c \u91cc \u540e \u53f3 \u8f6c \u9a76 \u5165 \u4eac \u85cf \u9ad8 \u901f \u8f85 \u8def", | |
| "audio_duration_s": 4.570666666666667, | |
| "latency_s": 0.17587040551006794, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00122035-00000040", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8bb8\u591a\u611f\u67d3\u8005\u53d1\u5c55\u6210\u547c\u5438\u56f0\u96be\uff0c\u8870\u7aed\u6b7b\u4ea1\u3002", | |
| "hyp_text": "\u8bb8\u591a\u611f\u67d3\u8005\u53d1\u5c55\u6210\u547c\u5438\u56f0\u96be\u3001\u8870\u7aed\u6b7b\u4ea1", | |
| "ref_norm": "\u8bb8 \u591a \u611f \u67d3 \u8005 \u53d1 \u5c55 \u6210 \u547c \u5438 \u56f0 \u96be \u8870 \u7aed \u6b7b \u4ea1", | |
| "hyp_norm": "\u8bb8 \u591a \u611f \u67d3 \u8005 \u53d1 \u5c55 \u6210 \u547c \u5438 \u56f0 \u96be \u8870 \u7aed \u6b7b \u4ea1", | |
| "audio_duration_s": 4.8533333333333335, | |
| "latency_s": 0.1713797589763999, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00122035-00000044", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8bb8\u591a\u611f\u67d3\u8005\u53d1\u5c55\u6210\u547c\u5438\u56f0\u96be\uff0c\u8870\u7aed\u6b7b\u4ea1\u3002", | |
| "hyp_text": "\u8bb8\u591a\u611f\u67d3\u8005\u53d1\u5c55\u6210\u547c\u5438\u56f0\u96be\u3001\u8870\u7aed\u6b7b\u4ea1", | |
| "ref_norm": "\u8bb8 \u591a \u611f \u67d3 \u8005 \u53d1 \u5c55 \u6210 \u547c \u5438 \u56f0 \u96be \u8870 \u7aed \u6b7b \u4ea1", | |
| "hyp_norm": "\u8bb8 \u591a \u611f \u67d3 \u8005 \u53d1 \u5c55 \u6210 \u547c \u5438 \u56f0 \u96be \u8870 \u7aed \u6b7b \u4ea1", | |
| "audio_duration_s": 4.8533333333333335, | |
| "latency_s": 0.1706005772575736, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00122042-00000006", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6838\u5fc3\u8981\u70b9\u662f\u4e0d\u65ad\u4e86\u89e3\u81ea\u8eab\uff0c\u7406\u6e05\u76ee\u6807\u3002", | |
| "hyp_text": "\u6838\u5fc3\u8981\u70b9\u662f\u4e0d\u65ad\u4e86\u89e3\u81ea\u8eab,\u7406\u6e05\u76ee\u6807\u3002", | |
| "ref_norm": "\u6838 \u5fc3 \u8981 \u70b9 \u662f \u4e0d \u65ad \u4e86 \u89e3 \u81ea \u8eab \u7406 \u6e05 \u76ee \u6807", | |
| "hyp_norm": "\u6838 \u5fc3 \u8981 \u70b9 \u662f \u4e0d \u65ad \u4e86 \u89e3 \u81ea \u8eab \u7406 \u6e05 \u76ee \u6807", | |
| "audio_duration_s": 4.029, | |
| "latency_s": 0.14811881817877293, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00122042-00000010", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6838\u5fc3\u8981\u70b9\u662f\u4e0d\u65ad\u4e86\u89e3\u81ea\u8eab\uff0c\u7406\u6e05\u76ee\u6807\u3002", | |
| "hyp_text": "\u6838\u5fc3\u8981\u70b9\u662f\u4e0d\u65ad\u4e86\u89e3\u81ea\u8eab,\u7406\u6e05\u76ee\u6807\u3002", | |
| "ref_norm": "\u6838 \u5fc3 \u8981 \u70b9 \u662f \u4e0d \u65ad \u4e86 \u89e3 \u81ea \u8eab \u7406 \u6e05 \u76ee \u6807", | |
| "hyp_norm": "\u6838 \u5fc3 \u8981 \u70b9 \u662f \u4e0d \u65ad \u4e86 \u89e3 \u81ea \u8eab \u7406 \u6e05 \u76ee \u6807", | |
| "audio_duration_s": 4.029, | |
| "latency_s": 0.16097127366811037, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00122078-00000039", | |
| "is_success": true, | |
| "wer": 0.05263157894736842, | |
| "ref_text": "\u4e4b\u540e\uff0c\u4ed6\u8003\u53d6\u5bfc\u6e38\u8bc1\uff0c\u6210\u4e3a\u62f1\u5317\u53e3\u5cb8\u4e2d\u65c5\u7684\u5bfc\u6e38\u3002", | |
| "hyp_text": "\u4e4b\u540e\u4ed6\u8003\u53d6\u5bfc\u6e38\u8bc1,\u6210\u4e3a\u5de9\u5317\u53e3\u5cb8\u4e2d\u65c5\u7684\u5bfc\u6e38\u3002", | |
| "ref_norm": "\u4e4b \u540e \u4ed6 \u8003 \u53d6 \u5bfc \u6e38 \u8bc1 \u6210 \u4e3a \u62f1 \u5317 \u53e3 \u5cb8 \u4e2d \u65c5 \u7684 \u5bfc \u6e38", | |
| "hyp_norm": "\u4e4b \u540e \u4ed6 \u8003 \u53d6 \u5bfc \u6e38 \u8bc1 \u6210 \u4e3a \u5de9 \u5317 \u53e3 \u5cb8 \u4e2d \u65c5 \u7684 \u5bfc \u6e38", | |
| "audio_duration_s": 4.822, | |
| "latency_s": 0.20345824118703604, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00122078-00000130", | |
| "is_success": true, | |
| "wer": 0.05263157894736842, | |
| "ref_text": "\u4e4b\u540e\uff0c\u4ed6\u8003\u53d6\u5bfc\u6e38\u8bc1\uff0c\u6210\u4e3a\u62f1\u5317\u53e3\u5cb8\u4e2d\u65c5\u7684\u5bfc\u6e38\u3002", | |
| "hyp_text": "\u4e4b\u540e\u4ed6\u8003\u53d6\u5bfc\u6e38\u8bc1,\u6210\u4e3a\u5de9\u5317\u53e3\u5cb8\u4e2d\u65c5\u7684\u5bfc\u6e38\u3002", | |
| "ref_norm": "\u4e4b \u540e \u4ed6 \u8003 \u53d6 \u5bfc \u6e38 \u8bc1 \u6210 \u4e3a \u62f1 \u5317 \u53e3 \u5cb8 \u4e2d \u65c5 \u7684 \u5bfc \u6e38", | |
| "hyp_norm": "\u4e4b \u540e \u4ed6 \u8003 \u53d6 \u5bfc \u6e38 \u8bc1 \u6210 \u4e3a \u5de9 \u5317 \u53e3 \u5cb8 \u4e2d \u65c5 \u7684 \u5bfc \u6e38", | |
| "audio_duration_s": 4.822, | |
| "latency_s": 0.20053130574524403, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00012279-00000123", | |
| "is_success": true, | |
| "wer": 0.25, | |
| "ref_text": "\u4e00\u70b9\u4e94\u516c\u91cc\u540e\uff0c\u53f3\u8f6c\u9a76\u5165\u4eac\u85cf\u9ad8\u901f\u8f85\u8def\u3002", | |
| "hyp_text": "1.5\u516c\u91cc\u540e,\u53f3\u8f6c\u65f6\u5165\u4eac\u85cf\u9ad8\u901f\u8f85\u8def", | |
| "ref_norm": "\u4e00 \u70b9 \u4e94 \u516c \u91cc \u540e \u53f3 \u8f6c \u9a76 \u5165 \u4eac \u85cf \u9ad8 \u901f \u8f85 \u8def", | |
| "hyp_norm": "1 5 \u516c \u91cc \u540e \u53f3 \u8f6c \u65f6 \u5165 \u4eac \u85cf \u9ad8 \u901f \u8f85 \u8def", | |
| "audio_duration_s": 4.490666666666667, | |
| "latency_s": 0.16825602017343044, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00012279-00000006", | |
| "is_success": true, | |
| "wer": 0.25, | |
| "ref_text": "\u4e00\u70b9\u4e94\u516c\u91cc\u540e\uff0c\u53f3\u8f6c\u9a76\u5165\u4eac\u85cf\u9ad8\u901f\u8f85\u8def\u3002", | |
| "hyp_text": "1.5\u516c\u91cc\u540e,\u53f3\u8f6c\u65f6\u5165\u4eac\u85cf\u9ad8\u901f\u8f85\u8def", | |
| "ref_norm": "\u4e00 \u70b9 \u4e94 \u516c \u91cc \u540e \u53f3 \u8f6c \u9a76 \u5165 \u4eac \u85cf \u9ad8 \u901f \u8f85 \u8def", | |
| "hyp_norm": "1 5 \u516c \u91cc \u540e \u53f3 \u8f6c \u65f6 \u5165 \u4eac \u85cf \u9ad8 \u901f \u8f85 \u8def", | |
| "audio_duration_s": 4.490666666666667, | |
| "latency_s": 0.14114785101264715, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00012297-00000016", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8425\u9020\u5b81\u9759\u548c\u5e73\u7684\u7f51\u7edc\u5b89\u5168\u7a7a\u95f4\u3002", | |
| "hyp_text": "\u8425\u9020\u5b81\u9759\u548c\u5e73\u7684\u7f51\u7edc\u5b89\u5168\u7a7a\u95f4", | |
| "ref_norm": "\u8425 \u9020 \u5b81 \u9759 \u548c \u5e73 \u7684 \u7f51 \u7edc \u5b89 \u5168 \u7a7a \u95f4", | |
| "hyp_norm": "\u8425 \u9020 \u5b81 \u9759 \u548c \u5e73 \u7684 \u7f51 \u7edc \u5b89 \u5168 \u7a7a \u95f4", | |
| "audio_duration_s": 4.185, | |
| "latency_s": 0.13101166114211082, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00012297-00000029", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8425\u9020\u5b81\u9759\u548c\u5e73\u7684\u7f51\u7edc\u5b89\u5168\u7a7a\u95f4\u3002", | |
| "hyp_text": "\u8425\u9020\u5b81\u9759\u548c\u5e73\u7684\u7f51\u7edc\u5b89\u5168\u7a7a\u95f4", | |
| "ref_norm": "\u8425 \u9020 \u5b81 \u9759 \u548c \u5e73 \u7684 \u7f51 \u7edc \u5b89 \u5168 \u7a7a \u95f4", | |
| "hyp_norm": "\u8425 \u9020 \u5b81 \u9759 \u548c \u5e73 \u7684 \u7f51 \u7edc \u5b89 \u5168 \u7a7a \u95f4", | |
| "audio_duration_s": 4.185, | |
| "latency_s": 0.13249489571899176, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00012349-00000616", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145\u3002", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "audio_duration_s": 4.042666666666666, | |
| "latency_s": 0.15361404325813055, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00012349-00000175", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145\u3002", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "audio_duration_s": 4.042666666666666, | |
| "latency_s": 0.1484343223273754, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00012522-00000155", | |
| "is_success": true, | |
| "wer": 0.09523809523809523, | |
| "ref_text": "\u4e00\u526f\u5de8\u5927\u7684\u5bf9\u8054\u8d34\uff0c\u5728\u62c9\u8428\u5e02\u6c34\u6ce5\u5382\u793c\u5802\u7684\u95e8\u67f1\u4e0a\u3002", | |
| "hyp_text": "\u4e00\u5e45\u5de8\u5927\u7684\u5bf9\u8054\u8d34\u5728\u62c9\u8428\u5bfa\u6c34\u6ce5\u5382\u793c\u5802\u7684\u95e8\u67f1\u4e0a", | |
| "ref_norm": "\u4e00 \u526f \u5de8 \u5927 \u7684 \u5bf9 \u8054 \u8d34 \u5728 \u62c9 \u8428 \u5e02 \u6c34 \u6ce5 \u5382 \u793c \u5802 \u7684 \u95e8 \u67f1 \u4e0a", | |
| "hyp_norm": "\u4e00 \u5e45 \u5de8 \u5927 \u7684 \u5bf9 \u8054 \u8d34 \u5728 \u62c9 \u8428 \u5bfa \u6c34 \u6ce5 \u5382 \u793c \u5802 \u7684 \u95e8 \u67f1 \u4e0a", | |
| "audio_duration_s": 6.554666666666667, | |
| "latency_s": 0.1746671199798584, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00012522-00000156", | |
| "is_success": true, | |
| "wer": 0.09523809523809523, | |
| "ref_text": "\u4e00\u526f\u5de8\u5927\u7684\u5bf9\u8054\u8d34\uff0c\u5728\u62c9\u8428\u5e02\u6c34\u6ce5\u5382\u793c\u5802\u7684\u95e8\u67f1\u4e0a\u3002", | |
| "hyp_text": "\u4e00\u5e45\u5de8\u5927\u7684\u5bf9\u8054\u8d34\u5728\u62c9\u8428\u5bfa\u6c34\u6ce5\u5382\u793c\u5802\u7684\u95e8\u67f1\u4e0a", | |
| "ref_norm": "\u4e00 \u526f \u5de8 \u5927 \u7684 \u5bf9 \u8054 \u8d34 \u5728 \u62c9 \u8428 \u5e02 \u6c34 \u6ce5 \u5382 \u793c \u5802 \u7684 \u95e8 \u67f1 \u4e0a", | |
| "hyp_norm": "\u4e00 \u5e45 \u5de8 \u5927 \u7684 \u5bf9 \u8054 \u8d34 \u5728 \u62c9 \u8428 \u5bfa \u6c34 \u6ce5 \u5382 \u793c \u5802 \u7684 \u95e8 \u67f1 \u4e0a", | |
| "audio_duration_s": 6.554666666666667, | |
| "latency_s": 0.18299289233982563, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00012577-00000019", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "audio_duration_s": 5.04, | |
| "latency_s": 0.160239540040493, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00012577-00000009", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "audio_duration_s": 5.04, | |
| "latency_s": 0.16408313997089863, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00012581-00000033", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8981\u4fdd\u6301\u72ec\u7acb\u601d\u8003\uff0c\u7ed3\u6784\u5316\u601d\u7ef4\u3002", | |
| "hyp_text": "\u8981\u4fdd\u6301\u72ec\u7acb\u601d\u8003\u7ed3\u6784\u5316\u601d\u7ef4", | |
| "ref_norm": "\u8981 \u4fdd \u6301 \u72ec \u7acb \u601d \u8003 \u7ed3 \u6784 \u5316 \u601d \u7ef4", | |
| "hyp_norm": "\u8981 \u4fdd \u6301 \u72ec \u7acb \u601d \u8003 \u7ed3 \u6784 \u5316 \u601d \u7ef4", | |
| "audio_duration_s": 4.330666666666667, | |
| "latency_s": 0.12508885376155376, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00012581-00000300", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8981\u4fdd\u6301\u72ec\u7acb\u601d\u8003\uff0c\u7ed3\u6784\u5316\u601d\u7ef4\u3002", | |
| "hyp_text": "\u8981\u4fdd\u6301\u72ec\u7acb\u601d\u8003\u7ed3\u6784\u5316\u601d\u7ef4", | |
| "ref_norm": "\u8981 \u4fdd \u6301 \u72ec \u7acb \u601d \u8003 \u7ed3 \u6784 \u5316 \u601d \u7ef4", | |
| "hyp_norm": "\u8981 \u4fdd \u6301 \u72ec \u7acb \u601d \u8003 \u7ed3 \u6784 \u5316 \u601d \u7ef4", | |
| "audio_duration_s": 4.330666666666667, | |
| "latency_s": 0.1442590281367302, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00012596-00000009", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f53\u9a8c\u786e\u5b9e\u662f\u4e3b\u89c2\u7684\uff0c\u65e0\u6cd5\u88ab\u91cf\u5316\u3002", | |
| "hyp_text": "\u4f53\u9a8c\u786e\u5b9e\u662f\u4e3b\u89c2\u7684\u65e0\u6cd5\u88ab\u91cf\u5316", | |
| "ref_norm": "\u4f53 \u9a8c \u786e \u5b9e \u662f \u4e3b \u89c2 \u7684 \u65e0 \u6cd5 \u88ab \u91cf \u5316", | |
| "hyp_norm": "\u4f53 \u9a8c \u786e \u5b9e \u662f \u4e3b \u89c2 \u7684 \u65e0 \u6cd5 \u88ab \u91cf \u5316", | |
| "audio_duration_s": 4.613333333333333, | |
| "latency_s": 0.13000442646443844, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00012596-00000288", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f53\u9a8c\u786e\u5b9e\u662f\u4e3b\u89c2\u7684\uff0c\u65e0\u6cd5\u88ab\u91cf\u5316\u3002", | |
| "hyp_text": "\u4f53\u9a8c\u786e\u5b9e\u662f\u4e3b\u89c2\u7684\u65e0\u6cd5\u88ab\u91cf\u5316", | |
| "ref_norm": "\u4f53 \u9a8c \u786e \u5b9e \u662f \u4e3b \u89c2 \u7684 \u65e0 \u6cd5 \u88ab \u91cf \u5316", | |
| "hyp_norm": "\u4f53 \u9a8c \u786e \u5b9e \u662f \u4e3b \u89c2 \u7684 \u65e0 \u6cd5 \u88ab \u91cf \u5316", | |
| "audio_duration_s": 4.613333333333333, | |
| "latency_s": 0.13795014563947916, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00012603-00000065", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5317\u4eac\u5728\u51fa\u884c\u89c4\u6a21\uff0c\u57ce\u5e02\u5f71\u54cd\u529b\u65b9\u9762\u8868\u73b0\u4f18\u5f02\u3002", | |
| "hyp_text": "\u5317\u4eac\u5728\u51fa\u884c\u89c4\u6a21\u57ce\u5e02\u5f71\u54cd\u529b\u65b9\u9762\u8868\u73b0\u4f18\u5f02", | |
| "ref_norm": "\u5317 \u4eac \u5728 \u51fa \u884c \u89c4 \u6a21 \u57ce \u5e02 \u5f71 \u54cd \u529b \u65b9 \u9762 \u8868 \u73b0 \u4f18 \u5f02", | |
| "hyp_norm": "\u5317 \u4eac \u5728 \u51fa \u884c \u89c4 \u6a21 \u57ce \u5e02 \u5f71 \u54cd \u529b \u65b9 \u9762 \u8868 \u73b0 \u4f18 \u5f02", | |
| "audio_duration_s": 4.181333333333333, | |
| "latency_s": 0.131761628203094, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00012603-00000006", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5317\u4eac\u5728\u51fa\u884c\u89c4\u6a21\uff0c\u57ce\u5e02\u5f71\u54cd\u529b\u65b9\u9762\u8868\u73b0\u4f18\u5f02\u3002", | |
| "hyp_text": "\u5317\u4eac\u5728\u51fa\u884c\u89c4\u6a21\u57ce\u5e02\u5f71\u54cd\u529b\u65b9\u9762\u8868\u73b0\u4f18\u5f02", | |
| "ref_norm": "\u5317 \u4eac \u5728 \u51fa \u884c \u89c4 \u6a21 \u57ce \u5e02 \u5f71 \u54cd \u529b \u65b9 \u9762 \u8868 \u73b0 \u4f18 \u5f02", | |
| "hyp_norm": "\u5317 \u4eac \u5728 \u51fa \u884c \u89c4 \u6a21 \u57ce \u5e02 \u5f71 \u54cd \u529b \u65b9 \u9762 \u8868 \u73b0 \u4f18 \u5f02", | |
| "audio_duration_s": 4.181333333333333, | |
| "latency_s": 0.14564284775406122, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00012714-00000174", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\uff0c\u5c06\u4f60\u5b89\u5168\u5411\u7231\u3002", | |
| "hyp_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\u5c06\u4f60\u5b89\u5168\u5411\u7231", | |
| "ref_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5411 \u7231", | |
| "hyp_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5411 \u7231", | |
| "audio_duration_s": 4.881666666666667, | |
| "latency_s": 0.10907090175896883, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00012714-00000035", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\uff0c\u5c06\u4f60\u5b89\u5168\u5411\u7231\u3002", | |
| "hyp_text": "\u4e58\u8f66\u7cfb\u597d\u5b89\u5168\u5e26\u5c06\u4f60\u5b89\u5168\u5411\u7231", | |
| "ref_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5411 \u7231", | |
| "hyp_norm": "\u4e58 \u8f66 \u7cfb \u597d \u5b89 \u5168 \u5e26 \u5c06 \u4f60 \u5b89 \u5168 \u5411 \u7231", | |
| "audio_duration_s": 4.881666666666667, | |
| "latency_s": 0.11240082234144211, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00012910-00000018", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u9996\u5148\uff0c\u6162\u70ed\u7684\u8001\u6bdb\u75c5\u6ca1\u6709\u6539\u89c2\u3002", | |
| "hyp_text": "\u9996\u5148,\u6162\u70ed\u7684\u8001\u6bdb\u75c5\u6ca1\u6709\u6539\u89c2", | |
| "ref_norm": "\u9996 \u5148 \u6162 \u70ed \u7684 \u8001 \u6bdb \u75c5 \u6ca1 \u6709 \u6539 \u89c2", | |
| "hyp_norm": "\u9996 \u5148 \u6162 \u70ed \u7684 \u8001 \u6bdb \u75c5 \u6ca1 \u6709 \u6539 \u89c2", | |
| "audio_duration_s": 5.504, | |
| "latency_s": 0.0970289558172226, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00012910-00000037", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u9996\u5148\uff0c\u6162\u70ed\u7684\u8001\u6bdb\u75c5\u6ca1\u6709\u6539\u89c2\u3002", | |
| "hyp_text": "\u9996\u5148,\u6162\u70ed\u7684\u8001\u6bdb\u75c5\u6ca1\u6709\u6539\u89c2", | |
| "ref_norm": "\u9996 \u5148 \u6162 \u70ed \u7684 \u8001 \u6bdb \u75c5 \u6ca1 \u6709 \u6539 \u89c2", | |
| "hyp_norm": "\u9996 \u5148 \u6162 \u70ed \u7684 \u8001 \u6bdb \u75c5 \u6ca1 \u6709 \u6539 \u89c2", | |
| "audio_duration_s": 5.504, | |
| "latency_s": 0.1056017940863967, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013044-00000449", | |
| "is_success": true, | |
| "wer": 0.2, | |
| "ref_text": "\u9762\u8bd5\u5931\u8d25\uff0c\u8ba9\u8ba9\u67d0\u5218\u67d0\u8ba9\u5c0f\u4e3d\u7b49\u7b49\u770b\u3002", | |
| "hyp_text": "\u9762\u8bd5\u5931\u8d25\u8ba9\u5218\u67d0\u8ba9\u5c0f\u674e\u7b49\u7b49\u770b", | |
| "ref_norm": "\u9762 \u8bd5 \u5931 \u8d25 \u8ba9 \u8ba9 \u67d0 \u5218 \u67d0 \u8ba9 \u5c0f \u4e3d \u7b49 \u7b49 \u770b", | |
| "hyp_norm": "\u9762 \u8bd5 \u5931 \u8d25 \u8ba9 \u5218 \u67d0 \u8ba9 \u5c0f \u674e \u7b49 \u7b49 \u770b", | |
| "audio_duration_s": 5.989333333333334, | |
| "latency_s": 0.12926886696368456, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013044-00000102", | |
| "is_success": true, | |
| "wer": 0.2, | |
| "ref_text": "\u9762\u8bd5\u5931\u8d25\uff0c\u8ba9\u8ba9\u67d0\u5218\u67d0\u8ba9\u5c0f\u4e3d\u7b49\u7b49\u770b\u3002", | |
| "hyp_text": "\u9762\u8bd5\u5931\u8d25\u8ba9\u5218\u67d0\u8ba9\u5c0f\u674e\u7b49\u7b49\u770b", | |
| "ref_norm": "\u9762 \u8bd5 \u5931 \u8d25 \u8ba9 \u8ba9 \u67d0 \u5218 \u67d0 \u8ba9 \u5c0f \u4e3d \u7b49 \u7b49 \u770b", | |
| "hyp_norm": "\u9762 \u8bd5 \u5931 \u8d25 \u8ba9 \u5218 \u67d0 \u8ba9 \u5c0f \u674e \u7b49 \u7b49 \u770b", | |
| "audio_duration_s": 5.989333333333334, | |
| "latency_s": 0.125697560608387, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013068-00000119", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\uff0c\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c\u3002", | |
| "hyp_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c", | |
| "ref_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "hyp_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "audio_duration_s": 4.07, | |
| "latency_s": 0.15720750112086535, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013068-00000048", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\uff0c\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c\u3002", | |
| "hyp_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c", | |
| "ref_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "hyp_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "audio_duration_s": 4.07, | |
| "latency_s": 0.1585600133985281, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013098-00000163", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8425\u9020\u5b81\u9759\u548c\u5e73\u7684\u7f51\u7edc\u5b89\u5168\u7a7a\u95f4\u3002", | |
| "hyp_text": "\u8425\u9020\u5b81\u9759\u548c\u5e73\u7684\u7f51\u7edc\u5b89\u5168\u7a7a\u95f4", | |
| "ref_norm": "\u8425 \u9020 \u5b81 \u9759 \u548c \u5e73 \u7684 \u7f51 \u7edc \u5b89 \u5168 \u7a7a \u95f4", | |
| "hyp_norm": "\u8425 \u9020 \u5b81 \u9759 \u548c \u5e73 \u7684 \u7f51 \u7edc \u5b89 \u5168 \u7a7a \u95f4", | |
| "audio_duration_s": 4.026666666666666, | |
| "latency_s": 0.12919284589588642, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013098-00000981", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8425\u9020\u5b81\u9759\u548c\u5e73\u7684\u7f51\u7edc\u5b89\u5168\u7a7a\u95f4\u3002", | |
| "hyp_text": "\u8425\u9020\u5b81\u9759\u548c\u5e73\u7684\u7f51\u7edc\u5b89\u5168\u7a7a\u95f4", | |
| "ref_norm": "\u8425 \u9020 \u5b81 \u9759 \u548c \u5e73 \u7684 \u7f51 \u7edc \u5b89 \u5168 \u7a7a \u95f4", | |
| "hyp_norm": "\u8425 \u9020 \u5b81 \u9759 \u548c \u5e73 \u7684 \u7f51 \u7edc \u5b89 \u5168 \u7a7a \u95f4", | |
| "audio_duration_s": 4.026666666666666, | |
| "latency_s": 0.13393606152385473, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013124-00000063", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5982\u4eca\u9ad8\u5cf0\u6709\u4e86\u65b0\u6b22\uff0c\u5c31\u5c06\u65e7\u7231\u5f7b\u5e95\u62b9\u6740\u3002", | |
| "hyp_text": "\u5982\u4eca\u9ad8\u5cf0\u6709\u4e86\u65b0\u6b22\u5c31\u5c06\u65e7\u7231\u5f7b\u5e95\u62b9\u6740", | |
| "ref_norm": "\u5982 \u4eca \u9ad8 \u5cf0 \u6709 \u4e86 \u65b0 \u6b22 \u5c31 \u5c06 \u65e7 \u7231 \u5f7b \u5e95 \u62b9 \u6740", | |
| "hyp_norm": "\u5982 \u4eca \u9ad8 \u5cf0 \u6709 \u4e86 \u65b0 \u6b22 \u5c31 \u5c06 \u65e7 \u7231 \u5f7b \u5e95 \u62b9 \u6740", | |
| "audio_duration_s": 4.1226666666666665, | |
| "latency_s": 0.155497788451612, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013124-00000049", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5982\u4eca\u9ad8\u5cf0\u6709\u4e86\u65b0\u6b22\uff0c\u5c31\u5c06\u65e7\u7231\u5f7b\u5e95\u62b9\u6740\u3002", | |
| "hyp_text": "\u5982\u4eca\u9ad8\u5cf0\u6709\u4e86\u65b0\u6b22\u5c31\u5c06\u65e7\u7231\u5f7b\u5e95\u62b9\u6740", | |
| "ref_norm": "\u5982 \u4eca \u9ad8 \u5cf0 \u6709 \u4e86 \u65b0 \u6b22 \u5c31 \u5c06 \u65e7 \u7231 \u5f7b \u5e95 \u62b9 \u6740", | |
| "hyp_norm": "\u5982 \u4eca \u9ad8 \u5cf0 \u6709 \u4e86 \u65b0 \u6b22 \u5c31 \u5c06 \u65e7 \u7231 \u5f7b \u5e95 \u62b9 \u6740", | |
| "audio_duration_s": 4.1226666666666665, | |
| "latency_s": 0.15174677968025208, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013265-00000622", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4ed6\u770b\u89c1\u661f\u661f\u95ea\u5149\uff0c\u53c8\u5927\u53c8\u660e\u4eae\u3002", | |
| "hyp_text": "\u4ed6\u770b\u89c1\u661f\u661f\u95ea\u5149\u53c8\u5927\u53c8\u660e\u4eae", | |
| "ref_norm": "\u4ed6 \u770b \u89c1 \u661f \u661f \u95ea \u5149 \u53c8 \u5927 \u53c8 \u660e \u4eae", | |
| "hyp_norm": "\u4ed6 \u770b \u89c1 \u661f \u661f \u95ea \u5149 \u53c8 \u5927 \u53c8 \u660e \u4eae", | |
| "audio_duration_s": 4.608, | |
| "latency_s": 0.1180172823369503, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013265-00000021", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4ed6\u770b\u89c1\u661f\u661f\u95ea\u5149\uff0c\u53c8\u5927\u53c8\u660e\u4eae\u3002", | |
| "hyp_text": "\u4ed6\u770b\u89c1\u661f\u661f\u95ea\u5149\u53c8\u5927\u53c8\u660e\u4eae", | |
| "ref_norm": "\u4ed6 \u770b \u89c1 \u661f \u661f \u95ea \u5149 \u53c8 \u5927 \u53c8 \u660e \u4eae", | |
| "hyp_norm": "\u4ed6 \u770b \u89c1 \u661f \u661f \u95ea \u5149 \u53c8 \u5927 \u53c8 \u660e \u4eae", | |
| "audio_duration_s": 4.608, | |
| "latency_s": 0.10981173254549503, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013281-00000301", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8425\u9020\u5b81\u9759\u548c\u5e73\u7684\u7f51\u7edc\u5b89\u5168\u7a7a\u95f4\u3002", | |
| "hyp_text": "\u8425\u9020\u5b81\u9759\u548c\u5e73\u7684\u7f51\u7edc\u5b89\u5168\u7a7a\u95f4", | |
| "ref_norm": "\u8425 \u9020 \u5b81 \u9759 \u548c \u5e73 \u7684 \u7f51 \u7edc \u5b89 \u5168 \u7a7a \u95f4", | |
| "hyp_norm": "\u8425 \u9020 \u5b81 \u9759 \u548c \u5e73 \u7684 \u7f51 \u7edc \u5b89 \u5168 \u7a7a \u95f4", | |
| "audio_duration_s": 4.986666666666666, | |
| "latency_s": 0.14628335181623697, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013281-00000731", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8425\u9020\u5b81\u9759\u548c\u5e73\u7684\u7f51\u7edc\u5b89\u5168\u7a7a\u95f4\u3002", | |
| "hyp_text": "\u8425\u9020\u5b81\u9759\u548c\u5e73\u7684\u7f51\u7edc\u5b89\u5168\u7a7a\u95f4", | |
| "ref_norm": "\u8425 \u9020 \u5b81 \u9759 \u548c \u5e73 \u7684 \u7f51 \u7edc \u5b89 \u5168 \u7a7a \u95f4", | |
| "hyp_norm": "\u8425 \u9020 \u5b81 \u9759 \u548c \u5e73 \u7684 \u7f51 \u7edc \u5b89 \u5168 \u7a7a \u95f4", | |
| "audio_duration_s": 4.986666666666666, | |
| "latency_s": 0.1294466955587268, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013311-00000039", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "audio_duration_s": 4.277333333333333, | |
| "latency_s": 0.17029359005391598, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013311-00000360", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u4e3a\u73b0\u6709\u7684\u53f8\u673a\u8fd0\u529b\u63d0\u4f9b\u8865\u5145", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u4e3a \u73b0 \u6709 \u7684 \u53f8 \u673a \u8fd0 \u529b \u63d0 \u4f9b \u8865 \u5145", | |
| "audio_duration_s": 4.277333333333333, | |
| "latency_s": 0.15714478492736816, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013317-00000006", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5973\u6027\u53ef\u4ee5\u6210\u4e3a\u6210\u529f\u7684\u79d1\u5b66\u5bb6\uff0c\u5de5\u7a0b\u5e08\u548c\u7a0b\u5e8f\u5458\u3002", | |
| "hyp_text": "\u5973\u6027\u53ef\u4ee5\u6210\u4e3a\u6210\u529f\u7684\u79d1\u5b66\u5bb6\u5de5\u7a0b\u5e08\u548c\u7a0b\u5e8f\u5458", | |
| "ref_norm": "\u5973 \u6027 \u53ef \u4ee5 \u6210 \u4e3a \u6210 \u529f \u7684 \u79d1 \u5b66 \u5bb6 \u5de5 \u7a0b \u5e08 \u548c \u7a0b \u5e8f \u5458", | |
| "hyp_norm": "\u5973 \u6027 \u53ef \u4ee5 \u6210 \u4e3a \u6210 \u529f \u7684 \u79d1 \u5b66 \u5bb6 \u5de5 \u7a0b \u5e08 \u548c \u7a0b \u5e8f \u5458", | |
| "audio_duration_s": 5.12, | |
| "latency_s": 0.15402839984744787, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013317-00000648", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5973\u6027\u53ef\u4ee5\u6210\u4e3a\u6210\u529f\u7684\u79d1\u5b66\u5bb6\uff0c\u5de5\u7a0b\u5e08\u548c\u7a0b\u5e8f\u5458\u3002", | |
| "hyp_text": "\u5973\u6027\u53ef\u4ee5\u6210\u4e3a\u6210\u529f\u7684\u79d1\u5b66\u5bb6\u5de5\u7a0b\u5e08\u548c\u7a0b\u5e8f\u5458", | |
| "ref_norm": "\u5973 \u6027 \u53ef \u4ee5 \u6210 \u4e3a \u6210 \u529f \u7684 \u79d1 \u5b66 \u5bb6 \u5de5 \u7a0b \u5e08 \u548c \u7a0b \u5e8f \u5458", | |
| "hyp_norm": "\u5973 \u6027 \u53ef \u4ee5 \u6210 \u4e3a \u6210 \u529f \u7684 \u79d1 \u5b66 \u5bb6 \u5de5 \u7a0b \u5e08 \u548c \u7a0b \u5e8f \u5458", | |
| "audio_duration_s": 5.12, | |
| "latency_s": 0.13511874806135893, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013338-00000009", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6253\u9020\u66f4\u8d34\u5fc3\uff0c\u66f4\u7ec6\u81f4\u7684\u4e2a\u6027\u5316\u670d\u52a1\u3002", | |
| "hyp_text": "\u6253\u9020\u66f4\u8d34\u5fc3\u66f4\u7ec6\u81f4\u7684\u4e2a\u6027\u5316\u670d\u52a1", | |
| "ref_norm": "\u6253 \u9020 \u66f4 \u8d34 \u5fc3 \u66f4 \u7ec6 \u81f4 \u7684 \u4e2a \u6027 \u5316 \u670d \u52a1", | |
| "hyp_norm": "\u6253 \u9020 \u66f4 \u8d34 \u5fc3 \u66f4 \u7ec6 \u81f4 \u7684 \u4e2a \u6027 \u5316 \u670d \u52a1", | |
| "audio_duration_s": 5.002666666666666, | |
| "latency_s": 0.1492428770288825, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013338-00000044", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6253\u9020\u66f4\u8d34\u5fc3\uff0c\u66f4\u7ec6\u81f4\u7684\u4e2a\u6027\u5316\u670d\u52a1\u3002", | |
| "hyp_text": "\u6253\u9020\u66f4\u8d34\u5fc3\u66f4\u7ec6\u81f4\u7684\u4e2a\u6027\u5316\u670d\u52a1", | |
| "ref_norm": "\u6253 \u9020 \u66f4 \u8d34 \u5fc3 \u66f4 \u7ec6 \u81f4 \u7684 \u4e2a \u6027 \u5316 \u670d \u52a1", | |
| "hyp_norm": "\u6253 \u9020 \u66f4 \u8d34 \u5fc3 \u66f4 \u7ec6 \u81f4 \u7684 \u4e2a \u6027 \u5316 \u670d \u52a1", | |
| "audio_duration_s": 5.002666666666666, | |
| "latency_s": 0.1323338570073247, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013356-00000094", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u76ee\u524d\u5171\u4eab\u51fa\u884c\u5e02\u573a\u5904\u4e8e\u9ad8\u901f\u589e\u957f\u9636\u6bb5\u3002", | |
| "hyp_text": "\u76ee\u524d\u5171\u4eab\u51fa\u884c\u5e02\u573a\u5904\u4e8e\u9ad8\u901f\u589e\u957f\u9636\u6bb5", | |
| "ref_norm": "\u76ee \u524d \u5171 \u4eab \u51fa \u884c \u5e02 \u573a \u5904 \u4e8e \u9ad8 \u901f \u589e \u957f \u9636 \u6bb5", | |
| "hyp_norm": "\u76ee \u524d \u5171 \u4eab \u51fa \u884c \u5e02 \u573a \u5904 \u4e8e \u9ad8 \u901f \u589e \u957f \u9636 \u6bb5", | |
| "audio_duration_s": 4.570666666666667, | |
| "latency_s": 0.12777025438845158, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013356-00000007", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u76ee\u524d\u5171\u4eab\u51fa\u884c\u5e02\u573a\u5904\u4e8e\u9ad8\u901f\u589e\u957f\u9636\u6bb5\u3002", | |
| "hyp_text": "\u76ee\u524d\u5171\u4eab\u51fa\u884c\u5e02\u573a\u5904\u4e8e\u9ad8\u901f\u589e\u957f\u9636\u6bb5", | |
| "ref_norm": "\u76ee \u524d \u5171 \u4eab \u51fa \u884c \u5e02 \u573a \u5904 \u4e8e \u9ad8 \u901f \u589e \u957f \u9636 \u6bb5", | |
| "hyp_norm": "\u76ee \u524d \u5171 \u4eab \u51fa \u884c \u5e02 \u573a \u5904 \u4e8e \u9ad8 \u901f \u589e \u957f \u9636 \u6bb5", | |
| "audio_duration_s": 4.570666666666667, | |
| "latency_s": 0.14119712263345718, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013364-00000003", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e00\u8f86\u8def\u8fc7\u7684\u9a6c\u8f66\u6b63\u5728\u4e0b\u9762\u7ecf\u8fc7\u3002", | |
| "hyp_text": "\u4e00\u8f86\u8def\u8fc7\u7684\u9a6c\u8f66\u6b63\u5728\u4e0b\u9762\u7ecf\u8fc7", | |
| "ref_norm": "\u4e00 \u8f86 \u8def \u8fc7 \u7684 \u9a6c \u8f66 \u6b63 \u5728 \u4e0b \u9762 \u7ecf \u8fc7", | |
| "hyp_norm": "\u4e00 \u8f86 \u8def \u8fc7 \u7684 \u9a6c \u8f66 \u6b63 \u5728 \u4e0b \u9762 \u7ecf \u8fc7", | |
| "audio_duration_s": 4.048, | |
| "latency_s": 0.12039179541170597, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013364-00000012", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e00\u8f86\u8def\u8fc7\u7684\u9a6c\u8f66\u6b63\u5728\u4e0b\u9762\u7ecf\u8fc7\u3002", | |
| "hyp_text": "\u4e00\u8f86\u8def\u8fc7\u7684\u9a6c\u8f66\u6b63\u5728\u4e0b\u9762\u7ecf\u8fc7", | |
| "ref_norm": "\u4e00 \u8f86 \u8def \u8fc7 \u7684 \u9a6c \u8f66 \u6b63 \u5728 \u4e0b \u9762 \u7ecf \u8fc7", | |
| "hyp_norm": "\u4e00 \u8f86 \u8def \u8fc7 \u7684 \u9a6c \u8f66 \u6b63 \u5728 \u4e0b \u9762 \u7ecf \u8fc7", | |
| "audio_duration_s": 4.048, | |
| "latency_s": 0.11806876678019762, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013375-00000021", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7ecf\u6d4e\u53d1\u5c55\u662f\u57ce\u5e02\u9ad8\u6548\u5b9c\u5c45\u53d1\u5c55\u7684\u57fa\u77f3\u3002", | |
| "hyp_text": "\u7ecf\u6d4e\u53d1\u5c55\u662f\u57ce\u5e02\u9ad8\u6548\u5b9c\u5c45\u53d1\u5c55\u7684\u57fa\u77f3", | |
| "ref_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u662f \u57ce \u5e02 \u9ad8 \u6548 \u5b9c \u5c45 \u53d1 \u5c55 \u7684 \u57fa \u77f3", | |
| "hyp_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u662f \u57ce \u5e02 \u9ad8 \u6548 \u5b9c \u5c45 \u53d1 \u5c55 \u7684 \u57fa \u77f3", | |
| "audio_duration_s": 4.116, | |
| "latency_s": 0.13120984751731157, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013375-00000016", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7ecf\u6d4e\u53d1\u5c55\u662f\u57ce\u5e02\u9ad8\u6548\u5b9c\u5c45\u53d1\u5c55\u7684\u57fa\u77f3\u3002", | |
| "hyp_text": "\u7ecf\u6d4e\u53d1\u5c55\u662f\u57ce\u5e02\u9ad8\u6548\u5b9c\u5c45\u53d1\u5c55\u7684\u57fa\u77f3", | |
| "ref_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u662f \u57ce \u5e02 \u9ad8 \u6548 \u5b9c \u5c45 \u53d1 \u5c55 \u7684 \u57fa \u77f3", | |
| "hyp_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u662f \u57ce \u5e02 \u9ad8 \u6548 \u5b9c \u5c45 \u53d1 \u5c55 \u7684 \u57fa \u77f3", | |
| "audio_duration_s": 4.116, | |
| "latency_s": 0.14217837806791067, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013542-00000616", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u771f\u6b63\u843d\u5730\u6210\u4e3a\u4ea7\u54c1\u670d\u52a1\u8fdb\u5165\u6bcf\u4e2a\u4eba\u7684\u751f\u6d3b\u3002", | |
| "hyp_text": "\u771f\u6b63\u843d\u5730\u6210\u4e3a\u4ea7\u54c1\u670d\u52a1\u8fdb\u5165\u6bcf\u4e2a\u4eba\u7684\u751f\u6d3b", | |
| "ref_norm": "\u771f \u6b63 \u843d \u5730 \u6210 \u4e3a \u4ea7 \u54c1 \u670d \u52a1 \u8fdb \u5165 \u6bcf \u4e2a \u4eba \u7684 \u751f \u6d3b", | |
| "hyp_norm": "\u771f \u6b63 \u843d \u5730 \u6210 \u4e3a \u4ea7 \u54c1 \u670d \u52a1 \u8fdb \u5165 \u6bcf \u4e2a \u4eba \u7684 \u751f \u6d3b", | |
| "audio_duration_s": 4.613333333333333, | |
| "latency_s": 0.13880323432385921, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013542-00000045", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u771f\u6b63\u843d\u5730\u6210\u4e3a\u4ea7\u54c1\u670d\u52a1\u8fdb\u5165\u6bcf\u4e2a\u4eba\u7684\u751f\u6d3b\u3002", | |
| "hyp_text": "\u771f\u6b63\u843d\u5730\u6210\u4e3a\u4ea7\u54c1\u670d\u52a1\u8fdb\u5165\u6bcf\u4e2a\u4eba\u7684\u751f\u6d3b", | |
| "ref_norm": "\u771f \u6b63 \u843d \u5730 \u6210 \u4e3a \u4ea7 \u54c1 \u670d \u52a1 \u8fdb \u5165 \u6bcf \u4e2a \u4eba \u7684 \u751f \u6d3b", | |
| "hyp_norm": "\u771f \u6b63 \u843d \u5730 \u6210 \u4e3a \u4ea7 \u54c1 \u670d \u52a1 \u8fdb \u5165 \u6bcf \u4e2a \u4eba \u7684 \u751f \u6d3b", | |
| "audio_duration_s": 4.613333333333333, | |
| "latency_s": 0.13991368934512138, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013648-00000277", | |
| "is_success": true, | |
| "wer": 0.16666666666666666, | |
| "ref_text": "\u5317\u4eac\u5468\u4e09\u9650\u884c\u5c3e\u53f7\u4e3a\u4e8c\u548c\u4e03\u3002", | |
| "hyp_text": "\u5317\u4eac\u5468\u4e09\u73b0\u884c\u5c3e\u53f7\u4e3a\u4e8c\u5408\u4e03", | |
| "ref_norm": "\u5317 \u4eac \u5468 \u4e09 \u9650 \u884c \u5c3e \u53f7 \u4e3a \u4e8c \u548c \u4e03", | |
| "hyp_norm": "\u5317 \u4eac \u5468 \u4e09 \u73b0 \u884c \u5c3e \u53f7 \u4e3a \u4e8c \u5408 \u4e03", | |
| "audio_duration_s": 4.037333333333334, | |
| "latency_s": 0.10647169407457113, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013648-00000183", | |
| "is_success": true, | |
| "wer": 0.16666666666666666, | |
| "ref_text": "\u5317\u4eac\u5468\u4e09\u9650\u884c\u5c3e\u53f7\u4e3a\u4e8c\u548c\u4e03\u3002", | |
| "hyp_text": "\u5317\u4eac\u5468\u4e09\u73b0\u884c\u5c3e\u53f7\u4e3a\u4e8c\u5408\u4e03", | |
| "ref_norm": "\u5317 \u4eac \u5468 \u4e09 \u9650 \u884c \u5c3e \u53f7 \u4e3a \u4e8c \u548c \u4e03", | |
| "hyp_norm": "\u5317 \u4eac \u5468 \u4e09 \u73b0 \u884c \u5c3e \u53f7 \u4e3a \u4e8c \u5408 \u4e03", | |
| "audio_duration_s": 4.037333333333334, | |
| "latency_s": 0.10405150707811117, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013652-00000048", | |
| "is_success": true, | |
| "wer": 0.5, | |
| "ref_text": "\u89c2\u4f17\u53ea\u8981\u4e00\u770b\u89c1\u4ed6\u4fbf\u5411\u4ed6\u62db\u6b22\u547c\u3002", | |
| "hyp_text": "\u89c0\u773e\u53ea\u8981\u4e00\u770b\u898b\u4ed6\u4fbf\u60f3\u8981\u7167\u6b61\u547c", | |
| "ref_norm": "\u89c2 \u4f17 \u53ea \u8981 \u4e00 \u770b \u89c1 \u4ed6 \u4fbf \u5411 \u4ed6 \u62db \u6b22 \u547c", | |
| "hyp_norm": "\u89c0 \u773e \u53ea \u8981 \u4e00 \u770b \u898b \u4ed6 \u4fbf \u60f3 \u8981 \u7167 \u6b61 \u547c", | |
| "audio_duration_s": 4.010666666666666, | |
| "latency_s": 0.11075494717806578, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013652-00000038", | |
| "is_success": true, | |
| "wer": 0.5, | |
| "ref_text": "\u89c2\u4f17\u53ea\u8981\u4e00\u770b\u89c1\u4ed6\u4fbf\u5411\u4ed6\u62db\u6b22\u547c\u3002", | |
| "hyp_text": "\u89c0\u773e\u53ea\u8981\u4e00\u770b\u898b\u4ed6\u4fbf\u60f3\u8981\u7167\u6b61\u547c", | |
| "ref_norm": "\u89c2 \u4f17 \u53ea \u8981 \u4e00 \u770b \u89c1 \u4ed6 \u4fbf \u5411 \u4ed6 \u62db \u6b22 \u547c", | |
| "hyp_norm": "\u89c0 \u773e \u53ea \u8981 \u4e00 \u770b \u898b \u4ed6 \u4fbf \u60f3 \u8981 \u7167 \u6b61 \u547c", | |
| "audio_duration_s": 4.010666666666666, | |
| "latency_s": 0.11184585653245449, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013676-00000043", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u53ef\u521a\u7728\u4e86\u4e00\u773c\uff0c\u90a3\u5c31\u6210\u4e86\u4e00\u573a\u68a6\u3002", | |
| "hyp_text": "\u53ef\u521a\u7728\u4e86\u4e00\u773c\u90a3\u5c31\u6210\u4e86\u4e00\u573a\u68a6", | |
| "ref_norm": "\u53ef \u521a \u7728 \u4e86 \u4e00 \u773c \u90a3 \u5c31 \u6210 \u4e86 \u4e00 \u573a \u68a6", | |
| "hyp_norm": "\u53ef \u521a \u7728 \u4e86 \u4e00 \u773c \u90a3 \u5c31 \u6210 \u4e86 \u4e00 \u573a \u68a6", | |
| "audio_duration_s": 4.171333333333333, | |
| "latency_s": 0.13004059437662363, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013676-00000038", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u53ef\u521a\u7728\u4e86\u4e00\u773c\uff0c\u90a3\u5c31\u6210\u4e86\u4e00\u573a\u68a6\u3002", | |
| "hyp_text": "\u53ef\u521a\u7728\u4e86\u4e00\u773c\u90a3\u5c31\u6210\u4e86\u4e00\u573a\u68a6", | |
| "ref_norm": "\u53ef \u521a \u7728 \u4e86 \u4e00 \u773c \u90a3 \u5c31 \u6210 \u4e86 \u4e00 \u573a \u68a6", | |
| "hyp_norm": "\u53ef \u521a \u7728 \u4e86 \u4e00 \u773c \u90a3 \u5c31 \u6210 \u4e86 \u4e00 \u573a \u68a6", | |
| "audio_duration_s": 4.171333333333333, | |
| "latency_s": 0.11526755522936583, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013762-00000099", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7a7a\u6c14\u53c8\u51b7\u53c8\u6f6e\u6e7f\uff0c\u9053\u8def\u7ecf\u5e38\u7ed3\u51b0\u3002", | |
| "hyp_text": "\u7a7a\u6c14\u53c8\u51b7\u53c8\u6f6e\u6e7f\u9053\u8def\u7ecf\u5e38\u7ed3\u51b0", | |
| "ref_norm": "\u7a7a \u6c14 \u53c8 \u51b7 \u53c8 \u6f6e \u6e7f \u9053 \u8def \u7ecf \u5e38 \u7ed3 \u51b0", | |
| "hyp_norm": "\u7a7a \u6c14 \u53c8 \u51b7 \u53c8 \u6f6e \u6e7f \u9053 \u8def \u7ecf \u5e38 \u7ed3 \u51b0", | |
| "audio_duration_s": 4.743, | |
| "latency_s": 0.12637582514435053, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013762-00000019", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7a7a\u6c14\u53c8\u51b7\u53c8\u6f6e\u6e7f\uff0c\u9053\u8def\u7ecf\u5e38\u7ed3\u51b0\u3002", | |
| "hyp_text": "\u7a7a\u6c14\u53c8\u51b7\u53c8\u6f6e\u6e7f\u9053\u8def\u7ecf\u5e38\u7ed3\u51b0", | |
| "ref_norm": "\u7a7a \u6c14 \u53c8 \u51b7 \u53c8 \u6f6e \u6e7f \u9053 \u8def \u7ecf \u5e38 \u7ed3 \u51b0", | |
| "hyp_norm": "\u7a7a \u6c14 \u53c8 \u51b7 \u53c8 \u6f6e \u6e7f \u9053 \u8def \u7ecf \u5e38 \u7ed3 \u51b0", | |
| "audio_duration_s": 4.743, | |
| "latency_s": 0.13025719486176968, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013764-00000016", | |
| "is_success": true, | |
| "wer": 0.11764705882352941, | |
| "ref_text": "\u62fc\u8f66\u5c06\u4f1a\u89e3\u51b3\u4ea4\u901a\u62e5\u5835\u975e\u5e38\u6709\u6548\u7684\u65b9\u5f0f\u3002", | |
| "hyp_text": "\u62fc\u8f66\u5c06\u4f1a\u89e3\u51b3\u4ea4\u901a\u7528\u9014\u975e\u5e38\u6709\u6548\u7684\u65b9\u5f0f", | |
| "ref_norm": "\u62fc \u8f66 \u5c06 \u4f1a \u89e3 \u51b3 \u4ea4 \u901a \u62e5 \u5835 \u975e \u5e38 \u6709 \u6548 \u7684 \u65b9 \u5f0f", | |
| "hyp_norm": "\u62fc \u8f66 \u5c06 \u4f1a \u89e3 \u51b3 \u4ea4 \u901a \u7528 \u9014 \u975e \u5e38 \u6709 \u6548 \u7684 \u65b9 \u5f0f", | |
| "audio_duration_s": 4.277333333333333, | |
| "latency_s": 0.161092777736485, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013764-00000249", | |
| "is_success": true, | |
| "wer": 0.11764705882352941, | |
| "ref_text": "\u62fc\u8f66\u5c06\u4f1a\u89e3\u51b3\u4ea4\u901a\u62e5\u5835\u975e\u5e38\u6709\u6548\u7684\u65b9\u5f0f\u3002", | |
| "hyp_text": "\u62fc\u8f66\u5c06\u4f1a\u89e3\u51b3\u4ea4\u901a\u7528\u9014\u975e\u5e38\u6709\u6548\u7684\u65b9\u5f0f", | |
| "ref_norm": "\u62fc \u8f66 \u5c06 \u4f1a \u89e3 \u51b3 \u4ea4 \u901a \u62e5 \u5835 \u975e \u5e38 \u6709 \u6548 \u7684 \u65b9 \u5f0f", | |
| "hyp_norm": "\u62fc \u8f66 \u5c06 \u4f1a \u89e3 \u51b3 \u4ea4 \u901a \u7528 \u9014 \u975e \u5e38 \u6709 \u6548 \u7684 \u65b9 \u5f0f", | |
| "audio_duration_s": 4.277333333333333, | |
| "latency_s": 0.14655136782675982, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013774-00000001", | |
| "is_success": true, | |
| "wer": 0.5833333333333334, | |
| "ref_text": "\u76f4\u884c\u7ecf\u8fc7\u7b2c\u56db\u4e2a\u7ea2\u7eff\u706f\u8def\u53e3\u3002", | |
| "hyp_text": "\u57f7\u884c\u7d93\u904e\u7b2c\u56db\u500b\u7d05\u7da0\u71c8\u8def\u53e3", | |
| "ref_norm": "\u76f4 \u884c \u7ecf \u8fc7 \u7b2c \u56db \u4e2a \u7ea2 \u7eff \u706f \u8def \u53e3", | |
| "hyp_norm": "\u57f7 \u884c \u7d93 \u904e \u7b2c \u56db \u500b \u7d05 \u7da0 \u71c8 \u8def \u53e3", | |
| "audio_duration_s": 4.1866666666666665, | |
| "latency_s": 0.12600192427635193, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013774-00000005", | |
| "is_success": true, | |
| "wer": 0.5833333333333334, | |
| "ref_text": "\u76f4\u884c\u7ecf\u8fc7\u7b2c\u56db\u4e2a\u7ea2\u7eff\u706f\u8def\u53e3\u3002", | |
| "hyp_text": "\u57f7\u884c\u7d93\u904e\u7b2c\u56db\u500b\u7d05\u7da0\u71c8\u8def\u53e3", | |
| "ref_norm": "\u76f4 \u884c \u7ecf \u8fc7 \u7b2c \u56db \u4e2a \u7ea2 \u7eff \u706f \u8def \u53e3", | |
| "hyp_norm": "\u57f7 \u884c \u7d93 \u904e \u7b2c \u56db \u500b \u7d05 \u7da0 \u71c8 \u8def \u53e3", | |
| "audio_duration_s": 4.1866666666666665, | |
| "latency_s": 0.15162966307252645, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013783-00000039", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u674e\u5a1c\u4e0d\u662f\u4e0d\u660e\u767d\u4e08\u592b\u7684\u5fc3\u601d\u3002", | |
| "hyp_text": "\u674e\u5a1c\u4e0d\u662f\u4e0d\u660e\u767d\u4e08\u592b\u7684\u5fc3\u601d", | |
| "ref_norm": "\u674e \u5a1c \u4e0d \u662f \u4e0d \u660e \u767d \u4e08 \u592b \u7684 \u5fc3 \u601d", | |
| "hyp_norm": "\u674e \u5a1c \u4e0d \u662f \u4e0d \u660e \u767d \u4e08 \u592b \u7684 \u5fc3 \u601d", | |
| "audio_duration_s": 4.565333333333333, | |
| "latency_s": 0.1217053746804595, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013783-00000035", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u674e\u5a1c\u4e0d\u662f\u4e0d\u660e\u767d\u4e08\u592b\u7684\u5fc3\u601d\u3002", | |
| "hyp_text": "\u674e\u5a1c\u4e0d\u662f\u4e0d\u660e\u767d\u4e08\u592b\u7684\u5fc3\u601d", | |
| "ref_norm": "\u674e \u5a1c \u4e0d \u662f \u4e0d \u660e \u767d \u4e08 \u592b \u7684 \u5fc3 \u601d", | |
| "hyp_norm": "\u674e \u5a1c \u4e0d \u662f \u4e0d \u660e \u767d \u4e08 \u592b \u7684 \u5fc3 \u601d", | |
| "audio_duration_s": 4.565333333333333, | |
| "latency_s": 0.12515964545309544, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013931-00000039", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6253\u9020\u66f4\u8d34\u5fc3\uff0c\u66f4\u7ec6\u81f4\u7684\u4e2a\u6027\u5316\u670d\u52a1\u3002", | |
| "hyp_text": "\u6253\u9020\u66f4\u8d34\u5fc3\u66f4\u7ec6\u81f4\u7684\u4e2a\u6027\u5316\u670d\u52a1", | |
| "ref_norm": "\u6253 \u9020 \u66f4 \u8d34 \u5fc3 \u66f4 \u7ec6 \u81f4 \u7684 \u4e2a \u6027 \u5316 \u670d \u52a1", | |
| "hyp_norm": "\u6253 \u9020 \u66f4 \u8d34 \u5fc3 \u66f4 \u7ec6 \u81f4 \u7684 \u4e2a \u6027 \u5316 \u670d \u52a1", | |
| "audio_duration_s": 5.184666666666667, | |
| "latency_s": 0.15269817877560854, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013931-00000392", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6253\u9020\u66f4\u8d34\u5fc3\uff0c\u66f4\u7ec6\u81f4\u7684\u4e2a\u6027\u5316\u670d\u52a1\u3002", | |
| "hyp_text": "\u6253\u9020\u66f4\u8d34\u5fc3\u66f4\u7ec6\u81f4\u7684\u4e2a\u6027\u5316\u670d\u52a1", | |
| "ref_norm": "\u6253 \u9020 \u66f4 \u8d34 \u5fc3 \u66f4 \u7ec6 \u81f4 \u7684 \u4e2a \u6027 \u5316 \u670d \u52a1", | |
| "hyp_norm": "\u6253 \u9020 \u66f4 \u8d34 \u5fc3 \u66f4 \u7ec6 \u81f4 \u7684 \u4e2a \u6027 \u5316 \u670d \u52a1", | |
| "audio_duration_s": 5.184666666666667, | |
| "latency_s": 0.1404756885021925, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013950-00000007", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\uff0c\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c\u3002", | |
| "hyp_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c", | |
| "ref_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "hyp_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "audio_duration_s": 5.616, | |
| "latency_s": 0.15780454594641924, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00013950-00000074", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\uff0c\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c\u3002", | |
| "hyp_text": "\u63d0\u5347\u670d\u52a1\u6807\u51c6\u6301\u7eed\u4e3a\u7528\u6237\u521b\u9020\u4ef7\u503c", | |
| "ref_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "hyp_norm": "\u63d0 \u5347 \u670d \u52a1 \u6807 \u51c6 \u6301 \u7eed \u4e3a \u7528 \u6237 \u521b \u9020 \u4ef7 \u503c", | |
| "audio_duration_s": 5.616, | |
| "latency_s": 0.144287989474833, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00014003-00000044", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f18\u79c0\u7684\u4ea7\u54c1\u7ecf\u7406\u8981\u9010\u6b65\u53d8\u5f97\u66f4\u7efc\u5408\u3002", | |
| "hyp_text": "\u4f18\u79c0\u7684\u4ea7\u54c1\u7ecf\u7406\u8981\u9010\u6b65\u53d8\u5f97\u66f4\u7efc\u5408", | |
| "ref_norm": "\u4f18 \u79c0 \u7684 \u4ea7 \u54c1 \u7ecf \u7406 \u8981 \u9010 \u6b65 \u53d8 \u5f97 \u66f4 \u7efc \u5408", | |
| "hyp_norm": "\u4f18 \u79c0 \u7684 \u4ea7 \u54c1 \u7ecf \u7406 \u8981 \u9010 \u6b65 \u53d8 \u5f97 \u66f4 \u7efc \u5408", | |
| "audio_duration_s": 4.516, | |
| "latency_s": 0.16381846088916063, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00014003-00000020", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f18\u79c0\u7684\u4ea7\u54c1\u7ecf\u7406\u8981\u9010\u6b65\u53d8\u5f97\u66f4\u7efc\u5408\u3002", | |
| "hyp_text": "\u4f18\u79c0\u7684\u4ea7\u54c1\u7ecf\u7406\u8981\u9010\u6b65\u53d8\u5f97\u66f4\u7efc\u5408", | |
| "ref_norm": "\u4f18 \u79c0 \u7684 \u4ea7 \u54c1 \u7ecf \u7406 \u8981 \u9010 \u6b65 \u53d8 \u5f97 \u66f4 \u7efc \u5408", | |
| "hyp_norm": "\u4f18 \u79c0 \u7684 \u4ea7 \u54c1 \u7ecf \u7406 \u8981 \u9010 \u6b65 \u53d8 \u5f97 \u66f4 \u7efc \u5408", | |
| "audio_duration_s": 4.516, | |
| "latency_s": 0.15069676656275988, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00014032-00000479", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u901a\u8fc7\u521b\u65b0\u6280\u672f\u8ba9\u672a\u6765\u51fa\u884c\u66f4\u52a0\u5b89\u5168\uff0c\u9ad8\u6548\u3002", | |
| "hyp_text": "\u901a\u8fc7\u521b\u65b0\u6280\u672f\u8ba9\u672a\u6765\u51fa\u884c\u66f4\u52a0\u5b89\u5168\u9ad8\u6548", | |
| "ref_norm": "\u901a \u8fc7 \u521b \u65b0 \u6280 \u672f \u8ba9 \u672a \u6765 \u51fa \u884c \u66f4 \u52a0 \u5b89 \u5168 \u9ad8 \u6548", | |
| "hyp_norm": "\u901a \u8fc7 \u521b \u65b0 \u6280 \u672f \u8ba9 \u672a \u6765 \u51fa \u884c \u66f4 \u52a0 \u5b89 \u5168 \u9ad8 \u6548", | |
| "audio_duration_s": 4.08, | |
| "latency_s": 0.1411149613559246, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00014032-00000039", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u901a\u8fc7\u521b\u65b0\u6280\u672f\u8ba9\u672a\u6765\u51fa\u884c\u66f4\u52a0\u5b89\u5168\uff0c\u9ad8\u6548\u3002", | |
| "hyp_text": "\u901a\u8fc7\u521b\u65b0\u6280\u672f\u8ba9\u672a\u6765\u51fa\u884c\u66f4\u52a0\u5b89\u5168\u9ad8\u6548", | |
| "ref_norm": "\u901a \u8fc7 \u521b \u65b0 \u6280 \u672f \u8ba9 \u672a \u6765 \u51fa \u884c \u66f4 \u52a0 \u5b89 \u5168 \u9ad8 \u6548", | |
| "hyp_norm": "\u901a \u8fc7 \u521b \u65b0 \u6280 \u672f \u8ba9 \u672a \u6765 \u51fa \u884c \u66f4 \u52a0 \u5b89 \u5168 \u9ad8 \u6548", | |
| "audio_duration_s": 4.08, | |
| "latency_s": 0.14509410224854946, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00014077-00000006", | |
| "is_success": true, | |
| "wer": 0.05, | |
| "ref_text": "\u6211\u5f88\u62c5\u5fc3\u9e3f\u95e8\u5bb4\u4e4b\u540e\u600e\u4e48\u529e\uff0c\u6015\u4e00\u4e0b\u5b50\u53c8\u8dcc\u4e0b\u53bb\u3002", | |
| "hyp_text": "\u6211\u5f88\u62c5\u5fc3\u7ea2\u95e8\u5bb4\u4e4b\u540e\u600e\u4e48\u529e\u6015\u4e00\u4e0b\u5b50\u53c8\u8dcc\u4e0b\u53bb", | |
| "ref_norm": "\u6211 \u5f88 \u62c5 \u5fc3 \u9e3f \u95e8 \u5bb4 \u4e4b \u540e \u600e \u4e48 \u529e \u6015 \u4e00 \u4e0b \u5b50 \u53c8 \u8dcc \u4e0b \u53bb", | |
| "hyp_norm": "\u6211 \u5f88 \u62c5 \u5fc3 \u7ea2 \u95e8 \u5bb4 \u4e4b \u540e \u600e \u4e48 \u529e \u6015 \u4e00 \u4e0b \u5b50 \u53c8 \u8dcc \u4e0b \u53bb", | |
| "audio_duration_s": 4.282666666666667, | |
| "latency_s": 0.15408171899616718, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00014077-00000177", | |
| "is_success": true, | |
| "wer": 0.05, | |
| "ref_text": "\u6211\u5f88\u62c5\u5fc3\u9e3f\u95e8\u5bb4\u4e4b\u540e\u600e\u4e48\u529e\uff0c\u6015\u4e00\u4e0b\u5b50\u53c8\u8dcc\u4e0b\u53bb\u3002", | |
| "hyp_text": "\u6211\u5f88\u62c5\u5fc3\u7ea2\u95e8\u5bb4\u4e4b\u540e\u600e\u4e48\u529e\u6015\u4e00\u4e0b\u5b50\u53c8\u8dcc\u4e0b\u53bb", | |
| "ref_norm": "\u6211 \u5f88 \u62c5 \u5fc3 \u9e3f \u95e8 \u5bb4 \u4e4b \u540e \u600e \u4e48 \u529e \u6015 \u4e00 \u4e0b \u5b50 \u53c8 \u8dcc \u4e0b \u53bb", | |
| "hyp_norm": "\u6211 \u5f88 \u62c5 \u5fc3 \u7ea2 \u95e8 \u5bb4 \u4e4b \u540e \u600e \u4e48 \u529e \u6015 \u4e00 \u4e0b \u5b50 \u53c8 \u8dcc \u4e0b \u53bb", | |
| "audio_duration_s": 4.282666666666667, | |
| "latency_s": 0.15571673307567835, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00014094-00000048", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u76ee\u524d\u4e2d\u56fd\u4e92\u8054\u7f51\u56fd\u9645\u5316\u8fd8\u5728\u5f00\u9614\u9636\u6bb5\u3002", | |
| "hyp_text": "\u76ee\u524d\u4e2d\u56fd\u4e92\u8054\u7f51\u56fd\u9645\u5316\u8fd8\u5728\u5f00\u9614\u9636\u6bb5", | |
| "ref_norm": "\u76ee \u524d \u4e2d \u56fd \u4e92 \u8054 \u7f51 \u56fd \u9645 \u5316 \u8fd8 \u5728 \u5f00 \u9614 \u9636 \u6bb5", | |
| "hyp_norm": "\u76ee \u524d \u4e2d \u56fd \u4e92 \u8054 \u7f51 \u56fd \u9645 \u5316 \u8fd8 \u5728 \u5f00 \u9614 \u9636 \u6bb5", | |
| "audio_duration_s": 7.050666666666666, | |
| "latency_s": 0.16644097212702036, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00014094-00000132", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u76ee\u524d\u4e2d\u56fd\u4e92\u8054\u7f51\u56fd\u9645\u5316\u8fd8\u5728\u5f00\u9614\u9636\u6bb5\u3002", | |
| "hyp_text": "\u76ee\u524d\u4e2d\u56fd\u4e92\u8054\u7f51\u56fd\u9645\u5316\u8fd8\u5728\u5f00\u9614\u9636\u6bb5", | |
| "ref_norm": "\u76ee \u524d \u4e2d \u56fd \u4e92 \u8054 \u7f51 \u56fd \u9645 \u5316 \u8fd8 \u5728 \u5f00 \u9614 \u9636 \u6bb5", | |
| "hyp_norm": "\u76ee \u524d \u4e2d \u56fd \u4e92 \u8054 \u7f51 \u56fd \u9645 \u5316 \u8fd8 \u5728 \u5f00 \u9614 \u9636 \u6bb5", | |
| "audio_duration_s": 7.050666666666666, | |
| "latency_s": 0.15788702759891748, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00014150-00000039", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u62fc\u8f66\u5c06\u4f1a\u662f\u89e3\u51b3\u4ea4\u901a\u62e5\u5835\u975e\u5e38\u6709\u6548\u7684\u65b9\u5f0f\u3002", | |
| "hyp_text": "\u62fc\u8f66\u5c06\u4f1a\u662f\u89e3\u51b3\u4ea4\u901a\u62e5\u5835\u975e\u5e38\u6709\u6548\u7684\u65b9\u5f0f", | |
| "ref_norm": "\u62fc \u8f66 \u5c06 \u4f1a \u662f \u89e3 \u51b3 \u4ea4 \u901a \u62e5 \u5835 \u975e \u5e38 \u6709 \u6548 \u7684 \u65b9 \u5f0f", | |
| "hyp_norm": "\u62fc \u8f66 \u5c06 \u4f1a \u662f \u89e3 \u51b3 \u4ea4 \u901a \u62e5 \u5835 \u975e \u5e38 \u6709 \u6548 \u7684 \u65b9 \u5f0f", | |
| "audio_duration_s": 4.864, | |
| "latency_s": 0.1750767482444644, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00014150-00000644", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u62fc\u8f66\u5c06\u4f1a\u662f\u89e3\u51b3\u4ea4\u901a\u62e5\u5835\u975e\u5e38\u6709\u6548\u7684\u65b9\u5f0f\u3002", | |
| "hyp_text": "\u62fc\u8f66\u5c06\u4f1a\u662f\u89e3\u51b3\u4ea4\u901a\u62e5\u5835\u975e\u5e38\u6709\u6548\u7684\u65b9\u5f0f", | |
| "ref_norm": "\u62fc \u8f66 \u5c06 \u4f1a \u662f \u89e3 \u51b3 \u4ea4 \u901a \u62e5 \u5835 \u975e \u5e38 \u6709 \u6548 \u7684 \u65b9 \u5f0f", | |
| "hyp_norm": "\u62fc \u8f66 \u5c06 \u4f1a \u662f \u89e3 \u51b3 \u4ea4 \u901a \u62e5 \u5835 \u975e \u5e38 \u6709 \u6548 \u7684 \u65b9 \u5f0f", | |
| "audio_duration_s": 4.864, | |
| "latency_s": 0.15717581193894148, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00014174-00000340", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6211\u4eec\u5c06\u4e3a\u5168\u7403\u57ce\u5e02\u7684\u53ef\u6301\u7eed\u53d1\u5c55\u8d21\u732e\u529b\u91cf\u3002", | |
| "hyp_text": "\u6211\u4eec\u5c06\u4e3a\u5168\u7403\u57ce\u5e02\u7684\u53ef\u6301\u7eed\u53d1\u5c55\u8d21\u732e\u529b\u91cf", | |
| "ref_norm": "\u6211 \u4eec \u5c06 \u4e3a \u5168 \u7403 \u57ce \u5e02 \u7684 \u53ef \u6301 \u7eed \u53d1 \u5c55 \u8d21 \u732e \u529b \u91cf", | |
| "hyp_norm": "\u6211 \u4eec \u5c06 \u4e3a \u5168 \u7403 \u57ce \u5e02 \u7684 \u53ef \u6301 \u7eed \u53d1 \u5c55 \u8d21 \u732e \u529b \u91cf", | |
| "audio_duration_s": 4.656, | |
| "latency_s": 0.140102107077837, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00014174-00000449", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6211\u4eec\u5c06\u4e3a\u5168\u7403\u57ce\u5e02\u7684\u53ef\u6301\u7eed\u53d1\u5c55\u8d21\u732e\u529b\u91cf\u3002", | |
| "hyp_text": "\u6211\u4eec\u5c06\u4e3a\u5168\u7403\u57ce\u5e02\u7684\u53ef\u6301\u7eed\u53d1\u5c55\u8d21\u732e\u529b\u91cf", | |
| "ref_norm": "\u6211 \u4eec \u5c06 \u4e3a \u5168 \u7403 \u57ce \u5e02 \u7684 \u53ef \u6301 \u7eed \u53d1 \u5c55 \u8d21 \u732e \u529b \u91cf", | |
| "hyp_norm": "\u6211 \u4eec \u5c06 \u4e3a \u5168 \u7403 \u57ce \u5e02 \u7684 \u53ef \u6301 \u7eed \u53d1 \u5c55 \u8d21 \u732e \u529b \u91cf", | |
| "audio_duration_s": 4.656, | |
| "latency_s": 0.1577617358416319, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00017746-00000140", | |
| "is_success": true, | |
| "wer": 0.11764705882352941, | |
| "ref_text": "\u901a\u8fc7\u521b\u65b0\u6280\u672f\u8ba9\u672a\u6765\u51fa\u884c\u66f4\u52a0\u5b89\u5168\uff0c\u9ad8\u6548\u3002", | |
| "hyp_text": "\u901a\u8fc7\u91cd\u65b0\u6280\u672f,\u8ba9\u6211\u672a\u6765\u51fa\u884c\u66f4\u52a0\u5b89\u5168\u3001\u9ad8\u6548\u3002", | |
| "ref_norm": "\u901a \u8fc7 \u521b \u65b0 \u6280 \u672f \u8ba9 \u672a \u6765 \u51fa \u884c \u66f4 \u52a0 \u5b89 \u5168 \u9ad8 \u6548", | |
| "hyp_norm": "\u901a \u8fc7 \u91cd \u65b0 \u6280 \u672f \u8ba9 \u6211 \u672a \u6765 \u51fa \u884c \u66f4 \u52a0 \u5b89 \u5168 \u9ad8 \u6548", | |
| "audio_duration_s": 6.021333333333334, | |
| "latency_s": 0.15218339674174786, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00017746-00000016", | |
| "is_success": true, | |
| "wer": 0.11764705882352941, | |
| "ref_text": "\u901a\u8fc7\u521b\u65b0\u6280\u672f\u8ba9\u672a\u6765\u51fa\u884c\u66f4\u52a0\u5b89\u5168\uff0c\u9ad8\u6548\u3002", | |
| "hyp_text": "\u901a\u8fc7\u91cd\u65b0\u6280\u672f,\u8ba9\u6211\u672a\u6765\u51fa\u884c\u66f4\u52a0\u5b89\u5168\u3001\u9ad8\u6548\u3002", | |
| "ref_norm": "\u901a \u8fc7 \u521b \u65b0 \u6280 \u672f \u8ba9 \u672a \u6765 \u51fa \u884c \u66f4 \u52a0 \u5b89 \u5168 \u9ad8 \u6548", | |
| "hyp_norm": "\u901a \u8fc7 \u91cd \u65b0 \u6280 \u672f \u8ba9 \u6211 \u672a \u6765 \u51fa \u884c \u66f4 \u52a0 \u5b89 \u5168 \u9ad8 \u6548", | |
| "audio_duration_s": 6.021333333333334, | |
| "latency_s": 0.1542359134182334, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00017801-00000967", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u5927\u5e45\u63d0\u5347\u51fa\u884c\u5b89\u5168\uff0c\u6548\u7387\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u5927\u5e45\u63d0\u5347\u51fa\u884c\u5b89\u5168\u6548\u7387", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u5927 \u5e45 \u63d0 \u5347 \u51fa \u884c \u5b89 \u5168 \u6548 \u7387", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u5927 \u5e45 \u63d0 \u5347 \u51fa \u884c \u5b89 \u5168 \u6548 \u7387", | |
| "audio_duration_s": 4.661333333333333, | |
| "latency_s": 0.14202389307320118, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00017801-00000072", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u5927\u5e45\u63d0\u5347\u51fa\u884c\u5b89\u5168\uff0c\u6548\u7387\u3002", | |
| "hyp_text": "\u81ea\u52a8\u9a7e\u9a76\u5c06\u5927\u5e45\u63d0\u5347\u51fa\u884c\u5b89\u5168\u6548\u7387", | |
| "ref_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u5927 \u5e45 \u63d0 \u5347 \u51fa \u884c \u5b89 \u5168 \u6548 \u7387", | |
| "hyp_norm": "\u81ea \u52a8 \u9a7e \u9a76 \u5c06 \u5927 \u5e45 \u63d0 \u5347 \u51fa \u884c \u5b89 \u5168 \u6548 \u7387", | |
| "audio_duration_s": 4.661333333333333, | |
| "latency_s": 0.1424823496490717, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00017889-00000016", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f53\u9a8c\u662f\u7a33\u5b9a\uff0c\u662f\u548c\u9884\u671f\u76f8\u7b26\u7684\u786e\u5b9a\u6027\u3002", | |
| "hyp_text": "\u4f53\u9a8c\u662f\u7a33\u5b9a\u662f\u548c\u9884\u671f\u76f8\u7b26\u7684\u786e\u5b9a\u6027", | |
| "ref_norm": "\u4f53 \u9a8c \u662f \u7a33 \u5b9a \u662f \u548c \u9884 \u671f \u76f8 \u7b26 \u7684 \u786e \u5b9a \u6027", | |
| "hyp_norm": "\u4f53 \u9a8c \u662f \u7a33 \u5b9a \u662f \u548c \u9884 \u671f \u76f8 \u7b26 \u7684 \u786e \u5b9a \u6027", | |
| "audio_duration_s": 4.608, | |
| "latency_s": 0.1654450399801135, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00017889-00000005", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f53\u9a8c\u662f\u7a33\u5b9a\uff0c\u662f\u548c\u9884\u671f\u76f8\u7b26\u7684\u786e\u5b9a\u6027\u3002", | |
| "hyp_text": "\u4f53\u9a8c\u662f\u7a33\u5b9a\u662f\u548c\u9884\u671f\u76f8\u7b26\u7684\u786e\u5b9a\u6027", | |
| "ref_norm": "\u4f53 \u9a8c \u662f \u7a33 \u5b9a \u662f \u548c \u9884 \u671f \u76f8 \u7b26 \u7684 \u786e \u5b9a \u6027", | |
| "hyp_norm": "\u4f53 \u9a8c \u662f \u7a33 \u5b9a \u662f \u548c \u9884 \u671f \u76f8 \u7b26 \u7684 \u786e \u5b9a \u6027", | |
| "audio_duration_s": 4.608, | |
| "latency_s": 0.1435787184163928, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00018394-00000039", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6838\u5fc3\u8981\u70b9\u662f\u4e0d\u65ad\u4e86\u89e3\u81ea\u8eab\uff0c\u7406\u6e05\u76ee\u6807\u3002", | |
| "hyp_text": "\u6838\u5fc3\u8981\u70b9\u662f\u4e0d\u65ad\u4e86\u89e3\u81ea\u8eab\u7406\u6e05\u76ee\u6807", | |
| "ref_norm": "\u6838 \u5fc3 \u8981 \u70b9 \u662f \u4e0d \u65ad \u4e86 \u89e3 \u81ea \u8eab \u7406 \u6e05 \u76ee \u6807", | |
| "hyp_norm": "\u6838 \u5fc3 \u8981 \u70b9 \u662f \u4e0d \u65ad \u4e86 \u89e3 \u81ea \u8eab \u7406 \u6e05 \u76ee \u6807", | |
| "audio_duration_s": 4.384, | |
| "latency_s": 0.14174216147512197, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00018394-00000005", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6838\u5fc3\u8981\u70b9\u662f\u4e0d\u65ad\u4e86\u89e3\u81ea\u8eab\uff0c\u7406\u6e05\u76ee\u6807\u3002", | |
| "hyp_text": "\u6838\u5fc3\u8981\u70b9\u662f\u4e0d\u65ad\u4e86\u89e3\u81ea\u8eab\u7406\u6e05\u76ee\u6807", | |
| "ref_norm": "\u6838 \u5fc3 \u8981 \u70b9 \u662f \u4e0d \u65ad \u4e86 \u89e3 \u81ea \u8eab \u7406 \u6e05 \u76ee \u6807", | |
| "hyp_norm": "\u6838 \u5fc3 \u8981 \u70b9 \u662f \u4e0d \u65ad \u4e86 \u89e3 \u81ea \u8eab \u7406 \u6e05 \u76ee \u6807", | |
| "audio_duration_s": 4.384, | |
| "latency_s": 0.17575832922011614, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00018692-00000118", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5171\u540c\u5efa\u8bbe\u9762\u5411\u672a\u6765\u7684\u4ea4\u901a\uff0c\u548c\u51fa\u884c\u670d\u52a1\u65b0\u751f\u6001\u3002", | |
| "hyp_text": "\u5171\u540c\u5efa\u8bbe\u9762\u5411\u672a\u6765\u7684\u4ea4\u901a\u548c\u51fa\u884c\u670d\u52a1\u65b0\u751f\u6001", | |
| "ref_norm": "\u5171 \u540c \u5efa \u8bbe \u9762 \u5411 \u672a \u6765 \u7684 \u4ea4 \u901a \u548c \u51fa \u884c \u670d \u52a1 \u65b0 \u751f \u6001", | |
| "hyp_norm": "\u5171 \u540c \u5efa \u8bbe \u9762 \u5411 \u672a \u6765 \u7684 \u4ea4 \u901a \u548c \u51fa \u884c \u670d \u52a1 \u65b0 \u751f \u6001", | |
| "audio_duration_s": 4.197333333333333, | |
| "latency_s": 0.14633003808557987, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00018692-00000151", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5171\u540c\u5efa\u8bbe\u9762\u5411\u672a\u6765\u7684\u4ea4\u901a\uff0c\u548c\u51fa\u884c\u670d\u52a1\u65b0\u751f\u6001\u3002", | |
| "hyp_text": "\u5171\u540c\u5efa\u8bbe\u9762\u5411\u672a\u6765\u7684\u4ea4\u901a\u548c\u51fa\u884c\u670d\u52a1\u65b0\u751f\u6001", | |
| "ref_norm": "\u5171 \u540c \u5efa \u8bbe \u9762 \u5411 \u672a \u6765 \u7684 \u4ea4 \u901a \u548c \u51fa \u884c \u670d \u52a1 \u65b0 \u751f \u6001", | |
| "hyp_norm": "\u5171 \u540c \u5efa \u8bbe \u9762 \u5411 \u672a \u6765 \u7684 \u4ea4 \u901a \u548c \u51fa \u884c \u670d \u52a1 \u65b0 \u751f \u6001", | |
| "audio_duration_s": 4.197333333333333, | |
| "latency_s": 0.14808397367596626, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00018781-00000245", | |
| "is_success": true, | |
| "wer": 0.29411764705882354, | |
| "ref_text": "\u7ecf\u6d4e\u53d1\u5c55\u7684\u4e0d\u5e73\u8861\u4e0d\u5145\u5206\u95ee\u9898\u65e5\u76ca\u7a81\u51fa\u3002", | |
| "hyp_text": "\u7d93\u6fdf\u767c\u5c55\u7684\u4e0d\u5e73\u8861\u4e0d\u5145\u5206\u554f\u984c\u65e5\u76ca\u7a81\u51fa", | |
| "ref_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u7684 \u4e0d \u5e73 \u8861 \u4e0d \u5145 \u5206 \u95ee \u9898 \u65e5 \u76ca \u7a81 \u51fa", | |
| "hyp_norm": "\u7d93 \u6fdf \u767c \u5c55 \u7684 \u4e0d \u5e73 \u8861 \u4e0d \u5145 \u5206 \u554f \u984c \u65e5 \u76ca \u7a81 \u51fa", | |
| "audio_duration_s": 4.266666666666667, | |
| "latency_s": 0.14313265401870012, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00018781-00000096", | |
| "is_success": true, | |
| "wer": 0.29411764705882354, | |
| "ref_text": "\u7ecf\u6d4e\u53d1\u5c55\u7684\u4e0d\u5e73\u8861\u4e0d\u5145\u5206\u95ee\u9898\u65e5\u76ca\u7a81\u51fa\u3002", | |
| "hyp_text": "\u7d93\u6fdf\u767c\u5c55\u7684\u4e0d\u5e73\u8861\u4e0d\u5145\u5206\u554f\u984c\u65e5\u76ca\u7a81\u51fa", | |
| "ref_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u7684 \u4e0d \u5e73 \u8861 \u4e0d \u5145 \u5206 \u95ee \u9898 \u65e5 \u76ca \u7a81 \u51fa", | |
| "hyp_norm": "\u7d93 \u6fdf \u767c \u5c55 \u7684 \u4e0d \u5e73 \u8861 \u4e0d \u5145 \u5206 \u554f \u984c \u65e5 \u76ca \u7a81 \u51fa", | |
| "audio_duration_s": 4.266666666666667, | |
| "latency_s": 0.1458118697628379, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00019059-00000007", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f53\u9a8c\u786e\u5b9e\u662f\u4e3b\u89c2\u7684\uff0c\u65e0\u6cd5\u88ab\u91cf\u5316\u3002", | |
| "hyp_text": "\u4f53\u9a8c\u786e\u5b9e\u662f\u4e3b\u89c2\u7684\u65e0\u6cd5\u88ab\u91cf\u5316", | |
| "ref_norm": "\u4f53 \u9a8c \u786e \u5b9e \u662f \u4e3b \u89c2 \u7684 \u65e0 \u6cd5 \u88ab \u91cf \u5316", | |
| "hyp_norm": "\u4f53 \u9a8c \u786e \u5b9e \u662f \u4e3b \u89c2 \u7684 \u65e0 \u6cd5 \u88ab \u91cf \u5316", | |
| "audio_duration_s": 5.264, | |
| "latency_s": 0.1136817317456007, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00019059-00000034", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f53\u9a8c\u786e\u5b9e\u662f\u4e3b\u89c2\u7684\uff0c\u65e0\u6cd5\u88ab\u91cf\u5316\u3002", | |
| "hyp_text": "\u4f53\u9a8c\u786e\u5b9e\u662f\u4e3b\u89c2\u7684\u65e0\u6cd5\u88ab\u91cf\u5316", | |
| "ref_norm": "\u4f53 \u9a8c \u786e \u5b9e \u662f \u4e3b \u89c2 \u7684 \u65e0 \u6cd5 \u88ab \u91cf \u5316", | |
| "hyp_norm": "\u4f53 \u9a8c \u786e \u5b9e \u662f \u4e3b \u89c2 \u7684 \u65e0 \u6cd5 \u88ab \u91cf \u5316", | |
| "audio_duration_s": 5.264, | |
| "latency_s": 0.12965188454836607, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00019174-00000231", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5f53\u6211\u4eec\u505a\u4f53\u9a8c\u65f6\uff0c\u6211\u4eec\u5230\u5e95\u5728\u505a\u4ec0\u4e48\u3002", | |
| "hyp_text": "\u5f53\u6211\u4eec\u505a\u4f53\u9a8c\u65f6\u6211\u4eec\u5230\u5e95\u5728\u505a\u4ec0\u4e48", | |
| "ref_norm": "\u5f53 \u6211 \u4eec \u505a \u4f53 \u9a8c \u65f6 \u6211 \u4eec \u5230 \u5e95 \u5728 \u505a \u4ec0 \u4e48", | |
| "hyp_norm": "\u5f53 \u6211 \u4eec \u505a \u4f53 \u9a8c \u65f6 \u6211 \u4eec \u5230 \u5e95 \u5728 \u505a \u4ec0 \u4e48", | |
| "audio_duration_s": 4.55, | |
| "latency_s": 0.10830262117087841, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00019174-00000136", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5f53\u6211\u4eec\u505a\u4f53\u9a8c\u65f6\uff0c\u6211\u4eec\u5230\u5e95\u5728\u505a\u4ec0\u4e48\u3002", | |
| "hyp_text": "\u5f53\u6211\u4eec\u505a\u4f53\u9a8c\u65f6\u6211\u4eec\u5230\u5e95\u5728\u505a\u4ec0\u4e48", | |
| "ref_norm": "\u5f53 \u6211 \u4eec \u505a \u4f53 \u9a8c \u65f6 \u6211 \u4eec \u5230 \u5e95 \u5728 \u505a \u4ec0 \u4e48", | |
| "hyp_norm": "\u5f53 \u6211 \u4eec \u505a \u4f53 \u9a8c \u65f6 \u6211 \u4eec \u5230 \u5e95 \u5728 \u505a \u4ec0 \u4e48", | |
| "audio_duration_s": 4.55, | |
| "latency_s": 0.10608978662639856, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00020065-00000074", | |
| "is_success": true, | |
| "wer": 0.0625, | |
| "ref_text": "\u7ecf\u6d4e\u53d1\u5c55\u662f\u57ce\u5e02\u9ad8\u6548\u5b9c\u5c45\u53d1\u5c55\u7684\u57fa\u77f3\u3002", | |
| "hyp_text": "\u7ecf\u6d4e\u53d1\u5c55\u662f\u57ce\u5e02\u9ad8\u6548\u79fb\u5c45\u53d1\u5c55\u7684\u57fa\u77f3", | |
| "ref_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u662f \u57ce \u5e02 \u9ad8 \u6548 \u5b9c \u5c45 \u53d1 \u5c55 \u7684 \u57fa \u77f3", | |
| "hyp_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u662f \u57ce \u5e02 \u9ad8 \u6548 \u79fb \u5c45 \u53d1 \u5c55 \u7684 \u57fa \u77f3", | |
| "audio_duration_s": 4.890666666666666, | |
| "latency_s": 0.1330400826409459, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00020065-00000039", | |
| "is_success": true, | |
| "wer": 0.0625, | |
| "ref_text": "\u7ecf\u6d4e\u53d1\u5c55\u662f\u57ce\u5e02\u9ad8\u6548\u5b9c\u5c45\u53d1\u5c55\u7684\u57fa\u77f3\u3002", | |
| "hyp_text": "\u7ecf\u6d4e\u53d1\u5c55\u662f\u57ce\u5e02\u9ad8\u6548\u79fb\u5c45\u53d1\u5c55\u7684\u57fa\u77f3", | |
| "ref_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u662f \u57ce \u5e02 \u9ad8 \u6548 \u5b9c \u5c45 \u53d1 \u5c55 \u7684 \u57fa \u77f3", | |
| "hyp_norm": "\u7ecf \u6d4e \u53d1 \u5c55 \u662f \u57ce \u5e02 \u9ad8 \u6548 \u79fb \u5c45 \u53d1 \u5c55 \u7684 \u57fa \u77f3", | |
| "audio_duration_s": 4.890666666666666, | |
| "latency_s": 0.13100004941225052, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00000309-00000039", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5c0f\u5077\u5374\u4e00\u70b9\u4e5f\u4e0d\u6c14\u9981\uff0c\u7ee7\u7eed\u5728\u62bd\u5c49\u91cc\u7ffb\u627e\u3002", | |
| "hyp_text": "\u5c0f\u5077\u5374\u4e00\u70b9\u4e5f\u4e0d\u6c14\u9981\u7ee7\u7eed\u5728\u62bd\u5c49\u91cc\u7ffb\u627e", | |
| "ref_norm": "\u5c0f \u5077 \u5374 \u4e00 \u70b9 \u4e5f \u4e0d \u6c14 \u9981 \u7ee7 \u7eed \u5728 \u62bd \u5c49 \u91cc \u7ffb \u627e", | |
| "hyp_norm": "\u5c0f \u5077 \u5374 \u4e00 \u70b9 \u4e5f \u4e0d \u6c14 \u9981 \u7ee7 \u7eed \u5728 \u62bd \u5c49 \u91cc \u7ffb \u627e", | |
| "audio_duration_s": 5.066666666666666, | |
| "latency_s": 0.16327874176204205, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00000309-00000009", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5c0f\u5077\u5374\u4e00\u70b9\u4e5f\u4e0d\u6c14\u9981\uff0c\u7ee7\u7eed\u5728\u62bd\u5c49\u91cc\u7ffb\u627e\u3002", | |
| "hyp_text": "\u5c0f\u5077\u5374\u4e00\u70b9\u4e5f\u4e0d\u6c14\u9981\u7ee7\u7eed\u5728\u62bd\u5c49\u91cc\u7ffb\u627e", | |
| "ref_norm": "\u5c0f \u5077 \u5374 \u4e00 \u70b9 \u4e5f \u4e0d \u6c14 \u9981 \u7ee7 \u7eed \u5728 \u62bd \u5c49 \u91cc \u7ffb \u627e", | |
| "hyp_norm": "\u5c0f \u5077 \u5374 \u4e00 \u70b9 \u4e5f \u4e0d \u6c14 \u9981 \u7ee7 \u7eed \u5728 \u62bd \u5c49 \u91cc \u7ffb \u627e", | |
| "audio_duration_s": 5.066666666666666, | |
| "latency_s": 0.15332036931067705, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004501-00000111", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u90a3\u4e48\u6bd4\u9ec4\u5149\u6ce2\u957f\u66f4\u77ed\u7684\u7eff\u5149\u84dd\u5149\uff0c\u548c\u7d2b\u5149\u4e3a\u4ec0\u4e48\u4e0d\u7528\u5462\u3002", | |
| "hyp_text": "\u90a3\u4e48\u6bd4\u9ec4\u5149\u6ce2\u957f\u66f4\u77ed\u7684\u7eff\u5149\u84dd\u5149\u548c\u7d2b\u5149\u4e3a\u4ec0\u4e48\u4e0d\u7528\u5462", | |
| "ref_norm": "\u90a3 \u4e48 \u6bd4 \u9ec4 \u5149 \u6ce2 \u957f \u66f4 \u77ed \u7684 \u7eff \u5149 \u84dd \u5149 \u548c \u7d2b \u5149 \u4e3a \u4ec0 \u4e48 \u4e0d \u7528 \u5462", | |
| "hyp_norm": "\u90a3 \u4e48 \u6bd4 \u9ec4 \u5149 \u6ce2 \u957f \u66f4 \u77ed \u7684 \u7eff \u5149 \u84dd \u5149 \u548c \u7d2b \u5149 \u4e3a \u4ec0 \u4e48 \u4e0d \u7528 \u5462", | |
| "audio_duration_s": 6.026666666666666, | |
| "latency_s": 0.20878178905695677, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004501-00000029", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u90a3\u4e48\u6bd4\u9ec4\u5149\u6ce2\u957f\u66f4\u77ed\u7684\u7eff\u5149\u84dd\u5149\uff0c\u548c\u7d2b\u5149\u4e3a\u4ec0\u4e48\u4e0d\u7528\u5462\u3002", | |
| "hyp_text": "\u90a3\u4e48\u6bd4\u9ec4\u5149\u6ce2\u957f\u66f4\u77ed\u7684\u7eff\u5149\u84dd\u5149\u548c\u7d2b\u5149\u4e3a\u4ec0\u4e48\u4e0d\u7528\u5462", | |
| "ref_norm": "\u90a3 \u4e48 \u6bd4 \u9ec4 \u5149 \u6ce2 \u957f \u66f4 \u77ed \u7684 \u7eff \u5149 \u84dd \u5149 \u548c \u7d2b \u5149 \u4e3a \u4ec0 \u4e48 \u4e0d \u7528 \u5462", | |
| "hyp_norm": "\u90a3 \u4e48 \u6bd4 \u9ec4 \u5149 \u6ce2 \u957f \u66f4 \u77ed \u7684 \u7eff \u5149 \u84dd \u5149 \u548c \u7d2b \u5149 \u4e3a \u4ec0 \u4e48 \u4e0d \u7528 \u5462", | |
| "audio_duration_s": 6.026666666666666, | |
| "latency_s": 0.19301107432693243, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004504-00000108", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u56e0\u4e3a\u6709\u53ef\u80fd\u7528\u8001\u89c4\u77e9\u4ed8\u4f63\u91d1\u3002", | |
| "hyp_text": "\u56e0\u4e3a\u6709\u53ef\u80fd\u7528\u8001\u89c4\u77e9\u4ed8\u4f63\u91d1\u3002", | |
| "ref_norm": "\u56e0 \u4e3a \u6709 \u53ef \u80fd \u7528 \u8001 \u89c4 \u77e9 \u4ed8 \u4f63 \u91d1", | |
| "hyp_norm": "\u56e0 \u4e3a \u6709 \u53ef \u80fd \u7528 \u8001 \u89c4 \u77e9 \u4ed8 \u4f63 \u91d1", | |
| "audio_duration_s": 4.128, | |
| "latency_s": 0.12387152295559645, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004504-00000057", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u56e0\u4e3a\u6709\u53ef\u80fd\u7528\u8001\u89c4\u77e9\u4ed8\u4f63\u91d1\u3002", | |
| "hyp_text": "\u56e0\u4e3a\u6709\u53ef\u80fd\u7528\u8001\u89c4\u77e9\u4ed8\u4f63\u91d1\u3002", | |
| "ref_norm": "\u56e0 \u4e3a \u6709 \u53ef \u80fd \u7528 \u8001 \u89c4 \u77e9 \u4ed8 \u4f63 \u91d1", | |
| "hyp_norm": "\u56e0 \u4e3a \u6709 \u53ef \u80fd \u7528 \u8001 \u89c4 \u77e9 \u4ed8 \u4f63 \u91d1", | |
| "audio_duration_s": 4.128, | |
| "latency_s": 0.1185179278254509, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004505-00000041", | |
| "is_success": true, | |
| "wer": 0.26666666666666666, | |
| "ref_text": "\u6bcf\u5e74\u4e8c\u767e\u4e00\u5341\u4e07\u513f\u7ae5\uff0c\u6b7b\u4e8e\u88c5\u4fee\u6c61\u67d3\u3002", | |
| "hyp_text": "\u6bcf\u5e74210\u4e07\u513f\u7ae5\u6b7b\u4e8e\u88c5\u4fee\u6c61\u67d3", | |
| "ref_norm": "\u6bcf \u5e74 \u4e8c \u767e \u4e00 \u5341 \u4e07 \u513f \u7ae5 \u6b7b \u4e8e \u88c5 \u4fee \u6c61 \u67d3", | |
| "hyp_norm": "\u6bcf \u5e74 2 1 0 \u4e07 \u513f \u7ae5 \u6b7b \u4e8e \u88c5 \u4fee \u6c61 \u67d3", | |
| "audio_duration_s": 4.074666666666666, | |
| "latency_s": 0.13128716126084328, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004505-00000075", | |
| "is_success": true, | |
| "wer": 0.26666666666666666, | |
| "ref_text": "\u6bcf\u5e74\u4e8c\u767e\u4e00\u5341\u4e07\u513f\u7ae5\uff0c\u6b7b\u4e8e\u88c5\u4fee\u6c61\u67d3\u3002", | |
| "hyp_text": "\u6bcf\u5e74210\u4e07\u513f\u7ae5\u6b7b\u4e8e\u88c5\u4fee\u6c61\u67d3", | |
| "ref_norm": "\u6bcf \u5e74 \u4e8c \u767e \u4e00 \u5341 \u4e07 \u513f \u7ae5 \u6b7b \u4e8e \u88c5 \u4fee \u6c61 \u67d3", | |
| "hyp_norm": "\u6bcf \u5e74 2 1 0 \u4e07 \u513f \u7ae5 \u6b7b \u4e8e \u88c5 \u4fee \u6c61 \u67d3", | |
| "audio_duration_s": 4.074666666666666, | |
| "latency_s": 0.1390643771737814, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004506-00000103", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7136\u800c\u963f\u5361\u663e\u7136\u5df2\u7ecf\u62ff\u5b9a\u4e3b\u610f\uff0c\u8981\u63f4\u6551\u9ed1\u8001\u9f20\u3002", | |
| "hyp_text": "\u7136\u800c\u963f\u5361\u663e\u7136\u5df2\u7ecf\u62ff\u5b9a\u4e3b\u610f\u8981\u63f4\u6551\u9ed1\u8001\u9f20", | |
| "ref_norm": "\u7136 \u800c \u963f \u5361 \u663e \u7136 \u5df2 \u7ecf \u62ff \u5b9a \u4e3b \u610f \u8981 \u63f4 \u6551 \u9ed1 \u8001 \u9f20", | |
| "hyp_norm": "\u7136 \u800c \u963f \u5361 \u663e \u7136 \u5df2 \u7ecf \u62ff \u5b9a \u4e3b \u610f \u8981 \u63f4 \u6551 \u9ed1 \u8001 \u9f20", | |
| "audio_duration_s": 5.328, | |
| "latency_s": 0.135598786175251, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004506-00000069", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7136\u800c\u963f\u5361\u663e\u7136\u5df2\u7ecf\u62ff\u5b9a\u4e3b\u610f\uff0c\u8981\u63f4\u6551\u9ed1\u8001\u9f20\u3002", | |
| "hyp_text": "\u7136\u800c\u963f\u5361\u663e\u7136\u5df2\u7ecf\u62ff\u5b9a\u4e3b\u610f\u8981\u63f4\u6551\u9ed1\u8001\u9f20", | |
| "ref_norm": "\u7136 \u800c \u963f \u5361 \u663e \u7136 \u5df2 \u7ecf \u62ff \u5b9a \u4e3b \u610f \u8981 \u63f4 \u6551 \u9ed1 \u8001 \u9f20", | |
| "hyp_norm": "\u7136 \u800c \u963f \u5361 \u663e \u7136 \u5df2 \u7ecf \u62ff \u5b9a \u4e3b \u610f \u8981 \u63f4 \u6551 \u9ed1 \u8001 \u9f20", | |
| "audio_duration_s": 5.328, | |
| "latency_s": 0.13759660255163908, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004507-00000024", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u516c\u5bd3\u56db\u5468\u7684\u8857\u9053\u4e0a\uff0c\u90fd\u5e03\u8bbe\u4e86\u8b66\u536b\u6697\u54e8\u3002", | |
| "hyp_text": "\u516c\u5bd3\u56db\u5468\u7684\u8857\u9053\u4e0a\u90fd\u5e03\u8bbe\u4e86\u8b66\u536b\u6697\u54e8", | |
| "ref_norm": "\u516c \u5bd3 \u56db \u5468 \u7684 \u8857 \u9053 \u4e0a \u90fd \u5e03 \u8bbe \u4e86 \u8b66 \u536b \u6697 \u54e8", | |
| "hyp_norm": "\u516c \u5bd3 \u56db \u5468 \u7684 \u8857 \u9053 \u4e0a \u90fd \u5e03 \u8bbe \u4e86 \u8b66 \u536b \u6697 \u54e8", | |
| "audio_duration_s": 5.125333333333334, | |
| "latency_s": 0.15611574053764343, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004507-00000092", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u516c\u5bd3\u56db\u5468\u7684\u8857\u9053\u4e0a\uff0c\u90fd\u5e03\u8bbe\u4e86\u8b66\u536b\u6697\u54e8\u3002", | |
| "hyp_text": "\u516c\u5bd3\u56db\u5468\u7684\u8857\u9053\u4e0a\u90fd\u5e03\u8bbe\u4e86\u8b66\u536b\u6697\u54e8", | |
| "ref_norm": "\u516c \u5bd3 \u56db \u5468 \u7684 \u8857 \u9053 \u4e0a \u90fd \u5e03 \u8bbe \u4e86 \u8b66 \u536b \u6697 \u54e8", | |
| "hyp_norm": "\u516c \u5bd3 \u56db \u5468 \u7684 \u8857 \u9053 \u4e0a \u90fd \u5e03 \u8bbe \u4e86 \u8b66 \u536b \u6697 \u54e8", | |
| "audio_duration_s": 5.125333333333334, | |
| "latency_s": 0.16169695742428303, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004508-00000064", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u706b\u7cbe\u7075\u53c8\u51fa\u73b0\u4e86\uff0c\u7334\u817f\uff0c\u5e15\u514b\u6320\u6320\u5934\u3002", | |
| "hyp_text": "\u706b\u7cbe\u7075\u53c8\u51fa\u73b0\u4e86,\u7334\u817f,\u5e15\u514b\u6320\u6320\u5934\u3002", | |
| "ref_norm": "\u706b \u7cbe \u7075 \u53c8 \u51fa \u73b0 \u4e86 \u7334 \u817f \u5e15 \u514b \u6320 \u6320 \u5934", | |
| "hyp_norm": "\u706b \u7cbe \u7075 \u53c8 \u51fa \u73b0 \u4e86 \u7334 \u817f \u5e15 \u514b \u6320 \u6320 \u5934", | |
| "audio_duration_s": 4.096, | |
| "latency_s": 0.1698833405971527, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004508-00000022", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u706b\u7cbe\u7075\u53c8\u51fa\u73b0\u4e86\uff0c\u7334\u817f\uff0c\u5e15\u514b\u6320\u6320\u5934\u3002", | |
| "hyp_text": "\u706b\u7cbe\u7075\u53c8\u51fa\u73b0\u4e86,\u7334\u817f,\u5e15\u514b\u6320\u6320\u5934\u3002", | |
| "ref_norm": "\u706b \u7cbe \u7075 \u53c8 \u51fa \u73b0 \u4e86 \u7334 \u817f \u5e15 \u514b \u6320 \u6320 \u5934", | |
| "hyp_norm": "\u706b \u7cbe \u7075 \u53c8 \u51fa \u73b0 \u4e86 \u7334 \u817f \u5e15 \u514b \u6320 \u6320 \u5934", | |
| "audio_duration_s": 4.096, | |
| "latency_s": 0.166983125731349, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004509-00000090", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6881\u6c38\u7965\u53c8\u5982\u4f55\u4e0e\u521b\u4e1a\u6311\u6218\u9762\u5bf9\u9762\u5bf9\u51b3\u3002", | |
| "hyp_text": "\u6881\u6c38\u7965\u53c8\u5982\u4f55\u4e0e\u521b\u4e1a\u6311\u6218\u9762\u5bf9\u9762\u5bf9\u51b3", | |
| "ref_norm": "\u6881 \u6c38 \u7965 \u53c8 \u5982 \u4f55 \u4e0e \u521b \u4e1a \u6311 \u6218 \u9762 \u5bf9 \u9762 \u5bf9 \u51b3", | |
| "hyp_norm": "\u6881 \u6c38 \u7965 \u53c8 \u5982 \u4f55 \u4e0e \u521b \u4e1a \u6311 \u6218 \u9762 \u5bf9 \u9762 \u5bf9 \u51b3", | |
| "audio_duration_s": 4.501333333333333, | |
| "latency_s": 0.15822687651962042, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004509-00000047", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6881\u6c38\u7965\u53c8\u5982\u4f55\u4e0e\u521b\u4e1a\u6311\u6218\u9762\u5bf9\u9762\u5bf9\u51b3\u3002", | |
| "hyp_text": "\u6881\u6c38\u7965\u53c8\u5982\u4f55\u4e0e\u521b\u4e1a\u6311\u6218\u9762\u5bf9\u9762\u5bf9\u51b3", | |
| "ref_norm": "\u6881 \u6c38 \u7965 \u53c8 \u5982 \u4f55 \u4e0e \u521b \u4e1a \u6311 \u6218 \u9762 \u5bf9 \u9762 \u5bf9 \u51b3", | |
| "hyp_norm": "\u6881 \u6c38 \u7965 \u53c8 \u5982 \u4f55 \u4e0e \u521b \u4e1a \u6311 \u6218 \u9762 \u5bf9 \u9762 \u5bf9 \u51b3", | |
| "audio_duration_s": 4.501333333333333, | |
| "latency_s": 0.1545042796060443, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004510-00000090", | |
| "is_success": true, | |
| "wer": 0.1111111111111111, | |
| "ref_text": "\u4ed6\u5728\u4f4d\u4e8e\u5965\u683c\u767b\u5e02\u90ca\u5916\u7684\u5bb6\u65cf\u571f\u5730\u4e0a\u517b\u4e86\u3002", | |
| "hyp_text": "\u4ed6\u5728\u4f4d\u4e8e\u5965\u683c\u767b\u5e02\u4ea4\u4f4d\u7684\u5bb6\u65cf\u571f\u5730\u4e0a\u517b\u4e86\u3002", | |
| "ref_norm": "\u4ed6 \u5728 \u4f4d \u4e8e \u5965 \u683c \u767b \u5e02 \u90ca \u5916 \u7684 \u5bb6 \u65cf \u571f \u5730 \u4e0a \u517b \u4e86", | |
| "hyp_norm": "\u4ed6 \u5728 \u4f4d \u4e8e \u5965 \u683c \u767b \u5e02 \u4ea4 \u4f4d \u7684 \u5bb6 \u65cf \u571f \u5730 \u4e0a \u517b \u4e86", | |
| "audio_duration_s": 4.304, | |
| "latency_s": 0.15483119525015354, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004510-00000018", | |
| "is_success": true, | |
| "wer": 0.1111111111111111, | |
| "ref_text": "\u4ed6\u5728\u4f4d\u4e8e\u5965\u683c\u767b\u5e02\u90ca\u5916\u7684\u5bb6\u65cf\u571f\u5730\u4e0a\u517b\u4e86\u3002", | |
| "hyp_text": "\u4ed6\u5728\u4f4d\u4e8e\u5965\u683c\u767b\u5e02\u4ea4\u4f4d\u7684\u5bb6\u65cf\u571f\u5730\u4e0a\u517b\u4e86\u3002", | |
| "ref_norm": "\u4ed6 \u5728 \u4f4d \u4e8e \u5965 \u683c \u767b \u5e02 \u90ca \u5916 \u7684 \u5bb6 \u65cf \u571f \u5730 \u4e0a \u517b \u4e86", | |
| "hyp_norm": "\u4ed6 \u5728 \u4f4d \u4e8e \u5965 \u683c \u767b \u5e02 \u4ea4 \u4f4d \u7684 \u5bb6 \u65cf \u571f \u5730 \u4e0a \u517b \u4e86", | |
| "audio_duration_s": 4.304, | |
| "latency_s": 0.14159841556102037, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004511-00000014", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u54aa\u54aa\u60f3\u6293\u4f4f\u5b83\uff0c\u53ef\u8f6c\u4e86\u4e00\u767e\u5708\u8fd8\u662f\u6ca1\u6293\u4f4f\u3002", | |
| "hyp_text": "\u54aa\u54aa\u60f3\u6293\u4f4f\u5b83\u53ef\u8f6c\u4e86\u4e00\u767e\u5708\u8fd8\u662f\u6ca1\u6293\u4f4f", | |
| "ref_norm": "\u54aa \u54aa \u60f3 \u6293 \u4f4f \u5b83 \u53ef \u8f6c \u4e86 \u4e00 \u767e \u5708 \u8fd8 \u662f \u6ca1 \u6293 \u4f4f", | |
| "hyp_norm": "\u54aa \u54aa \u60f3 \u6293 \u4f4f \u5b83 \u53ef \u8f6c \u4e86 \u4e00 \u767e \u5708 \u8fd8 \u662f \u6ca1 \u6293 \u4f4f", | |
| "audio_duration_s": 4.464, | |
| "latency_s": 0.13448102958500385, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004511-00000032", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u54aa\u54aa\u60f3\u6293\u4f4f\u5b83\uff0c\u53ef\u8f6c\u4e86\u4e00\u767e\u5708\u8fd8\u662f\u6ca1\u6293\u4f4f\u3002", | |
| "hyp_text": "\u54aa\u54aa\u60f3\u6293\u4f4f\u5b83\u53ef\u8f6c\u4e86\u4e00\u767e\u5708\u8fd8\u662f\u6ca1\u6293\u4f4f", | |
| "ref_norm": "\u54aa \u54aa \u60f3 \u6293 \u4f4f \u5b83 \u53ef \u8f6c \u4e86 \u4e00 \u767e \u5708 \u8fd8 \u662f \u6ca1 \u6293 \u4f4f", | |
| "hyp_norm": "\u54aa \u54aa \u60f3 \u6293 \u4f4f \u5b83 \u53ef \u8f6c \u4e86 \u4e00 \u767e \u5708 \u8fd8 \u662f \u6ca1 \u6293 \u4f4f", | |
| "audio_duration_s": 4.464, | |
| "latency_s": 0.1368234921246767, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004512-00000028", | |
| "is_success": true, | |
| "wer": 0.058823529411764705, | |
| "ref_text": "\u628a\u94fa\u76d6\u7ed9\u6296\u6296\uff0c\u94fa\u4e0a\u767d\u5e8a\u5355\uff0c\u4e00\u4f1a\u6211\u5c31\u6765\u7761\u3002", | |
| "hyp_text": "\u628a\u94fa\u76d6\u7ed9\u6296\u6296,\u94fa\u4e0a\u767d\u5e8a\u5355,\u4e00\u4f1a\u513f\u6211\u5c31\u6765\u7761\u3002", | |
| "ref_norm": "\u628a \u94fa \u76d6 \u7ed9 \u6296 \u6296 \u94fa \u4e0a \u767d \u5e8a \u5355 \u4e00 \u4f1a \u6211 \u5c31 \u6765 \u7761", | |
| "hyp_norm": "\u628a \u94fa \u76d6 \u7ed9 \u6296 \u6296 \u94fa \u4e0a \u767d \u5e8a \u5355 \u4e00 \u4f1a \u513f \u6211 \u5c31 \u6765 \u7761", | |
| "audio_duration_s": 4.677333333333333, | |
| "latency_s": 0.19347427133470774, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004512-00000067", | |
| "is_success": true, | |
| "wer": 0.058823529411764705, | |
| "ref_text": "\u628a\u94fa\u76d6\u7ed9\u6296\u6296\uff0c\u94fa\u4e0a\u767d\u5e8a\u5355\uff0c\u4e00\u4f1a\u6211\u5c31\u6765\u7761\u3002", | |
| "hyp_text": "\u628a\u94fa\u76d6\u7ed9\u6296\u6296,\u94fa\u4e0a\u767d\u5e8a\u5355,\u4e00\u4f1a\u513f\u6211\u5c31\u6765\u7761\u3002", | |
| "ref_norm": "\u628a \u94fa \u76d6 \u7ed9 \u6296 \u6296 \u94fa \u4e0a \u767d \u5e8a \u5355 \u4e00 \u4f1a \u6211 \u5c31 \u6765 \u7761", | |
| "hyp_norm": "\u628a \u94fa \u76d6 \u7ed9 \u6296 \u6296 \u94fa \u4e0a \u767d \u5e8a \u5355 \u4e00 \u4f1a \u513f \u6211 \u5c31 \u6765 \u7761", | |
| "audio_duration_s": 4.677333333333333, | |
| "latency_s": 0.17877940740436316, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004513-00000001", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u9f13\u52b1\u4f18\u79c0\u7535\u5f71\u521b\u4f5c\u8005\uff0c\u53ca\u4f18\u826f\u5f71\u7247\u3002", | |
| "hyp_text": "\u9f13\u52b1\u4f18\u79c0\u7535\u5f71\u521b\u4f5c\u8005\u53ca\u4f18\u826f\u5f71\u7247", | |
| "ref_norm": "\u9f13 \u52b1 \u4f18 \u79c0 \u7535 \u5f71 \u521b \u4f5c \u8005 \u53ca \u4f18 \u826f \u5f71 \u7247", | |
| "hyp_norm": "\u9f13 \u52b1 \u4f18 \u79c0 \u7535 \u5f71 \u521b \u4f5c \u8005 \u53ca \u4f18 \u826f \u5f71 \u7247", | |
| "audio_duration_s": 4.069333333333334, | |
| "latency_s": 0.13024982158094645, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004513-00000086", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u9f13\u52b1\u4f18\u79c0\u7535\u5f71\u521b\u4f5c\u8005\uff0c\u53ca\u4f18\u826f\u5f71\u7247\u3002", | |
| "hyp_text": "\u9f13\u52b1\u4f18\u79c0\u7535\u5f71\u521b\u4f5c\u8005\u53ca\u4f18\u826f\u5f71\u7247", | |
| "ref_norm": "\u9f13 \u52b1 \u4f18 \u79c0 \u7535 \u5f71 \u521b \u4f5c \u8005 \u53ca \u4f18 \u826f \u5f71 \u7247", | |
| "hyp_norm": "\u9f13 \u52b1 \u4f18 \u79c0 \u7535 \u5f71 \u521b \u4f5c \u8005 \u53ca \u4f18 \u826f \u5f71 \u7247", | |
| "audio_duration_s": 4.069333333333334, | |
| "latency_s": 0.13298839796334505, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004514-00000036", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7f8e\u7236\u4eb2\u4e3a\u5973\u513f\u6253\u9020\u72ec\u7279\u4e07\u5723\u8282\u793c\u7269\uff0c\u5f62\u4f3c\u96f7\u4e91\u3002", | |
| "hyp_text": "\u7f8e\u7236\u4eb2\u4e3a\u5973\u513f\u6253\u9020\u72ec\u7279\u4e07\u5723\u8282\u793c\u7269\u5f62\u4f3c\u96f7\u4e91", | |
| "ref_norm": "\u7f8e \u7236 \u4eb2 \u4e3a \u5973 \u513f \u6253 \u9020 \u72ec \u7279 \u4e07 \u5723 \u8282 \u793c \u7269 \u5f62 \u4f3c \u96f7 \u4e91", | |
| "hyp_norm": "\u7f8e \u7236 \u4eb2 \u4e3a \u5973 \u513f \u6253 \u9020 \u72ec \u7279 \u4e07 \u5723 \u8282 \u793c \u7269 \u5f62 \u4f3c \u96f7 \u4e91", | |
| "audio_duration_s": 5.050666666666666, | |
| "latency_s": 0.16358086094260216, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004514-00000062", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7f8e\u7236\u4eb2\u4e3a\u5973\u513f\u6253\u9020\u72ec\u7279\u4e07\u5723\u8282\u793c\u7269\uff0c\u5f62\u4f3c\u96f7\u4e91\u3002", | |
| "hyp_text": "\u7f8e\u7236\u4eb2\u4e3a\u5973\u513f\u6253\u9020\u72ec\u7279\u4e07\u5723\u8282\u793c\u7269\u5f62\u4f3c\u96f7\u4e91", | |
| "ref_norm": "\u7f8e \u7236 \u4eb2 \u4e3a \u5973 \u513f \u6253 \u9020 \u72ec \u7279 \u4e07 \u5723 \u8282 \u793c \u7269 \u5f62 \u4f3c \u96f7 \u4e91", | |
| "hyp_norm": "\u7f8e \u7236 \u4eb2 \u4e3a \u5973 \u513f \u6253 \u9020 \u72ec \u7279 \u4e07 \u5723 \u8282 \u793c \u7269 \u5f62 \u4f3c \u96f7 \u4e91", | |
| "audio_duration_s": 5.050666666666666, | |
| "latency_s": 0.16535902116447687, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004515-00000071", | |
| "is_success": true, | |
| "wer": 0.23076923076923078, | |
| "ref_text": "\u603b\u662f\u8981\u70b9\u7f00\u4e09\u4e24\u5973\u4fa0\uff0c\u4e00\u4e8c\u80ed\u8102\u3002", | |
| "hyp_text": "\u603b\u662f\u8981\u70b9\u7f00\u4e09\u4e24\u5973\u4fa0\u4e00\u8033\u54bd\u6b62", | |
| "ref_norm": "\u603b \u662f \u8981 \u70b9 \u7f00 \u4e09 \u4e24 \u5973 \u4fa0 \u4e00 \u4e8c \u80ed \u8102", | |
| "hyp_norm": "\u603b \u662f \u8981 \u70b9 \u7f00 \u4e09 \u4e24 \u5973 \u4fa0 \u4e00 \u8033 \u54bd \u6b62", | |
| "audio_duration_s": 5.562666666666667, | |
| "latency_s": 0.13202408328652382, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004515-00000058", | |
| "is_success": true, | |
| "wer": 0.23076923076923078, | |
| "ref_text": "\u603b\u662f\u8981\u70b9\u7f00\u4e09\u4e24\u5973\u4fa0\uff0c\u4e00\u4e8c\u80ed\u8102\u3002", | |
| "hyp_text": "\u603b\u662f\u8981\u70b9\u7f00\u4e09\u4e24\u5973\u4fa0\u4e00\u8033\u54bd\u6b62", | |
| "ref_norm": "\u603b \u662f \u8981 \u70b9 \u7f00 \u4e09 \u4e24 \u5973 \u4fa0 \u4e00 \u4e8c \u80ed \u8102", | |
| "hyp_norm": "\u603b \u662f \u8981 \u70b9 \u7f00 \u4e09 \u4e24 \u5973 \u4fa0 \u4e00 \u8033 \u54bd \u6b62", | |
| "audio_duration_s": 5.562666666666667, | |
| "latency_s": 0.1303841406479478, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004516-00000111", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u624d\u51fa\u73b0\u4e86\uff0c\u5305\u542b\u5404\u79cd\u51ac\u5b63\u8fd0\u52a8\u9879\u76ee\u7684\u51ac\u5b63\u5965\u8fd0\u4f1a\u3002", | |
| "hyp_text": "\u624d\u51fa\u73b0\u4e86\u5305\u542b\u5404\u79cd\u51ac\u5b63\u8fd0\u52a8\u9879\u76ee\u7684\u51ac\u5b63\u5965\u8fd0\u4f1a", | |
| "ref_norm": "\u624d \u51fa \u73b0 \u4e86 \u5305 \u542b \u5404 \u79cd \u51ac \u5b63 \u8fd0 \u52a8 \u9879 \u76ee \u7684 \u51ac \u5b63 \u5965 \u8fd0 \u4f1a", | |
| "hyp_norm": "\u624d \u51fa \u73b0 \u4e86 \u5305 \u542b \u5404 \u79cd \u51ac \u5b63 \u8fd0 \u52a8 \u9879 \u76ee \u7684 \u51ac \u5b63 \u5965 \u8fd0 \u4f1a", | |
| "audio_duration_s": 4.72, | |
| "latency_s": 0.19058288168162107, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004516-00000030", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u624d\u51fa\u73b0\u4e86\uff0c\u5305\u542b\u5404\u79cd\u51ac\u5b63\u8fd0\u52a8\u9879\u76ee\u7684\u51ac\u5b63\u5965\u8fd0\u4f1a\u3002", | |
| "hyp_text": "\u624d\u51fa\u73b0\u4e86\u5305\u542b\u5404\u79cd\u51ac\u5b63\u8fd0\u52a8\u9879\u76ee\u7684\u51ac\u5b63\u5965\u8fd0\u4f1a", | |
| "ref_norm": "\u624d \u51fa \u73b0 \u4e86 \u5305 \u542b \u5404 \u79cd \u51ac \u5b63 \u8fd0 \u52a8 \u9879 \u76ee \u7684 \u51ac \u5b63 \u5965 \u8fd0 \u4f1a", | |
| "hyp_norm": "\u624d \u51fa \u73b0 \u4e86 \u5305 \u542b \u5404 \u79cd \u51ac \u5b63 \u8fd0 \u52a8 \u9879 \u76ee \u7684 \u51ac \u5b63 \u5965 \u8fd0 \u4f1a", | |
| "audio_duration_s": 4.72, | |
| "latency_s": 0.18635116424411535, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004517-00000108", | |
| "is_success": true, | |
| "wer": 0.1, | |
| "ref_text": "\u591a\u4e91\u6709\u9635\u96e8\uff0c\u66b4\u96f7\u6709\u5927\u98ce\u3002", | |
| "hyp_text": "\u591a\u4e91\u6709\u6b63\u96e8,\u66b4\u96f7\u6709\u5927\u98ce\u3002", | |
| "ref_norm": "\u591a \u4e91 \u6709 \u9635 \u96e8 \u66b4 \u96f7 \u6709 \u5927 \u98ce", | |
| "hyp_norm": "\u591a \u4e91 \u6709 \u6b63 \u96e8 \u66b4 \u96f7 \u6709 \u5927 \u98ce", | |
| "audio_duration_s": 4.167, | |
| "latency_s": 0.12256933283060789, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004517-00000116", | |
| "is_success": true, | |
| "wer": 0.1, | |
| "ref_text": "\u591a\u4e91\u6709\u9635\u96e8\uff0c\u66b4\u96f7\u6709\u5927\u98ce\u3002", | |
| "hyp_text": "\u591a\u4e91\u6709\u6b63\u96e8,\u66b4\u96f7\u6709\u5927\u98ce\u3002", | |
| "ref_norm": "\u591a \u4e91 \u6709 \u9635 \u96e8 \u66b4 \u96f7 \u6709 \u5927 \u98ce", | |
| "hyp_norm": "\u591a \u4e91 \u6709 \u6b63 \u96e8 \u66b4 \u96f7 \u6709 \u5927 \u98ce", | |
| "audio_duration_s": 4.167, | |
| "latency_s": 0.12411063443869352, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004518-00000112", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u82b1\u8349\u8336\u7684\u53e3\u5473\uff0c\u4e00\u822c\u6bd4\u666e\u901a\u7684\u8336\u53f6\u8981\u82e6\u4e00\u4e9b\u3002", | |
| "hyp_text": "\u82b1\u8349\u8336\u7684\u53e3\u5473\u4e00\u822c\u6bd4\u666e\u901a\u7684\u8336\u53f6\u8981\u82e6\u4e00\u4e9b\u3002", | |
| "ref_norm": "\u82b1 \u8349 \u8336 \u7684 \u53e3 \u5473 \u4e00 \u822c \u6bd4 \u666e \u901a \u7684 \u8336 \u53f6 \u8981 \u82e6 \u4e00 \u4e9b", | |
| "hyp_norm": "\u82b1 \u8349 \u8336 \u7684 \u53e3 \u5473 \u4e00 \u822c \u6bd4 \u666e \u901a \u7684 \u8336 \u53f6 \u8981 \u82e6 \u4e00 \u4e9b", | |
| "audio_duration_s": 4.394666666666667, | |
| "latency_s": 0.1394895939156413, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004518-00000106", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u82b1\u8349\u8336\u7684\u53e3\u5473\uff0c\u4e00\u822c\u6bd4\u666e\u901a\u7684\u8336\u53f6\u8981\u82e6\u4e00\u4e9b\u3002", | |
| "hyp_text": "\u82b1\u8349\u8336\u7684\u53e3\u5473\u4e00\u822c\u6bd4\u666e\u901a\u7684\u8336\u53f6\u8981\u82e6\u4e00\u4e9b\u3002", | |
| "ref_norm": "\u82b1 \u8349 \u8336 \u7684 \u53e3 \u5473 \u4e00 \u822c \u6bd4 \u666e \u901a \u7684 \u8336 \u53f6 \u8981 \u82e6 \u4e00 \u4e9b", | |
| "hyp_norm": "\u82b1 \u8349 \u8336 \u7684 \u53e3 \u5473 \u4e00 \u822c \u6bd4 \u666e \u901a \u7684 \u8336 \u53f6 \u8981 \u82e6 \u4e00 \u4e9b", | |
| "audio_duration_s": 4.394666666666667, | |
| "latency_s": 0.127653818577528, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004519-00000048", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6211\u5403\u4e86\u70b9\u71d5\u9ea6\u7247\uff0c\u714e\u9e21\u86cb\uff0c\u8fd8\u559d\u4e86\u70b9\u6a59\u6c41\u3002", | |
| "hyp_text": "\u6211\u5403\u4e86\u70b9\u71d5\u9ea6\u7247\u714e\u9e21\u86cb\u8fd8\u559d\u4e86\u70b9\u6a59\u6c41", | |
| "ref_norm": "\u6211 \u5403 \u4e86 \u70b9 \u71d5 \u9ea6 \u7247 \u714e \u9e21 \u86cb \u8fd8 \u559d \u4e86 \u70b9 \u6a59 \u6c41", | |
| "hyp_norm": "\u6211 \u5403 \u4e86 \u70b9 \u71d5 \u9ea6 \u7247 \u714e \u9e21 \u86cb \u8fd8 \u559d \u4e86 \u70b9 \u6a59 \u6c41", | |
| "audio_duration_s": 4.357333333333333, | |
| "latency_s": 0.1627945564687252, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004519-00000102", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6211\u5403\u4e86\u70b9\u71d5\u9ea6\u7247\uff0c\u714e\u9e21\u86cb\uff0c\u8fd8\u559d\u4e86\u70b9\u6a59\u6c41\u3002", | |
| "hyp_text": "\u6211\u5403\u4e86\u70b9\u71d5\u9ea6\u7247\u714e\u9e21\u86cb\u8fd8\u559d\u4e86\u70b9\u6a59\u6c41", | |
| "ref_norm": "\u6211 \u5403 \u4e86 \u70b9 \u71d5 \u9ea6 \u7247 \u714e \u9e21 \u86cb \u8fd8 \u559d \u4e86 \u70b9 \u6a59 \u6c41", | |
| "hyp_norm": "\u6211 \u5403 \u4e86 \u70b9 \u71d5 \u9ea6 \u7247 \u714e \u9e21 \u86cb \u8fd8 \u559d \u4e86 \u70b9 \u6a59 \u6c41", | |
| "audio_duration_s": 4.357333333333333, | |
| "latency_s": 0.14665793534368277, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004520-00000082", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5982\u6f14\u5458\u672a\u66fe\u62cd\u8fc7\u543b\u620f\u4f46\u60f3\u5c1d\u8bd5\u3002", | |
| "hyp_text": "\u5982\u6f14\u5458\u672a\u66fe\u62cd\u8fc7\u543b\u620f,\u4f46\u60f3\u5c1d\u8bd5\u3002", | |
| "ref_norm": "\u5982 \u6f14 \u5458 \u672a \u66fe \u62cd \u8fc7 \u543b \u620f \u4f46 \u60f3 \u5c1d \u8bd5", | |
| "hyp_norm": "\u5982 \u6f14 \u5458 \u672a \u66fe \u62cd \u8fc7 \u543b \u620f \u4f46 \u60f3 \u5c1d \u8bd5", | |
| "audio_duration_s": 4.645333333333333, | |
| "latency_s": 0.1371131483465433, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004520-00000019", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5982\u6f14\u5458\u672a\u66fe\u62cd\u8fc7\u543b\u620f\u4f46\u60f3\u5c1d\u8bd5\u3002", | |
| "hyp_text": "\u5982\u6f14\u5458\u672a\u66fe\u62cd\u8fc7\u543b\u620f,\u4f46\u60f3\u5c1d\u8bd5\u3002", | |
| "ref_norm": "\u5982 \u6f14 \u5458 \u672a \u66fe \u62cd \u8fc7 \u543b \u620f \u4f46 \u60f3 \u5c1d \u8bd5", | |
| "hyp_norm": "\u5982 \u6f14 \u5458 \u672a \u66fe \u62cd \u8fc7 \u543b \u620f \u4f46 \u60f3 \u5c1d \u8bd5", | |
| "audio_duration_s": 4.645333333333333, | |
| "latency_s": 0.14090092480182648, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004521-00000008", | |
| "is_success": true, | |
| "wer": 0.09090909090909091, | |
| "ref_text": "\u66f4\u4e0d\u4e4f\u4e3a\u79cd\u79cd\u4e11\u6001\u6253\u8d4f\u8005\u3002", | |
| "hyp_text": "\u66f4\u4e0d\u4e4f\u4e3a\u79cd\u79cd\u4e11\u6001\u6253\u4f1e\u8005", | |
| "ref_norm": "\u66f4 \u4e0d \u4e4f \u4e3a \u79cd \u79cd \u4e11 \u6001 \u6253 \u8d4f \u8005", | |
| "hyp_norm": "\u66f4 \u4e0d \u4e4f \u4e3a \u79cd \u79cd \u4e11 \u6001 \u6253 \u4f1e \u8005", | |
| "audio_duration_s": 4.416, | |
| "latency_s": 0.11168578919023275, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004521-00000059", | |
| "is_success": true, | |
| "wer": 0.09090909090909091, | |
| "ref_text": "\u66f4\u4e0d\u4e4f\u4e3a\u79cd\u79cd\u4e11\u6001\u6253\u8d4f\u8005\u3002", | |
| "hyp_text": "\u66f4\u4e0d\u4e4f\u4e3a\u79cd\u79cd\u4e11\u6001\u6253\u4f1e\u8005", | |
| "ref_norm": "\u66f4 \u4e0d \u4e4f \u4e3a \u79cd \u79cd \u4e11 \u6001 \u6253 \u8d4f \u8005", | |
| "hyp_norm": "\u66f4 \u4e0d \u4e4f \u4e3a \u79cd \u79cd \u4e11 \u6001 \u6253 \u4f1e \u8005", | |
| "audio_duration_s": 4.416, | |
| "latency_s": 0.11919582169502974, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004522-00000097", | |
| "is_success": true, | |
| "wer": 0.047619047619047616, | |
| "ref_text": "\u7531\u4e00\u89c8\u65e0\u9057\u53d8\u6210\u591a\u5904\u6697\u9ed1\u6b7b\u89d2\uff0c\u6839\u672c\u65e0\u6cd5\u4e00\u773c\u770b\u7a7f\u3002", | |
| "hyp_text": "\u7531\u4e00\u6717\u65e0\u9057\u53d8\u6210\u591a\u5904\u6697\u9ed1\u6b7b\u89d2\u6839\u672c\u65e0\u6cd5\u4e00\u773c\u770b\u7a7f", | |
| "ref_norm": "\u7531 \u4e00 \u89c8 \u65e0 \u9057 \u53d8 \u6210 \u591a \u5904 \u6697 \u9ed1 \u6b7b \u89d2 \u6839 \u672c \u65e0 \u6cd5 \u4e00 \u773c \u770b \u7a7f", | |
| "hyp_norm": "\u7531 \u4e00 \u6717 \u65e0 \u9057 \u53d8 \u6210 \u591a \u5904 \u6697 \u9ed1 \u6b7b \u89d2 \u6839 \u672c \u65e0 \u6cd5 \u4e00 \u773c \u770b \u7a7f", | |
| "audio_duration_s": 6.010666666666666, | |
| "latency_s": 0.15914488583803177, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004522-00000073", | |
| "is_success": true, | |
| "wer": 0.047619047619047616, | |
| "ref_text": "\u7531\u4e00\u89c8\u65e0\u9057\u53d8\u6210\u591a\u5904\u6697\u9ed1\u6b7b\u89d2\uff0c\u6839\u672c\u65e0\u6cd5\u4e00\u773c\u770b\u7a7f\u3002", | |
| "hyp_text": "\u7531\u4e00\u6717\u65e0\u9057\u53d8\u6210\u591a\u5904\u6697\u9ed1\u6b7b\u89d2\u6839\u672c\u65e0\u6cd5\u4e00\u773c\u770b\u7a7f", | |
| "ref_norm": "\u7531 \u4e00 \u89c8 \u65e0 \u9057 \u53d8 \u6210 \u591a \u5904 \u6697 \u9ed1 \u6b7b \u89d2 \u6839 \u672c \u65e0 \u6cd5 \u4e00 \u773c \u770b \u7a7f", | |
| "hyp_norm": "\u7531 \u4e00 \u6717 \u65e0 \u9057 \u53d8 \u6210 \u591a \u5904 \u6697 \u9ed1 \u6b7b \u89d2 \u6839 \u672c \u65e0 \u6cd5 \u4e00 \u773c \u770b \u7a7f", | |
| "audio_duration_s": 6.010666666666666, | |
| "latency_s": 0.15791288577020168, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004523-00000067", | |
| "is_success": true, | |
| "wer": 0.19047619047619047, | |
| "ref_text": "\u8fd8\u6709\u4eba\u5f97\u4e86\u51bb\u4f24\u4e45\u6cbb\u4e0d\u6108\uff0c\u505a\u8fd9\u4e9b\u4e8b\u7684\u4eba\u5927\u6709\u4eba\u5728\u3002", | |
| "hyp_text": "\u8fd8\u6709\u4eba\u5f97\u4e86\u6d1e\u5c71,\u4e45\u4e4b\u4e0d\u9047,\u505a\u8fd9\u4e9b\u4e8b\u7684\u4eba\u5927\u6709\u4eba\u5728\u3002", | |
| "ref_norm": "\u8fd8 \u6709 \u4eba \u5f97 \u4e86 \u51bb \u4f24 \u4e45 \u6cbb \u4e0d \u6108 \u505a \u8fd9 \u4e9b \u4e8b \u7684 \u4eba \u5927 \u6709 \u4eba \u5728", | |
| "hyp_norm": "\u8fd8 \u6709 \u4eba \u5f97 \u4e86 \u6d1e \u5c71 \u4e45 \u4e4b \u4e0d \u9047 \u505a \u8fd9 \u4e9b \u4e8b \u7684 \u4eba \u5927 \u6709 \u4eba \u5728", | |
| "audio_duration_s": 4.392333333333333, | |
| "latency_s": 0.14963993057608604, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004523-00000030", | |
| "is_success": true, | |
| "wer": 0.19047619047619047, | |
| "ref_text": "\u8fd8\u6709\u4eba\u5f97\u4e86\u51bb\u4f24\u4e45\u6cbb\u4e0d\u6108\uff0c\u505a\u8fd9\u4e9b\u4e8b\u7684\u4eba\u5927\u6709\u4eba\u5728\u3002", | |
| "hyp_text": "\u8fd8\u6709\u4eba\u5f97\u4e86\u6d1e\u5c71,\u4e45\u4e4b\u4e0d\u9047,\u505a\u8fd9\u4e9b\u4e8b\u7684\u4eba\u5927\u6709\u4eba\u5728\u3002", | |
| "ref_norm": "\u8fd8 \u6709 \u4eba \u5f97 \u4e86 \u51bb \u4f24 \u4e45 \u6cbb \u4e0d \u6108 \u505a \u8fd9 \u4e9b \u4e8b \u7684 \u4eba \u5927 \u6709 \u4eba \u5728", | |
| "hyp_norm": "\u8fd8 \u6709 \u4eba \u5f97 \u4e86 \u6d1e \u5c71 \u4e45 \u4e4b \u4e0d \u9047 \u505a \u8fd9 \u4e9b \u4e8b \u7684 \u4eba \u5927 \u6709 \u4eba \u5728", | |
| "audio_duration_s": 4.392333333333333, | |
| "latency_s": 0.181991558521986, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004524-00000063", | |
| "is_success": true, | |
| "wer": 0.045454545454545456, | |
| "ref_text": "\u5373\u8865\u786c\u77ed\u677f\u4e5f\u8865\u8f6f\u77ed\u677f\uff0c\u65e2\u8865\u53d1\u5c55\u77ed\u677f\u4e5f\u8865\u5236\u5ea6\u77ed\u677f\u3002", | |
| "hyp_text": "\u65e2\u8865\u786c\u77ed\u677f,\u4e5f\u8865\u8f6f\u77ed\u677f,\u65e2\u8865\u53d1\u5c55\u77ed\u677f,\u4e5f\u8865\u5236\u5ea6\u77ed\u677f\u3002", | |
| "ref_norm": "\u5373 \u8865 \u786c \u77ed \u677f \u4e5f \u8865 \u8f6f \u77ed \u677f \u65e2 \u8865 \u53d1 \u5c55 \u77ed \u677f \u4e5f \u8865 \u5236 \u5ea6 \u77ed \u677f", | |
| "hyp_norm": "\u65e2 \u8865 \u786c \u77ed \u677f \u4e5f \u8865 \u8f6f \u77ed \u677f \u65e2 \u8865 \u53d1 \u5c55 \u77ed \u677f \u4e5f \u8865 \u5236 \u5ea6 \u77ed \u677f", | |
| "audio_duration_s": 6.373333333333333, | |
| "latency_s": 0.195923812687397, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004524-00000118", | |
| "is_success": true, | |
| "wer": 0.045454545454545456, | |
| "ref_text": "\u5373\u8865\u786c\u77ed\u677f\u4e5f\u8865\u8f6f\u77ed\u677f\uff0c\u65e2\u8865\u53d1\u5c55\u77ed\u677f\u4e5f\u8865\u5236\u5ea6\u77ed\u677f\u3002", | |
| "hyp_text": "\u65e2\u8865\u786c\u77ed\u677f,\u4e5f\u8865\u8f6f\u77ed\u677f,\u65e2\u8865\u53d1\u5c55\u77ed\u677f,\u4e5f\u8865\u5236\u5ea6\u77ed\u677f\u3002", | |
| "ref_norm": "\u5373 \u8865 \u786c \u77ed \u677f \u4e5f \u8865 \u8f6f \u77ed \u677f \u65e2 \u8865 \u53d1 \u5c55 \u77ed \u677f \u4e5f \u8865 \u5236 \u5ea6 \u77ed \u677f", | |
| "hyp_norm": "\u65e2 \u8865 \u786c \u77ed \u677f \u4e5f \u8865 \u8f6f \u77ed \u677f \u65e2 \u8865 \u53d1 \u5c55 \u77ed \u677f \u4e5f \u8865 \u5236 \u5ea6 \u77ed \u677f", | |
| "audio_duration_s": 6.373333333333333, | |
| "latency_s": 0.2149010794237256, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004525-00000019", | |
| "is_success": true, | |
| "wer": 0.0625, | |
| "ref_text": "\u8d39\u7c73\u9633\uff0c\u628a\u4fe1\u7ed9\u6211\uff0c\u548c\u4f60\u7684\u73a9\u5177\u72d7\u73a9\u53bb\u5427\u3002", | |
| "hyp_text": "\u8d39\u7c73\u626c,\u628a\u4fe1\u7ed9\u6211,\u548c\u4f60\u7684\u73a9\u5177\u72d7\u73a9\u53bb\u5427\u3002", | |
| "ref_norm": "\u8d39 \u7c73 \u9633 \u628a \u4fe1 \u7ed9 \u6211 \u548c \u4f60 \u7684 \u73a9 \u5177 \u72d7 \u73a9 \u53bb \u5427", | |
| "hyp_norm": "\u8d39 \u7c73 \u626c \u628a \u4fe1 \u7ed9 \u6211 \u548c \u4f60 \u7684 \u73a9 \u5177 \u72d7 \u73a9 \u53bb \u5427", | |
| "audio_duration_s": 4.16, | |
| "latency_s": 0.14441931433975697, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004525-00000055", | |
| "is_success": true, | |
| "wer": 0.0625, | |
| "ref_text": "\u8d39\u7c73\u9633\uff0c\u628a\u4fe1\u7ed9\u6211\uff0c\u548c\u4f60\u7684\u73a9\u5177\u72d7\u73a9\u53bb\u5427\u3002", | |
| "hyp_text": "\u8d39\u7c73\u626c,\u628a\u4fe1\u7ed9\u6211,\u548c\u4f60\u7684\u73a9\u5177\u72d7\u73a9\u53bb\u5427\u3002", | |
| "ref_norm": "\u8d39 \u7c73 \u9633 \u628a \u4fe1 \u7ed9 \u6211 \u548c \u4f60 \u7684 \u73a9 \u5177 \u72d7 \u73a9 \u53bb \u5427", | |
| "hyp_norm": "\u8d39 \u7c73 \u626c \u628a \u4fe1 \u7ed9 \u6211 \u548c \u4f60 \u7684 \u73a9 \u5177 \u72d7 \u73a9 \u53bb \u5427", | |
| "audio_duration_s": 4.16, | |
| "latency_s": 0.1315339570865035, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004526-00000053", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e09\u5b57\u5934\u7684\u4eba\u751f\u60c5\u8282\u7a81\u7136\u7d27\u51d1\uff0c\u591a\u53d8\u8d77\u6765\u3002", | |
| "hyp_text": "\u4e09\u5b57\u5934\u7684\u4eba\u751f\u60c5\u8282\u7a81\u7136\u7d27\u51d1,\u591a\u53d8\u8d77\u6765\u3002", | |
| "ref_norm": "\u4e09 \u5b57 \u5934 \u7684 \u4eba \u751f \u60c5 \u8282 \u7a81 \u7136 \u7d27 \u51d1 \u591a \u53d8 \u8d77 \u6765", | |
| "hyp_norm": "\u4e09 \u5b57 \u5934 \u7684 \u4eba \u751f \u60c5 \u8282 \u7a81 \u7136 \u7d27 \u51d1 \u591a \u53d8 \u8d77 \u6765", | |
| "audio_duration_s": 4.085333333333334, | |
| "latency_s": 0.14584201574325562, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004526-00000038", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e09\u5b57\u5934\u7684\u4eba\u751f\u60c5\u8282\u7a81\u7136\u7d27\u51d1\uff0c\u591a\u53d8\u8d77\u6765\u3002", | |
| "hyp_text": "\u4e09\u5b57\u5934\u7684\u4eba\u751f\u60c5\u8282\u7a81\u7136\u7d27\u51d1,\u591a\u53d8\u8d77\u6765\u3002", | |
| "ref_norm": "\u4e09 \u5b57 \u5934 \u7684 \u4eba \u751f \u60c5 \u8282 \u7a81 \u7136 \u7d27 \u51d1 \u591a \u53d8 \u8d77 \u6765", | |
| "hyp_norm": "\u4e09 \u5b57 \u5934 \u7684 \u4eba \u751f \u60c5 \u8282 \u7a81 \u7136 \u7d27 \u51d1 \u591a \u53d8 \u8d77 \u6765", | |
| "audio_duration_s": 4.085333333333334, | |
| "latency_s": 0.13744885940104723, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004527-00000005", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f46\u65e9\u5df2\u7ecf\u542c\u8bf4\u65e0\u53cc\u60e8\u8d25\u4e8e\u82cd\u5929\u624b\u4e0b\u7684\u6d88\u606f\u3002", | |
| "hyp_text": "\u4f46\u65e9\u5df2\u7ecf\u542c\u8bf4\u65e0\u53cc\u60e8\u8d25\u4e8e\u82cd\u5929\u624b\u4e0b\u7684\u6d88\u606f", | |
| "ref_norm": "\u4f46 \u65e9 \u5df2 \u7ecf \u542c \u8bf4 \u65e0 \u53cc \u60e8 \u8d25 \u4e8e \u82cd \u5929 \u624b \u4e0b \u7684 \u6d88 \u606f", | |
| "hyp_norm": "\u4f46 \u65e9 \u5df2 \u7ecf \u542c \u8bf4 \u65e0 \u53cc \u60e8 \u8d25 \u4e8e \u82cd \u5929 \u624b \u4e0b \u7684 \u6d88 \u606f", | |
| "audio_duration_s": 4.8853333333333335, | |
| "latency_s": 0.14609856065362692, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004527-00000109", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f46\u65e9\u5df2\u7ecf\u542c\u8bf4\u65e0\u53cc\u60e8\u8d25\u4e8e\u82cd\u5929\u624b\u4e0b\u7684\u6d88\u606f\u3002", | |
| "hyp_text": "\u4f46\u65e9\u5df2\u7ecf\u542c\u8bf4\u65e0\u53cc\u60e8\u8d25\u4e8e\u82cd\u5929\u624b\u4e0b\u7684\u6d88\u606f", | |
| "ref_norm": "\u4f46 \u65e9 \u5df2 \u7ecf \u542c \u8bf4 \u65e0 \u53cc \u60e8 \u8d25 \u4e8e \u82cd \u5929 \u624b \u4e0b \u7684 \u6d88 \u606f", | |
| "hyp_norm": "\u4f46 \u65e9 \u5df2 \u7ecf \u542c \u8bf4 \u65e0 \u53cc \u60e8 \u8d25 \u4e8e \u82cd \u5929 \u624b \u4e0b \u7684 \u6d88 \u606f", | |
| "audio_duration_s": 4.8853333333333335, | |
| "latency_s": 0.14917907770723104, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004528-00000104", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8001\u516c\u6c38\u8fdc\u72b6\u51b5\u5916\uff0c\u8001\u5a46\u6709\u8bdd\u5927\u58f0\u8bf4\u3002", | |
| "hyp_text": "\u8001\u516c\u6c38\u8fdc\u72b6\u51b5\u5916\u8001\u5a46\u6709\u8bdd\u5927\u58f0\u8bf4", | |
| "ref_norm": "\u8001 \u516c \u6c38 \u8fdc \u72b6 \u51b5 \u5916 \u8001 \u5a46 \u6709 \u8bdd \u5927 \u58f0 \u8bf4", | |
| "hyp_norm": "\u8001 \u516c \u6c38 \u8fdc \u72b6 \u51b5 \u5916 \u8001 \u5a46 \u6709 \u8bdd \u5927 \u58f0 \u8bf4", | |
| "audio_duration_s": 4.117333333333334, | |
| "latency_s": 0.15295015648007393, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004528-00000002", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8001\u516c\u6c38\u8fdc\u72b6\u51b5\u5916\uff0c\u8001\u5a46\u6709\u8bdd\u5927\u58f0\u8bf4\u3002", | |
| "hyp_text": "\u8001\u516c\u6c38\u8fdc\u72b6\u51b5\u5916\u8001\u5a46\u6709\u8bdd\u5927\u58f0\u8bf4", | |
| "ref_norm": "\u8001 \u516c \u6c38 \u8fdc \u72b6 \u51b5 \u5916 \u8001 \u5a46 \u6709 \u8bdd \u5927 \u58f0 \u8bf4", | |
| "hyp_norm": "\u8001 \u516c \u6c38 \u8fdc \u72b6 \u51b5 \u5916 \u8001 \u5a46 \u6709 \u8bdd \u5927 \u58f0 \u8bf4", | |
| "audio_duration_s": 4.117333333333334, | |
| "latency_s": 0.12033621314913034, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004529-00000079", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u56fd\u738b\u5b89\u6170\u7740\u738b\u5b50\uff0c\u8001\u5934\u5374\u603b\u4e0d\u670d\u6c14\u3002", | |
| "hyp_text": "\u56fd\u738b\u5b89\u6170\u7740\u738b\u5b50,\u8001\u5934\u5374\u603b\u4e0d\u670d\u6c14\u3002", | |
| "ref_norm": "\u56fd \u738b \u5b89 \u6170 \u7740 \u738b \u5b50 \u8001 \u5934 \u5374 \u603b \u4e0d \u670d \u6c14", | |
| "hyp_norm": "\u56fd \u738b \u5b89 \u6170 \u7740 \u738b \u5b50 \u8001 \u5934 \u5374 \u603b \u4e0d \u670d \u6c14", | |
| "audio_duration_s": 4.085333333333334, | |
| "latency_s": 0.13572052214294672, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004529-00000035", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u56fd\u738b\u5b89\u6170\u7740\u738b\u5b50\uff0c\u8001\u5934\u5374\u603b\u4e0d\u670d\u6c14\u3002", | |
| "hyp_text": "\u56fd\u738b\u5b89\u6170\u7740\u738b\u5b50,\u8001\u5934\u5374\u603b\u4e0d\u670d\u6c14\u3002", | |
| "ref_norm": "\u56fd \u738b \u5b89 \u6170 \u7740 \u738b \u5b50 \u8001 \u5934 \u5374 \u603b \u4e0d \u670d \u6c14", | |
| "hyp_norm": "\u56fd \u738b \u5b89 \u6170 \u7740 \u738b \u5b50 \u8001 \u5934 \u5374 \u603b \u4e0d \u670d \u6c14", | |
| "audio_duration_s": 4.085333333333334, | |
| "latency_s": 0.12944937031716108, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004530-00000117", | |
| "is_success": true, | |
| "wer": 0.21052631578947367, | |
| "ref_text": "\u738b\u540e\u4e3a\u6b64\u65e5\u591c\u4f24\u611f\uff0c\u8bf4\uff0c\u6211\u5c31\u50cf\u5757\u4e0d\u957f\u5e84\u7a3c\u7684\u5730\u3002", | |
| "hyp_text": "\u738b\u540e\u4e3a\u6b64\u65e5\u591c\u5c71\u5c97\u8bf4\u6211\u5c31\u50cf\u5757\u5e03\u5c55\u5e84\u7a3c\u7684\u5730", | |
| "ref_norm": "\u738b \u540e \u4e3a \u6b64 \u65e5 \u591c \u4f24 \u611f \u8bf4 \u6211 \u5c31 \u50cf \u5757 \u4e0d \u957f \u5e84 \u7a3c \u7684 \u5730", | |
| "hyp_norm": "\u738b \u540e \u4e3a \u6b64 \u65e5 \u591c \u5c71 \u5c97 \u8bf4 \u6211 \u5c31 \u50cf \u5757 \u5e03 \u5c55 \u5e84 \u7a3c \u7684 \u5730", | |
| "audio_duration_s": 5.242666666666667, | |
| "latency_s": 0.13916581496596336, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004530-00000094", | |
| "is_success": true, | |
| "wer": 0.21052631578947367, | |
| "ref_text": "\u738b\u540e\u4e3a\u6b64\u65e5\u591c\u4f24\u611f\uff0c\u8bf4\uff0c\u6211\u5c31\u50cf\u5757\u4e0d\u957f\u5e84\u7a3c\u7684\u5730\u3002", | |
| "hyp_text": "\u738b\u540e\u4e3a\u6b64\u65e5\u591c\u5c71\u5c97\u8bf4\u6211\u5c31\u50cf\u5757\u5e03\u5c55\u5e84\u7a3c\u7684\u5730", | |
| "ref_norm": "\u738b \u540e \u4e3a \u6b64 \u65e5 \u591c \u4f24 \u611f \u8bf4 \u6211 \u5c31 \u50cf \u5757 \u4e0d \u957f \u5e84 \u7a3c \u7684 \u5730", | |
| "hyp_norm": "\u738b \u540e \u4e3a \u6b64 \u65e5 \u591c \u5c71 \u5c97 \u8bf4 \u6211 \u5c31 \u50cf \u5757 \u5e03 \u5c55 \u5e84 \u7a3c \u7684 \u5730", | |
| "audio_duration_s": 5.242666666666667, | |
| "latency_s": 0.1472995514050126, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004531-00000037", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u73b0\u5728\u5f88\u591a\u5feb\u9012\u4f01\u4e1a\uff0c\u505a\u8fd0\u8f93\u8def\u7ebf\u4e5f\u90fd\u57fa\u4e8e\u963f\u91cc\u4e91\u3002", | |
| "hyp_text": "\u73b0\u5728\u5f88\u591a\u5feb\u9012\u4f01\u4e1a\u505a\u8fd0\u8f93\u8def\u7ebf\u4e5f\u90fd\u57fa\u4e8e\u963f\u91cc\u4e91\u3002", | |
| "ref_norm": "\u73b0 \u5728 \u5f88 \u591a \u5feb \u9012 \u4f01 \u4e1a \u505a \u8fd0 \u8f93 \u8def \u7ebf \u4e5f \u90fd \u57fa \u4e8e \u963f \u91cc \u4e91", | |
| "hyp_norm": "\u73b0 \u5728 \u5f88 \u591a \u5feb \u9012 \u4f01 \u4e1a \u505a \u8fd0 \u8f93 \u8def \u7ebf \u4e5f \u90fd \u57fa \u4e8e \u963f \u91cc \u4e91", | |
| "audio_duration_s": 4.112, | |
| "latency_s": 0.17740400228649378, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004531-00000100", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u73b0\u5728\u5f88\u591a\u5feb\u9012\u4f01\u4e1a\uff0c\u505a\u8fd0\u8f93\u8def\u7ebf\u4e5f\u90fd\u57fa\u4e8e\u963f\u91cc\u4e91\u3002", | |
| "hyp_text": "\u73b0\u5728\u5f88\u591a\u5feb\u9012\u4f01\u4e1a\u505a\u8fd0\u8f93\u8def\u7ebf\u4e5f\u90fd\u57fa\u4e8e\u963f\u91cc\u4e91\u3002", | |
| "ref_norm": "\u73b0 \u5728 \u5f88 \u591a \u5feb \u9012 \u4f01 \u4e1a \u505a \u8fd0 \u8f93 \u8def \u7ebf \u4e5f \u90fd \u57fa \u4e8e \u963f \u91cc \u4e91", | |
| "hyp_norm": "\u73b0 \u5728 \u5f88 \u591a \u5feb \u9012 \u4f01 \u4e1a \u505a \u8fd0 \u8f93 \u8def \u7ebf \u4e5f \u90fd \u57fa \u4e8e \u963f \u91cc \u4e91", | |
| "audio_duration_s": 4.112, | |
| "latency_s": 0.18075043428689241, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004532-00000040", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6211\u6628\u5929\u52a0\u73ed\u5230\u51cc\u6668\u4e09\u70b9\u4f60\u522b\u5ffd\u60a0\u6211\u3002", | |
| "hyp_text": "\u6211\u6628\u5929\u52a0\u73ed\u5230\u51cc\u6668\u4e09\u70b9,\u4f60\u522b\u5ffd\u60a0\u6211\u3002", | |
| "ref_norm": "\u6211 \u6628 \u5929 \u52a0 \u73ed \u5230 \u51cc \u6668 \u4e09 \u70b9 \u4f60 \u522b \u5ffd \u60a0 \u6211", | |
| "hyp_norm": "\u6211 \u6628 \u5929 \u52a0 \u73ed \u5230 \u51cc \u6668 \u4e09 \u70b9 \u4f60 \u522b \u5ffd \u60a0 \u6211", | |
| "audio_duration_s": 4.8693333333333335, | |
| "latency_s": 0.15807515569031239, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004532-00000036", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6211\u6628\u5929\u52a0\u73ed\u5230\u51cc\u6668\u4e09\u70b9\u4f60\u522b\u5ffd\u60a0\u6211\u3002", | |
| "hyp_text": "\u6211\u6628\u5929\u52a0\u73ed\u5230\u51cc\u6668\u4e09\u70b9,\u4f60\u522b\u5ffd\u60a0\u6211\u3002", | |
| "ref_norm": "\u6211 \u6628 \u5929 \u52a0 \u73ed \u5230 \u51cc \u6668 \u4e09 \u70b9 \u4f60 \u522b \u5ffd \u60a0 \u6211", | |
| "hyp_norm": "\u6211 \u6628 \u5929 \u52a0 \u73ed \u5230 \u51cc \u6668 \u4e09 \u70b9 \u4f60 \u522b \u5ffd \u60a0 \u6211", | |
| "audio_duration_s": 4.8693333333333335, | |
| "latency_s": 0.16126489639282227, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004533-00000112", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e24\u5e74\u540e\uff0c\u5b83\u53ef\u4ee5\u8fbe\u5230\u534a\u5149\u901f\uff0c\u98de\u51fa\u592a\u9633\u7cfb\u3002", | |
| "hyp_text": "\u4e24\u5e74\u540e\u5b83\u53ef\u4ee5\u8fbe\u5230\u534a\u5149\u901f\u98de\u51fa\u592a\u9633\u7cfb", | |
| "ref_norm": "\u4e24 \u5e74 \u540e \u5b83 \u53ef \u4ee5 \u8fbe \u5230 \u534a \u5149 \u901f \u98de \u51fa \u592a \u9633 \u7cfb", | |
| "hyp_norm": "\u4e24 \u5e74 \u540e \u5b83 \u53ef \u4ee5 \u8fbe \u5230 \u534a \u5149 \u901f \u98de \u51fa \u592a \u9633 \u7cfb", | |
| "audio_duration_s": 4.021333333333334, | |
| "latency_s": 0.13820891547948122, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004533-00000083", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e24\u5e74\u540e\uff0c\u5b83\u53ef\u4ee5\u8fbe\u5230\u534a\u5149\u901f\uff0c\u98de\u51fa\u592a\u9633\u7cfb\u3002", | |
| "hyp_text": "\u4e24\u5e74\u540e\u5b83\u53ef\u4ee5\u8fbe\u5230\u534a\u5149\u901f\u98de\u51fa\u592a\u9633\u7cfb", | |
| "ref_norm": "\u4e24 \u5e74 \u540e \u5b83 \u53ef \u4ee5 \u8fbe \u5230 \u534a \u5149 \u901f \u98de \u51fa \u592a \u9633 \u7cfb", | |
| "hyp_norm": "\u4e24 \u5e74 \u540e \u5b83 \u53ef \u4ee5 \u8fbe \u5230 \u534a \u5149 \u901f \u98de \u51fa \u592a \u9633 \u7cfb", | |
| "audio_duration_s": 4.021333333333334, | |
| "latency_s": 0.1498864982277155, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004534-00000022", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6211\u5c31\u6765\u6539\u53d8\u533b\u9662\u90a3\u4e48\u63a5\u5730\u6c14\u7684\u8c6a\u8a00\u3002", | |
| "hyp_text": "\u6211\u5c31\u6765\u6539\u53d8\u533b\u9662\u90a3\u4e48\u63a5\u5730\u6c14\u7684\u8c6a\u8a00\u3002", | |
| "ref_norm": "\u6211 \u5c31 \u6765 \u6539 \u53d8 \u533b \u9662 \u90a3 \u4e48 \u63a5 \u5730 \u6c14 \u7684 \u8c6a \u8a00", | |
| "hyp_norm": "\u6211 \u5c31 \u6765 \u6539 \u53d8 \u533b \u9662 \u90a3 \u4e48 \u63a5 \u5730 \u6c14 \u7684 \u8c6a \u8a00", | |
| "audio_duration_s": 4.149333333333334, | |
| "latency_s": 0.14752769377082586, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004534-00000056", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6211\u5c31\u6765\u6539\u53d8\u533b\u9662\u90a3\u4e48\u63a5\u5730\u6c14\u7684\u8c6a\u8a00\u3002", | |
| "hyp_text": "\u6211\u5c31\u6765\u6539\u53d8\u533b\u9662\u90a3\u4e48\u63a5\u5730\u6c14\u7684\u8c6a\u8a00\u3002", | |
| "ref_norm": "\u6211 \u5c31 \u6765 \u6539 \u53d8 \u533b \u9662 \u90a3 \u4e48 \u63a5 \u5730 \u6c14 \u7684 \u8c6a \u8a00", | |
| "hyp_norm": "\u6211 \u5c31 \u6765 \u6539 \u53d8 \u533b \u9662 \u90a3 \u4e48 \u63a5 \u5730 \u6c14 \u7684 \u8c6a \u8a00", | |
| "audio_duration_s": 4.149333333333334, | |
| "latency_s": 0.1364298639819026, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004535-00000010", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8fd8\u662f\u4e0b\u8f7d\u5e94\u7528\u4e4b\u540e\uff0c\u4e70\u6e38\u620f\u9053\u5177\u6216\u8005\u97f3\u4e50\u3002", | |
| "hyp_text": "\u8fd8\u662f\u4e0b\u8f7d\u5e94\u7528\u4e4b\u540e\u4e70\u6e38\u620f\u9053\u5177\u6216\u8005\u97f3\u4e50", | |
| "ref_norm": "\u8fd8 \u662f \u4e0b \u8f7d \u5e94 \u7528 \u4e4b \u540e \u4e70 \u6e38 \u620f \u9053 \u5177 \u6216 \u8005 \u97f3 \u4e50", | |
| "hyp_norm": "\u8fd8 \u662f \u4e0b \u8f7d \u5e94 \u7528 \u4e4b \u540e \u4e70 \u6e38 \u620f \u9053 \u5177 \u6216 \u8005 \u97f3 \u4e50", | |
| "audio_duration_s": 4.496, | |
| "latency_s": 0.18557559978216887, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004535-00000085", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8fd8\u662f\u4e0b\u8f7d\u5e94\u7528\u4e4b\u540e\uff0c\u4e70\u6e38\u620f\u9053\u5177\u6216\u8005\u97f3\u4e50\u3002", | |
| "hyp_text": "\u8fd8\u662f\u4e0b\u8f7d\u5e94\u7528\u4e4b\u540e\u4e70\u6e38\u620f\u9053\u5177\u6216\u8005\u97f3\u4e50", | |
| "ref_norm": "\u8fd8 \u662f \u4e0b \u8f7d \u5e94 \u7528 \u4e4b \u540e \u4e70 \u6e38 \u620f \u9053 \u5177 \u6216 \u8005 \u97f3 \u4e50", | |
| "hyp_norm": "\u8fd8 \u662f \u4e0b \u8f7d \u5e94 \u7528 \u4e4b \u540e \u4e70 \u6e38 \u620f \u9053 \u5177 \u6216 \u8005 \u97f3 \u4e50", | |
| "audio_duration_s": 4.496, | |
| "latency_s": 0.14420211222022772, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004536-00000020", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7a97\u5916\u7684\u5730\u7403\uff0c\u51e0\u4e4e\u5360\u636e\u4e86\u6574\u6574\u4e8c\u5206\u4e4b\u4e00\u7684\u89c6\u91ce\u3002", | |
| "hyp_text": "\u7a97\u5916\u7684\u5730\u7403\u51e0\u4e4e\u5360\u636e\u4e86\u6574\u6574\u4e8c\u5206\u4e4b\u4e00\u7684\u89c6\u91ce", | |
| "ref_norm": "\u7a97 \u5916 \u7684 \u5730 \u7403 \u51e0 \u4e4e \u5360 \u636e \u4e86 \u6574 \u6574 \u4e8c \u5206 \u4e4b \u4e00 \u7684 \u89c6 \u91ce", | |
| "hyp_norm": "\u7a97 \u5916 \u7684 \u5730 \u7403 \u51e0 \u4e4e \u5360 \u636e \u4e86 \u6574 \u6574 \u4e8c \u5206 \u4e4b \u4e00 \u7684 \u89c6 \u91ce", | |
| "audio_duration_s": 4.133333333333334, | |
| "latency_s": 0.1640106961131096, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004536-00000036", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7a97\u5916\u7684\u5730\u7403\uff0c\u51e0\u4e4e\u5360\u636e\u4e86\u6574\u6574\u4e8c\u5206\u4e4b\u4e00\u7684\u89c6\u91ce\u3002", | |
| "hyp_text": "\u7a97\u5916\u7684\u5730\u7403\u51e0\u4e4e\u5360\u636e\u4e86\u6574\u6574\u4e8c\u5206\u4e4b\u4e00\u7684\u89c6\u91ce", | |
| "ref_norm": "\u7a97 \u5916 \u7684 \u5730 \u7403 \u51e0 \u4e4e \u5360 \u636e \u4e86 \u6574 \u6574 \u4e8c \u5206 \u4e4b \u4e00 \u7684 \u89c6 \u91ce", | |
| "hyp_norm": "\u7a97 \u5916 \u7684 \u5730 \u7403 \u51e0 \u4e4e \u5360 \u636e \u4e86 \u6574 \u6574 \u4e8c \u5206 \u4e4b \u4e00 \u7684 \u89c6 \u91ce", | |
| "audio_duration_s": 4.133333333333334, | |
| "latency_s": 0.1518319072201848, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004537-00000066", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5bb6\u5ead\u7684\u5e78\u798f\uff0c\u8ba9\u4ed6\u6d51\u8eab\u6d0b\u6ea2\u7740\u5112\u96c5\u548c\u4ece\u5bb9\u3002", | |
| "hyp_text": "\u5bb6\u5ead\u7684\u5e78\u798f\u8ba9\u4ed6\u6d51\u8eab\u6d0b\u6ea2\u7740\u5112\u96c5\u548c\u4ece\u5bb9\u3002", | |
| "ref_norm": "\u5bb6 \u5ead \u7684 \u5e78 \u798f \u8ba9 \u4ed6 \u6d51 \u8eab \u6d0b \u6ea2 \u7740 \u5112 \u96c5 \u548c \u4ece \u5bb9", | |
| "hyp_norm": "\u5bb6 \u5ead \u7684 \u5e78 \u798f \u8ba9 \u4ed6 \u6d51 \u8eab \u6d0b \u6ea2 \u7740 \u5112 \u96c5 \u548c \u4ece \u5bb9", | |
| "audio_duration_s": 4.768, | |
| "latency_s": 0.15177104342728853, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004537-00000030", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5bb6\u5ead\u7684\u5e78\u798f\uff0c\u8ba9\u4ed6\u6d51\u8eab\u6d0b\u6ea2\u7740\u5112\u96c5\u548c\u4ece\u5bb9\u3002", | |
| "hyp_text": "\u5bb6\u5ead\u7684\u5e78\u798f\u8ba9\u4ed6\u6d51\u8eab\u6d0b\u6ea2\u7740\u5112\u96c5\u548c\u4ece\u5bb9\u3002", | |
| "ref_norm": "\u5bb6 \u5ead \u7684 \u5e78 \u798f \u8ba9 \u4ed6 \u6d51 \u8eab \u6d0b \u6ea2 \u7740 \u5112 \u96c5 \u548c \u4ece \u5bb9", | |
| "hyp_norm": "\u5bb6 \u5ead \u7684 \u5e78 \u798f \u8ba9 \u4ed6 \u6d51 \u8eab \u6d0b \u6ea2 \u7740 \u5112 \u96c5 \u548c \u4ece \u5bb9", | |
| "audio_duration_s": 4.768, | |
| "latency_s": 0.18965683039277792, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004538-00000075", | |
| "is_success": true, | |
| "wer": 0.25, | |
| "ref_text": "\u6709\u5927\u7ea6\u4e8c\u5341\u5904\u5341\u516c\u9877\u4ee5\u4e0a\u7684\u96c6\u4e2d\u7eff\u5730\u3002", | |
| "hyp_text": "\u6709\u5927\u7ea620\u590410\u516c\u9877\u4ee5\u4e0a\u7684\u96c6\u4e2d\u7eff\u5730", | |
| "ref_norm": "\u6709 \u5927 \u7ea6 \u4e8c \u5341 \u5904 \u5341 \u516c \u9877 \u4ee5 \u4e0a \u7684 \u96c6 \u4e2d \u7eff \u5730", | |
| "hyp_norm": "\u6709 \u5927 \u7ea6 2 0 \u5904 1 0 \u516c \u9877 \u4ee5 \u4e0a \u7684 \u96c6 \u4e2d \u7eff \u5730", | |
| "audio_duration_s": 4.688, | |
| "latency_s": 0.13504191674292088, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004538-00000008", | |
| "is_success": true, | |
| "wer": 0.25, | |
| "ref_text": "\u6709\u5927\u7ea6\u4e8c\u5341\u5904\u5341\u516c\u9877\u4ee5\u4e0a\u7684\u96c6\u4e2d\u7eff\u5730\u3002", | |
| "hyp_text": "\u6709\u5927\u7ea620\u590410\u516c\u9877\u4ee5\u4e0a\u7684\u96c6\u4e2d\u7eff\u5730", | |
| "ref_norm": "\u6709 \u5927 \u7ea6 \u4e8c \u5341 \u5904 \u5341 \u516c \u9877 \u4ee5 \u4e0a \u7684 \u96c6 \u4e2d \u7eff \u5730", | |
| "hyp_norm": "\u6709 \u5927 \u7ea6 2 0 \u5904 1 0 \u516c \u9877 \u4ee5 \u4e0a \u7684 \u96c6 \u4e2d \u7eff \u5730", | |
| "audio_duration_s": 4.688, | |
| "latency_s": 0.13851981051266193, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004539-00000054", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u9ad8\u6e29\u5929\u6c14\u9664\u4e86\u7ed9\u4eba\u4eec\u65e5\u5e38\u751f\u6d3b\uff0c\u5e26\u6765\u4e25\u91cd\u5f71\u54cd\u5916\u3002", | |
| "hyp_text": "\u9ad8\u6e29\u5929\u6c14\u9664\u4e86\u7ed9\u4eba\u4eec\u65e5\u5e38\u751f\u6d3b\u5e26\u6765\u4e25\u91cd\u5f71\u54cd\u5916", | |
| "ref_norm": "\u9ad8 \u6e29 \u5929 \u6c14 \u9664 \u4e86 \u7ed9 \u4eba \u4eec \u65e5 \u5e38 \u751f \u6d3b \u5e26 \u6765 \u4e25 \u91cd \u5f71 \u54cd \u5916", | |
| "hyp_norm": "\u9ad8 \u6e29 \u5929 \u6c14 \u9664 \u4e86 \u7ed9 \u4eba \u4eec \u65e5 \u5e38 \u751f \u6d3b \u5e26 \u6765 \u4e25 \u91cd \u5f71 \u54cd \u5916", | |
| "audio_duration_s": 4.506666666666667, | |
| "latency_s": 0.15403925999999046, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004539-00000080", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u9ad8\u6e29\u5929\u6c14\u9664\u4e86\u7ed9\u4eba\u4eec\u65e5\u5e38\u751f\u6d3b\uff0c\u5e26\u6765\u4e25\u91cd\u5f71\u54cd\u5916\u3002", | |
| "hyp_text": "\u9ad8\u6e29\u5929\u6c14\u9664\u4e86\u7ed9\u4eba\u4eec\u65e5\u5e38\u751f\u6d3b\u5e26\u6765\u4e25\u91cd\u5f71\u54cd\u5916", | |
| "ref_norm": "\u9ad8 \u6e29 \u5929 \u6c14 \u9664 \u4e86 \u7ed9 \u4eba \u4eec \u65e5 \u5e38 \u751f \u6d3b \u5e26 \u6765 \u4e25 \u91cd \u5f71 \u54cd \u5916", | |
| "hyp_norm": "\u9ad8 \u6e29 \u5929 \u6c14 \u9664 \u4e86 \u7ed9 \u4eba \u4eec \u65e5 \u5e38 \u751f \u6d3b \u5e26 \u6765 \u4e25 \u91cd \u5f71 \u54cd \u5916", | |
| "audio_duration_s": 4.506666666666667, | |
| "latency_s": 0.1711170021444559, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004540-00000030", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6211\u5e0c\u671b\u827e\u514b\u5c14\u4f2f\u683c\u5c06\u519b\uff0c\u63a5\u53d7\u6211\u7684\u65b0\u519b\u5200\u3002", | |
| "hyp_text": "\u6211\u5e0c\u671b\u827e\u514b\u5c14\u4f2f\u683c\u5c06\u519b\u63a5\u53d7\u6211\u7684\u65b0\u519b\u5200\u3002", | |
| "ref_norm": "\u6211 \u5e0c \u671b \u827e \u514b \u5c14 \u4f2f \u683c \u5c06 \u519b \u63a5 \u53d7 \u6211 \u7684 \u65b0 \u519b \u5200", | |
| "hyp_norm": "\u6211 \u5e0c \u671b \u827e \u514b \u5c14 \u4f2f \u683c \u5c06 \u519b \u63a5 \u53d7 \u6211 \u7684 \u65b0 \u519b \u5200", | |
| "audio_duration_s": 4.432, | |
| "latency_s": 0.17308720760047436, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004540-00000032", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6211\u5e0c\u671b\u827e\u514b\u5c14\u4f2f\u683c\u5c06\u519b\uff0c\u63a5\u53d7\u6211\u7684\u65b0\u519b\u5200\u3002", | |
| "hyp_text": "\u6211\u5e0c\u671b\u827e\u514b\u5c14\u4f2f\u683c\u5c06\u519b\u63a5\u53d7\u6211\u7684\u65b0\u519b\u5200\u3002", | |
| "ref_norm": "\u6211 \u5e0c \u671b \u827e \u514b \u5c14 \u4f2f \u683c \u5c06 \u519b \u63a5 \u53d7 \u6211 \u7684 \u65b0 \u519b \u5200", | |
| "hyp_norm": "\u6211 \u5e0c \u671b \u827e \u514b \u5c14 \u4f2f \u683c \u5c06 \u519b \u63a5 \u53d7 \u6211 \u7684 \u65b0 \u519b \u5200", | |
| "audio_duration_s": 4.432, | |
| "latency_s": 0.1780125182121992, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004541-00000075", | |
| "is_success": true, | |
| "wer": 0.2777777777777778, | |
| "ref_text": "\u662f\u4e3a\u4e86\u5411\u516c\u4f17\u63ed\u9732\u76ae\u8349\u5546\u5bb6\u6b8b\u9177\u8650\u5f85\u52a8\u7269\u3002", | |
| "hyp_text": "\u662f\u70ba\u4e86\u5411\u516c\u773e\u63ed\u9732\u76ae\u8349\u5c71\u5bb6\u6b98\u9177\u8650\u5f85\u52d5\u7269", | |
| "ref_norm": "\u662f \u4e3a \u4e86 \u5411 \u516c \u4f17 \u63ed \u9732 \u76ae \u8349 \u5546 \u5bb6 \u6b8b \u9177 \u8650 \u5f85 \u52a8 \u7269", | |
| "hyp_norm": "\u662f \u70ba \u4e86 \u5411 \u516c \u773e \u63ed \u9732 \u76ae \u8349 \u5c71 \u5bb6 \u6b98 \u9177 \u8650 \u5f85 \u52d5 \u7269", | |
| "audio_duration_s": 4.629333333333333, | |
| "latency_s": 0.19112636893987656, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004541-00000040", | |
| "is_success": true, | |
| "wer": 0.2777777777777778, | |
| "ref_text": "\u662f\u4e3a\u4e86\u5411\u516c\u4f17\u63ed\u9732\u76ae\u8349\u5546\u5bb6\u6b8b\u9177\u8650\u5f85\u52a8\u7269\u3002", | |
| "hyp_text": "\u662f\u70ba\u4e86\u5411\u516c\u773e\u63ed\u9732\u76ae\u8349\u5c71\u5bb6\u6b98\u9177\u8650\u5f85\u52d5\u7269", | |
| "ref_norm": "\u662f \u4e3a \u4e86 \u5411 \u516c \u4f17 \u63ed \u9732 \u76ae \u8349 \u5546 \u5bb6 \u6b8b \u9177 \u8650 \u5f85 \u52a8 \u7269", | |
| "hyp_norm": "\u662f \u70ba \u4e86 \u5411 \u516c \u773e \u63ed \u9732 \u76ae \u8349 \u5c71 \u5bb6 \u6b98 \u9177 \u8650 \u5f85 \u52d5 \u7269", | |
| "audio_duration_s": 4.629333333333333, | |
| "latency_s": 0.183842021971941, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004542-00000013", | |
| "is_success": true, | |
| "wer": 0.11764705882352941, | |
| "ref_text": "\u8fd9\u573a\u5c0f\u96e8\u8ba9\u6606\u660e\u53c8\u56de\u5230\u4e86\u6e05\u5bd2\u7684\u6e29\u6625\u5b63\u3002", | |
| "hyp_text": "\u8fd9\u573a\u5c0f\u96e8\u8ba9\u6606\u660e\u53c8\u56de\u5230\u4e86\u6e05\u6668\u7684\u6625\u5b63", | |
| "ref_norm": "\u8fd9 \u573a \u5c0f \u96e8 \u8ba9 \u6606 \u660e \u53c8 \u56de \u5230 \u4e86 \u6e05 \u5bd2 \u7684 \u6e29 \u6625 \u5b63", | |
| "hyp_norm": "\u8fd9 \u573a \u5c0f \u96e8 \u8ba9 \u6606 \u660e \u53c8 \u56de \u5230 \u4e86 \u6e05 \u6668 \u7684 \u6625 \u5b63", | |
| "audio_duration_s": 5.248, | |
| "latency_s": 0.15551953855901957, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004542-00000047", | |
| "is_success": true, | |
| "wer": 0.11764705882352941, | |
| "ref_text": "\u8fd9\u573a\u5c0f\u96e8\u8ba9\u6606\u660e\u53c8\u56de\u5230\u4e86\u6e05\u5bd2\u7684\u6e29\u6625\u5b63\u3002", | |
| "hyp_text": "\u8fd9\u573a\u5c0f\u96e8\u8ba9\u6606\u660e\u53c8\u56de\u5230\u4e86\u6e05\u6668\u7684\u6625\u5b63", | |
| "ref_norm": "\u8fd9 \u573a \u5c0f \u96e8 \u8ba9 \u6606 \u660e \u53c8 \u56de \u5230 \u4e86 \u6e05 \u5bd2 \u7684 \u6e29 \u6625 \u5b63", | |
| "hyp_norm": "\u8fd9 \u573a \u5c0f \u96e8 \u8ba9 \u6606 \u660e \u53c8 \u56de \u5230 \u4e86 \u6e05 \u6668 \u7684 \u6625 \u5b63", | |
| "audio_duration_s": 5.248, | |
| "latency_s": 0.1514503201469779, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004543-00000001", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e3a\u4ec0\u4e48\u98de\u673a\u7684\u98de\u884c\u901f\u5ea6\uff0c\u8d8a\u5feb\u673a\u7ffc\u5c31\u8d8a\u77ed\u5462\u3002", | |
| "hyp_text": "\u4e3a\u4ec0\u4e48\u98de\u673a\u7684\u98de\u884c\u901f\u5ea6\u8d8a\u5feb\u673a\u7ffc\u5c31\u8d8a\u77ed\u5462", | |
| "ref_norm": "\u4e3a \u4ec0 \u4e48 \u98de \u673a \u7684 \u98de \u884c \u901f \u5ea6 \u8d8a \u5feb \u673a \u7ffc \u5c31 \u8d8a \u77ed \u5462", | |
| "hyp_norm": "\u4e3a \u4ec0 \u4e48 \u98de \u673a \u7684 \u98de \u884c \u901f \u5ea6 \u8d8a \u5feb \u673a \u7ffc \u5c31 \u8d8a \u77ed \u5462", | |
| "audio_duration_s": 4.234666666666667, | |
| "latency_s": 0.16076386999338865, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004543-00000111", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e3a\u4ec0\u4e48\u98de\u673a\u7684\u98de\u884c\u901f\u5ea6\uff0c\u8d8a\u5feb\u673a\u7ffc\u5c31\u8d8a\u77ed\u5462\u3002", | |
| "hyp_text": "\u4e3a\u4ec0\u4e48\u98de\u673a\u7684\u98de\u884c\u901f\u5ea6\u8d8a\u5feb\u673a\u7ffc\u5c31\u8d8a\u77ed\u5462", | |
| "ref_norm": "\u4e3a \u4ec0 \u4e48 \u98de \u673a \u7684 \u98de \u884c \u901f \u5ea6 \u8d8a \u5feb \u673a \u7ffc \u5c31 \u8d8a \u77ed \u5462", | |
| "hyp_norm": "\u4e3a \u4ec0 \u4e48 \u98de \u673a \u7684 \u98de \u884c \u901f \u5ea6 \u8d8a \u5feb \u673a \u7ffc \u5c31 \u8d8a \u77ed \u5462", | |
| "audio_duration_s": 4.234666666666667, | |
| "latency_s": 0.14566508866846561, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004544-00000082", | |
| "is_success": true, | |
| "wer": 0.10526315789473684, | |
| "ref_text": "\u76f8\u53cd\u5934\u57ab\u9ad8\u4e86\u7761\u89c9\u80f8\u90e8\uff0c\u4e5f\u8fde\u5e26\u88ab\u7565\u5fae\u62ac\u9ad8\u4e86\u3002", | |
| "hyp_text": "\u76f8\u53cd,\u5934\u57ab\u9ad8\u4e86,\u7761\u89c9\u80f8\u90e8\u4e5f\u88ab\u7565\u5fae\u62ac\u9ad8\u4e86", | |
| "ref_norm": "\u76f8 \u53cd \u5934 \u57ab \u9ad8 \u4e86 \u7761 \u89c9 \u80f8 \u90e8 \u4e5f \u8fde \u5e26 \u88ab \u7565 \u5fae \u62ac \u9ad8 \u4e86", | |
| "hyp_norm": "\u76f8 \u53cd \u5934 \u57ab \u9ad8 \u4e86 \u7761 \u89c9 \u80f8 \u90e8 \u4e5f \u88ab \u7565 \u5fae \u62ac \u9ad8 \u4e86", | |
| "audio_duration_s": 5.392, | |
| "latency_s": 0.16833795234560966, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004544-00000097", | |
| "is_success": true, | |
| "wer": 0.10526315789473684, | |
| "ref_text": "\u76f8\u53cd\u5934\u57ab\u9ad8\u4e86\u7761\u89c9\u80f8\u90e8\uff0c\u4e5f\u8fde\u5e26\u88ab\u7565\u5fae\u62ac\u9ad8\u4e86\u3002", | |
| "hyp_text": "\u76f8\u53cd,\u5934\u57ab\u9ad8\u4e86,\u7761\u89c9\u80f8\u90e8\u4e5f\u88ab\u7565\u5fae\u62ac\u9ad8\u4e86", | |
| "ref_norm": "\u76f8 \u53cd \u5934 \u57ab \u9ad8 \u4e86 \u7761 \u89c9 \u80f8 \u90e8 \u4e5f \u8fde \u5e26 \u88ab \u7565 \u5fae \u62ac \u9ad8 \u4e86", | |
| "hyp_norm": "\u76f8 \u53cd \u5934 \u57ab \u9ad8 \u4e86 \u7761 \u89c9 \u80f8 \u90e8 \u4e5f \u88ab \u7565 \u5fae \u62ac \u9ad8 \u4e86", | |
| "audio_duration_s": 5.392, | |
| "latency_s": 0.1705886647105217, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004545-00000041", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7136\u540e\u5728\u989d\u5934\u4e0a\u7528\u58a8\u753b\u4e24\u4e2a\u5706\u70b9\u4ee3\u66ff\u7709\u6bdb\u3002", | |
| "hyp_text": "\u7136\u540e\u5728\u989d\u5934\u4e0a\u7528\u58a8\u753b\u4e24\u4e2a\u5706\u70b9\u4ee3\u66ff\u7709\u6bdb", | |
| "ref_norm": "\u7136 \u540e \u5728 \u989d \u5934 \u4e0a \u7528 \u58a8 \u753b \u4e24 \u4e2a \u5706 \u70b9 \u4ee3 \u66ff \u7709 \u6bdb", | |
| "hyp_norm": "\u7136 \u540e \u5728 \u989d \u5934 \u4e0a \u7528 \u58a8 \u753b \u4e24 \u4e2a \u5706 \u70b9 \u4ee3 \u66ff \u7709 \u6bdb", | |
| "audio_duration_s": 4.688, | |
| "latency_s": 0.1673114625737071, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004545-00000078", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7136\u540e\u5728\u989d\u5934\u4e0a\u7528\u58a8\u753b\u4e24\u4e2a\u5706\u70b9\u4ee3\u66ff\u7709\u6bdb\u3002", | |
| "hyp_text": "\u7136\u540e\u5728\u989d\u5934\u4e0a\u7528\u58a8\u753b\u4e24\u4e2a\u5706\u70b9\u4ee3\u66ff\u7709\u6bdb", | |
| "ref_norm": "\u7136 \u540e \u5728 \u989d \u5934 \u4e0a \u7528 \u58a8 \u753b \u4e24 \u4e2a \u5706 \u70b9 \u4ee3 \u66ff \u7709 \u6bdb", | |
| "hyp_norm": "\u7136 \u540e \u5728 \u989d \u5934 \u4e0a \u7528 \u58a8 \u753b \u4e24 \u4e2a \u5706 \u70b9 \u4ee3 \u66ff \u7709 \u6bdb", | |
| "audio_duration_s": 4.688, | |
| "latency_s": 0.17148847877979279, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004546-00000013", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8ba9\u5bb4\u5ba2\u6c14\u6c1b\u66f4\u968f\u6027\uff0c\u4e92\u52a8\u66f4\u8f7b\u677e\u6109\u5feb\u3002", | |
| "hyp_text": "\u8ba9\u5bb4\u5ba2\u6c14\u6c1b\u66f4\u968f\u6027,\u4e92\u52a8\u66f4\u8f7b\u677e\u6109\u5feb\u3002", | |
| "ref_norm": "\u8ba9 \u5bb4 \u5ba2 \u6c14 \u6c1b \u66f4 \u968f \u6027 \u4e92 \u52a8 \u66f4 \u8f7b \u677e \u6109 \u5feb", | |
| "hyp_norm": "\u8ba9 \u5bb4 \u5ba2 \u6c14 \u6c1b \u66f4 \u968f \u6027 \u4e92 \u52a8 \u66f4 \u8f7b \u677e \u6109 \u5feb", | |
| "audio_duration_s": 5.402666666666667, | |
| "latency_s": 0.19941920973360538, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004546-00000009", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8ba9\u5bb4\u5ba2\u6c14\u6c1b\u66f4\u968f\u6027\uff0c\u4e92\u52a8\u66f4\u8f7b\u677e\u6109\u5feb\u3002", | |
| "hyp_text": "\u8ba9\u5bb4\u5ba2\u6c14\u6c1b\u66f4\u968f\u6027,\u4e92\u52a8\u66f4\u8f7b\u677e\u6109\u5feb\u3002", | |
| "ref_norm": "\u8ba9 \u5bb4 \u5ba2 \u6c14 \u6c1b \u66f4 \u968f \u6027 \u4e92 \u52a8 \u66f4 \u8f7b \u677e \u6109 \u5feb", | |
| "hyp_norm": "\u8ba9 \u5bb4 \u5ba2 \u6c14 \u6c1b \u66f4 \u968f \u6027 \u4e92 \u52a8 \u66f4 \u8f7b \u677e \u6109 \u5feb", | |
| "audio_duration_s": 5.402666666666667, | |
| "latency_s": 0.17797002010047436, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004547-00000041", | |
| "is_success": true, | |
| "wer": 0.125, | |
| "ref_text": "\u91d1\u878d\u4e1a\u4ee5\u524d\u5728\u81ea\u6211\u4f53\u7cfb\u5185\u7a7a\u8f6c\u592a\u5389\u5bb3\u3002", | |
| "hyp_text": "\u91d1\u878d\u4e1a\u75ab\u60c5\u5728\u81ea\u6211\u4f53\u7cfb\u5185\u7a7a\u8f6c\u592a\u5389\u5bb3", | |
| "ref_norm": "\u91d1 \u878d \u4e1a \u4ee5 \u524d \u5728 \u81ea \u6211 \u4f53 \u7cfb \u5185 \u7a7a \u8f6c \u592a \u5389 \u5bb3", | |
| "hyp_norm": "\u91d1 \u878d \u4e1a \u75ab \u60c5 \u5728 \u81ea \u6211 \u4f53 \u7cfb \u5185 \u7a7a \u8f6c \u592a \u5389 \u5bb3", | |
| "audio_duration_s": 6.1706666666666665, | |
| "latency_s": 0.1475525191053748, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004547-00000106", | |
| "is_success": true, | |
| "wer": 0.125, | |
| "ref_text": "\u91d1\u878d\u4e1a\u4ee5\u524d\u5728\u81ea\u6211\u4f53\u7cfb\u5185\u7a7a\u8f6c\u592a\u5389\u5bb3\u3002", | |
| "hyp_text": "\u91d1\u878d\u4e1a\u75ab\u60c5\u5728\u81ea\u6211\u4f53\u7cfb\u5185\u7a7a\u8f6c\u592a\u5389\u5bb3", | |
| "ref_norm": "\u91d1 \u878d \u4e1a \u4ee5 \u524d \u5728 \u81ea \u6211 \u4f53 \u7cfb \u5185 \u7a7a \u8f6c \u592a \u5389 \u5bb3", | |
| "hyp_norm": "\u91d1 \u878d \u4e1a \u75ab \u60c5 \u5728 \u81ea \u6211 \u4f53 \u7cfb \u5185 \u7a7a \u8f6c \u592a \u5389 \u5bb3", | |
| "audio_duration_s": 6.1706666666666665, | |
| "latency_s": 0.13344034366309643, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004548-00000002", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8fd9\u4e00\u70b9\u4e0e\u94a2\u94c1\u5e93\u5b58\u504f\u4f4e\uff0c\u53ca\u4ef7\u683c\u56de\u5347\u6709\u5173\u3002", | |
| "hyp_text": "\u8fd9\u4e00\u70b9\u4e0e\u94a2\u94c1\u5e93\u5b58\u504f\u4f4e\u53ca\u4ef7\u683c\u56de\u5347\u6709\u5173", | |
| "ref_norm": "\u8fd9 \u4e00 \u70b9 \u4e0e \u94a2 \u94c1 \u5e93 \u5b58 \u504f \u4f4e \u53ca \u4ef7 \u683c \u56de \u5347 \u6709 \u5173", | |
| "hyp_norm": "\u8fd9 \u4e00 \u70b9 \u4e0e \u94a2 \u94c1 \u5e93 \u5b58 \u504f \u4f4e \u53ca \u4ef7 \u683c \u56de \u5347 \u6709 \u5173", | |
| "audio_duration_s": 4.565333333333333, | |
| "latency_s": 0.14821538608521223, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004548-00000080", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8fd9\u4e00\u70b9\u4e0e\u94a2\u94c1\u5e93\u5b58\u504f\u4f4e\uff0c\u53ca\u4ef7\u683c\u56de\u5347\u6709\u5173\u3002", | |
| "hyp_text": "\u8fd9\u4e00\u70b9\u4e0e\u94a2\u94c1\u5e93\u5b58\u504f\u4f4e\u53ca\u4ef7\u683c\u56de\u5347\u6709\u5173", | |
| "ref_norm": "\u8fd9 \u4e00 \u70b9 \u4e0e \u94a2 \u94c1 \u5e93 \u5b58 \u504f \u4f4e \u53ca \u4ef7 \u683c \u56de \u5347 \u6709 \u5173", | |
| "hyp_norm": "\u8fd9 \u4e00 \u70b9 \u4e0e \u94a2 \u94c1 \u5e93 \u5b58 \u504f \u4f4e \u53ca \u4ef7 \u683c \u56de \u5347 \u6709 \u5173", | |
| "audio_duration_s": 4.565333333333333, | |
| "latency_s": 0.16728496365249157, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004549-00000008", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5c31\u50cf\u5728\u4e92\u8054\u7f51\u4e0a\u6d4f\u89c8\u65f6\uff0c\u88ab\u7f51\u9875\u5e7f\u544a\u8ffd\u8e2a\u90a3\u6837\u3002", | |
| "hyp_text": "\u5c31\u50cf\u5728\u4e92\u8054\u7f51\u4e0a\u6d4f\u89c8\u65f6\u88ab\u7f51\u9875\u5e7f\u544a\u8ffd\u8e2a\u90a3\u6837", | |
| "ref_norm": "\u5c31 \u50cf \u5728 \u4e92 \u8054 \u7f51 \u4e0a \u6d4f \u89c8 \u65f6 \u88ab \u7f51 \u9875 \u5e7f \u544a \u8ffd \u8e2a \u90a3 \u6837", | |
| "hyp_norm": "\u5c31 \u50cf \u5728 \u4e92 \u8054 \u7f51 \u4e0a \u6d4f \u89c8 \u65f6 \u88ab \u7f51 \u9875 \u5e7f \u544a \u8ffd \u8e2a \u90a3 \u6837", | |
| "audio_duration_s": 4.741333333333333, | |
| "latency_s": 0.18220597598701715, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004549-00000046", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5c31\u50cf\u5728\u4e92\u8054\u7f51\u4e0a\u6d4f\u89c8\u65f6\uff0c\u88ab\u7f51\u9875\u5e7f\u544a\u8ffd\u8e2a\u90a3\u6837\u3002", | |
| "hyp_text": "\u5c31\u50cf\u5728\u4e92\u8054\u7f51\u4e0a\u6d4f\u89c8\u65f6\u88ab\u7f51\u9875\u5e7f\u544a\u8ffd\u8e2a\u90a3\u6837", | |
| "ref_norm": "\u5c31 \u50cf \u5728 \u4e92 \u8054 \u7f51 \u4e0a \u6d4f \u89c8 \u65f6 \u88ab \u7f51 \u9875 \u5e7f \u544a \u8ffd \u8e2a \u90a3 \u6837", | |
| "hyp_norm": "\u5c31 \u50cf \u5728 \u4e92 \u8054 \u7f51 \u4e0a \u6d4f \u89c8 \u65f6 \u88ab \u7f51 \u9875 \u5e7f \u544a \u8ffd \u8e2a \u90a3 \u6837", | |
| "audio_duration_s": 4.741333333333333, | |
| "latency_s": 0.20072908233851194, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004550-00000102", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8282\u7ea6\u610f\u613f\u4e5f\u4f53\u73b0\u5728\u51fa\u5883\u6e38\u65b9\u9762\u3002", | |
| "hyp_text": "\u8282\u7ea6\u610f\u613f\u4e5f\u4f53\u73b0\u5728\u51fa\u5883\u6e38\u65b9\u9762", | |
| "ref_norm": "\u8282 \u7ea6 \u610f \u613f \u4e5f \u4f53 \u73b0 \u5728 \u51fa \u5883 \u6e38 \u65b9 \u9762", | |
| "hyp_norm": "\u8282 \u7ea6 \u610f \u613f \u4e5f \u4f53 \u73b0 \u5728 \u51fa \u5883 \u6e38 \u65b9 \u9762", | |
| "audio_duration_s": 4.192, | |
| "latency_s": 0.12185014318674803, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004550-00000011", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8282\u7ea6\u610f\u613f\u4e5f\u4f53\u73b0\u5728\u51fa\u5883\u6e38\u65b9\u9762\u3002", | |
| "hyp_text": "\u8282\u7ea6\u610f\u613f\u4e5f\u4f53\u73b0\u5728\u51fa\u5883\u6e38\u65b9\u9762", | |
| "ref_norm": "\u8282 \u7ea6 \u610f \u613f \u4e5f \u4f53 \u73b0 \u5728 \u51fa \u5883 \u6e38 \u65b9 \u9762", | |
| "hyp_norm": "\u8282 \u7ea6 \u610f \u613f \u4e5f \u4f53 \u73b0 \u5728 \u51fa \u5883 \u6e38 \u65b9 \u9762", | |
| "audio_duration_s": 4.192, | |
| "latency_s": 0.14211491122841835, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004551-00000119", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6d77\u85fb\u7c7b\u4e5f\u5bf9\u6d3b\u5316\u9ed1\u8272\u7d20\u7ec6\u80de\u6709\u826f\u597d\u6548\u679c\u3002", | |
| "hyp_text": "\u6d77\u85fb\u7c7b\u4e5f\u5bf9\u6d3b\u5316\u9ed1\u8272\u7d20\u7ec6\u80de\u6709\u826f\u597d\u6548\u679c", | |
| "ref_norm": "\u6d77 \u85fb \u7c7b \u4e5f \u5bf9 \u6d3b \u5316 \u9ed1 \u8272 \u7d20 \u7ec6 \u80de \u6709 \u826f \u597d \u6548 \u679c", | |
| "hyp_norm": "\u6d77 \u85fb \u7c7b \u4e5f \u5bf9 \u6d3b \u5316 \u9ed1 \u8272 \u7d20 \u7ec6 \u80de \u6709 \u826f \u597d \u6548 \u679c", | |
| "audio_duration_s": 4.864, | |
| "latency_s": 0.15229339990764856, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004551-00000110", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6d77\u85fb\u7c7b\u4e5f\u5bf9\u6d3b\u5316\u9ed1\u8272\u7d20\u7ec6\u80de\u6709\u826f\u597d\u6548\u679c\u3002", | |
| "hyp_text": "\u6d77\u85fb\u7c7b\u4e5f\u5bf9\u6d3b\u5316\u9ed1\u8272\u7d20\u7ec6\u80de\u6709\u826f\u597d\u6548\u679c", | |
| "ref_norm": "\u6d77 \u85fb \u7c7b \u4e5f \u5bf9 \u6d3b \u5316 \u9ed1 \u8272 \u7d20 \u7ec6 \u80de \u6709 \u826f \u597d \u6548 \u679c", | |
| "hyp_norm": "\u6d77 \u85fb \u7c7b \u4e5f \u5bf9 \u6d3b \u5316 \u9ed1 \u8272 \u7d20 \u7ec6 \u80de \u6709 \u826f \u597d \u6548 \u679c", | |
| "audio_duration_s": 4.864, | |
| "latency_s": 0.1467931354418397, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004552-00000055", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6bd4\u5982\u5c06\u767d\u841d\u535c\u5265\u76ae\u6cb9\u70b8\u505a\u6210\u4e38\u5b50\uff0c\u5f53\u8364\u83dc\u5403\u3002", | |
| "hyp_text": "\u6bd4\u5982\u5c06\u767d\u841d\u535c\u5265\u76ae\u6cb9\u70b8\u505a\u6210\u4e38\u5b50\u5f53\u8364\u83dc\u5403", | |
| "ref_norm": "\u6bd4 \u5982 \u5c06 \u767d \u841d \u535c \u5265 \u76ae \u6cb9 \u70b8 \u505a \u6210 \u4e38 \u5b50 \u5f53 \u8364 \u83dc \u5403", | |
| "hyp_norm": "\u6bd4 \u5982 \u5c06 \u767d \u841d \u535c \u5265 \u76ae \u6cb9 \u70b8 \u505a \u6210 \u4e38 \u5b50 \u5f53 \u8364 \u83dc \u5403", | |
| "audio_duration_s": 4.890666666666666, | |
| "latency_s": 0.1592617304995656, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004552-00000044", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6bd4\u5982\u5c06\u767d\u841d\u535c\u5265\u76ae\u6cb9\u70b8\u505a\u6210\u4e38\u5b50\uff0c\u5f53\u8364\u83dc\u5403\u3002", | |
| "hyp_text": "\u6bd4\u5982\u5c06\u767d\u841d\u535c\u5265\u76ae\u6cb9\u70b8\u505a\u6210\u4e38\u5b50\u5f53\u8364\u83dc\u5403", | |
| "ref_norm": "\u6bd4 \u5982 \u5c06 \u767d \u841d \u535c \u5265 \u76ae \u6cb9 \u70b8 \u505a \u6210 \u4e38 \u5b50 \u5f53 \u8364 \u83dc \u5403", | |
| "hyp_norm": "\u6bd4 \u5982 \u5c06 \u767d \u841d \u535c \u5265 \u76ae \u6cb9 \u70b8 \u505a \u6210 \u4e38 \u5b50 \u5f53 \u8364 \u83dc \u5403", | |
| "audio_duration_s": 4.890666666666666, | |
| "latency_s": 0.1576376659795642, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004553-00000017", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8fd1\u5e74\u6765\uff0c\u5c3d\u7ba1\u6b27\u6d32\u503a\u52a1\u5371\u673a\u9634\u4e91\u672a\u6563\u3002", | |
| "hyp_text": "\u8fd1\u5e74\u6765,\u5c3d\u7ba1\u6b27\u6d32\u503a\u52a1\u5371\u673a\u9634\u4e91\u672a\u6563,", | |
| "ref_norm": "\u8fd1 \u5e74 \u6765 \u5c3d \u7ba1 \u6b27 \u6d32 \u503a \u52a1 \u5371 \u673a \u9634 \u4e91 \u672a \u6563", | |
| "hyp_norm": "\u8fd1 \u5e74 \u6765 \u5c3d \u7ba1 \u6b27 \u6d32 \u503a \u52a1 \u5371 \u673a \u9634 \u4e91 \u672a \u6563", | |
| "audio_duration_s": 4.72, | |
| "latency_s": 0.16527452319860458, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004553-00000041", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8fd1\u5e74\u6765\uff0c\u5c3d\u7ba1\u6b27\u6d32\u503a\u52a1\u5371\u673a\u9634\u4e91\u672a\u6563\u3002", | |
| "hyp_text": "\u8fd1\u5e74\u6765,\u5c3d\u7ba1\u6b27\u6d32\u503a\u52a1\u5371\u673a\u9634\u4e91\u672a\u6563,", | |
| "ref_norm": "\u8fd1 \u5e74 \u6765 \u5c3d \u7ba1 \u6b27 \u6d32 \u503a \u52a1 \u5371 \u673a \u9634 \u4e91 \u672a \u6563", | |
| "hyp_norm": "\u8fd1 \u5e74 \u6765 \u5c3d \u7ba1 \u6b27 \u6d32 \u503a \u52a1 \u5371 \u673a \u9634 \u4e91 \u672a \u6563", | |
| "audio_duration_s": 4.72, | |
| "latency_s": 0.17141492385417223, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004554-00000023", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6709\u65f6\u7403\u8be5\u5f80\u7403\u95e8\u91cc\u8e22\uff0c\u4ed6\u4f1a\u4e00\u811a\u8e22\u5230\u754c\u5916\u53bb\u3002", | |
| "hyp_text": "\u6709\u65f6\u7403\u8be5\u5f80\u7403\u95e8\u91cc\u8e22\u4ed6\u4f1a\u4e00\u811a\u8e22\u5230\u754c\u5916\u53bb", | |
| "ref_norm": "\u6709 \u65f6 \u7403 \u8be5 \u5f80 \u7403 \u95e8 \u91cc \u8e22 \u4ed6 \u4f1a \u4e00 \u811a \u8e22 \u5230 \u754c \u5916 \u53bb", | |
| "hyp_norm": "\u6709 \u65f6 \u7403 \u8be5 \u5f80 \u7403 \u95e8 \u91cc \u8e22 \u4ed6 \u4f1a \u4e00 \u811a \u8e22 \u5230 \u754c \u5916 \u53bb", | |
| "audio_duration_s": 4.581333333333333, | |
| "latency_s": 0.15763262659311295, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004554-00000082", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6709\u65f6\u7403\u8be5\u5f80\u7403\u95e8\u91cc\u8e22\uff0c\u4ed6\u4f1a\u4e00\u811a\u8e22\u5230\u754c\u5916\u53bb\u3002", | |
| "hyp_text": "\u6709\u65f6\u7403\u8be5\u5f80\u7403\u95e8\u91cc\u8e22\u4ed6\u4f1a\u4e00\u811a\u8e22\u5230\u754c\u5916\u53bb", | |
| "ref_norm": "\u6709 \u65f6 \u7403 \u8be5 \u5f80 \u7403 \u95e8 \u91cc \u8e22 \u4ed6 \u4f1a \u4e00 \u811a \u8e22 \u5230 \u754c \u5916 \u53bb", | |
| "hyp_norm": "\u6709 \u65f6 \u7403 \u8be5 \u5f80 \u7403 \u95e8 \u91cc \u8e22 \u4ed6 \u4f1a \u4e00 \u811a \u8e22 \u5230 \u754c \u5916 \u53bb", | |
| "audio_duration_s": 4.581333333333333, | |
| "latency_s": 0.16563988011330366, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004556-00000057", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u65b0\u95fb\u5feb\u62a5\u521a\u521a\u62a5\u9053\uff0c\u67d0\u4e9b\u623f\u5b50\u88ab\u5730\u9707\u6bc1\u574f\u4e86\u3002", | |
| "hyp_text": "\u65b0\u95fb\u5feb\u62a5\u521a\u521a\u62a5\u9053\u67d0\u4e9b\u623f\u5b50\u88ab\u5730\u9707\u6bc1\u574f\u4e86\u3002", | |
| "ref_norm": "\u65b0 \u95fb \u5feb \u62a5 \u521a \u521a \u62a5 \u9053 \u67d0 \u4e9b \u623f \u5b50 \u88ab \u5730 \u9707 \u6bc1 \u574f \u4e86", | |
| "hyp_norm": "\u65b0 \u95fb \u5feb \u62a5 \u521a \u521a \u62a5 \u9053 \u67d0 \u4e9b \u623f \u5b50 \u88ab \u5730 \u9707 \u6bc1 \u574f \u4e86", | |
| "audio_duration_s": 5.397333333333333, | |
| "latency_s": 0.17400141805410385, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004556-00000047", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u65b0\u95fb\u5feb\u62a5\u521a\u521a\u62a5\u9053\uff0c\u67d0\u4e9b\u623f\u5b50\u88ab\u5730\u9707\u6bc1\u574f\u4e86\u3002", | |
| "hyp_text": "\u65b0\u95fb\u5feb\u62a5\u521a\u521a\u62a5\u9053\u67d0\u4e9b\u623f\u5b50\u88ab\u5730\u9707\u6bc1\u574f\u4e86\u3002", | |
| "ref_norm": "\u65b0 \u95fb \u5feb \u62a5 \u521a \u521a \u62a5 \u9053 \u67d0 \u4e9b \u623f \u5b50 \u88ab \u5730 \u9707 \u6bc1 \u574f \u4e86", | |
| "hyp_norm": "\u65b0 \u95fb \u5feb \u62a5 \u521a \u521a \u62a5 \u9053 \u67d0 \u4e9b \u623f \u5b50 \u88ab \u5730 \u9707 \u6bc1 \u574f \u4e86", | |
| "audio_duration_s": 5.397333333333333, | |
| "latency_s": 0.1656549982726574, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004557-00000094", | |
| "is_success": true, | |
| "wer": 0.058823529411764705, | |
| "ref_text": "\u8fd8\u7528\u98ce\u9669\u5c5e\u6027\u4e13\u5c5e\u63a8\u8350\u7ee9\u6548\uff0c\u6700\u597d\u524d\u4e09\u540d\u3002", | |
| "hyp_text": "\u8fd8\u7528\u98ce\u9669\u5c5e\u6027\u4e13\u5c5e\u63a8\u8350\u7ee9\u6548\u6700\u597d\u884c\u4e09\u540d", | |
| "ref_norm": "\u8fd8 \u7528 \u98ce \u9669 \u5c5e \u6027 \u4e13 \u5c5e \u63a8 \u8350 \u7ee9 \u6548 \u6700 \u597d \u524d \u4e09 \u540d", | |
| "hyp_norm": "\u8fd8 \u7528 \u98ce \u9669 \u5c5e \u6027 \u4e13 \u5c5e \u63a8 \u8350 \u7ee9 \u6548 \u6700 \u597d \u884c \u4e09 \u540d", | |
| "audio_duration_s": 5.1946666666666665, | |
| "latency_s": 0.15169812832027674, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004557-00000081", | |
| "is_success": true, | |
| "wer": 0.058823529411764705, | |
| "ref_text": "\u8fd8\u7528\u98ce\u9669\u5c5e\u6027\u4e13\u5c5e\u63a8\u8350\u7ee9\u6548\uff0c\u6700\u597d\u524d\u4e09\u540d\u3002", | |
| "hyp_text": "\u8fd8\u7528\u98ce\u9669\u5c5e\u6027\u4e13\u5c5e\u63a8\u8350\u7ee9\u6548\u6700\u597d\u884c\u4e09\u540d", | |
| "ref_norm": "\u8fd8 \u7528 \u98ce \u9669 \u5c5e \u6027 \u4e13 \u5c5e \u63a8 \u8350 \u7ee9 \u6548 \u6700 \u597d \u524d \u4e09 \u540d", | |
| "hyp_norm": "\u8fd8 \u7528 \u98ce \u9669 \u5c5e \u6027 \u4e13 \u5c5e \u63a8 \u8350 \u7ee9 \u6548 \u6700 \u597d \u884c \u4e09 \u540d", | |
| "audio_duration_s": 5.1946666666666665, | |
| "latency_s": 0.15667272172868252, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004558-00000025", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u51fa\u6765\u5427\uff0c\u6211\u7684\u670b\u53cb\uff0c\u9752\u86d9\u8db4\u5728\u6d1e\u53e3\u6d1e\u53e3\u558a\u3002", | |
| "hyp_text": "\u51fa\u6765\u5427\u6211\u7684\u670b\u53cb\u9752\u86d9\u8db4\u5728\u6d1e\u53e3\u6d1e\u53e3\u558a", | |
| "ref_norm": "\u51fa \u6765 \u5427 \u6211 \u7684 \u670b \u53cb \u9752 \u86d9 \u8db4 \u5728 \u6d1e \u53e3 \u6d1e \u53e3 \u558a", | |
| "hyp_norm": "\u51fa \u6765 \u5427 \u6211 \u7684 \u670b \u53cb \u9752 \u86d9 \u8db4 \u5728 \u6d1e \u53e3 \u6d1e \u53e3 \u558a", | |
| "audio_duration_s": 4.1066666666666665, | |
| "latency_s": 0.1522282799705863, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004558-00000044", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u51fa\u6765\u5427\uff0c\u6211\u7684\u670b\u53cb\uff0c\u9752\u86d9\u8db4\u5728\u6d1e\u53e3\u6d1e\u53e3\u558a\u3002", | |
| "hyp_text": "\u51fa\u6765\u5427\u6211\u7684\u670b\u53cb\u9752\u86d9\u8db4\u5728\u6d1e\u53e3\u6d1e\u53e3\u558a", | |
| "ref_norm": "\u51fa \u6765 \u5427 \u6211 \u7684 \u670b \u53cb \u9752 \u86d9 \u8db4 \u5728 \u6d1e \u53e3 \u6d1e \u53e3 \u558a", | |
| "hyp_norm": "\u51fa \u6765 \u5427 \u6211 \u7684 \u670b \u53cb \u9752 \u86d9 \u8db4 \u5728 \u6d1e \u53e3 \u6d1e \u53e3 \u558a", | |
| "audio_duration_s": 4.1066666666666665, | |
| "latency_s": 0.14362482260912657, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004559-00000119", | |
| "is_success": true, | |
| "wer": 0.1111111111111111, | |
| "ref_text": "\u5546\u8d37\u5e74\u9650\u4e3a\u4e94\u5341\u5e74\u51cf\u53bb\u623f\u9f84\u5404\u94f6\u884c\u6709\u5dee\u5f02\u3002", | |
| "hyp_text": "\u5546\u8d37\u5e74\u9650\u4e3a50\u5e74\u51cf\u53bb\u623f\u9f84\u5404\u94f6\u884c\u6709\u5dee\u5f02", | |
| "ref_norm": "\u5546 \u8d37 \u5e74 \u9650 \u4e3a \u4e94 \u5341 \u5e74 \u51cf \u53bb \u623f \u9f84 \u5404 \u94f6 \u884c \u6709 \u5dee \u5f02", | |
| "hyp_norm": "\u5546 \u8d37 \u5e74 \u9650 \u4e3a 5 0 \u5e74 \u51cf \u53bb \u623f \u9f84 \u5404 \u94f6 \u884c \u6709 \u5dee \u5f02", | |
| "audio_duration_s": 4.682666666666667, | |
| "latency_s": 0.18786991387605667, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004559-00000089", | |
| "is_success": true, | |
| "wer": 0.1111111111111111, | |
| "ref_text": "\u5546\u8d37\u5e74\u9650\u4e3a\u4e94\u5341\u5e74\u51cf\u53bb\u623f\u9f84\u5404\u94f6\u884c\u6709\u5dee\u5f02\u3002", | |
| "hyp_text": "\u5546\u8d37\u5e74\u9650\u4e3a50\u5e74\u51cf\u53bb\u623f\u9f84\u5404\u94f6\u884c\u6709\u5dee\u5f02", | |
| "ref_norm": "\u5546 \u8d37 \u5e74 \u9650 \u4e3a \u4e94 \u5341 \u5e74 \u51cf \u53bb \u623f \u9f84 \u5404 \u94f6 \u884c \u6709 \u5dee \u5f02", | |
| "hyp_norm": "\u5546 \u8d37 \u5e74 \u9650 \u4e3a 5 0 \u5e74 \u51cf \u53bb \u623f \u9f84 \u5404 \u94f6 \u884c \u6709 \u5dee \u5f02", | |
| "audio_duration_s": 4.682666666666667, | |
| "latency_s": 0.17469242587685585, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004560-00000011", | |
| "is_success": true, | |
| "wer": 0.07142857142857142, | |
| "ref_text": "\u53ef\u662f\u552f\u6709\u4ed6\u4e0d\u4f7f\u6211\u611f\u5230\u8352\u5510\u53ef\u7b11\u3002", | |
| "hyp_text": "\u53ef\u662f\u552f\u6709\u5b83\u4e0d\u4f7f\u6211\u611f\u5230\u8352\u5510\u53ef\u7b11", | |
| "ref_norm": "\u53ef \u662f \u552f \u6709 \u4ed6 \u4e0d \u4f7f \u6211 \u611f \u5230 \u8352 \u5510 \u53ef \u7b11", | |
| "hyp_norm": "\u53ef \u662f \u552f \u6709 \u5b83 \u4e0d \u4f7f \u6211 \u611f \u5230 \u8352 \u5510 \u53ef \u7b11", | |
| "audio_duration_s": 5.552, | |
| "latency_s": 0.13686386682093143, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004560-00000116", | |
| "is_success": true, | |
| "wer": 0.07142857142857142, | |
| "ref_text": "\u53ef\u662f\u552f\u6709\u4ed6\u4e0d\u4f7f\u6211\u611f\u5230\u8352\u5510\u53ef\u7b11\u3002", | |
| "hyp_text": "\u53ef\u662f\u552f\u6709\u5b83\u4e0d\u4f7f\u6211\u611f\u5230\u8352\u5510\u53ef\u7b11", | |
| "ref_norm": "\u53ef \u662f \u552f \u6709 \u4ed6 \u4e0d \u4f7f \u6211 \u611f \u5230 \u8352 \u5510 \u53ef \u7b11", | |
| "hyp_norm": "\u53ef \u662f \u552f \u6709 \u5b83 \u4e0d \u4f7f \u6211 \u611f \u5230 \u8352 \u5510 \u53ef \u7b11", | |
| "audio_duration_s": 5.552, | |
| "latency_s": 0.1277202321216464, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004561-00000031", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8d70\u8fdb\u7ea2\u8272\u5927\u95e8\uff0c\u4e09\u9762\u5899\u4e0a\u5206\u522b\u60ac\u6302\u7740\u4e09\u5e45\u516b\u5c3a\u5e45\u7684\u753b\u4f5c\u3002", | |
| "hyp_text": "\u8d70\u8fdb\u7ea2\u8272\u5927\u95e8\u4e09\u9762\u5899\u4e0a\u5206\u522b\u60ac\u6302\u7740\u4e09\u5e45\u516b\u5c3a\u5e45\u7684\u753b\u4f5c", | |
| "ref_norm": "\u8d70 \u8fdb \u7ea2 \u8272 \u5927 \u95e8 \u4e09 \u9762 \u5899 \u4e0a \u5206 \u522b \u60ac \u6302 \u7740 \u4e09 \u5e45 \u516b \u5c3a \u5e45 \u7684 \u753b \u4f5c", | |
| "hyp_norm": "\u8d70 \u8fdb \u7ea2 \u8272 \u5927 \u95e8 \u4e09 \u9762 \u5899 \u4e0a \u5206 \u522b \u60ac \u6302 \u7740 \u4e09 \u5e45 \u516b \u5c3a \u5e45 \u7684 \u753b \u4f5c", | |
| "audio_duration_s": 6.021333333333334, | |
| "latency_s": 0.1864363318309188, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004561-00000049", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8d70\u8fdb\u7ea2\u8272\u5927\u95e8\uff0c\u4e09\u9762\u5899\u4e0a\u5206\u522b\u60ac\u6302\u7740\u4e09\u5e45\u516b\u5c3a\u5e45\u7684\u753b\u4f5c\u3002", | |
| "hyp_text": "\u8d70\u8fdb\u7ea2\u8272\u5927\u95e8\u4e09\u9762\u5899\u4e0a\u5206\u522b\u60ac\u6302\u7740\u4e09\u5e45\u516b\u5c3a\u5e45\u7684\u753b\u4f5c", | |
| "ref_norm": "\u8d70 \u8fdb \u7ea2 \u8272 \u5927 \u95e8 \u4e09 \u9762 \u5899 \u4e0a \u5206 \u522b \u60ac \u6302 \u7740 \u4e09 \u5e45 \u516b \u5c3a \u5e45 \u7684 \u753b \u4f5c", | |
| "hyp_norm": "\u8d70 \u8fdb \u7ea2 \u8272 \u5927 \u95e8 \u4e09 \u9762 \u5899 \u4e0a \u5206 \u522b \u60ac \u6302 \u7740 \u4e09 \u5e45 \u516b \u5c3a \u5e45 \u7684 \u753b \u4f5c", | |
| "audio_duration_s": 6.021333333333334, | |
| "latency_s": 0.21420211717486382, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004562-00000017", | |
| "is_success": true, | |
| "wer": 0.05263157894736842, | |
| "ref_text": "\u7ebd\u7ea6\u7684\u745c\u4f3d\u7231\u597d\u8005\uff0c\u4e5f\u80fd\u5c3d\u5174\u4ee5\u7cbe\u795e\u6218\u80dc\u4e00\u5207\u3002", | |
| "hyp_text": "\u7ebd\u7ea6\u7684\u745c\u4f3d\u7231\u597d\u8005\u4e5f\u80fd\u5c3d\u4fe1\u4ee5\u7cbe\u795e\u6218\u80dc\u4e00\u5207", | |
| "ref_norm": "\u7ebd \u7ea6 \u7684 \u745c \u4f3d \u7231 \u597d \u8005 \u4e5f \u80fd \u5c3d \u5174 \u4ee5 \u7cbe \u795e \u6218 \u80dc \u4e00 \u5207", | |
| "hyp_norm": "\u7ebd \u7ea6 \u7684 \u745c \u4f3d \u7231 \u597d \u8005 \u4e5f \u80fd \u5c3d \u4fe1 \u4ee5 \u7cbe \u795e \u6218 \u80dc \u4e00 \u5207", | |
| "audio_duration_s": 4.474666666666667, | |
| "latency_s": 0.16788920015096664, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004562-00000021", | |
| "is_success": true, | |
| "wer": 0.05263157894736842, | |
| "ref_text": "\u7ebd\u7ea6\u7684\u745c\u4f3d\u7231\u597d\u8005\uff0c\u4e5f\u80fd\u5c3d\u5174\u4ee5\u7cbe\u795e\u6218\u80dc\u4e00\u5207\u3002", | |
| "hyp_text": "\u7ebd\u7ea6\u7684\u745c\u4f3d\u7231\u597d\u8005\u4e5f\u80fd\u5c3d\u4fe1\u4ee5\u7cbe\u795e\u6218\u80dc\u4e00\u5207", | |
| "ref_norm": "\u7ebd \u7ea6 \u7684 \u745c \u4f3d \u7231 \u597d \u8005 \u4e5f \u80fd \u5c3d \u5174 \u4ee5 \u7cbe \u795e \u6218 \u80dc \u4e00 \u5207", | |
| "hyp_norm": "\u7ebd \u7ea6 \u7684 \u745c \u4f3d \u7231 \u597d \u8005 \u4e5f \u80fd \u5c3d \u4fe1 \u4ee5 \u7cbe \u795e \u6218 \u80dc \u4e00 \u5207", | |
| "audio_duration_s": 4.474666666666667, | |
| "latency_s": 0.18132210057228804, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004563-00000025", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6574\u4e2a\u6728\u53f6\u6751\uff0c\u7acb\u523b\u9677\u5165\u5230\u5de8\u706b\u7684\u6050\u614c\u4e4b\u4e2d\u3002", | |
| "hyp_text": "\u6574\u4e2a\u6728\u53f6\u6751\u7acb\u523b\u9677\u5165\u5230\u5de8\u706b\u7684\u6050\u614c\u4e4b\u4e2d", | |
| "ref_norm": "\u6574 \u4e2a \u6728 \u53f6 \u6751 \u7acb \u523b \u9677 \u5165 \u5230 \u5de8 \u706b \u7684 \u6050 \u614c \u4e4b \u4e2d", | |
| "hyp_norm": "\u6574 \u4e2a \u6728 \u53f6 \u6751 \u7acb \u523b \u9677 \u5165 \u5230 \u5de8 \u706b \u7684 \u6050 \u614c \u4e4b \u4e2d", | |
| "audio_duration_s": 8.458666666666666, | |
| "latency_s": 0.15992833394557238, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004563-00000100", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6574\u4e2a\u6728\u53f6\u6751\uff0c\u7acb\u523b\u9677\u5165\u5230\u5de8\u706b\u7684\u6050\u614c\u4e4b\u4e2d\u3002", | |
| "hyp_text": "\u6574\u4e2a\u6728\u53f6\u6751\u7acb\u523b\u9677\u5165\u5230\u5de8\u706b\u7684\u6050\u614c\u4e4b\u4e2d", | |
| "ref_norm": "\u6574 \u4e2a \u6728 \u53f6 \u6751 \u7acb \u523b \u9677 \u5165 \u5230 \u5de8 \u706b \u7684 \u6050 \u614c \u4e4b \u4e2d", | |
| "hyp_norm": "\u6574 \u4e2a \u6728 \u53f6 \u6751 \u7acb \u523b \u9677 \u5165 \u5230 \u5de8 \u706b \u7684 \u6050 \u614c \u4e4b \u4e2d", | |
| "audio_duration_s": 8.458666666666666, | |
| "latency_s": 0.1490634959191084, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004565-00000062", | |
| "is_success": true, | |
| "wer": 0.058823529411764705, | |
| "ref_text": "\u5b8c\u5168\u53d6\u51b3\u4e8e\u5370\u65b9\u662f\u5426\u80fd\u591f\u53ca\u65f6\u7ea0\u6b63\u9519\u8bef\u3002", | |
| "hyp_text": "\u5b8c\u5168\u53d6\u51b3\u4e8e\u786c\u65b9\u662f\u5426\u80fd\u591f\u53ca\u65f6\u7ea0\u6b63\u9519\u8bef", | |
| "ref_norm": "\u5b8c \u5168 \u53d6 \u51b3 \u4e8e \u5370 \u65b9 \u662f \u5426 \u80fd \u591f \u53ca \u65f6 \u7ea0 \u6b63 \u9519 \u8bef", | |
| "hyp_norm": "\u5b8c \u5168 \u53d6 \u51b3 \u4e8e \u786c \u65b9 \u662f \u5426 \u80fd \u591f \u53ca \u65f6 \u7ea0 \u6b63 \u9519 \u8bef", | |
| "audio_duration_s": 10.154666666666667, | |
| "latency_s": 0.1510266661643982, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004565-00000090", | |
| "is_success": true, | |
| "wer": 0.058823529411764705, | |
| "ref_text": "\u5b8c\u5168\u53d6\u51b3\u4e8e\u5370\u65b9\u662f\u5426\u80fd\u591f\u53ca\u65f6\u7ea0\u6b63\u9519\u8bef\u3002", | |
| "hyp_text": "\u5b8c\u5168\u53d6\u51b3\u4e8e\u786c\u65b9\u662f\u5426\u80fd\u591f\u53ca\u65f6\u7ea0\u6b63\u9519\u8bef", | |
| "ref_norm": "\u5b8c \u5168 \u53d6 \u51b3 \u4e8e \u5370 \u65b9 \u662f \u5426 \u80fd \u591f \u53ca \u65f6 \u7ea0 \u6b63 \u9519 \u8bef", | |
| "hyp_norm": "\u5b8c \u5168 \u53d6 \u51b3 \u4e8e \u786c \u65b9 \u662f \u5426 \u80fd \u591f \u53ca \u65f6 \u7ea0 \u6b63 \u9519 \u8bef", | |
| "audio_duration_s": 10.154666666666667, | |
| "latency_s": 0.14147906564176083, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004566-00000082", | |
| "is_success": true, | |
| "wer": 0.0625, | |
| "ref_text": "\u5f20\u6052\u53ef\u4ee5\u8bf4\u771f\u6b63\u5177\u6709\u4e86\u78be\u538b\u7ea7\u7684\u529b\u91cf\u3002", | |
| "hyp_text": "\u5f20\u8861\u53ef\u4ee5\u8bf4\u771f\u6b63\u5177\u6709\u4e86\u78be\u538b\u7ea7\u7684\u529b\u91cf", | |
| "ref_norm": "\u5f20 \u6052 \u53ef \u4ee5 \u8bf4 \u771f \u6b63 \u5177 \u6709 \u4e86 \u78be \u538b \u7ea7 \u7684 \u529b \u91cf", | |
| "hyp_norm": "\u5f20 \u8861 \u53ef \u4ee5 \u8bf4 \u771f \u6b63 \u5177 \u6709 \u4e86 \u78be \u538b \u7ea7 \u7684 \u529b \u91cf", | |
| "audio_duration_s": 4.085333333333334, | |
| "latency_s": 0.14650826808065176, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004566-00000109", | |
| "is_success": true, | |
| "wer": 0.0625, | |
| "ref_text": "\u5f20\u6052\u53ef\u4ee5\u8bf4\u771f\u6b63\u5177\u6709\u4e86\u78be\u538b\u7ea7\u7684\u529b\u91cf\u3002", | |
| "hyp_text": "\u5f20\u8861\u53ef\u4ee5\u8bf4\u771f\u6b63\u5177\u6709\u4e86\u78be\u538b\u7ea7\u7684\u529b\u91cf", | |
| "ref_norm": "\u5f20 \u6052 \u53ef \u4ee5 \u8bf4 \u771f \u6b63 \u5177 \u6709 \u4e86 \u78be \u538b \u7ea7 \u7684 \u529b \u91cf", | |
| "hyp_norm": "\u5f20 \u8861 \u53ef \u4ee5 \u8bf4 \u771f \u6b63 \u5177 \u6709 \u4e86 \u78be \u538b \u7ea7 \u7684 \u529b \u91cf", | |
| "audio_duration_s": 4.085333333333334, | |
| "latency_s": 0.14674348384141922, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004567-00000051", | |
| "is_success": true, | |
| "wer": 0.058823529411764705, | |
| "ref_text": "\u8fd8\u6709\u53e6\u4e00\u79cd\u4e5f\u662f\u7531\u7ec6\u83cc\u5f15\u8d77\u7684\u773c\u75c5\u6c99\u773c\u3002", | |
| "hyp_text": "\u8fd8\u6709\u53e6\u4e00\u79cd\u4e5f\u662f\u7531\u7ec6\u83cc\u5f15\u8d77\u7684\u773c\u75c5\u6740\u773c", | |
| "ref_norm": "\u8fd8 \u6709 \u53e6 \u4e00 \u79cd \u4e5f \u662f \u7531 \u7ec6 \u83cc \u5f15 \u8d77 \u7684 \u773c \u75c5 \u6c99 \u773c", | |
| "hyp_norm": "\u8fd8 \u6709 \u53e6 \u4e00 \u79cd \u4e5f \u662f \u7531 \u7ec6 \u83cc \u5f15 \u8d77 \u7684 \u773c \u75c5 \u6740 \u773c", | |
| "audio_duration_s": 4.368, | |
| "latency_s": 0.12492340803146362, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004567-00000043", | |
| "is_success": true, | |
| "wer": 0.058823529411764705, | |
| "ref_text": "\u8fd8\u6709\u53e6\u4e00\u79cd\u4e5f\u662f\u7531\u7ec6\u83cc\u5f15\u8d77\u7684\u773c\u75c5\u6c99\u773c\u3002", | |
| "hyp_text": "\u8fd8\u6709\u53e6\u4e00\u79cd\u4e5f\u662f\u7531\u7ec6\u83cc\u5f15\u8d77\u7684\u773c\u75c5\u6740\u773c", | |
| "ref_norm": "\u8fd8 \u6709 \u53e6 \u4e00 \u79cd \u4e5f \u662f \u7531 \u7ec6 \u83cc \u5f15 \u8d77 \u7684 \u773c \u75c5 \u6c99 \u773c", | |
| "hyp_norm": "\u8fd8 \u6709 \u53e6 \u4e00 \u79cd \u4e5f \u662f \u7531 \u7ec6 \u83cc \u5f15 \u8d77 \u7684 \u773c \u75c5 \u6740 \u773c", | |
| "audio_duration_s": 4.368, | |
| "latency_s": 0.14402033668011427, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004568-00000064", | |
| "is_success": true, | |
| "wer": 0.22727272727272727, | |
| "ref_text": "\u4e8c\u5341\u4e03\u65e5\u80a1\u4ef7\u5927\u6da8\uff0c\u65e9\u76d8\u5341\u70b9\u4e0d\u5230\u5c31\u7acb\u523b\u653b\u4e0a\u6da8\u505c\u4ef7\u3002", | |
| "hyp_text": "27\u65e5\u80a1\u4ef7\u5927\u6da8\u65e9\u76d810\u70b9\u4e0d\u5230\u5c31\u7acb\u523b\u653b\u4e0a\u6da8\u505c\u4ef7", | |
| "ref_norm": "\u4e8c \u5341 \u4e03 \u65e5 \u80a1 \u4ef7 \u5927 \u6da8 \u65e9 \u76d8 \u5341 \u70b9 \u4e0d \u5230 \u5c31 \u7acb \u523b \u653b \u4e0a \u6da8 \u505c \u4ef7", | |
| "hyp_norm": "2 7 \u65e5 \u80a1 \u4ef7 \u5927 \u6da8 \u65e9 \u76d8 1 0 \u70b9 \u4e0d \u5230 \u5c31 \u7acb \u523b \u653b \u4e0a \u6da8 \u505c \u4ef7", | |
| "audio_duration_s": 7.285333333333333, | |
| "latency_s": 0.18428256828337908, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004568-00000066", | |
| "is_success": true, | |
| "wer": 0.22727272727272727, | |
| "ref_text": "\u4e8c\u5341\u4e03\u65e5\u80a1\u4ef7\u5927\u6da8\uff0c\u65e9\u76d8\u5341\u70b9\u4e0d\u5230\u5c31\u7acb\u523b\u653b\u4e0a\u6da8\u505c\u4ef7\u3002", | |
| "hyp_text": "27\u65e5\u80a1\u4ef7\u5927\u6da8\u65e9\u76d810\u70b9\u4e0d\u5230\u5c31\u7acb\u523b\u653b\u4e0a\u6da8\u505c\u4ef7", | |
| "ref_norm": "\u4e8c \u5341 \u4e03 \u65e5 \u80a1 \u4ef7 \u5927 \u6da8 \u65e9 \u76d8 \u5341 \u70b9 \u4e0d \u5230 \u5c31 \u7acb \u523b \u653b \u4e0a \u6da8 \u505c \u4ef7", | |
| "hyp_norm": "2 7 \u65e5 \u80a1 \u4ef7 \u5927 \u6da8 \u65e9 \u76d8 1 0 \u70b9 \u4e0d \u5230 \u5c31 \u7acb \u523b \u653b \u4e0a \u6da8 \u505c \u4ef7", | |
| "audio_duration_s": 7.285333333333333, | |
| "latency_s": 0.15757398866117, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004569-00000018", | |
| "is_success": true, | |
| "wer": 0.26666666666666666, | |
| "ref_text": "\u4ee5\u4e8c\u96f6\u4e00\u516d\u5e74\u5408\u540c\u9500\u552e\u989d\u8fdb\u884c\u5206\u7ec4\u3002", | |
| "hyp_text": "\u4ee52016\u5e74\u5408\u540c\u9500\u552e\u989d\u8fdb\u884c\u5206\u7ec4", | |
| "ref_norm": "\u4ee5 \u4e8c \u96f6 \u4e00 \u516d \u5e74 \u5408 \u540c \u9500 \u552e \u989d \u8fdb \u884c \u5206 \u7ec4", | |
| "hyp_norm": "\u4ee5 2 0 1 6 \u5e74 \u5408 \u540c \u9500 \u552e \u989d \u8fdb \u884c \u5206 \u7ec4", | |
| "audio_duration_s": 4.149333333333334, | |
| "latency_s": 0.12711501214653254, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004569-00000009", | |
| "is_success": true, | |
| "wer": 0.26666666666666666, | |
| "ref_text": "\u4ee5\u4e8c\u96f6\u4e00\u516d\u5e74\u5408\u540c\u9500\u552e\u989d\u8fdb\u884c\u5206\u7ec4\u3002", | |
| "hyp_text": "\u4ee52016\u5e74\u5408\u540c\u9500\u552e\u989d\u8fdb\u884c\u5206\u7ec4", | |
| "ref_norm": "\u4ee5 \u4e8c \u96f6 \u4e00 \u516d \u5e74 \u5408 \u540c \u9500 \u552e \u989d \u8fdb \u884c \u5206 \u7ec4", | |
| "hyp_norm": "\u4ee5 2 0 1 6 \u5e74 \u5408 \u540c \u9500 \u552e \u989d \u8fdb \u884c \u5206 \u7ec4", | |
| "audio_duration_s": 4.149333333333334, | |
| "latency_s": 0.13190226908773184, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004570-00000072", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8fd8\u53ef\u4ee5\u5bf9\u4ed8\u56e0\u51fa\u6c57\u8fc7\u591a\u5bfc\u81f4\u7684\u4f53\u529b\u900f\u652f\u3002", | |
| "hyp_text": "\u8fd8\u53ef\u4ee5\u5bf9\u4ed8\u56e0\u51fa\u6c57\u8fc7\u591a\u5bfc\u81f4\u7684\u4f53\u529b\u900f\u652f", | |
| "ref_norm": "\u8fd8 \u53ef \u4ee5 \u5bf9 \u4ed8 \u56e0 \u51fa \u6c57 \u8fc7 \u591a \u5bfc \u81f4 \u7684 \u4f53 \u529b \u900f \u652f", | |
| "hyp_norm": "\u8fd8 \u53ef \u4ee5 \u5bf9 \u4ed8 \u56e0 \u51fa \u6c57 \u8fc7 \u591a \u5bfc \u81f4 \u7684 \u4f53 \u529b \u900f \u652f", | |
| "audio_duration_s": 4.48, | |
| "latency_s": 0.13133870624005795, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004570-00000006", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8fd8\u53ef\u4ee5\u5bf9\u4ed8\u56e0\u51fa\u6c57\u8fc7\u591a\u5bfc\u81f4\u7684\u4f53\u529b\u900f\u652f\u3002", | |
| "hyp_text": "\u8fd8\u53ef\u4ee5\u5bf9\u4ed8\u56e0\u51fa\u6c57\u8fc7\u591a\u5bfc\u81f4\u7684\u4f53\u529b\u900f\u652f", | |
| "ref_norm": "\u8fd8 \u53ef \u4ee5 \u5bf9 \u4ed8 \u56e0 \u51fa \u6c57 \u8fc7 \u591a \u5bfc \u81f4 \u7684 \u4f53 \u529b \u900f \u652f", | |
| "hyp_norm": "\u8fd8 \u53ef \u4ee5 \u5bf9 \u4ed8 \u56e0 \u51fa \u6c57 \u8fc7 \u591a \u5bfc \u81f4 \u7684 \u4f53 \u529b \u900f \u652f", | |
| "audio_duration_s": 4.48, | |
| "latency_s": 0.13348838221281767, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004571-00000110", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5341\u5e74\u540e\uff0c\u53c8\u5a01\u80c1\u4ee5\u8fdc\u5f81\u519b\u6a2a\u626b\u6b27\u6d32\u5927\u9646\u3002", | |
| "hyp_text": "\u5341\u5e74\u540e\u53c8\u5a01\u80c1\u4ee5\u8fdc\u5f81\u519b\u6a2a\u626b\u6b27\u6d32\u5927\u9646", | |
| "ref_norm": "\u5341 \u5e74 \u540e \u53c8 \u5a01 \u80c1 \u4ee5 \u8fdc \u5f81 \u519b \u6a2a \u626b \u6b27 \u6d32 \u5927 \u9646", | |
| "hyp_norm": "\u5341 \u5e74 \u540e \u53c8 \u5a01 \u80c1 \u4ee5 \u8fdc \u5f81 \u519b \u6a2a \u626b \u6b27 \u6d32 \u5927 \u9646", | |
| "audio_duration_s": 4.890666666666666, | |
| "latency_s": 0.16344399843364954, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004571-00000005", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5341\u5e74\u540e\uff0c\u53c8\u5a01\u80c1\u4ee5\u8fdc\u5f81\u519b\u6a2a\u626b\u6b27\u6d32\u5927\u9646\u3002", | |
| "hyp_text": "\u5341\u5e74\u540e\u53c8\u5a01\u80c1\u4ee5\u8fdc\u5f81\u519b\u6a2a\u626b\u6b27\u6d32\u5927\u9646", | |
| "ref_norm": "\u5341 \u5e74 \u540e \u53c8 \u5a01 \u80c1 \u4ee5 \u8fdc \u5f81 \u519b \u6a2a \u626b \u6b27 \u6d32 \u5927 \u9646", | |
| "hyp_norm": "\u5341 \u5e74 \u540e \u53c8 \u5a01 \u80c1 \u4ee5 \u8fdc \u5f81 \u519b \u6a2a \u626b \u6b27 \u6d32 \u5927 \u9646", | |
| "audio_duration_s": 4.890666666666666, | |
| "latency_s": 0.16517675388604403, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004572-00000054", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u53ea\u80fd\u786e\u5b9a\u9b54\u5149\uff0c\u5c5e\u4e8e\u4e00\u79cd\u5355\u4e00\u5b58\u5728\u7684\u7eaf\u51c0\u7269\u8d28\u3002", | |
| "hyp_text": "\u53ea\u80fd\u786e\u5b9a\u9b54\u5149\u5c5e\u4e8e\u4e00\u79cd\u5355\u4e00\u5b58\u5728\u7684\u7eaf\u51c0\u7269\u8d28", | |
| "ref_norm": "\u53ea \u80fd \u786e \u5b9a \u9b54 \u5149 \u5c5e \u4e8e \u4e00 \u79cd \u5355 \u4e00 \u5b58 \u5728 \u7684 \u7eaf \u51c0 \u7269 \u8d28", | |
| "hyp_norm": "\u53ea \u80fd \u786e \u5b9a \u9b54 \u5149 \u5c5e \u4e8e \u4e00 \u79cd \u5355 \u4e00 \u5b58 \u5728 \u7684 \u7eaf \u51c0 \u7269 \u8d28", | |
| "audio_duration_s": 5.013333333333334, | |
| "latency_s": 0.1508083837106824, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004572-00000079", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u53ea\u80fd\u786e\u5b9a\u9b54\u5149\uff0c\u5c5e\u4e8e\u4e00\u79cd\u5355\u4e00\u5b58\u5728\u7684\u7eaf\u51c0\u7269\u8d28\u3002", | |
| "hyp_text": "\u53ea\u80fd\u786e\u5b9a\u9b54\u5149\u5c5e\u4e8e\u4e00\u79cd\u5355\u4e00\u5b58\u5728\u7684\u7eaf\u51c0\u7269\u8d28", | |
| "ref_norm": "\u53ea \u80fd \u786e \u5b9a \u9b54 \u5149 \u5c5e \u4e8e \u4e00 \u79cd \u5355 \u4e00 \u5b58 \u5728 \u7684 \u7eaf \u51c0 \u7269 \u8d28", | |
| "hyp_norm": "\u53ea \u80fd \u786e \u5b9a \u9b54 \u5149 \u5c5e \u4e8e \u4e00 \u79cd \u5355 \u4e00 \u5b58 \u5728 \u7684 \u7eaf \u51c0 \u7269 \u8d28", | |
| "audio_duration_s": 5.013333333333334, | |
| "latency_s": 0.17248584516346455, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004573-00000006", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7bee\u7403\u548c\u6e38\u6cf3\u5f88\u6d41\u884c\uff0c\u8fd8\u662f\u4f7f\u7528\u6587\u660e\u7528\u8bed\u5427\u3002", | |
| "hyp_text": "\u7bee\u7403\u548c\u6e38\u6cf3\u5f88\u6d41\u884c,\u8fd8\u662f\u4f7f\u7528\u6587\u660e\u7528\u8bed\u5427\u3002", | |
| "ref_norm": "\u7bee \u7403 \u548c \u6e38 \u6cf3 \u5f88 \u6d41 \u884c \u8fd8 \u662f \u4f7f \u7528 \u6587 \u660e \u7528 \u8bed \u5427", | |
| "hyp_norm": "\u7bee \u7403 \u548c \u6e38 \u6cf3 \u5f88 \u6d41 \u884c \u8fd8 \u662f \u4f7f \u7528 \u6587 \u660e \u7528 \u8bed \u5427", | |
| "audio_duration_s": 4.405333333333333, | |
| "latency_s": 0.17503859754651785, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004573-00000098", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7bee\u7403\u548c\u6e38\u6cf3\u5f88\u6d41\u884c\uff0c\u8fd8\u662f\u4f7f\u7528\u6587\u660e\u7528\u8bed\u5427\u3002", | |
| "hyp_text": "\u7bee\u7403\u548c\u6e38\u6cf3\u5f88\u6d41\u884c,\u8fd8\u662f\u4f7f\u7528\u6587\u660e\u7528\u8bed\u5427\u3002", | |
| "ref_norm": "\u7bee \u7403 \u548c \u6e38 \u6cf3 \u5f88 \u6d41 \u884c \u8fd8 \u662f \u4f7f \u7528 \u6587 \u660e \u7528 \u8bed \u5427", | |
| "hyp_norm": "\u7bee \u7403 \u548c \u6e38 \u6cf3 \u5f88 \u6d41 \u884c \u8fd8 \u662f \u4f7f \u7528 \u6587 \u660e \u7528 \u8bed \u5427", | |
| "audio_duration_s": 4.405333333333333, | |
| "latency_s": 0.1649118335917592, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004574-00000113", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e24\u8f86\u5927\u8d27\u8f66\u5206\u522b\u4ece\u5965\u8fea\u8f66\u7684\u540e\u65b9\uff0c\u548c\u53f3\u65b9\u5c94\u8def\u53e3\u884c\u8fdb\u3002", | |
| "hyp_text": "\u4e24\u8f86\u5927\u8d27\u8f66\u5206\u522b\u4ece\u5965\u8fea\u8f66\u7684\u540e\u65b9\u548c\u53f3\u65b9\u5c94\u8def\u53e3\u884c\u8fdb", | |
| "ref_norm": "\u4e24 \u8f86 \u5927 \u8d27 \u8f66 \u5206 \u522b \u4ece \u5965 \u8fea \u8f66 \u7684 \u540e \u65b9 \u548c \u53f3 \u65b9 \u5c94 \u8def \u53e3 \u884c \u8fdb", | |
| "hyp_norm": "\u4e24 \u8f86 \u5927 \u8d27 \u8f66 \u5206 \u522b \u4ece \u5965 \u8fea \u8f66 \u7684 \u540e \u65b9 \u548c \u53f3 \u65b9 \u5c94 \u8def \u53e3 \u884c \u8fdb", | |
| "audio_duration_s": 4.352, | |
| "latency_s": 0.16988801956176758, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004574-00000062", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4e24\u8f86\u5927\u8d27\u8f66\u5206\u522b\u4ece\u5965\u8fea\u8f66\u7684\u540e\u65b9\uff0c\u548c\u53f3\u65b9\u5c94\u8def\u53e3\u884c\u8fdb\u3002", | |
| "hyp_text": "\u4e24\u8f86\u5927\u8d27\u8f66\u5206\u522b\u4ece\u5965\u8fea\u8f66\u7684\u540e\u65b9\u548c\u53f3\u65b9\u5c94\u8def\u53e3\u884c\u8fdb", | |
| "ref_norm": "\u4e24 \u8f86 \u5927 \u8d27 \u8f66 \u5206 \u522b \u4ece \u5965 \u8fea \u8f66 \u7684 \u540e \u65b9 \u548c \u53f3 \u65b9 \u5c94 \u8def \u53e3 \u884c \u8fdb", | |
| "hyp_norm": "\u4e24 \u8f86 \u5927 \u8d27 \u8f66 \u5206 \u522b \u4ece \u5965 \u8fea \u8f66 \u7684 \u540e \u65b9 \u548c \u53f3 \u65b9 \u5c94 \u8def \u53e3 \u884c \u8fdb", | |
| "audio_duration_s": 4.352, | |
| "latency_s": 0.1969401929527521, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004575-00000055", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4ed6\u79f0\u7403\u961f\u9700\u8981\u8c6a\u8d2d\u6765\u5f15\u8fdb\u6700\u597d\u7684\u7403\u5458\u3002", | |
| "hyp_text": "\u4ed6\u79f0\u7403\u961f\u9700\u8981\u8c6a\u8d2d\u6765\u5f15\u8fdb\u6700\u597d\u7684\u7403\u5458", | |
| "ref_norm": "\u4ed6 \u79f0 \u7403 \u961f \u9700 \u8981 \u8c6a \u8d2d \u6765 \u5f15 \u8fdb \u6700 \u597d \u7684 \u7403 \u5458", | |
| "hyp_norm": "\u4ed6 \u79f0 \u7403 \u961f \u9700 \u8981 \u8c6a \u8d2d \u6765 \u5f15 \u8fdb \u6700 \u597d \u7684 \u7403 \u5458", | |
| "audio_duration_s": 4.165333333333334, | |
| "latency_s": 0.15890419017523527, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004575-00000077", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4ed6\u79f0\u7403\u961f\u9700\u8981\u8c6a\u8d2d\u6765\u5f15\u8fdb\u6700\u597d\u7684\u7403\u5458\u3002", | |
| "hyp_text": "\u4ed6\u79f0\u7403\u961f\u9700\u8981\u8c6a\u8d2d\u6765\u5f15\u8fdb\u6700\u597d\u7684\u7403\u5458", | |
| "ref_norm": "\u4ed6 \u79f0 \u7403 \u961f \u9700 \u8981 \u8c6a \u8d2d \u6765 \u5f15 \u8fdb \u6700 \u597d \u7684 \u7403 \u5458", | |
| "hyp_norm": "\u4ed6 \u79f0 \u7403 \u961f \u9700 \u8981 \u8c6a \u8d2d \u6765 \u5f15 \u8fdb \u6700 \u597d \u7684 \u7403 \u5458", | |
| "audio_duration_s": 4.165333333333334, | |
| "latency_s": 0.15838493034243584, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004576-00000058", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u9f99\u5ca9\u5e02\u65b0\u7f57\u533a\u4e07\u5b89\u9547\u6885\u6751\u6751\u3002", | |
| "hyp_text": "\u9f99\u5ca9\u5e02\u65b0\u7f57\u533a\u4e07\u5b89\u9547\u6885\u6751\u6751", | |
| "ref_norm": "\u9f99 \u5ca9 \u5e02 \u65b0 \u7f57 \u533a \u4e07 \u5b89 \u9547 \u6885 \u6751 \u6751", | |
| "hyp_norm": "\u9f99 \u5ca9 \u5e02 \u65b0 \u7f57 \u533a \u4e07 \u5b89 \u9547 \u6885 \u6751 \u6751", | |
| "audio_duration_s": 4.586666666666667, | |
| "latency_s": 0.14163613505661488, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004576-00000076", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u9f99\u5ca9\u5e02\u65b0\u7f57\u533a\u4e07\u5b89\u9547\u6885\u6751\u6751\u3002", | |
| "hyp_text": "\u9f99\u5ca9\u5e02\u65b0\u7f57\u533a\u4e07\u5b89\u9547\u6885\u6751\u6751", | |
| "ref_norm": "\u9f99 \u5ca9 \u5e02 \u65b0 \u7f57 \u533a \u4e07 \u5b89 \u9547 \u6885 \u6751 \u6751", | |
| "hyp_norm": "\u9f99 \u5ca9 \u5e02 \u65b0 \u7f57 \u533a \u4e07 \u5b89 \u9547 \u6885 \u6751 \u6751", | |
| "audio_duration_s": 4.586666666666667, | |
| "latency_s": 0.14148541633039713, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004577-00000057", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7f8e\u56fd\u5965\u8fd0\u6e38\u6cf3\u51a0\u519b\u745e\u5b89\u7f57\u5207\u7279\u3002", | |
| "hyp_text": "\u7f8e\u56fd\u5965\u8fd0\u6e38\u6cf3\u51a0\u519b\u745e\u5b89\u00b7\u7f57\u5207\u7279", | |
| "ref_norm": "\u7f8e \u56fd \u5965 \u8fd0 \u6e38 \u6cf3 \u51a0 \u519b \u745e \u5b89 \u7f57 \u5207 \u7279", | |
| "hyp_norm": "\u7f8e \u56fd \u5965 \u8fd0 \u6e38 \u6cf3 \u51a0 \u519b \u745e \u5b89 \u7f57 \u5207 \u7279", | |
| "audio_duration_s": 4.490666666666667, | |
| "latency_s": 0.17244930751621723, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004577-00000033", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7f8e\u56fd\u5965\u8fd0\u6e38\u6cf3\u51a0\u519b\u745e\u5b89\u7f57\u5207\u7279\u3002", | |
| "hyp_text": "\u7f8e\u56fd\u5965\u8fd0\u6e38\u6cf3\u51a0\u519b\u745e\u5b89\u00b7\u7f57\u5207\u7279", | |
| "ref_norm": "\u7f8e \u56fd \u5965 \u8fd0 \u6e38 \u6cf3 \u51a0 \u519b \u745e \u5b89 \u7f57 \u5207 \u7279", | |
| "hyp_norm": "\u7f8e \u56fd \u5965 \u8fd0 \u6e38 \u6cf3 \u51a0 \u519b \u745e \u5b89 \u7f57 \u5207 \u7279", | |
| "audio_duration_s": 4.490666666666667, | |
| "latency_s": 0.15458883624523878, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004578-00000095", | |
| "is_success": true, | |
| "wer": 0.05263157894736842, | |
| "ref_text": "\u8fd9\u53ea\u767d\u732b\u592a\u53ef\u7231\u4e86\uff0c\u5468\u8eab\u6ca1\u4e00\u6839\u6742\u6bdb\uff0c\u6d01\u767d\u5982\u96ea\u3002", | |
| "hyp_text": "\u8fd9\u53ea\u767d\u732b\u592a\u53ef\u7231\u4e86,\u5468\u8eab\u6bcf\u4e00\u6839\u6742\u6bdb,\u6d01\u767d\u5982\u96ea\u3002", | |
| "ref_norm": "\u8fd9 \u53ea \u767d \u732b \u592a \u53ef \u7231 \u4e86 \u5468 \u8eab \u6ca1 \u4e00 \u6839 \u6742 \u6bdb \u6d01 \u767d \u5982 \u96ea", | |
| "hyp_norm": "\u8fd9 \u53ea \u767d \u732b \u592a \u53ef \u7231 \u4e86 \u5468 \u8eab \u6bcf \u4e00 \u6839 \u6742 \u6bdb \u6d01 \u767d \u5982 \u96ea", | |
| "audio_duration_s": 4.752, | |
| "latency_s": 0.15440089907497168, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004578-00000074", | |
| "is_success": true, | |
| "wer": 0.05263157894736842, | |
| "ref_text": "\u8fd9\u53ea\u767d\u732b\u592a\u53ef\u7231\u4e86\uff0c\u5468\u8eab\u6ca1\u4e00\u6839\u6742\u6bdb\uff0c\u6d01\u767d\u5982\u96ea\u3002", | |
| "hyp_text": "\u8fd9\u53ea\u767d\u732b\u592a\u53ef\u7231\u4e86,\u5468\u8eab\u6bcf\u4e00\u6839\u6742\u6bdb,\u6d01\u767d\u5982\u96ea\u3002", | |
| "ref_norm": "\u8fd9 \u53ea \u767d \u732b \u592a \u53ef \u7231 \u4e86 \u5468 \u8eab \u6ca1 \u4e00 \u6839 \u6742 \u6bdb \u6d01 \u767d \u5982 \u96ea", | |
| "hyp_norm": "\u8fd9 \u53ea \u767d \u732b \u592a \u53ef \u7231 \u4e86 \u5468 \u8eab \u6bcf \u4e00 \u6839 \u6742 \u6bdb \u6d01 \u767d \u5982 \u96ea", | |
| "audio_duration_s": 4.752, | |
| "latency_s": 0.15899429563432932, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004579-00000052", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u63d0\u524d\u4e3a\u5b69\u5b50\u4e70\u623f\uff0c\u4e0d\u5931\u4e3a\u4e00\u79cd\u5408\u7406\u7684\u9009\u62e9\u3002", | |
| "hyp_text": "\u63d0\u524d\u4e3a\u5b69\u5b50\u4e70\u623f\u4e0d\u5931\u4e3a\u4e00\u79cd\u5408\u7406\u7684\u9009\u62e9", | |
| "ref_norm": "\u63d0 \u524d \u4e3a \u5b69 \u5b50 \u4e70 \u623f \u4e0d \u5931 \u4e3a \u4e00 \u79cd \u5408 \u7406 \u7684 \u9009 \u62e9", | |
| "hyp_norm": "\u63d0 \u524d \u4e3a \u5b69 \u5b50 \u4e70 \u623f \u4e0d \u5931 \u4e3a \u4e00 \u79cd \u5408 \u7406 \u7684 \u9009 \u62e9", | |
| "audio_duration_s": 4.544, | |
| "latency_s": 0.1456726025789976, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004579-00000017", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u63d0\u524d\u4e3a\u5b69\u5b50\u4e70\u623f\uff0c\u4e0d\u5931\u4e3a\u4e00\u79cd\u5408\u7406\u7684\u9009\u62e9\u3002", | |
| "hyp_text": "\u63d0\u524d\u4e3a\u5b69\u5b50\u4e70\u623f\u4e0d\u5931\u4e3a\u4e00\u79cd\u5408\u7406\u7684\u9009\u62e9", | |
| "ref_norm": "\u63d0 \u524d \u4e3a \u5b69 \u5b50 \u4e70 \u623f \u4e0d \u5931 \u4e3a \u4e00 \u79cd \u5408 \u7406 \u7684 \u9009 \u62e9", | |
| "hyp_norm": "\u63d0 \u524d \u4e3a \u5b69 \u5b50 \u4e70 \u623f \u4e0d \u5931 \u4e3a \u4e00 \u79cd \u5408 \u7406 \u7684 \u9009 \u62e9", | |
| "audio_duration_s": 4.544, | |
| "latency_s": 0.14997475035488605, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004580-00000036", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8fd9\u79cd\u4e8b\u60c5\u5343\u8f7d\u96be\u9022\uff0c\u554a\uff0c\u9e66\u9e49\u6253\u7740\u54c6\u55e6\u3002", | |
| "hyp_text": "\u8fd9\u79cd\u4e8b\u60c5\u5343\u8f7d\u96be\u9022\u554a\u9e66\u9e49\u6253\u7740\u54c6\u55e6", | |
| "ref_norm": "\u8fd9 \u79cd \u4e8b \u60c5 \u5343 \u8f7d \u96be \u9022 \u554a \u9e66 \u9e49 \u6253 \u7740 \u54c6 \u55e6", | |
| "hyp_norm": "\u8fd9 \u79cd \u4e8b \u60c5 \u5343 \u8f7d \u96be \u9022 \u554a \u9e66 \u9e49 \u6253 \u7740 \u54c6 \u55e6", | |
| "audio_duration_s": 4.8533333333333335, | |
| "latency_s": 0.1443106234073639, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004580-00000001", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8fd9\u79cd\u4e8b\u60c5\u5343\u8f7d\u96be\u9022\uff0c\u554a\uff0c\u9e66\u9e49\u6253\u7740\u54c6\u55e6\u3002", | |
| "hyp_text": "\u8fd9\u79cd\u4e8b\u60c5\u5343\u8f7d\u96be\u9022\u554a\u9e66\u9e49\u6253\u7740\u54c6\u55e6", | |
| "ref_norm": "\u8fd9 \u79cd \u4e8b \u60c5 \u5343 \u8f7d \u96be \u9022 \u554a \u9e66 \u9e49 \u6253 \u7740 \u54c6 \u55e6", | |
| "hyp_norm": "\u8fd9 \u79cd \u4e8b \u60c5 \u5343 \u8f7d \u96be \u9022 \u554a \u9e66 \u9e49 \u6253 \u7740 \u54c6 \u55e6", | |
| "audio_duration_s": 4.8533333333333335, | |
| "latency_s": 0.13874466624110937, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004581-00000020", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5e94\u5f53\u7efc\u5408\u8003\u8651\u5f53\u4e8b\u4eba\u8fc7\u9519\u7b49\u56e0\u7d20\uff0c\u4e88\u4ee5\u786e\u5b9a\u3002", | |
| "hyp_text": "\u5e94\u5f53\u7efc\u5408\u8003\u8651\u5f53\u4e8b\u4eba\u8fc7\u9519\u7b49\u56e0\u7d20\u4e88\u4ee5\u786e\u5b9a", | |
| "ref_norm": "\u5e94 \u5f53 \u7efc \u5408 \u8003 \u8651 \u5f53 \u4e8b \u4eba \u8fc7 \u9519 \u7b49 \u56e0 \u7d20 \u4e88 \u4ee5 \u786e \u5b9a", | |
| "hyp_norm": "\u5e94 \u5f53 \u7efc \u5408 \u8003 \u8651 \u5f53 \u4e8b \u4eba \u8fc7 \u9519 \u7b49 \u56e0 \u7d20 \u4e88 \u4ee5 \u786e \u5b9a", | |
| "audio_duration_s": 4.224, | |
| "latency_s": 0.16540327295660973, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004581-00000091", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5e94\u5f53\u7efc\u5408\u8003\u8651\u5f53\u4e8b\u4eba\u8fc7\u9519\u7b49\u56e0\u7d20\uff0c\u4e88\u4ee5\u786e\u5b9a\u3002", | |
| "hyp_text": "\u5e94\u5f53\u7efc\u5408\u8003\u8651\u5f53\u4e8b\u4eba\u8fc7\u9519\u7b49\u56e0\u7d20\u4e88\u4ee5\u786e\u5b9a", | |
| "ref_norm": "\u5e94 \u5f53 \u7efc \u5408 \u8003 \u8651 \u5f53 \u4e8b \u4eba \u8fc7 \u9519 \u7b49 \u56e0 \u7d20 \u4e88 \u4ee5 \u786e \u5b9a", | |
| "hyp_norm": "\u5e94 \u5f53 \u7efc \u5408 \u8003 \u8651 \u5f53 \u4e8b \u4eba \u8fc7 \u9519 \u7b49 \u56e0 \u7d20 \u4e88 \u4ee5 \u786e \u5b9a", | |
| "audio_duration_s": 4.224, | |
| "latency_s": 0.19052825216203928, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004582-00000092", | |
| "is_success": true, | |
| "wer": 0.21428571428571427, | |
| "ref_text": "\u4e5f\u6000\u7591\u6709\u51fa\u5165\uff0c\u5982\u771f\u4e0d\u662f\u6708\u6708\u6240\u4e3a\u3002", | |
| "hyp_text": "\u91ce\u69d0\u8bed\u6709\u51fa\u5165,\u5982\u771f\u4e0d\u662f\u6708\u6708\u6240\u4e3a\u3002", | |
| "ref_norm": "\u4e5f \u6000 \u7591 \u6709 \u51fa \u5165 \u5982 \u771f \u4e0d \u662f \u6708 \u6708 \u6240 \u4e3a", | |
| "hyp_norm": "\u91ce \u69d0 \u8bed \u6709 \u51fa \u5165 \u5982 \u771f \u4e0d \u662f \u6708 \u6708 \u6240 \u4e3a", | |
| "audio_duration_s": 4.096, | |
| "latency_s": 0.146707016043365, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004582-00000044", | |
| "is_success": true, | |
| "wer": 0.21428571428571427, | |
| "ref_text": "\u4e5f\u6000\u7591\u6709\u51fa\u5165\uff0c\u5982\u771f\u4e0d\u662f\u6708\u6708\u6240\u4e3a\u3002", | |
| "hyp_text": "\u91ce\u69d0\u8bed\u6709\u51fa\u5165,\u5982\u771f\u4e0d\u662f\u6708\u6708\u6240\u4e3a\u3002", | |
| "ref_norm": "\u4e5f \u6000 \u7591 \u6709 \u51fa \u5165 \u5982 \u771f \u4e0d \u662f \u6708 \u6708 \u6240 \u4e3a", | |
| "hyp_norm": "\u91ce \u69d0 \u8bed \u6709 \u51fa \u5165 \u5982 \u771f \u4e0d \u662f \u6708 \u6708 \u6240 \u4e3a", | |
| "audio_duration_s": 4.096, | |
| "latency_s": 0.1399697931483388, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004583-00000001", | |
| "is_success": true, | |
| "wer": 0.047619047619047616, | |
| "ref_text": "\u6211\u771f\u6b63\u7b97\u662f\u5b8c\u86cb\u5566\uff0c\u5018\u82e5\u6211\u80fd\u591f\u8ddf\u7740\u5927\u96c1\u4e00\u8d70\u4e86\u4e4b\u3002", | |
| "hyp_text": "\u6211\u771f\u6b63\u7b97\u662f\u5b8c\u86cb\u4e86,\u5018\u82e5\u6211\u80fd\u591f\u8ddf\u7740\u5927\u96c1\u4e00\u8d70\u4e86\u4e4b\u3002", | |
| "ref_norm": "\u6211 \u771f \u6b63 \u7b97 \u662f \u5b8c \u86cb \u5566 \u5018 \u82e5 \u6211 \u80fd \u591f \u8ddf \u7740 \u5927 \u96c1 \u4e00 \u8d70 \u4e86 \u4e4b", | |
| "hyp_norm": "\u6211 \u771f \u6b63 \u7b97 \u662f \u5b8c \u86cb \u4e86 \u5018 \u82e5 \u6211 \u80fd \u591f \u8ddf \u7740 \u5927 \u96c1 \u4e00 \u8d70 \u4e86 \u4e4b", | |
| "audio_duration_s": 4.944, | |
| "latency_s": 0.19232782069593668, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004583-00000068", | |
| "is_success": true, | |
| "wer": 0.047619047619047616, | |
| "ref_text": "\u6211\u771f\u6b63\u7b97\u662f\u5b8c\u86cb\u5566\uff0c\u5018\u82e5\u6211\u80fd\u591f\u8ddf\u7740\u5927\u96c1\u4e00\u8d70\u4e86\u4e4b\u3002", | |
| "hyp_text": "\u6211\u771f\u6b63\u7b97\u662f\u5b8c\u86cb\u4e86,\u5018\u82e5\u6211\u80fd\u591f\u8ddf\u7740\u5927\u96c1\u4e00\u8d70\u4e86\u4e4b\u3002", | |
| "ref_norm": "\u6211 \u771f \u6b63 \u7b97 \u662f \u5b8c \u86cb \u5566 \u5018 \u82e5 \u6211 \u80fd \u591f \u8ddf \u7740 \u5927 \u96c1 \u4e00 \u8d70 \u4e86 \u4e4b", | |
| "hyp_norm": "\u6211 \u771f \u6b63 \u7b97 \u662f \u5b8c \u86cb \u4e86 \u5018 \u82e5 \u6211 \u80fd \u591f \u8ddf \u7740 \u5927 \u96c1 \u4e00 \u8d70 \u4e86 \u4e4b", | |
| "audio_duration_s": 4.944, | |
| "latency_s": 0.20092761889100075, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004584-00000109", | |
| "is_success": true, | |
| "wer": 0.0625, | |
| "ref_text": "\u4f34\u6709\u5bfc\u7ba1\u5185\u4e73\u5934\u72b6\u589e\u751f\u8005\u6613\u53d1\u751f\u764c\u53d8\u3002", | |
| "hyp_text": "\u4f34\u6709\u5bfc\u7ba1\u5185\u4e73\u5934\u72b6\u589e\u751f\u8005\u4ea6\u53d1\u751f\u764c\u53d8", | |
| "ref_norm": "\u4f34 \u6709 \u5bfc \u7ba1 \u5185 \u4e73 \u5934 \u72b6 \u589e \u751f \u8005 \u6613 \u53d1 \u751f \u764c \u53d8", | |
| "hyp_norm": "\u4f34 \u6709 \u5bfc \u7ba1 \u5185 \u4e73 \u5934 \u72b6 \u589e \u751f \u8005 \u4ea6 \u53d1 \u751f \u764c \u53d8", | |
| "audio_duration_s": 5.189333333333333, | |
| "latency_s": 0.20070537831634283, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004584-00000042", | |
| "is_success": true, | |
| "wer": 0.0625, | |
| "ref_text": "\u4f34\u6709\u5bfc\u7ba1\u5185\u4e73\u5934\u72b6\u589e\u751f\u8005\u6613\u53d1\u751f\u764c\u53d8\u3002", | |
| "hyp_text": "\u4f34\u6709\u5bfc\u7ba1\u5185\u4e73\u5934\u72b6\u589e\u751f\u8005\u4ea6\u53d1\u751f\u764c\u53d8", | |
| "ref_norm": "\u4f34 \u6709 \u5bfc \u7ba1 \u5185 \u4e73 \u5934 \u72b6 \u589e \u751f \u8005 \u6613 \u53d1 \u751f \u764c \u53d8", | |
| "hyp_norm": "\u4f34 \u6709 \u5bfc \u7ba1 \u5185 \u4e73 \u5934 \u72b6 \u589e \u751f \u8005 \u4ea6 \u53d1 \u751f \u764c \u53d8", | |
| "audio_duration_s": 5.189333333333333, | |
| "latency_s": 0.16028969269245863, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004585-00000062", | |
| "is_success": true, | |
| "wer": 0.35, | |
| "ref_text": "\u89e3\u653e\u519b\u6469\u6258\u5316\u90e8\u961f\uff0c\u80fd\u5426\u56db\u5341\u516b\u5c0f\u65f6\u62b5\u8fbe\u65b0\u5fb7\u91cc\u3002", | |
| "hyp_text": "\u89e3\u653e\u8ecd\u6469\u6258\u5316\u90e8\u968a\u80fd\u542648\u5c0f\u6642\u62b5\u9054\u65b0\u5fb7\u91cc?", | |
| "ref_norm": "\u89e3 \u653e \u519b \u6469 \u6258 \u5316 \u90e8 \u961f \u80fd \u5426 \u56db \u5341 \u516b \u5c0f \u65f6 \u62b5 \u8fbe \u65b0 \u5fb7 \u91cc", | |
| "hyp_norm": "\u89e3 \u653e \u8ecd \u6469 \u6258 \u5316 \u90e8 \u968a \u80fd \u5426 4 8 \u5c0f \u6642 \u62b5 \u9054 \u65b0 \u5fb7 \u91cc", | |
| "audio_duration_s": 4.469333333333333, | |
| "latency_s": 0.15307142864912748, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004585-00000114", | |
| "is_success": true, | |
| "wer": 0.35, | |
| "ref_text": "\u89e3\u653e\u519b\u6469\u6258\u5316\u90e8\u961f\uff0c\u80fd\u5426\u56db\u5341\u516b\u5c0f\u65f6\u62b5\u8fbe\u65b0\u5fb7\u91cc\u3002", | |
| "hyp_text": "\u89e3\u653e\u8ecd\u6469\u6258\u5316\u90e8\u968a\u80fd\u542648\u5c0f\u6642\u62b5\u9054\u65b0\u5fb7\u91cc?", | |
| "ref_norm": "\u89e3 \u653e \u519b \u6469 \u6258 \u5316 \u90e8 \u961f \u80fd \u5426 \u56db \u5341 \u516b \u5c0f \u65f6 \u62b5 \u8fbe \u65b0 \u5fb7 \u91cc", | |
| "hyp_norm": "\u89e3 \u653e \u8ecd \u6469 \u6258 \u5316 \u90e8 \u968a \u80fd \u5426 4 8 \u5c0f \u6642 \u62b5 \u9054 \u65b0 \u5fb7 \u91cc", | |
| "audio_duration_s": 4.469333333333333, | |
| "latency_s": 0.18546000495553017, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004586-00000076", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5237\u5de6\u8fb9\uff0c\u5237\u53f3\u8fb9\uff0c\u4e0a\u4e0b\u91cc\u5916\u90fd\u5237\u5237\u3002", | |
| "hyp_text": "\u5237\u5de6\u8fb9\u5237\u53f3\u8fb9\u4e0a\u4e0b\u91cc\u5916\u90fd\u5237\u5237", | |
| "ref_norm": "\u5237 \u5de6 \u8fb9 \u5237 \u53f3 \u8fb9 \u4e0a \u4e0b \u91cc \u5916 \u90fd \u5237 \u5237", | |
| "hyp_norm": "\u5237 \u5de6 \u8fb9 \u5237 \u53f3 \u8fb9 \u4e0a \u4e0b \u91cc \u5916 \u90fd \u5237 \u5237", | |
| "audio_duration_s": 4.714666666666667, | |
| "latency_s": 0.15467885322868824, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004586-00000110", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5237\u5de6\u8fb9\uff0c\u5237\u53f3\u8fb9\uff0c\u4e0a\u4e0b\u91cc\u5916\u90fd\u5237\u5237\u3002", | |
| "hyp_text": "\u5237\u5de6\u8fb9\u5237\u53f3\u8fb9\u4e0a\u4e0b\u91cc\u5916\u90fd\u5237\u5237", | |
| "ref_norm": "\u5237 \u5de6 \u8fb9 \u5237 \u53f3 \u8fb9 \u4e0a \u4e0b \u91cc \u5916 \u90fd \u5237 \u5237", | |
| "hyp_norm": "\u5237 \u5de6 \u8fb9 \u5237 \u53f3 \u8fb9 \u4e0a \u4e0b \u91cc \u5916 \u90fd \u5237 \u5237", | |
| "audio_duration_s": 4.714666666666667, | |
| "latency_s": 0.131499913521111, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004587-00000116", | |
| "is_success": true, | |
| "wer": 0.1875, | |
| "ref_text": "\u5f88\u591a\u4eba\u6ce1\u5b8c\u7eff\u8336\u4e4b\u540e\uff0c\u90fd\u4f1a\u628a\u8336\u6e23\u6254\u6389\u3002", | |
| "hyp_text": "\u5f88\u591a\u4eba\u6ce1\u5b8c\u7da0\u8336\u4e4b\u5f8c\u90fd\u6703\u628a\u8336\u6e23\u6254\u6389", | |
| "ref_norm": "\u5f88 \u591a \u4eba \u6ce1 \u5b8c \u7eff \u8336 \u4e4b \u540e \u90fd \u4f1a \u628a \u8336 \u6e23 \u6254 \u6389", | |
| "hyp_norm": "\u5f88 \u591a \u4eba \u6ce1 \u5b8c \u7da0 \u8336 \u4e4b \u5f8c \u90fd \u6703 \u628a \u8336 \u6e23 \u6254 \u6389", | |
| "audio_duration_s": 4.010666666666666, | |
| "latency_s": 0.14912934694439173, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004587-00000077", | |
| "is_success": true, | |
| "wer": 0.1875, | |
| "ref_text": "\u5f88\u591a\u4eba\u6ce1\u5b8c\u7eff\u8336\u4e4b\u540e\uff0c\u90fd\u4f1a\u628a\u8336\u6e23\u6254\u6389\u3002", | |
| "hyp_text": "\u5f88\u591a\u4eba\u6ce1\u5b8c\u7da0\u8336\u4e4b\u5f8c\u90fd\u6703\u628a\u8336\u6e23\u6254\u6389", | |
| "ref_norm": "\u5f88 \u591a \u4eba \u6ce1 \u5b8c \u7eff \u8336 \u4e4b \u540e \u90fd \u4f1a \u628a \u8336 \u6e23 \u6254 \u6389", | |
| "hyp_norm": "\u5f88 \u591a \u4eba \u6ce1 \u5b8c \u7da0 \u8336 \u4e4b \u5f8c \u90fd \u6703 \u628a \u8336 \u6e23 \u6254 \u6389", | |
| "audio_duration_s": 4.010666666666666, | |
| "latency_s": 0.1434391112998128, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004588-00000065", | |
| "is_success": true, | |
| "wer": 0.058823529411764705, | |
| "ref_text": "\u5f88\u591a\u4eba\u5728\u7f51\u4e0a\u53d7\u9a97\uff0c\u5e78\u8fd0\u7684\u662f\u6ca1\u6709\u4eba\u6b7b\u4ea1\u3002", | |
| "hyp_text": "\u5f88\u591a\u4eba\u5728\u665a\u4e0a\u53d7\u9a97\u5e78\u8fd0\u7684\u662f\u6ca1\u6709\u4eba\u6b7b\u4ea1", | |
| "ref_norm": "\u5f88 \u591a \u4eba \u5728 \u7f51 \u4e0a \u53d7 \u9a97 \u5e78 \u8fd0 \u7684 \u662f \u6ca1 \u6709 \u4eba \u6b7b \u4ea1", | |
| "hyp_norm": "\u5f88 \u591a \u4eba \u5728 \u665a \u4e0a \u53d7 \u9a97 \u5e78 \u8fd0 \u7684 \u662f \u6ca1 \u6709 \u4eba \u6b7b \u4ea1", | |
| "audio_duration_s": 6.629333333333333, | |
| "latency_s": 0.13115845248103142, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004588-00000004", | |
| "is_success": true, | |
| "wer": 0.058823529411764705, | |
| "ref_text": "\u5f88\u591a\u4eba\u5728\u7f51\u4e0a\u53d7\u9a97\uff0c\u5e78\u8fd0\u7684\u662f\u6ca1\u6709\u4eba\u6b7b\u4ea1\u3002", | |
| "hyp_text": "\u5f88\u591a\u4eba\u5728\u665a\u4e0a\u53d7\u9a97\u5e78\u8fd0\u7684\u662f\u6ca1\u6709\u4eba\u6b7b\u4ea1", | |
| "ref_norm": "\u5f88 \u591a \u4eba \u5728 \u7f51 \u4e0a \u53d7 \u9a97 \u5e78 \u8fd0 \u7684 \u662f \u6ca1 \u6709 \u4eba \u6b7b \u4ea1", | |
| "hyp_norm": "\u5f88 \u591a \u4eba \u5728 \u665a \u4e0a \u53d7 \u9a97 \u5e78 \u8fd0 \u7684 \u662f \u6ca1 \u6709 \u4eba \u6b7b \u4ea1", | |
| "audio_duration_s": 6.629333333333333, | |
| "latency_s": 0.1329768057912588, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004589-00000106", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f60\u53ef\u4ee5\u5b66\u4e00\u4e0b\u4e2d\u56fd\u8df3\u68cb\u6216\u8005\u519b\u68cb\u3002", | |
| "hyp_text": "\u4f60\u53ef\u4ee5\u5b66\u4e00\u4e0b\u4e2d\u56fd\u8df3\u68cb\u6216\u8005\u519b\u68cb\u3002", | |
| "ref_norm": "\u4f60 \u53ef \u4ee5 \u5b66 \u4e00 \u4e0b \u4e2d \u56fd \u8df3 \u68cb \u6216 \u8005 \u519b \u68cb", | |
| "hyp_norm": "\u4f60 \u53ef \u4ee5 \u5b66 \u4e00 \u4e0b \u4e2d \u56fd \u8df3 \u68cb \u6216 \u8005 \u519b \u68cb", | |
| "audio_duration_s": 6.234666666666667, | |
| "latency_s": 0.11758787743747234, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004589-00000055", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f60\u53ef\u4ee5\u5b66\u4e00\u4e0b\u4e2d\u56fd\u8df3\u68cb\u6216\u8005\u519b\u68cb\u3002", | |
| "hyp_text": "\u4f60\u53ef\u4ee5\u5b66\u4e00\u4e0b\u4e2d\u56fd\u8df3\u68cb\u6216\u8005\u519b\u68cb\u3002", | |
| "ref_norm": "\u4f60 \u53ef \u4ee5 \u5b66 \u4e00 \u4e0b \u4e2d \u56fd \u8df3 \u68cb \u6216 \u8005 \u519b \u68cb", | |
| "hyp_norm": "\u4f60 \u53ef \u4ee5 \u5b66 \u4e00 \u4e0b \u4e2d \u56fd \u8df3 \u68cb \u6216 \u8005 \u519b \u68cb", | |
| "audio_duration_s": 6.234666666666667, | |
| "latency_s": 0.11658772733062506, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004591-00000010", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8001\u7237\u7237\u53c8\u95ee\uff0c\u8c01\u662f\u4f60\u7684\u597d\u670b\u53cb\u5440\u3002", | |
| "hyp_text": "\u8001\u7237\u7237\u53c8\u95ee\u8c01\u662f\u4f60\u7684\u597d\u670b\u53cb\u5440", | |
| "ref_norm": "\u8001 \u7237 \u7237 \u53c8 \u95ee \u8c01 \u662f \u4f60 \u7684 \u597d \u670b \u53cb \u5440", | |
| "hyp_norm": "\u8001 \u7237 \u7237 \u53c8 \u95ee \u8c01 \u662f \u4f60 \u7684 \u597d \u670b \u53cb \u5440", | |
| "audio_duration_s": 4.096, | |
| "latency_s": 0.10218372102826834, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004591-00000083", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u8001\u7237\u7237\u53c8\u95ee\uff0c\u8c01\u662f\u4f60\u7684\u597d\u670b\u53cb\u5440\u3002", | |
| "hyp_text": "\u8001\u7237\u7237\u53c8\u95ee\u8c01\u662f\u4f60\u7684\u597d\u670b\u53cb\u5440", | |
| "ref_norm": "\u8001 \u7237 \u7237 \u53c8 \u95ee \u8c01 \u662f \u4f60 \u7684 \u597d \u670b \u53cb \u5440", | |
| "hyp_norm": "\u8001 \u7237 \u7237 \u53c8 \u95ee \u8c01 \u662f \u4f60 \u7684 \u597d \u670b \u53cb \u5440", | |
| "audio_duration_s": 4.096, | |
| "latency_s": 0.11789701972156763, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004592-00000058", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u597d\u7684\uff0c\u65b0\u7684\u97f3\u4e50\u5385\u6709\u4e00\u573a\u97f3\u4e50\u4f1a\u3002", | |
| "hyp_text": "\u597d\u7684\u65b0\u7684\u97f3\u4e50\u5385\u6709\u4e00\u573a\u97f3\u4e50\u4f1a", | |
| "ref_norm": "\u597d \u7684 \u65b0 \u7684 \u97f3 \u4e50 \u5385 \u6709 \u4e00 \u573a \u97f3 \u4e50 \u4f1a", | |
| "hyp_norm": "\u597d \u7684 \u65b0 \u7684 \u97f3 \u4e50 \u5385 \u6709 \u4e00 \u573a \u97f3 \u4e50 \u4f1a", | |
| "audio_duration_s": 4.069333333333334, | |
| "latency_s": 0.10233999043703079, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004592-00000078", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u597d\u7684\uff0c\u65b0\u7684\u97f3\u4e50\u5385\u6709\u4e00\u573a\u97f3\u4e50\u4f1a\u3002", | |
| "hyp_text": "\u597d\u7684\u65b0\u7684\u97f3\u4e50\u5385\u6709\u4e00\u573a\u97f3\u4e50\u4f1a", | |
| "ref_norm": "\u597d \u7684 \u65b0 \u7684 \u97f3 \u4e50 \u5385 \u6709 \u4e00 \u573a \u97f3 \u4e50 \u4f1a", | |
| "hyp_norm": "\u597d \u7684 \u65b0 \u7684 \u97f3 \u4e50 \u5385 \u6709 \u4e00 \u573a \u97f3 \u4e50 \u4f1a", | |
| "audio_duration_s": 4.069333333333334, | |
| "latency_s": 0.10701727401465178, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004593-00000046", | |
| "is_success": true, | |
| "wer": 0.75, | |
| "ref_text": "\u4e94\u4ebf\u4e00\u767e\u516d\u5341\u4e8c\u4e07\u4e03\u767e\u4e09\u5341\u4e00\u9897\u661f\u661f\u3002", | |
| "hyp_text": "5\u4ebf160 \u800c\u665a7\u500d31\u9897\u661f\u661f", | |
| "ref_norm": "\u4e94 \u4ebf \u4e00 \u767e \u516d \u5341 \u4e8c \u4e07 \u4e03 \u767e \u4e09 \u5341 \u4e00 \u9897 \u661f \u661f", | |
| "hyp_norm": "5 \u4ebf 1 6 0 \u800c \u665a 7 \u500d 3 1 \u9897 \u661f \u661f", | |
| "audio_duration_s": 4.213333333333333, | |
| "latency_s": 0.12403261940926313, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004593-00000042", | |
| "is_success": true, | |
| "wer": 0.75, | |
| "ref_text": "\u4e94\u4ebf\u4e00\u767e\u516d\u5341\u4e8c\u4e07\u4e03\u767e\u4e09\u5341\u4e00\u9897\u661f\u661f\u3002", | |
| "hyp_text": "5\u4ebf160 \u800c\u665a7\u500d31\u9897\u661f\u661f", | |
| "ref_norm": "\u4e94 \u4ebf \u4e00 \u767e \u516d \u5341 \u4e8c \u4e07 \u4e03 \u767e \u4e09 \u5341 \u4e00 \u9897 \u661f \u661f", | |
| "hyp_norm": "5 \u4ebf 1 6 0 \u800c \u665a 7 \u500d 3 1 \u9897 \u661f \u661f", | |
| "audio_duration_s": 4.213333333333333, | |
| "latency_s": 0.1267671985551715, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004594-00000005", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5168\u4e16\u754c\u9690\u85cf\u5728\u6697\u5904\u7684\u7ec4\u7ec7\uff0c\u90fd\u7acb\u5373\u8fd0\u8f6c\u8d77\u6765\u3002", | |
| "hyp_text": "\u5168\u4e16\u754c\u9690\u85cf\u5728\u6697\u5904\u7684\u7ec4\u7ec7\u90fd\u7acb\u5373\u8fd0\u8f6c\u8d77\u6765", | |
| "ref_norm": "\u5168 \u4e16 \u754c \u9690 \u85cf \u5728 \u6697 \u5904 \u7684 \u7ec4 \u7ec7 \u90fd \u7acb \u5373 \u8fd0 \u8f6c \u8d77 \u6765", | |
| "hyp_norm": "\u5168 \u4e16 \u754c \u9690 \u85cf \u5728 \u6697 \u5904 \u7684 \u7ec4 \u7ec7 \u90fd \u7acb \u5373 \u8fd0 \u8f6c \u8d77 \u6765", | |
| "audio_duration_s": 5.269333333333333, | |
| "latency_s": 0.15504930820316076, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004594-00000095", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5168\u4e16\u754c\u9690\u85cf\u5728\u6697\u5904\u7684\u7ec4\u7ec7\uff0c\u90fd\u7acb\u5373\u8fd0\u8f6c\u8d77\u6765\u3002", | |
| "hyp_text": "\u5168\u4e16\u754c\u9690\u85cf\u5728\u6697\u5904\u7684\u7ec4\u7ec7\u90fd\u7acb\u5373\u8fd0\u8f6c\u8d77\u6765", | |
| "ref_norm": "\u5168 \u4e16 \u754c \u9690 \u85cf \u5728 \u6697 \u5904 \u7684 \u7ec4 \u7ec7 \u90fd \u7acb \u5373 \u8fd0 \u8f6c \u8d77 \u6765", | |
| "hyp_norm": "\u5168 \u4e16 \u754c \u9690 \u85cf \u5728 \u6697 \u5904 \u7684 \u7ec4 \u7ec7 \u90fd \u7acb \u5373 \u8fd0 \u8f6c \u8d77 \u6765", | |
| "audio_duration_s": 5.269333333333333, | |
| "latency_s": 0.16634585615247488, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004595-00000067", | |
| "is_success": true, | |
| "wer": 0.058823529411764705, | |
| "ref_text": "\u6ca1\u6253\u7b97\u56e0\u4e3a\u88ab\u6279\u5224\uff0c\u5c31\u5c06\u4e66\u7c4d\u4ece\u5ba2\u623f\u64a4\u53bb\u3002", | |
| "hyp_text": "\u6ca1\u6253\u7b97\u56e0\u4e3a\u88ab\u6279\u5224\u5c31\u5c06\u4e66\u8bb0\u4ece\u5ba2\u623f\u64a4\u53bb", | |
| "ref_norm": "\u6ca1 \u6253 \u7b97 \u56e0 \u4e3a \u88ab \u6279 \u5224 \u5c31 \u5c06 \u4e66 \u7c4d \u4ece \u5ba2 \u623f \u64a4 \u53bb", | |
| "hyp_norm": "\u6ca1 \u6253 \u7b97 \u56e0 \u4e3a \u88ab \u6279 \u5224 \u5c31 \u5c06 \u4e66 \u8bb0 \u4ece \u5ba2 \u623f \u64a4 \u53bb", | |
| "audio_duration_s": 4.53, | |
| "latency_s": 0.17108678631484509, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004595-00000033", | |
| "is_success": true, | |
| "wer": 0.058823529411764705, | |
| "ref_text": "\u6ca1\u6253\u7b97\u56e0\u4e3a\u88ab\u6279\u5224\uff0c\u5c31\u5c06\u4e66\u7c4d\u4ece\u5ba2\u623f\u64a4\u53bb\u3002", | |
| "hyp_text": "\u6ca1\u6253\u7b97\u56e0\u4e3a\u88ab\u6279\u5224\u5c31\u5c06\u4e66\u8bb0\u4ece\u5ba2\u623f\u64a4\u53bb", | |
| "ref_norm": "\u6ca1 \u6253 \u7b97 \u56e0 \u4e3a \u88ab \u6279 \u5224 \u5c31 \u5c06 \u4e66 \u7c4d \u4ece \u5ba2 \u623f \u64a4 \u53bb", | |
| "hyp_norm": "\u6ca1 \u6253 \u7b97 \u56e0 \u4e3a \u88ab \u6279 \u5224 \u5c31 \u5c06 \u4e66 \u8bb0 \u4ece \u5ba2 \u623f \u64a4 \u53bb", | |
| "audio_duration_s": 4.53, | |
| "latency_s": 0.14325718395411968, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004596-00000103", | |
| "is_success": true, | |
| "wer": 0.17647058823529413, | |
| "ref_text": "\u5728\u8ddd\u79bb\u5fb7\u4ee4\u54c8\u4e94\u5341\u516c\u91cc\u7684\u5df4\u97f3\u8bfa\u74e6\u5c71\u4e0a\u3002", | |
| "hyp_text": "\u5728\u8ddd\u79bb\u5fb7\u4ee4\u54c850\u516c\u91cc\u7684\u5df4\u4f9d\u8bfa\u74e6\u5c71\u4e0a", | |
| "ref_norm": "\u5728 \u8ddd \u79bb \u5fb7 \u4ee4 \u54c8 \u4e94 \u5341 \u516c \u91cc \u7684 \u5df4 \u97f3 \u8bfa \u74e6 \u5c71 \u4e0a", | |
| "hyp_norm": "\u5728 \u8ddd \u79bb \u5fb7 \u4ee4 \u54c8 5 0 \u516c \u91cc \u7684 \u5df4 \u4f9d \u8bfa \u74e6 \u5c71 \u4e0a", | |
| "audio_duration_s": 4.2026666666666666, | |
| "latency_s": 0.16015462204813957, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004596-00000012", | |
| "is_success": true, | |
| "wer": 0.17647058823529413, | |
| "ref_text": "\u5728\u8ddd\u79bb\u5fb7\u4ee4\u54c8\u4e94\u5341\u516c\u91cc\u7684\u5df4\u97f3\u8bfa\u74e6\u5c71\u4e0a\u3002", | |
| "hyp_text": "\u5728\u8ddd\u79bb\u5fb7\u4ee4\u54c850\u516c\u91cc\u7684\u5df4\u4f9d\u8bfa\u74e6\u5c71\u4e0a", | |
| "ref_norm": "\u5728 \u8ddd \u79bb \u5fb7 \u4ee4 \u54c8 \u4e94 \u5341 \u516c \u91cc \u7684 \u5df4 \u97f3 \u8bfa \u74e6 \u5c71 \u4e0a", | |
| "hyp_norm": "\u5728 \u8ddd \u79bb \u5fb7 \u4ee4 \u54c8 5 0 \u516c \u91cc \u7684 \u5df4 \u4f9d \u8bfa \u74e6 \u5c71 \u4e0a", | |
| "audio_duration_s": 4.2026666666666666, | |
| "latency_s": 0.15663665533065796, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004597-00000012", | |
| "is_success": true, | |
| "wer": 0.1875, | |
| "ref_text": "\u51fa\u552e\u539f\u56e0\u662f\u4eba\u4eba\u8f66\u72ec\u7acb\u5f00\u53d1\u95ee\u9898\u4e25\u91cd\u3002", | |
| "hyp_text": "\u51fa\u8ff0\u539f\u56e0\u662f\u4eba\u4eba\u8f66\u72ec\u7acb\u5f00\u53d1\u95ee\u9898\u5e74\u6b63", | |
| "ref_norm": "\u51fa \u552e \u539f \u56e0 \u662f \u4eba \u4eba \u8f66 \u72ec \u7acb \u5f00 \u53d1 \u95ee \u9898 \u4e25 \u91cd", | |
| "hyp_norm": "\u51fa \u8ff0 \u539f \u56e0 \u662f \u4eba \u4eba \u8f66 \u72ec \u7acb \u5f00 \u53d1 \u95ee \u9898 \u5e74 \u6b63", | |
| "audio_duration_s": 4.645333333333333, | |
| "latency_s": 0.1393222138285637, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004597-00000021", | |
| "is_success": true, | |
| "wer": 0.1875, | |
| "ref_text": "\u51fa\u552e\u539f\u56e0\u662f\u4eba\u4eba\u8f66\u72ec\u7acb\u5f00\u53d1\u95ee\u9898\u4e25\u91cd\u3002", | |
| "hyp_text": "\u51fa\u8ff0\u539f\u56e0\u662f\u4eba\u4eba\u8f66\u72ec\u7acb\u5f00\u53d1\u95ee\u9898\u5e74\u6b63", | |
| "ref_norm": "\u51fa \u552e \u539f \u56e0 \u662f \u4eba \u4eba \u8f66 \u72ec \u7acb \u5f00 \u53d1 \u95ee \u9898 \u4e25 \u91cd", | |
| "hyp_norm": "\u51fa \u8ff0 \u539f \u56e0 \u662f \u4eba \u4eba \u8f66 \u72ec \u7acb \u5f00 \u53d1 \u95ee \u9898 \u5e74 \u6b63", | |
| "audio_duration_s": 4.645333333333333, | |
| "latency_s": 0.11968309432268143, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004598-00000080", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5c0f\u86cb\u58f3\u6709\u70b9\u5b64\u5355\uff0c\u5f53\u8dd1\u8fdb\u6751\u8fb9\u7684\u65f6\u5019\u3002", | |
| "hyp_text": "\u5c0f\u86cb\u58f3\u6709\u70b9\u5b64\u5355,\u5f53\u8dd1\u8fdb\u6751\u8fb9\u7684\u65f6\u5019,", | |
| "ref_norm": "\u5c0f \u86cb \u58f3 \u6709 \u70b9 \u5b64 \u5355 \u5f53 \u8dd1 \u8fdb \u6751 \u8fb9 \u7684 \u65f6 \u5019", | |
| "hyp_norm": "\u5c0f \u86cb \u58f3 \u6709 \u70b9 \u5b64 \u5355 \u5f53 \u8dd1 \u8fdb \u6751 \u8fb9 \u7684 \u65f6 \u5019", | |
| "audio_duration_s": 5.008, | |
| "latency_s": 0.1297397268936038, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004598-00000043", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5c0f\u86cb\u58f3\u6709\u70b9\u5b64\u5355\uff0c\u5f53\u8dd1\u8fdb\u6751\u8fb9\u7684\u65f6\u5019\u3002", | |
| "hyp_text": "\u5c0f\u86cb\u58f3\u6709\u70b9\u5b64\u5355,\u5f53\u8dd1\u8fdb\u6751\u8fb9\u7684\u65f6\u5019,", | |
| "ref_norm": "\u5c0f \u86cb \u58f3 \u6709 \u70b9 \u5b64 \u5355 \u5f53 \u8dd1 \u8fdb \u6751 \u8fb9 \u7684 \u65f6 \u5019", | |
| "hyp_norm": "\u5c0f \u86cb \u58f3 \u6709 \u70b9 \u5b64 \u5355 \u5f53 \u8dd1 \u8fdb \u6751 \u8fb9 \u7684 \u65f6 \u5019", | |
| "audio_duration_s": 5.008, | |
| "latency_s": 0.14017917029559612, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004599-00000114", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6211\u521a\u624d\u63d0\u4ed6\u65f6\uff0c\u8981\u662f\u5e26\u4e0a\u5148\u751f\u4e8c\u5b57\u5c31\u597d\u4e86\u3002", | |
| "hyp_text": "\u6211\u521a\u624d\u63d0\u4ed6\u65f6,\u8981\u662f\u5e26\u4e0a\u5148\u751f\u4e8c\u5b57\u5c31\u597d\u4e86\u3002", | |
| "ref_norm": "\u6211 \u521a \u624d \u63d0 \u4ed6 \u65f6 \u8981 \u662f \u5e26 \u4e0a \u5148 \u751f \u4e8c \u5b57 \u5c31 \u597d \u4e86", | |
| "hyp_norm": "\u6211 \u521a \u624d \u63d0 \u4ed6 \u65f6 \u8981 \u662f \u5e26 \u4e0a \u5148 \u751f \u4e8c \u5b57 \u5c31 \u597d \u4e86", | |
| "audio_duration_s": 4.714666666666667, | |
| "latency_s": 0.7768789818510413, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004599-00000050", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6211\u521a\u624d\u63d0\u4ed6\u65f6\uff0c\u8981\u662f\u5e26\u4e0a\u5148\u751f\u4e8c\u5b57\u5c31\u597d\u4e86\u3002", | |
| "hyp_text": "\u6211\u521a\u624d\u63d0\u4ed6\u65f6,\u8981\u662f\u5e26\u4e0a\u5148\u751f\u4e8c\u5b57\u5c31\u597d\u4e86\u3002", | |
| "ref_norm": "\u6211 \u521a \u624d \u63d0 \u4ed6 \u65f6 \u8981 \u662f \u5e26 \u4e0a \u5148 \u751f \u4e8c \u5b57 \u5c31 \u597d \u4e86", | |
| "hyp_norm": "\u6211 \u521a \u624d \u63d0 \u4ed6 \u65f6 \u8981 \u662f \u5e26 \u4e0a \u5148 \u751f \u4e8c \u5b57 \u5c31 \u597d \u4e86", | |
| "audio_duration_s": 4.714666666666667, | |
| "latency_s": 0.17781733814626932, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004600-00000049", | |
| "is_success": true, | |
| "wer": 0.047619047619047616, | |
| "ref_text": "\u8461\u8404\u67da\u5bcc\u542b\u4e00\u79cd\u5929\u7136\u7684\u5177\u6709\uff0c\u589e\u5f3a\u514d\u75ab\u529b\u7684\u5316\u5408\u7269\u3002", | |
| "hyp_text": "\u8461\u8404\u53c8\u5bcc\u542b\u4e00\u79cd\u5929\u7136\u7684\u5177\u6709\u589e\u5f3a\u514d\u75ab\u529b\u7684\u5316\u5408\u7269", | |
| "ref_norm": "\u8461 \u8404 \u67da \u5bcc \u542b \u4e00 \u79cd \u5929 \u7136 \u7684 \u5177 \u6709 \u589e \u5f3a \u514d \u75ab \u529b \u7684 \u5316 \u5408 \u7269", | |
| "hyp_norm": "\u8461 \u8404 \u53c8 \u5bcc \u542b \u4e00 \u79cd \u5929 \u7136 \u7684 \u5177 \u6709 \u589e \u5f3a \u514d \u75ab \u529b \u7684 \u5316 \u5408 \u7269", | |
| "audio_duration_s": 4.565333333333333, | |
| "latency_s": 0.21256608981639147, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004600-00000061", | |
| "is_success": true, | |
| "wer": 0.047619047619047616, | |
| "ref_text": "\u8461\u8404\u67da\u5bcc\u542b\u4e00\u79cd\u5929\u7136\u7684\u5177\u6709\uff0c\u589e\u5f3a\u514d\u75ab\u529b\u7684\u5316\u5408\u7269\u3002", | |
| "hyp_text": "\u8461\u8404\u53c8\u5bcc\u542b\u4e00\u79cd\u5929\u7136\u7684\u5177\u6709\u589e\u5f3a\u514d\u75ab\u529b\u7684\u5316\u5408\u7269", | |
| "ref_norm": "\u8461 \u8404 \u67da \u5bcc \u542b \u4e00 \u79cd \u5929 \u7136 \u7684 \u5177 \u6709 \u589e \u5f3a \u514d \u75ab \u529b \u7684 \u5316 \u5408 \u7269", | |
| "hyp_norm": "\u8461 \u8404 \u53c8 \u5bcc \u542b \u4e00 \u79cd \u5929 \u7136 \u7684 \u5177 \u6709 \u589e \u5f3a \u514d \u75ab \u529b \u7684 \u5316 \u5408 \u7269", | |
| "audio_duration_s": 4.565333333333333, | |
| "latency_s": 0.18573352228850126, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004601-00000038", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u65e2\u4e0d\u8bb2\u7a76\u6392\u9762\uff0c\u4e5f\u65e0\u5962\u4f88\u7684\u5f62\u8c61\u5de5\u7a0b\u3002", | |
| "hyp_text": "\u65e2\u4e0d\u8bb2\u7a76\u6392\u9762\u4e5f\u65e0\u5962\u4f88\u7684\u5f62\u8c61\u5de5\u7a0b", | |
| "ref_norm": "\u65e2 \u4e0d \u8bb2 \u7a76 \u6392 \u9762 \u4e5f \u65e0 \u5962 \u4f88 \u7684 \u5f62 \u8c61 \u5de5 \u7a0b", | |
| "hyp_norm": "\u65e2 \u4e0d \u8bb2 \u7a76 \u6392 \u9762 \u4e5f \u65e0 \u5962 \u4f88 \u7684 \u5f62 \u8c61 \u5de5 \u7a0b", | |
| "audio_duration_s": 4.981333333333334, | |
| "latency_s": 0.14568430464714766, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004601-00000090", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u65e2\u4e0d\u8bb2\u7a76\u6392\u9762\uff0c\u4e5f\u65e0\u5962\u4f88\u7684\u5f62\u8c61\u5de5\u7a0b\u3002", | |
| "hyp_text": "\u65e2\u4e0d\u8bb2\u7a76\u6392\u9762\u4e5f\u65e0\u5962\u4f88\u7684\u5f62\u8c61\u5de5\u7a0b", | |
| "ref_norm": "\u65e2 \u4e0d \u8bb2 \u7a76 \u6392 \u9762 \u4e5f \u65e0 \u5962 \u4f88 \u7684 \u5f62 \u8c61 \u5de5 \u7a0b", | |
| "hyp_norm": "\u65e2 \u4e0d \u8bb2 \u7a76 \u6392 \u9762 \u4e5f \u65e0 \u5962 \u4f88 \u7684 \u5f62 \u8c61 \u5de5 \u7a0b", | |
| "audio_duration_s": 4.981333333333334, | |
| "latency_s": 0.1550238812342286, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004602-00000069", | |
| "is_success": true, | |
| "wer": 0.21052631578947367, | |
| "ref_text": "\u5176\u4e2d\u4e00\u7537\u5b50\u7528\u6728\u68cd\u6572\u6253\u6e56\u8fb9\u680f\u6746\uff0c\u53eb\u5f20\u67d0\u51fa\u6765\u3002", | |
| "hyp_text": "\u5176\u4e2d\u4e00\u7537\u5b50\u7528\u6728\u68cd\u6572\u6253\u6e56\u908a\u6b04\u6746\u53eb\u5f35\u67d0\u51fa\u4f86", | |
| "ref_norm": "\u5176 \u4e2d \u4e00 \u7537 \u5b50 \u7528 \u6728 \u68cd \u6572 \u6253 \u6e56 \u8fb9 \u680f \u6746 \u53eb \u5f20 \u67d0 \u51fa \u6765", | |
| "hyp_norm": "\u5176 \u4e2d \u4e00 \u7537 \u5b50 \u7528 \u6728 \u68cd \u6572 \u6253 \u6e56 \u908a \u6b04 \u6746 \u53eb \u5f35 \u67d0 \u51fa \u4f86", | |
| "audio_duration_s": 4.933333333333334, | |
| "latency_s": 0.17256623413413763, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004602-00000031", | |
| "is_success": true, | |
| "wer": 0.21052631578947367, | |
| "ref_text": "\u5176\u4e2d\u4e00\u7537\u5b50\u7528\u6728\u68cd\u6572\u6253\u6e56\u8fb9\u680f\u6746\uff0c\u53eb\u5f20\u67d0\u51fa\u6765\u3002", | |
| "hyp_text": "\u5176\u4e2d\u4e00\u7537\u5b50\u7528\u6728\u68cd\u6572\u6253\u6e56\u908a\u6b04\u6746\u53eb\u5f35\u67d0\u51fa\u4f86", | |
| "ref_norm": "\u5176 \u4e2d \u4e00 \u7537 \u5b50 \u7528 \u6728 \u68cd \u6572 \u6253 \u6e56 \u8fb9 \u680f \u6746 \u53eb \u5f20 \u67d0 \u51fa \u6765", | |
| "hyp_norm": "\u5176 \u4e2d \u4e00 \u7537 \u5b50 \u7528 \u6728 \u68cd \u6572 \u6253 \u6e56 \u908a \u6b04 \u6746 \u53eb \u5f35 \u67d0 \u51fa \u4f86", | |
| "audio_duration_s": 4.933333333333334, | |
| "latency_s": 0.1694946913048625, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004603-00000105", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u56fd\u738b\u5b89\u6170\u7740\u738b\u5b50\uff0c\u8001\u5934\u5374\u603b\u4e0d\u670d\u6c14\u3002", | |
| "hyp_text": "\u56fd\u738b\u5b89\u6170\u7740\u738b\u5b50\u8001\u5934\u5374\u603b\u4e0d\u670d\u6c14", | |
| "ref_norm": "\u56fd \u738b \u5b89 \u6170 \u7740 \u738b \u5b50 \u8001 \u5934 \u5374 \u603b \u4e0d \u670d \u6c14", | |
| "hyp_norm": "\u56fd \u738b \u5b89 \u6170 \u7740 \u738b \u5b50 \u8001 \u5934 \u5374 \u603b \u4e0d \u670d \u6c14", | |
| "audio_duration_s": 4.208, | |
| "latency_s": 0.12382850237190723, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004603-00000035", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u56fd\u738b\u5b89\u6170\u7740\u738b\u5b50\uff0c\u8001\u5934\u5374\u603b\u4e0d\u670d\u6c14\u3002", | |
| "hyp_text": "\u56fd\u738b\u5b89\u6170\u7740\u738b\u5b50\u8001\u5934\u5374\u603b\u4e0d\u670d\u6c14", | |
| "ref_norm": "\u56fd \u738b \u5b89 \u6170 \u7740 \u738b \u5b50 \u8001 \u5934 \u5374 \u603b \u4e0d \u670d \u6c14", | |
| "hyp_norm": "\u56fd \u738b \u5b89 \u6170 \u7740 \u738b \u5b50 \u8001 \u5934 \u5374 \u603b \u4e0d \u670d \u6c14", | |
| "audio_duration_s": 4.208, | |
| "latency_s": 0.13447773177176714, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004604-00000075", | |
| "is_success": true, | |
| "wer": 0.06666666666666667, | |
| "ref_text": "\u4e09\u5341\u591a\u5c81\u5e74\u9f84\u5dee\uff0c\u8981\u600e\u4e48\u6709\u6c9f\u4e5f\u6709\u901a\u3002", | |
| "hyp_text": "\u4e09\u5341\u591a\u5c81\u5e74\u9f84\u5dee\u8981\u600e\u4e48\u6709\u94a9\u4e5f\u6709\u901a", | |
| "ref_norm": "\u4e09 \u5341 \u591a \u5c81 \u5e74 \u9f84 \u5dee \u8981 \u600e \u4e48 \u6709 \u6c9f \u4e5f \u6709 \u901a", | |
| "hyp_norm": "\u4e09 \u5341 \u591a \u5c81 \u5e74 \u9f84 \u5dee \u8981 \u600e \u4e48 \u6709 \u94a9 \u4e5f \u6709 \u901a", | |
| "audio_duration_s": 4.293333333333333, | |
| "latency_s": 0.14355021622031927, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004604-00000054", | |
| "is_success": true, | |
| "wer": 0.06666666666666667, | |
| "ref_text": "\u4e09\u5341\u591a\u5c81\u5e74\u9f84\u5dee\uff0c\u8981\u600e\u4e48\u6709\u6c9f\u4e5f\u6709\u901a\u3002", | |
| "hyp_text": "\u4e09\u5341\u591a\u5c81\u5e74\u9f84\u5dee\u8981\u600e\u4e48\u6709\u94a9\u4e5f\u6709\u901a", | |
| "ref_norm": "\u4e09 \u5341 \u591a \u5c81 \u5e74 \u9f84 \u5dee \u8981 \u600e \u4e48 \u6709 \u6c9f \u4e5f \u6709 \u901a", | |
| "hyp_norm": "\u4e09 \u5341 \u591a \u5c81 \u5e74 \u9f84 \u5dee \u8981 \u600e \u4e48 \u6709 \u94a9 \u4e5f \u6709 \u901a", | |
| "audio_duration_s": 4.293333333333333, | |
| "latency_s": 0.142642205581069, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004606-00000021", | |
| "is_success": true, | |
| "wer": 0.16666666666666666, | |
| "ref_text": "\u4e0a\u534a\u573a\u4e4c\u514b\u5170\u961f\u4e09\u6bd4\u4e00\u9886\u5148\u3002", | |
| "hyp_text": "\u4e0a\u534a\u573a\u4e4c\u514b\u5170\u961f3\u6bd41\u9886\u5148", | |
| "ref_norm": "\u4e0a \u534a \u573a \u4e4c \u514b \u5170 \u961f \u4e09 \u6bd4 \u4e00 \u9886 \u5148", | |
| "hyp_norm": "\u4e0a \u534a \u573a \u4e4c \u514b \u5170 \u961f 3 \u6bd4 1 \u9886 \u5148", | |
| "audio_duration_s": 4.474666666666667, | |
| "latency_s": 0.1417008051648736, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004606-00000111", | |
| "is_success": true, | |
| "wer": 0.16666666666666666, | |
| "ref_text": "\u4e0a\u534a\u573a\u4e4c\u514b\u5170\u961f\u4e09\u6bd4\u4e00\u9886\u5148\u3002", | |
| "hyp_text": "\u4e0a\u534a\u573a\u4e4c\u514b\u5170\u961f3\u6bd41\u9886\u5148", | |
| "ref_norm": "\u4e0a \u534a \u573a \u4e4c \u514b \u5170 \u961f \u4e09 \u6bd4 \u4e00 \u9886 \u5148", | |
| "hyp_norm": "\u4e0a \u534a \u573a \u4e4c \u514b \u5170 \u961f 3 \u6bd4 1 \u9886 \u5148", | |
| "audio_duration_s": 4.474666666666667, | |
| "latency_s": 0.14715725928544998, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004607-00000043", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u90a3\u79cd\u75bc\u75db\u666e\u901a\u4eba\u53ef\u6015\u4f1a\u76f4\u63a5\u75db\u6655\u8fc7\u53bb\u3002", | |
| "hyp_text": "\u90a3\u79cd\u75bc\u75db\u666e\u901a\u4eba\u53ef\u6015\u4f1a\u76f4\u63a5\u75db\u6655\u8fc7\u53bb", | |
| "ref_norm": "\u90a3 \u79cd \u75bc \u75db \u666e \u901a \u4eba \u53ef \u6015 \u4f1a \u76f4 \u63a5 \u75db \u6655 \u8fc7 \u53bb", | |
| "hyp_norm": "\u90a3 \u79cd \u75bc \u75db \u666e \u901a \u4eba \u53ef \u6015 \u4f1a \u76f4 \u63a5 \u75db \u6655 \u8fc7 \u53bb", | |
| "audio_duration_s": 4.448, | |
| "latency_s": 0.16181699838489294, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004607-00000056", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u90a3\u79cd\u75bc\u75db\u666e\u901a\u4eba\u53ef\u6015\u4f1a\u76f4\u63a5\u75db\u6655\u8fc7\u53bb\u3002", | |
| "hyp_text": "\u90a3\u79cd\u75bc\u75db\u666e\u901a\u4eba\u53ef\u6015\u4f1a\u76f4\u63a5\u75db\u6655\u8fc7\u53bb", | |
| "ref_norm": "\u90a3 \u79cd \u75bc \u75db \u666e \u901a \u4eba \u53ef \u6015 \u4f1a \u76f4 \u63a5 \u75db \u6655 \u8fc7 \u53bb", | |
| "hyp_norm": "\u90a3 \u79cd \u75bc \u75db \u666e \u901a \u4eba \u53ef \u6015 \u4f1a \u76f4 \u63a5 \u75db \u6655 \u8fc7 \u53bb", | |
| "audio_duration_s": 4.448, | |
| "latency_s": 0.14708265103399754, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004608-00000116", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5c31\u7b97\u6ca1\u54ac\u5230\u8089\u4e5f\u8981\u6293\u5230\u4e00\u628a\u6bdb\u3002", | |
| "hyp_text": "\u5c31\u7b97\u6ca1\u54ac\u5230\u8089\u4e5f\u8981\u6293\u5230\u4e00\u628a\u6bdb", | |
| "ref_norm": "\u5c31 \u7b97 \u6ca1 \u54ac \u5230 \u8089 \u4e5f \u8981 \u6293 \u5230 \u4e00 \u628a \u6bdb", | |
| "hyp_norm": "\u5c31 \u7b97 \u6ca1 \u54ac \u5230 \u8089 \u4e5f \u8981 \u6293 \u5230 \u4e00 \u628a \u6bdb", | |
| "audio_duration_s": 4.311, | |
| "latency_s": 0.12396927364170551, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004608-00000102", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5c31\u7b97\u6ca1\u54ac\u5230\u8089\u4e5f\u8981\u6293\u5230\u4e00\u628a\u6bdb\u3002", | |
| "hyp_text": "\u5c31\u7b97\u6ca1\u54ac\u5230\u8089\u4e5f\u8981\u6293\u5230\u4e00\u628a\u6bdb", | |
| "ref_norm": "\u5c31 \u7b97 \u6ca1 \u54ac \u5230 \u8089 \u4e5f \u8981 \u6293 \u5230 \u4e00 \u628a \u6bdb", | |
| "hyp_norm": "\u5c31 \u7b97 \u6ca1 \u54ac \u5230 \u8089 \u4e5f \u8981 \u6293 \u5230 \u4e00 \u628a \u6bdb", | |
| "audio_duration_s": 4.311, | |
| "latency_s": 0.12972057238221169, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004609-00000106", | |
| "is_success": true, | |
| "wer": 0.14285714285714285, | |
| "ref_text": "\u672c\u6b21\u6d3b\u52a8\u5171\u8ba1\u6536\u5230\u6765\u81ea\u5168\u7403\uff0c\u516d\u767e\u4f59\u4f4d\u65b0\u4eba\u7684\u62a5\u540d\u3002", | |
| "hyp_text": "\u672c\u6b21\u6d3b\u52a8\u5171\u8ba1\u6536\u5230\u6765\u81ea\u5168\u7403600\u4f59\u4f4d\u65b0\u4eba\u7684\u62a5\u540d", | |
| "ref_norm": "\u672c \u6b21 \u6d3b \u52a8 \u5171 \u8ba1 \u6536 \u5230 \u6765 \u81ea \u5168 \u7403 \u516d \u767e \u4f59 \u4f4d \u65b0 \u4eba \u7684 \u62a5 \u540d", | |
| "hyp_norm": "\u672c \u6b21 \u6d3b \u52a8 \u5171 \u8ba1 \u6536 \u5230 \u6765 \u81ea \u5168 \u7403 6 0 0 \u4f59 \u4f4d \u65b0 \u4eba \u7684 \u62a5 \u540d", | |
| "audio_duration_s": 5.696, | |
| "latency_s": 0.16009403113275766, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004609-00000038", | |
| "is_success": true, | |
| "wer": 0.14285714285714285, | |
| "ref_text": "\u672c\u6b21\u6d3b\u52a8\u5171\u8ba1\u6536\u5230\u6765\u81ea\u5168\u7403\uff0c\u516d\u767e\u4f59\u4f4d\u65b0\u4eba\u7684\u62a5\u540d\u3002", | |
| "hyp_text": "\u672c\u6b21\u6d3b\u52a8\u5171\u8ba1\u6536\u5230\u6765\u81ea\u5168\u7403600\u4f59\u4f4d\u65b0\u4eba\u7684\u62a5\u540d", | |
| "ref_norm": "\u672c \u6b21 \u6d3b \u52a8 \u5171 \u8ba1 \u6536 \u5230 \u6765 \u81ea \u5168 \u7403 \u516d \u767e \u4f59 \u4f4d \u65b0 \u4eba \u7684 \u62a5 \u540d", | |
| "hyp_norm": "\u672c \u6b21 \u6d3b \u52a8 \u5171 \u8ba1 \u6536 \u5230 \u6765 \u81ea \u5168 \u7403 6 0 0 \u4f59 \u4f4d \u65b0 \u4eba \u7684 \u62a5 \u540d", | |
| "audio_duration_s": 5.696, | |
| "latency_s": 0.16815416142344475, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004610-00000091", | |
| "is_success": true, | |
| "wer": 0.14285714285714285, | |
| "ref_text": "\u60a0\u60a0\u8fd8\u662f\u7a7f\u7740\u90a3\u4ef6\u9690\u8eab\u8863\uff0c\u53ea\u662f\u4ed6\u518d\u4e5f\u4e0d\u5e72\u574f\u4e8b\u4e86\u3002", | |
| "hyp_text": "\u60a0\u60a0\u558a\u662f\u5598\u7740\u90a3\u4ef6\u9690\u8eab\u8863\u53ea\u662f\u5979\u518d\u4e5f\u4e0d\u5e72\u574f\u4e8b\u4e86", | |
| "ref_norm": "\u60a0 \u60a0 \u8fd8 \u662f \u7a7f \u7740 \u90a3 \u4ef6 \u9690 \u8eab \u8863 \u53ea \u662f \u4ed6 \u518d \u4e5f \u4e0d \u5e72 \u574f \u4e8b \u4e86", | |
| "hyp_norm": "\u60a0 \u60a0 \u558a \u662f \u5598 \u7740 \u90a3 \u4ef6 \u9690 \u8eab \u8863 \u53ea \u662f \u5979 \u518d \u4e5f \u4e0d \u5e72 \u574f \u4e8b \u4e86", | |
| "audio_duration_s": 4.570666666666667, | |
| "latency_s": 0.19882472045719624, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004610-00000052", | |
| "is_success": true, | |
| "wer": 0.14285714285714285, | |
| "ref_text": "\u60a0\u60a0\u8fd8\u662f\u7a7f\u7740\u90a3\u4ef6\u9690\u8eab\u8863\uff0c\u53ea\u662f\u4ed6\u518d\u4e5f\u4e0d\u5e72\u574f\u4e8b\u4e86\u3002", | |
| "hyp_text": "\u60a0\u60a0\u558a\u662f\u5598\u7740\u90a3\u4ef6\u9690\u8eab\u8863\u53ea\u662f\u5979\u518d\u4e5f\u4e0d\u5e72\u574f\u4e8b\u4e86", | |
| "ref_norm": "\u60a0 \u60a0 \u8fd8 \u662f \u7a7f \u7740 \u90a3 \u4ef6 \u9690 \u8eab \u8863 \u53ea \u662f \u4ed6 \u518d \u4e5f \u4e0d \u5e72 \u574f \u4e8b \u4e86", | |
| "hyp_norm": "\u60a0 \u60a0 \u558a \u662f \u5598 \u7740 \u90a3 \u4ef6 \u9690 \u8eab \u8863 \u53ea \u662f \u5979 \u518d \u4e5f \u4e0d \u5e72 \u574f \u4e8b \u4e86", | |
| "audio_duration_s": 4.570666666666667, | |
| "latency_s": 0.1747793173417449, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004616-00000100", | |
| "is_success": true, | |
| "wer": 0.07142857142857142, | |
| "ref_text": "\u5973\u5b69\u626c\u7740\u624b\u91cc\u7684\u8349\uff0c\u53eb\u6211\u963f\u6843\u597d\u4e86\u3002", | |
| "hyp_text": "\u5973\u5b69\u517b\u7740\u624b\u91cc\u7684\u8349\u53eb\u6211\u963f\u6843\u597d\u4e86", | |
| "ref_norm": "\u5973 \u5b69 \u626c \u7740 \u624b \u91cc \u7684 \u8349 \u53eb \u6211 \u963f \u6843 \u597d \u4e86", | |
| "hyp_norm": "\u5973 \u5b69 \u517b \u7740 \u624b \u91cc \u7684 \u8349 \u53eb \u6211 \u963f \u6843 \u597d \u4e86", | |
| "audio_duration_s": 4.032, | |
| "latency_s": 0.13304054364562035, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004616-00000051", | |
| "is_success": true, | |
| "wer": 0.07142857142857142, | |
| "ref_text": "\u5973\u5b69\u626c\u7740\u624b\u91cc\u7684\u8349\uff0c\u53eb\u6211\u963f\u6843\u597d\u4e86\u3002", | |
| "hyp_text": "\u5973\u5b69\u517b\u7740\u624b\u91cc\u7684\u8349\u53eb\u6211\u963f\u6843\u597d\u4e86", | |
| "ref_norm": "\u5973 \u5b69 \u626c \u7740 \u624b \u91cc \u7684 \u8349 \u53eb \u6211 \u963f \u6843 \u597d \u4e86", | |
| "hyp_norm": "\u5973 \u5b69 \u517b \u7740 \u624b \u91cc \u7684 \u8349 \u53eb \u6211 \u963f \u6843 \u597d \u4e86", | |
| "audio_duration_s": 4.032, | |
| "latency_s": 0.13094507716596127, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004617-00000071", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u90a3\u4e5f\u5f97\u5148\u6709\u5b69\u5b50\u5440\uff0c\u90a3\u4e5f\u662f\u4f60\u7684\u804c\u8d23\u3002", | |
| "hyp_text": "\u90a3\u4e5f\u5f97\u5148\u6709\u5b69\u5b50\u5440\u90a3\u4e5f\u662f\u4f60\u7684\u804c\u8d23", | |
| "ref_norm": "\u90a3 \u4e5f \u5f97 \u5148 \u6709 \u5b69 \u5b50 \u5440 \u90a3 \u4e5f \u662f \u4f60 \u7684 \u804c \u8d23", | |
| "hyp_norm": "\u90a3 \u4e5f \u5f97 \u5148 \u6709 \u5b69 \u5b50 \u5440 \u90a3 \u4e5f \u662f \u4f60 \u7684 \u804c \u8d23", | |
| "audio_duration_s": 4.597333333333333, | |
| "latency_s": 0.11966684274375439, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004617-00000013", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u90a3\u4e5f\u5f97\u5148\u6709\u5b69\u5b50\u5440\uff0c\u90a3\u4e5f\u662f\u4f60\u7684\u804c\u8d23\u3002", | |
| "hyp_text": "\u90a3\u4e5f\u5f97\u5148\u6709\u5b69\u5b50\u5440\u90a3\u4e5f\u662f\u4f60\u7684\u804c\u8d23", | |
| "ref_norm": "\u90a3 \u4e5f \u5f97 \u5148 \u6709 \u5b69 \u5b50 \u5440 \u90a3 \u4e5f \u662f \u4f60 \u7684 \u804c \u8d23", | |
| "hyp_norm": "\u90a3 \u4e5f \u5f97 \u5148 \u6709 \u5b69 \u5b50 \u5440 \u90a3 \u4e5f \u662f \u4f60 \u7684 \u804c \u8d23", | |
| "audio_duration_s": 4.597333333333333, | |
| "latency_s": 0.1382487788796425, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004620-00000056", | |
| "is_success": true, | |
| "wer": 0.2727272727272727, | |
| "ref_text": "\u4f60\u90a3\u4e24\u5343\u6bb5\u7ecf\u6587\u522b\u4eba\u65e0\u8bba\u7ed9\u4f60\u591a\u5c11\u94b1\uff0c\u4f60\u4e5f\u4e0d\u4f1a\u5356\u5427\u3002", | |
| "hyp_text": "\u4f60\u90a32000\u5428\u91d1\u6587\u522b\u4eba\u65e0\u8bba\u7ed9\u4f60\u591a\u5c11\u94b1\u4f60\u4e5f\u4e0d\u4f1a\u5356\u5427", | |
| "ref_norm": "\u4f60 \u90a3 \u4e24 \u5343 \u6bb5 \u7ecf \u6587 \u522b \u4eba \u65e0 \u8bba \u7ed9 \u4f60 \u591a \u5c11 \u94b1 \u4f60 \u4e5f \u4e0d \u4f1a \u5356 \u5427", | |
| "hyp_norm": "\u4f60 \u90a3 2 0 0 0 \u5428 \u91d1 \u6587 \u522b \u4eba \u65e0 \u8bba \u7ed9 \u4f60 \u591a \u5c11 \u94b1 \u4f60 \u4e5f \u4e0d \u4f1a \u5356 \u5427", | |
| "audio_duration_s": 4.0906666666666665, | |
| "latency_s": 0.18711245153099298, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004620-00000062", | |
| "is_success": true, | |
| "wer": 0.2727272727272727, | |
| "ref_text": "\u4f60\u90a3\u4e24\u5343\u6bb5\u7ecf\u6587\u522b\u4eba\u65e0\u8bba\u7ed9\u4f60\u591a\u5c11\u94b1\uff0c\u4f60\u4e5f\u4e0d\u4f1a\u5356\u5427\u3002", | |
| "hyp_text": "\u4f60\u90a32000\u5428\u91d1\u6587\u522b\u4eba\u65e0\u8bba\u7ed9\u4f60\u591a\u5c11\u94b1\u4f60\u4e5f\u4e0d\u4f1a\u5356\u5427", | |
| "ref_norm": "\u4f60 \u90a3 \u4e24 \u5343 \u6bb5 \u7ecf \u6587 \u522b \u4eba \u65e0 \u8bba \u7ed9 \u4f60 \u591a \u5c11 \u94b1 \u4f60 \u4e5f \u4e0d \u4f1a \u5356 \u5427", | |
| "hyp_norm": "\u4f60 \u90a3 2 0 0 0 \u5428 \u91d1 \u6587 \u522b \u4eba \u65e0 \u8bba \u7ed9 \u4f60 \u591a \u5c11 \u94b1 \u4f60 \u4e5f \u4e0d \u4f1a \u5356 \u5427", | |
| "audio_duration_s": 4.0906666666666665, | |
| "latency_s": 0.15952988807111979, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004621-00000010", | |
| "is_success": true, | |
| "wer": 0.21428571428571427, | |
| "ref_text": "\u60a8\u82e5\u662f\u559c\u6b22\u542c\uff0c\u6211\u5c31\u5929\u5929\u7ed9\u60a8\u6f14\u594f\u3002", | |
| "hyp_text": "\u60a8\u82e5\u662f\u559c\u6b22\u542c\u6211\u5c31QQ\u7ed9\u60a8\u8bed\u594f", | |
| "ref_norm": "\u60a8 \u82e5 \u662f \u559c \u6b22 \u542c \u6211 \u5c31 \u5929 \u5929 \u7ed9 \u60a8 \u6f14 \u594f", | |
| "hyp_norm": "\u60a8 \u82e5 \u662f \u559c \u6b22 \u542c \u6211 \u5c31 Q Q \u7ed9 \u60a8 \u8bed \u594f", | |
| "audio_duration_s": 4.112, | |
| "latency_s": 0.13747493643313646, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004621-00000038", | |
| "is_success": true, | |
| "wer": 0.21428571428571427, | |
| "ref_text": "\u60a8\u82e5\u662f\u559c\u6b22\u542c\uff0c\u6211\u5c31\u5929\u5929\u7ed9\u60a8\u6f14\u594f\u3002", | |
| "hyp_text": "\u60a8\u82e5\u662f\u559c\u6b22\u542c\u6211\u5c31QQ\u7ed9\u60a8\u8bed\u594f", | |
| "ref_norm": "\u60a8 \u82e5 \u662f \u559c \u6b22 \u542c \u6211 \u5c31 \u5929 \u5929 \u7ed9 \u60a8 \u6f14 \u594f", | |
| "hyp_norm": "\u60a8 \u82e5 \u662f \u559c \u6b22 \u542c \u6211 \u5c31 Q Q \u7ed9 \u60a8 \u8bed \u594f", | |
| "audio_duration_s": 4.112, | |
| "latency_s": 0.12308724131435156, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004623-00000065", | |
| "is_success": true, | |
| "wer": 0.2, | |
| "ref_text": "\u5fb7\u56fd\u7126\u70b9\u5468\u520a\u4e00\u6708\u5341\u56db\u65e5\u4e00\u671f\u5c01\u9762\u3002", | |
| "hyp_text": "\u5fb7\u56fd\u7126\u70b9\u5468\u520a1\u670814\u65e5\u4e00\u671f\u5c01\u9762", | |
| "ref_norm": "\u5fb7 \u56fd \u7126 \u70b9 \u5468 \u520a \u4e00 \u6708 \u5341 \u56db \u65e5 \u4e00 \u671f \u5c01 \u9762", | |
| "hyp_norm": "\u5fb7 \u56fd \u7126 \u70b9 \u5468 \u520a 1 \u6708 1 4 \u65e5 \u4e00 \u671f \u5c01 \u9762", | |
| "audio_duration_s": 4.282666666666667, | |
| "latency_s": 0.1450853869318962, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004623-00000101", | |
| "is_success": true, | |
| "wer": 0.2, | |
| "ref_text": "\u5fb7\u56fd\u7126\u70b9\u5468\u520a\u4e00\u6708\u5341\u56db\u65e5\u4e00\u671f\u5c01\u9762\u3002", | |
| "hyp_text": "\u5fb7\u56fd\u7126\u70b9\u5468\u520a1\u670814\u65e5\u4e00\u671f\u5c01\u9762", | |
| "ref_norm": "\u5fb7 \u56fd \u7126 \u70b9 \u5468 \u520a \u4e00 \u6708 \u5341 \u56db \u65e5 \u4e00 \u671f \u5c01 \u9762", | |
| "hyp_norm": "\u5fb7 \u56fd \u7126 \u70b9 \u5468 \u520a 1 \u6708 1 4 \u65e5 \u4e00 \u671f \u5c01 \u9762", | |
| "audio_duration_s": 4.282666666666667, | |
| "latency_s": 0.1461449358612299, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004624-00000046", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6211\u6562\u80af\u5b9a\u90a3\u4e2a\u7537\u5b69\u957f\u5927\u540e\u4e00\u4e8b\u65e0\u6210\u3002", | |
| "hyp_text": "\u6211\u6562\u80af\u5b9a\u90a3\u4e2a\u7537\u5b69\u957f\u5927\u540e\u4e00\u4e8b\u65e0\u6210", | |
| "ref_norm": "\u6211 \u6562 \u80af \u5b9a \u90a3 \u4e2a \u7537 \u5b69 \u957f \u5927 \u540e \u4e00 \u4e8b \u65e0 \u6210", | |
| "hyp_norm": "\u6211 \u6562 \u80af \u5b9a \u90a3 \u4e2a \u7537 \u5b69 \u957f \u5927 \u540e \u4e00 \u4e8b \u65e0 \u6210", | |
| "audio_duration_s": 4.08, | |
| "latency_s": 0.13278364948928356, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004624-00000006", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6211\u6562\u80af\u5b9a\u90a3\u4e2a\u7537\u5b69\u957f\u5927\u540e\u4e00\u4e8b\u65e0\u6210\u3002", | |
| "hyp_text": "\u6211\u6562\u80af\u5b9a\u90a3\u4e2a\u7537\u5b69\u957f\u5927\u540e\u4e00\u4e8b\u65e0\u6210", | |
| "ref_norm": "\u6211 \u6562 \u80af \u5b9a \u90a3 \u4e2a \u7537 \u5b69 \u957f \u5927 \u540e \u4e00 \u4e8b \u65e0 \u6210", | |
| "hyp_norm": "\u6211 \u6562 \u80af \u5b9a \u90a3 \u4e2a \u7537 \u5b69 \u957f \u5927 \u540e \u4e00 \u4e8b \u65e0 \u6210", | |
| "audio_duration_s": 4.08, | |
| "latency_s": 0.13079917710274458, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004625-00000116", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f60\u4eec\u5c3d\u7ba1\u5168\u60c5\u6295\u5165\uff0c\u6211\u4e00\u5b9a\u4f1a\u4e50\u5728\u5176\u4e2d\u3002", | |
| "hyp_text": "\u4f60\u4eec\u5c3d\u7ba1\u5168\u60c5\u6295\u5165,\u6211\u4e00\u5b9a\u4f1a\u4e50\u5728\u5176\u4e2d\u3002", | |
| "ref_norm": "\u4f60 \u4eec \u5c3d \u7ba1 \u5168 \u60c5 \u6295 \u5165 \u6211 \u4e00 \u5b9a \u4f1a \u4e50 \u5728 \u5176 \u4e2d", | |
| "hyp_norm": "\u4f60 \u4eec \u5c3d \u7ba1 \u5168 \u60c5 \u6295 \u5165 \u6211 \u4e00 \u5b9a \u4f1a \u4e50 \u5728 \u5176 \u4e2d", | |
| "audio_duration_s": 4.506666666666667, | |
| "latency_s": 0.14627892430871725, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004625-00000034", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u4f60\u4eec\u5c3d\u7ba1\u5168\u60c5\u6295\u5165\uff0c\u6211\u4e00\u5b9a\u4f1a\u4e50\u5728\u5176\u4e2d\u3002", | |
| "hyp_text": "\u4f60\u4eec\u5c3d\u7ba1\u5168\u60c5\u6295\u5165,\u6211\u4e00\u5b9a\u4f1a\u4e50\u5728\u5176\u4e2d\u3002", | |
| "ref_norm": "\u4f60 \u4eec \u5c3d \u7ba1 \u5168 \u60c5 \u6295 \u5165 \u6211 \u4e00 \u5b9a \u4f1a \u4e50 \u5728 \u5176 \u4e2d", | |
| "hyp_norm": "\u4f60 \u4eec \u5c3d \u7ba1 \u5168 \u60c5 \u6295 \u5165 \u6211 \u4e00 \u5b9a \u4f1a \u4e50 \u5728 \u5176 \u4e2d", | |
| "audio_duration_s": 4.506666666666667, | |
| "latency_s": 0.14027604833245277, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004626-00000082", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5bd2\u51b7\u7684\u51ac\u5929\u65e9\u6668\uff0c\u8131\u4e0b\u624b\u5957\uff0c\u628a\u8033\u6735\u9760\u8fd1\u3002", | |
| "hyp_text": "\u5bd2\u51b7\u7684\u51ac\u5929\u65e9\u6668\u8131\u4e0b\u624b\u5957\u628a\u8033\u6735\u9760\u8fd1", | |
| "ref_norm": "\u5bd2 \u51b7 \u7684 \u51ac \u5929 \u65e9 \u6668 \u8131 \u4e0b \u624b \u5957 \u628a \u8033 \u6735 \u9760 \u8fd1", | |
| "hyp_norm": "\u5bd2 \u51b7 \u7684 \u51ac \u5929 \u65e9 \u6668 \u8131 \u4e0b \u624b \u5957 \u628a \u8033 \u6735 \u9760 \u8fd1", | |
| "audio_duration_s": 4.432, | |
| "latency_s": 0.15204434003680944, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004626-00000091", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5bd2\u51b7\u7684\u51ac\u5929\u65e9\u6668\uff0c\u8131\u4e0b\u624b\u5957\uff0c\u628a\u8033\u6735\u9760\u8fd1\u3002", | |
| "hyp_text": "\u5bd2\u51b7\u7684\u51ac\u5929\u65e9\u6668\u8131\u4e0b\u624b\u5957\u628a\u8033\u6735\u9760\u8fd1", | |
| "ref_norm": "\u5bd2 \u51b7 \u7684 \u51ac \u5929 \u65e9 \u6668 \u8131 \u4e0b \u624b \u5957 \u628a \u8033 \u6735 \u9760 \u8fd1", | |
| "hyp_norm": "\u5bd2 \u51b7 \u7684 \u51ac \u5929 \u65e9 \u6668 \u8131 \u4e0b \u624b \u5957 \u628a \u8033 \u6735 \u9760 \u8fd1", | |
| "audio_duration_s": 4.432, | |
| "latency_s": 0.1720328563824296, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004627-00000082", | |
| "is_success": true, | |
| "wer": 0.1111111111111111, | |
| "ref_text": "\u9057\u5740\u897f\u4fa7\u539f\u6709\u4e00\u6c60\uff0c\u76f8\u4f20\u5373\u4e3a\u695a\u738b\u71d5\u6e38\u4e4b\u6240\u3002", | |
| "hyp_text": "\u4ee5\u6307\u897f\u4fa7\u539f\u6709\u4e00\u6c60,\u76f8\u4f20\u5373\u4e3a\u695a\u738b\u71d5\u6e38\u4e4b\u6240\u3002", | |
| "ref_norm": "\u9057 \u5740 \u897f \u4fa7 \u539f \u6709 \u4e00 \u6c60 \u76f8 \u4f20 \u5373 \u4e3a \u695a \u738b \u71d5 \u6e38 \u4e4b \u6240", | |
| "hyp_norm": "\u4ee5 \u6307 \u897f \u4fa7 \u539f \u6709 \u4e00 \u6c60 \u76f8 \u4f20 \u5373 \u4e3a \u695a \u738b \u71d5 \u6e38 \u4e4b \u6240", | |
| "audio_duration_s": 4.752, | |
| "latency_s": 0.16965145152062178, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004627-00000032", | |
| "is_success": true, | |
| "wer": 0.1111111111111111, | |
| "ref_text": "\u9057\u5740\u897f\u4fa7\u539f\u6709\u4e00\u6c60\uff0c\u76f8\u4f20\u5373\u4e3a\u695a\u738b\u71d5\u6e38\u4e4b\u6240\u3002", | |
| "hyp_text": "\u4ee5\u6307\u897f\u4fa7\u539f\u6709\u4e00\u6c60,\u76f8\u4f20\u5373\u4e3a\u695a\u738b\u71d5\u6e38\u4e4b\u6240\u3002", | |
| "ref_norm": "\u9057 \u5740 \u897f \u4fa7 \u539f \u6709 \u4e00 \u6c60 \u76f8 \u4f20 \u5373 \u4e3a \u695a \u738b \u71d5 \u6e38 \u4e4b \u6240", | |
| "hyp_norm": "\u4ee5 \u6307 \u897f \u4fa7 \u539f \u6709 \u4e00 \u6c60 \u76f8 \u4f20 \u5373 \u4e3a \u695a \u738b \u71d5 \u6e38 \u4e4b \u6240", | |
| "audio_duration_s": 4.752, | |
| "latency_s": 0.17455771751701832, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004628-00000065", | |
| "is_success": true, | |
| "wer": 0.07142857142857142, | |
| "ref_text": "\u5386\u53f2\u4e0a\u94f8\u9020\u4f2a\u5e01\u7684\u65b9\u6cd5\u5343\u5947\u767e\u6001\u3002", | |
| "hyp_text": "\u5386\u53f2\u4e0a\u94f8\u9020\u4f2a\u5f0a\u7684\u65b9\u6cd5\u5343\u5947\u767e\u6001", | |
| "ref_norm": "\u5386 \u53f2 \u4e0a \u94f8 \u9020 \u4f2a \u5e01 \u7684 \u65b9 \u6cd5 \u5343 \u5947 \u767e \u6001", | |
| "hyp_norm": "\u5386 \u53f2 \u4e0a \u94f8 \u9020 \u4f2a \u5f0a \u7684 \u65b9 \u6cd5 \u5343 \u5947 \u767e \u6001", | |
| "audio_duration_s": 4.874666666666666, | |
| "latency_s": 0.13262806087732315, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004628-00000074", | |
| "is_success": true, | |
| "wer": 0.07142857142857142, | |
| "ref_text": "\u5386\u53f2\u4e0a\u94f8\u9020\u4f2a\u5e01\u7684\u65b9\u6cd5\u5343\u5947\u767e\u6001\u3002", | |
| "hyp_text": "\u5386\u53f2\u4e0a\u94f8\u9020\u4f2a\u5f0a\u7684\u65b9\u6cd5\u5343\u5947\u767e\u6001", | |
| "ref_norm": "\u5386 \u53f2 \u4e0a \u94f8 \u9020 \u4f2a \u5e01 \u7684 \u65b9 \u6cd5 \u5343 \u5947 \u767e \u6001", | |
| "hyp_norm": "\u5386 \u53f2 \u4e0a \u94f8 \u9020 \u4f2a \u5f0a \u7684 \u65b9 \u6cd5 \u5343 \u5947 \u767e \u6001", | |
| "audio_duration_s": 4.874666666666666, | |
| "latency_s": 0.13499953784048557, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004629-00000078", | |
| "is_success": true, | |
| "wer": 0.42857142857142855, | |
| "ref_text": "\u6bcf\u5e74\uff0c\u8001\u4e24\u53e3\u90fd\u6740\u732a\u5bb0\u7f8a\u732e\u796d\u5929\u795e\u3002", | |
| "hyp_text": "\u6bcf\u5e74,\u8001\u5169\u53e3\u90fd\u6bba\u8c6c\u5bb0\u7f8a,\u8b1d\u5df1\u5929\u751f\u3002", | |
| "ref_norm": "\u6bcf \u5e74 \u8001 \u4e24 \u53e3 \u90fd \u6740 \u732a \u5bb0 \u7f8a \u732e \u796d \u5929 \u795e", | |
| "hyp_norm": "\u6bcf \u5e74 \u8001 \u5169 \u53e3 \u90fd \u6bba \u8c6c \u5bb0 \u7f8a \u8b1d \u5df1 \u5929 \u751f", | |
| "audio_duration_s": 4.485333333333333, | |
| "latency_s": 0.14393741264939308, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004629-00000082", | |
| "is_success": true, | |
| "wer": 0.42857142857142855, | |
| "ref_text": "\u6bcf\u5e74\uff0c\u8001\u4e24\u53e3\u90fd\u6740\u732a\u5bb0\u7f8a\u732e\u796d\u5929\u795e\u3002", | |
| "hyp_text": "\u6bcf\u5e74,\u8001\u5169\u53e3\u90fd\u6bba\u8c6c\u5bb0\u7f8a,\u8b1d\u5df1\u5929\u751f\u3002", | |
| "ref_norm": "\u6bcf \u5e74 \u8001 \u4e24 \u53e3 \u90fd \u6740 \u732a \u5bb0 \u7f8a \u732e \u796d \u5929 \u795e", | |
| "hyp_norm": "\u6bcf \u5e74 \u8001 \u5169 \u53e3 \u90fd \u6bba \u8c6c \u5bb0 \u7f8a \u8b1d \u5df1 \u5929 \u751f", | |
| "audio_duration_s": 4.485333333333333, | |
| "latency_s": 0.1360379895195365, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004631-00000050", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u672a\u6765\u65f6\u95f4\u4f1a\u6709\u65b0\u589e\u94f6\u884c\u6682\u505c\u623f\u8d37\u4e1a\u52a1\u3002", | |
| "hyp_text": "\u672a\u6765\u65f6\u95f4\u4f1a\u6709\u65b0\u589e\u94f6\u884c\u6682\u505c\u623f\u8d37\u4e1a\u52a1", | |
| "ref_norm": "\u672a \u6765 \u65f6 \u95f4 \u4f1a \u6709 \u65b0 \u589e \u94f6 \u884c \u6682 \u505c \u623f \u8d37 \u4e1a \u52a1", | |
| "hyp_norm": "\u672a \u6765 \u65f6 \u95f4 \u4f1a \u6709 \u65b0 \u589e \u94f6 \u884c \u6682 \u505c \u623f \u8d37 \u4e1a \u52a1", | |
| "audio_duration_s": 4.309333333333333, | |
| "latency_s": 0.1694147540256381, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004631-00000051", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u672a\u6765\u65f6\u95f4\u4f1a\u6709\u65b0\u589e\u94f6\u884c\u6682\u505c\u623f\u8d37\u4e1a\u52a1\u3002", | |
| "hyp_text": "\u672a\u6765\u65f6\u95f4\u4f1a\u6709\u65b0\u589e\u94f6\u884c\u6682\u505c\u623f\u8d37\u4e1a\u52a1", | |
| "ref_norm": "\u672a \u6765 \u65f6 \u95f4 \u4f1a \u6709 \u65b0 \u589e \u94f6 \u884c \u6682 \u505c \u623f \u8d37 \u4e1a \u52a1", | |
| "hyp_norm": "\u672a \u6765 \u65f6 \u95f4 \u4f1a \u6709 \u65b0 \u589e \u94f6 \u884c \u6682 \u505c \u623f \u8d37 \u4e1a \u52a1", | |
| "audio_duration_s": 4.309333333333333, | |
| "latency_s": 0.1448697866871953, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004632-00000013", | |
| "is_success": true, | |
| "wer": 0.13333333333333333, | |
| "ref_text": "\u58a8\u513f\u8fde\u5fd9\u8bf4\uff0c\u6211\u6276\u60a8\u51fa\u53bb\u6652\u6652\u592a\u9633\u5427\u3002", | |
| "hyp_text": "\u83ab\u5c14\u8fde\u5fd9\u8bf4\u6211\u6276\u60a8\u51fa\u53bb\u6652\u6652\u592a\u9633\u5427", | |
| "ref_norm": "\u58a8 \u513f \u8fde \u5fd9 \u8bf4 \u6211 \u6276 \u60a8 \u51fa \u53bb \u6652 \u6652 \u592a \u9633 \u5427", | |
| "hyp_norm": "\u83ab \u5c14 \u8fde \u5fd9 \u8bf4 \u6211 \u6276 \u60a8 \u51fa \u53bb \u6652 \u6652 \u592a \u9633 \u5427", | |
| "audio_duration_s": 4.352, | |
| "latency_s": 0.15256603434681892, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004632-00000090", | |
| "is_success": true, | |
| "wer": 0.13333333333333333, | |
| "ref_text": "\u58a8\u513f\u8fde\u5fd9\u8bf4\uff0c\u6211\u6276\u60a8\u51fa\u53bb\u6652\u6652\u592a\u9633\u5427\u3002", | |
| "hyp_text": "\u83ab\u5c14\u8fde\u5fd9\u8bf4\u6211\u6276\u60a8\u51fa\u53bb\u6652\u6652\u592a\u9633\u5427", | |
| "ref_norm": "\u58a8 \u513f \u8fde \u5fd9 \u8bf4 \u6211 \u6276 \u60a8 \u51fa \u53bb \u6652 \u6652 \u592a \u9633 \u5427", | |
| "hyp_norm": "\u83ab \u5c14 \u8fde \u5fd9 \u8bf4 \u6211 \u6276 \u60a8 \u51fa \u53bb \u6652 \u6652 \u592a \u9633 \u5427", | |
| "audio_duration_s": 4.352, | |
| "latency_s": 0.1480498295277357, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004633-00000072", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6240\u4ee5\u6211\u5f97\u60f3\u597d\u4e3a\u6211\u7684\u5bb6\u4eba\u670b\u53cb\u4e70\u4e9b\u4ec0\u4e48\u3002", | |
| "hyp_text": "\u6240\u4ee5\u6211\u5f97\u60f3\u597d\u4e3a\u6211\u7684\u5bb6\u4eba\u670b\u53cb\u4e70\u4e9b\u4ec0\u4e48\u3002", | |
| "ref_norm": "\u6240 \u4ee5 \u6211 \u5f97 \u60f3 \u597d \u4e3a \u6211 \u7684 \u5bb6 \u4eba \u670b \u53cb \u4e70 \u4e9b \u4ec0 \u4e48", | |
| "hyp_norm": "\u6240 \u4ee5 \u6211 \u5f97 \u60f3 \u597d \u4e3a \u6211 \u7684 \u5bb6 \u4eba \u670b \u53cb \u4e70 \u4e9b \u4ec0 \u4e48", | |
| "audio_duration_s": 4.72, | |
| "latency_s": 0.12345174420624971, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004633-00000077", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6240\u4ee5\u6211\u5f97\u60f3\u597d\u4e3a\u6211\u7684\u5bb6\u4eba\u670b\u53cb\u4e70\u4e9b\u4ec0\u4e48\u3002", | |
| "hyp_text": "\u6240\u4ee5\u6211\u5f97\u60f3\u597d\u4e3a\u6211\u7684\u5bb6\u4eba\u670b\u53cb\u4e70\u4e9b\u4ec0\u4e48\u3002", | |
| "ref_norm": "\u6240 \u4ee5 \u6211 \u5f97 \u60f3 \u597d \u4e3a \u6211 \u7684 \u5bb6 \u4eba \u670b \u53cb \u4e70 \u4e9b \u4ec0 \u4e48", | |
| "hyp_norm": "\u6240 \u4ee5 \u6211 \u5f97 \u60f3 \u597d \u4e3a \u6211 \u7684 \u5bb6 \u4eba \u670b \u53cb \u4e70 \u4e9b \u4ec0 \u4e48", | |
| "audio_duration_s": 4.72, | |
| "latency_s": 0.12376741040498018, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004634-00000021", | |
| "is_success": true, | |
| "wer": 0.0625, | |
| "ref_text": "\u9010\u6e10\u6709\u4eba\u6bcf\u5929\u8981\u559d\u516b\u676f\u6c34\u7684\u5b9a\u91cf\u6982\u5ff5\u3002", | |
| "hyp_text": "\u9010\u6e10\u6709\u4eba\u6bcf\u5929\u8981\u559d8\u676f\u6c34\u7684\u5b9a\u91cf\u6982\u5ff5", | |
| "ref_norm": "\u9010 \u6e10 \u6709 \u4eba \u6bcf \u5929 \u8981 \u559d \u516b \u676f \u6c34 \u7684 \u5b9a \u91cf \u6982 \u5ff5", | |
| "hyp_norm": "\u9010 \u6e10 \u6709 \u4eba \u6bcf \u5929 \u8981 \u559d 8 \u676f \u6c34 \u7684 \u5b9a \u91cf \u6982 \u5ff5", | |
| "audio_duration_s": 4.048, | |
| "latency_s": 0.12423064559698105, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004634-00000013", | |
| "is_success": true, | |
| "wer": 0.0625, | |
| "ref_text": "\u9010\u6e10\u6709\u4eba\u6bcf\u5929\u8981\u559d\u516b\u676f\u6c34\u7684\u5b9a\u91cf\u6982\u5ff5\u3002", | |
| "hyp_text": "\u9010\u6e10\u6709\u4eba\u6bcf\u5929\u8981\u559d8\u676f\u6c34\u7684\u5b9a\u91cf\u6982\u5ff5", | |
| "ref_norm": "\u9010 \u6e10 \u6709 \u4eba \u6bcf \u5929 \u8981 \u559d \u516b \u676f \u6c34 \u7684 \u5b9a \u91cf \u6982 \u5ff5", | |
| "hyp_norm": "\u9010 \u6e10 \u6709 \u4eba \u6bcf \u5929 \u8981 \u559d 8 \u676f \u6c34 \u7684 \u5b9a \u91cf \u6982 \u5ff5", | |
| "audio_duration_s": 4.048, | |
| "latency_s": 0.11483024526387453, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004635-00000018", | |
| "is_success": true, | |
| "wer": 0.0625, | |
| "ref_text": "\u8fd8\u6709\u4e00\u53ea\u4e94\u989c\u516d\u8272\u7684\u9e66\u9e49\u966a\u7740\u4ed6\u8bf4\u8bdd\u3002", | |
| "hyp_text": "\u8fd8\u6709\u4e00\u53ea\u4e94\u989c\u516d\u8272\u7684\u9e66\u9e49\u966a\u7740\u5b83\u8bf4\u8bdd", | |
| "ref_norm": "\u8fd8 \u6709 \u4e00 \u53ea \u4e94 \u989c \u516d \u8272 \u7684 \u9e66 \u9e49 \u966a \u7740 \u4ed6 \u8bf4 \u8bdd", | |
| "hyp_norm": "\u8fd8 \u6709 \u4e00 \u53ea \u4e94 \u989c \u516d \u8272 \u7684 \u9e66 \u9e49 \u966a \u7740 \u5b83 \u8bf4 \u8bdd", | |
| "audio_duration_s": 4.741333333333333, | |
| "latency_s": 0.14160319417715073, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004635-00000084", | |
| "is_success": true, | |
| "wer": 0.0625, | |
| "ref_text": "\u8fd8\u6709\u4e00\u53ea\u4e94\u989c\u516d\u8272\u7684\u9e66\u9e49\u966a\u7740\u4ed6\u8bf4\u8bdd\u3002", | |
| "hyp_text": "\u8fd8\u6709\u4e00\u53ea\u4e94\u989c\u516d\u8272\u7684\u9e66\u9e49\u966a\u7740\u5b83\u8bf4\u8bdd", | |
| "ref_norm": "\u8fd8 \u6709 \u4e00 \u53ea \u4e94 \u989c \u516d \u8272 \u7684 \u9e66 \u9e49 \u966a \u7740 \u4ed6 \u8bf4 \u8bdd", | |
| "hyp_norm": "\u8fd8 \u6709 \u4e00 \u53ea \u4e94 \u989c \u516d \u8272 \u7684 \u9e66 \u9e49 \u966a \u7740 \u5b83 \u8bf4 \u8bdd", | |
| "audio_duration_s": 4.741333333333333, | |
| "latency_s": 0.15517045184969902, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004636-00000109", | |
| "is_success": true, | |
| "wer": 0.35294117647058826, | |
| "ref_text": "\u4e0d\u5149\u4ffa\u6751\u7fa4\u4f17\u4e0d\u65b9\u4fbf\uff0c\u8c01\u4ece\u8fd9\u8fc7\u90fd\u4e0d\u65b9\u4fbf\u3002", | |
| "hyp_text": "\u4e0d\u5149\u5cb8\u6751\u7fa4\u6d59\u4e0d\u65b9\u4fbf,\u6c34\u69fd\u6d59\u9614\u90fd\u4e0d\u65b9\u4fbf\u3002", | |
| "ref_norm": "\u4e0d \u5149 \u4ffa \u6751 \u7fa4 \u4f17 \u4e0d \u65b9 \u4fbf \u8c01 \u4ece \u8fd9 \u8fc7 \u90fd \u4e0d \u65b9 \u4fbf", | |
| "hyp_norm": "\u4e0d \u5149 \u5cb8 \u6751 \u7fa4 \u6d59 \u4e0d \u65b9 \u4fbf \u6c34 \u69fd \u6d59 \u9614 \u90fd \u4e0d \u65b9 \u4fbf", | |
| "audio_duration_s": 4.997333333333334, | |
| "latency_s": 0.1448529763147235, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004636-00000041", | |
| "is_success": true, | |
| "wer": 0.35294117647058826, | |
| "ref_text": "\u4e0d\u5149\u4ffa\u6751\u7fa4\u4f17\u4e0d\u65b9\u4fbf\uff0c\u8c01\u4ece\u8fd9\u8fc7\u90fd\u4e0d\u65b9\u4fbf\u3002", | |
| "hyp_text": "\u4e0d\u5149\u5cb8\u6751\u7fa4\u6d59\u4e0d\u65b9\u4fbf,\u6c34\u69fd\u6d59\u9614\u90fd\u4e0d\u65b9\u4fbf\u3002", | |
| "ref_norm": "\u4e0d \u5149 \u4ffa \u6751 \u7fa4 \u4f17 \u4e0d \u65b9 \u4fbf \u8c01 \u4ece \u8fd9 \u8fc7 \u90fd \u4e0d \u65b9 \u4fbf", | |
| "hyp_norm": "\u4e0d \u5149 \u5cb8 \u6751 \u7fa4 \u6d59 \u4e0d \u65b9 \u4fbf \u6c34 \u69fd \u6d59 \u9614 \u90fd \u4e0d \u65b9 \u4fbf", | |
| "audio_duration_s": 4.997333333333334, | |
| "latency_s": 0.15966990683227777, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004637-00000105", | |
| "is_success": true, | |
| "wer": 0.25, | |
| "ref_text": "\u6df1\u60c5\u6f14\u7ece\u5357\u5317\u901a\u900f\u6d0b\u623f\u7a7a\u95f4\u7684\uff0c\u91cd\u91cd\u91cd\u54c1\u8d28\u5185\u6db5\u3002", | |
| "hyp_text": "\u6df1\u60c5\u4e5f\u4ee5\u5357\u5317\u901a\u900f\u626c\u5e06\u7a7a\u95f4\u7684\u91cd\u91cd\u54c1\u8d28\u5185\u6db5", | |
| "ref_norm": "\u6df1 \u60c5 \u6f14 \u7ece \u5357 \u5317 \u901a \u900f \u6d0b \u623f \u7a7a \u95f4 \u7684 \u91cd \u91cd \u91cd \u54c1 \u8d28 \u5185 \u6db5", | |
| "hyp_norm": "\u6df1 \u60c5 \u4e5f \u4ee5 \u5357 \u5317 \u901a \u900f \u626c \u5e06 \u7a7a \u95f4 \u7684 \u91cd \u91cd \u54c1 \u8d28 \u5185 \u6db5", | |
| "audio_duration_s": 5.605333333333333, | |
| "latency_s": 0.14569257944822311, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004637-00000065", | |
| "is_success": true, | |
| "wer": 0.25, | |
| "ref_text": "\u6df1\u60c5\u6f14\u7ece\u5357\u5317\u901a\u900f\u6d0b\u623f\u7a7a\u95f4\u7684\uff0c\u91cd\u91cd\u91cd\u54c1\u8d28\u5185\u6db5\u3002", | |
| "hyp_text": "\u6df1\u60c5\u4e5f\u4ee5\u5357\u5317\u901a\u900f\u626c\u5e06\u7a7a\u95f4\u7684\u91cd\u91cd\u54c1\u8d28\u5185\u6db5", | |
| "ref_norm": "\u6df1 \u60c5 \u6f14 \u7ece \u5357 \u5317 \u901a \u900f \u6d0b \u623f \u7a7a \u95f4 \u7684 \u91cd \u91cd \u91cd \u54c1 \u8d28 \u5185 \u6db5", | |
| "hyp_norm": "\u6df1 \u60c5 \u4e5f \u4ee5 \u5357 \u5317 \u901a \u900f \u626c \u5e06 \u7a7a \u95f4 \u7684 \u91cd \u91cd \u54c1 \u8d28 \u5185 \u6db5", | |
| "audio_duration_s": 5.605333333333333, | |
| "latency_s": 0.13454985618591309, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004638-00000047", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7a7a\u6c14\u8d28\u91cf\u5e38\u5e74\u7a33\u5b9a\u5728\u56fd\u5bb6\u4e8c\u7ea7\u6807\u51c6\u4ee5\u4e0a\u3002", | |
| "hyp_text": "\u7a7a\u6c14\u8d28\u91cf\u5e38\u5e74\u7a33\u5b9a\u5728\u56fd\u5bb6\u4e8c\u7ea7\u6807\u51c6\u4ee5\u4e0a", | |
| "ref_norm": "\u7a7a \u6c14 \u8d28 \u91cf \u5e38 \u5e74 \u7a33 \u5b9a \u5728 \u56fd \u5bb6 \u4e8c \u7ea7 \u6807 \u51c6 \u4ee5 \u4e0a", | |
| "hyp_norm": "\u7a7a \u6c14 \u8d28 \u91cf \u5e38 \u5e74 \u7a33 \u5b9a \u5728 \u56fd \u5bb6 \u4e8c \u7ea7 \u6807 \u51c6 \u4ee5 \u4e0a", | |
| "audio_duration_s": 4.085333333333334, | |
| "latency_s": 0.12574900686740875, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004638-00000058", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u7a7a\u6c14\u8d28\u91cf\u5e38\u5e74\u7a33\u5b9a\u5728\u56fd\u5bb6\u4e8c\u7ea7\u6807\u51c6\u4ee5\u4e0a\u3002", | |
| "hyp_text": "\u7a7a\u6c14\u8d28\u91cf\u5e38\u5e74\u7a33\u5b9a\u5728\u56fd\u5bb6\u4e8c\u7ea7\u6807\u51c6\u4ee5\u4e0a", | |
| "ref_norm": "\u7a7a \u6c14 \u8d28 \u91cf \u5e38 \u5e74 \u7a33 \u5b9a \u5728 \u56fd \u5bb6 \u4e8c \u7ea7 \u6807 \u51c6 \u4ee5 \u4e0a", | |
| "hyp_norm": "\u7a7a \u6c14 \u8d28 \u91cf \u5e38 \u5e74 \u7a33 \u5b9a \u5728 \u56fd \u5bb6 \u4e8c \u7ea7 \u6807 \u51c6 \u4ee5 \u4e0a", | |
| "audio_duration_s": 4.085333333333334, | |
| "latency_s": 0.13010625541210175, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004639-00000026", | |
| "is_success": true, | |
| "wer": 0.058823529411764705, | |
| "ref_text": "\u5370\u5ea6\u7ed9\u8d8a\u5357\u63d0\u4f9b\u4e86\u4e94\u4ebf\u7f8e\u5143\u7684\u4fe1\u8d37\u989d\u5ea6\u3002", | |
| "hyp_text": "\u5370\u5ea6\u7ed9\u8d8a\u5357\u63d0\u4f9b\u4e865\u4ebf\u7f8e\u5143\u7684\u4fe1\u8d37\u989d\u5ea6", | |
| "ref_norm": "\u5370 \u5ea6 \u7ed9 \u8d8a \u5357 \u63d0 \u4f9b \u4e86 \u4e94 \u4ebf \u7f8e \u5143 \u7684 \u4fe1 \u8d37 \u989d \u5ea6", | |
| "hyp_norm": "\u5370 \u5ea6 \u7ed9 \u8d8a \u5357 \u63d0 \u4f9b \u4e86 5 \u4ebf \u7f8e \u5143 \u7684 \u4fe1 \u8d37 \u989d \u5ea6", | |
| "audio_duration_s": 4.634666666666667, | |
| "latency_s": 0.12740723229944706, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004639-00000047", | |
| "is_success": true, | |
| "wer": 0.058823529411764705, | |
| "ref_text": "\u5370\u5ea6\u7ed9\u8d8a\u5357\u63d0\u4f9b\u4e86\u4e94\u4ebf\u7f8e\u5143\u7684\u4fe1\u8d37\u989d\u5ea6\u3002", | |
| "hyp_text": "\u5370\u5ea6\u7ed9\u8d8a\u5357\u63d0\u4f9b\u4e865\u4ebf\u7f8e\u5143\u7684\u4fe1\u8d37\u989d\u5ea6", | |
| "ref_norm": "\u5370 \u5ea6 \u7ed9 \u8d8a \u5357 \u63d0 \u4f9b \u4e86 \u4e94 \u4ebf \u7f8e \u5143 \u7684 \u4fe1 \u8d37 \u989d \u5ea6", | |
| "hyp_norm": "\u5370 \u5ea6 \u7ed9 \u8d8a \u5357 \u63d0 \u4f9b \u4e86 5 \u4ebf \u7f8e \u5143 \u7684 \u4fe1 \u8d37 \u989d \u5ea6", | |
| "audio_duration_s": 4.634666666666667, | |
| "latency_s": 0.13054900337010622, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004640-00000097", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5bd2\u51b7\u7684\u51ac\u5929\u65e9\u6668\uff0c\u8131\u4e0b\u624b\u5957\uff0c\u628a\u8033\u6735\u9760\u8fd1\u3002", | |
| "hyp_text": "\u5bd2\u51b7\u7684\u51ac\u5929\u65e9\u6668\u8131\u4e0b\u624b\u5957\u628a\u8033\u6735\u9760\u8fd1", | |
| "ref_norm": "\u5bd2 \u51b7 \u7684 \u51ac \u5929 \u65e9 \u6668 \u8131 \u4e0b \u624b \u5957 \u628a \u8033 \u6735 \u9760 \u8fd1", | |
| "hyp_norm": "\u5bd2 \u51b7 \u7684 \u51ac \u5929 \u65e9 \u6668 \u8131 \u4e0b \u624b \u5957 \u628a \u8033 \u6735 \u9760 \u8fd1", | |
| "audio_duration_s": 4.8373333333333335, | |
| "latency_s": 0.14373721182346344, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004640-00000061", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5bd2\u51b7\u7684\u51ac\u5929\u65e9\u6668\uff0c\u8131\u4e0b\u624b\u5957\uff0c\u628a\u8033\u6735\u9760\u8fd1\u3002", | |
| "hyp_text": "\u5bd2\u51b7\u7684\u51ac\u5929\u65e9\u6668\u8131\u4e0b\u624b\u5957\u628a\u8033\u6735\u9760\u8fd1", | |
| "ref_norm": "\u5bd2 \u51b7 \u7684 \u51ac \u5929 \u65e9 \u6668 \u8131 \u4e0b \u624b \u5957 \u628a \u8033 \u6735 \u9760 \u8fd1", | |
| "hyp_norm": "\u5bd2 \u51b7 \u7684 \u51ac \u5929 \u65e9 \u6668 \u8131 \u4e0b \u624b \u5957 \u628a \u8033 \u6735 \u9760 \u8fd1", | |
| "audio_duration_s": 4.8373333333333335, | |
| "latency_s": 0.1563054220750928, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004641-00000036", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5982\u679c\u80fd\u5904\u7406\u597d\uff0c\u7ecf\u5e38\u96c7\u4e3b\u662f\u4e0d\u613f\u4ed8\u52a0\u73ed\u8d39\u7684\u3002", | |
| "hyp_text": "\u5982\u679c\u80fd\u5904\u7406\u597d\u7ecf\u5e38\u96c7\u4e3b\u662f\u4e0d\u613f\u4ed8\u52a0\u73ed\u8d39\u7684", | |
| "ref_norm": "\u5982 \u679c \u80fd \u5904 \u7406 \u597d \u7ecf \u5e38 \u96c7 \u4e3b \u662f \u4e0d \u613f \u4ed8 \u52a0 \u73ed \u8d39 \u7684", | |
| "hyp_norm": "\u5982 \u679c \u80fd \u5904 \u7406 \u597d \u7ecf \u5e38 \u96c7 \u4e3b \u662f \u4e0d \u613f \u4ed8 \u52a0 \u73ed \u8d39 \u7684", | |
| "audio_duration_s": 6.565333333333333, | |
| "latency_s": 0.16503633372485638, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004641-00000009", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u5982\u679c\u80fd\u5904\u7406\u597d\uff0c\u7ecf\u5e38\u96c7\u4e3b\u662f\u4e0d\u613f\u4ed8\u52a0\u73ed\u8d39\u7684\u3002", | |
| "hyp_text": "\u5982\u679c\u80fd\u5904\u7406\u597d\u7ecf\u5e38\u96c7\u4e3b\u662f\u4e0d\u613f\u4ed8\u52a0\u73ed\u8d39\u7684", | |
| "ref_norm": "\u5982 \u679c \u80fd \u5904 \u7406 \u597d \u7ecf \u5e38 \u96c7 \u4e3b \u662f \u4e0d \u613f \u4ed8 \u52a0 \u73ed \u8d39 \u7684", | |
| "hyp_norm": "\u5982 \u679c \u80fd \u5904 \u7406 \u597d \u7ecf \u5e38 \u96c7 \u4e3b \u662f \u4e0d \u613f \u4ed8 \u52a0 \u73ed \u8d39 \u7684", | |
| "audio_duration_s": 6.565333333333333, | |
| "latency_s": 0.1555838380008936, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004642-00000058", | |
| "is_success": true, | |
| "wer": 0.09523809523809523, | |
| "ref_text": "\u4f60\u53eb\u677e\u677e\u8001\u7238\uff0c\u4e00\u53eb\u8fd9\u540d\u5b57\u4f60\u5c31\u957f\u4e00\u8f88\u554a\uff0c\u5360\u4fbf\u5b9c\u554a\u3002", | |
| "hyp_text": "\u4f60\u53eb\u677e\u677e\u8001\u7238\u4e00\u53eb\u8fd9\u540d\u5b57\u4f60\u5c31\u6da8\u4e00\u500d\u554a \u5360\u4fbf\u5b9c\u554a", | |
| "ref_norm": "\u4f60 \u53eb \u677e \u677e \u8001 \u7238 \u4e00 \u53eb \u8fd9 \u540d \u5b57 \u4f60 \u5c31 \u957f \u4e00 \u8f88 \u554a \u5360 \u4fbf \u5b9c \u554a", | |
| "hyp_norm": "\u4f60 \u53eb \u677e \u677e \u8001 \u7238 \u4e00 \u53eb \u8fd9 \u540d \u5b57 \u4f60 \u5c31 \u6da8 \u4e00 \u500d \u554a \u5360 \u4fbf \u5b9c \u554a", | |
| "audio_duration_s": 4.794666666666667, | |
| "latency_s": 0.1688432963564992, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004642-00000093", | |
| "is_success": true, | |
| "wer": 0.09523809523809523, | |
| "ref_text": "\u4f60\u53eb\u677e\u677e\u8001\u7238\uff0c\u4e00\u53eb\u8fd9\u540d\u5b57\u4f60\u5c31\u957f\u4e00\u8f88\u554a\uff0c\u5360\u4fbf\u5b9c\u554a\u3002", | |
| "hyp_text": "\u4f60\u53eb\u677e\u677e\u8001\u7238\u4e00\u53eb\u8fd9\u540d\u5b57\u4f60\u5c31\u6da8\u4e00\u500d\u554a \u5360\u4fbf\u5b9c\u554a", | |
| "ref_norm": "\u4f60 \u53eb \u677e \u677e \u8001 \u7238 \u4e00 \u53eb \u8fd9 \u540d \u5b57 \u4f60 \u5c31 \u957f \u4e00 \u8f88 \u554a \u5360 \u4fbf \u5b9c \u554a", | |
| "hyp_norm": "\u4f60 \u53eb \u677e \u677e \u8001 \u7238 \u4e00 \u53eb \u8fd9 \u540d \u5b57 \u4f60 \u5c31 \u6da8 \u4e00 \u500d \u554a \u5360 \u4fbf \u5b9c \u554a", | |
| "audio_duration_s": 4.794666666666667, | |
| "latency_s": 0.19432285148650408, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004643-00000019", | |
| "is_success": true, | |
| "wer": 0.045454545454545456, | |
| "ref_text": "\u53e6\u4e00\u4e2a\u4e2d\u5e74\u5973\u4eba\uff0c\u8d1f\u8d23\u5c06\u716e\u597d\u7684\u9e2d\u8840\u7c89\u4e1d\u6c64\u7aef\u7ed9\u5ba2\u4eba\u3002", | |
| "hyp_text": "\u53e6\u4e00\u4e2a\u4e2d\u5e74\u5973\u4eba\u8d1f\u8d23\u5c06\u716e\u597d\u7684\u9e2d\u8840\u7c89\u4e1d\u644a\u7aef\u7ed9\u5ba2\u4eba\u3002", | |
| "ref_norm": "\u53e6 \u4e00 \u4e2a \u4e2d \u5e74 \u5973 \u4eba \u8d1f \u8d23 \u5c06 \u716e \u597d \u7684 \u9e2d \u8840 \u7c89 \u4e1d \u6c64 \u7aef \u7ed9 \u5ba2 \u4eba", | |
| "hyp_norm": "\u53e6 \u4e00 \u4e2a \u4e2d \u5e74 \u5973 \u4eba \u8d1f \u8d23 \u5c06 \u716e \u597d \u7684 \u9e2d \u8840 \u7c89 \u4e1d \u644a \u7aef \u7ed9 \u5ba2 \u4eba", | |
| "audio_duration_s": 5.002666666666666, | |
| "latency_s": 0.19555149506777525, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004643-00000072", | |
| "is_success": true, | |
| "wer": 0.045454545454545456, | |
| "ref_text": "\u53e6\u4e00\u4e2a\u4e2d\u5e74\u5973\u4eba\uff0c\u8d1f\u8d23\u5c06\u716e\u597d\u7684\u9e2d\u8840\u7c89\u4e1d\u6c64\u7aef\u7ed9\u5ba2\u4eba\u3002", | |
| "hyp_text": "\u53e6\u4e00\u4e2a\u4e2d\u5e74\u5973\u4eba\u8d1f\u8d23\u5c06\u716e\u597d\u7684\u9e2d\u8840\u7c89\u4e1d\u644a\u7aef\u7ed9\u5ba2\u4eba\u3002", | |
| "ref_norm": "\u53e6 \u4e00 \u4e2a \u4e2d \u5e74 \u5973 \u4eba \u8d1f \u8d23 \u5c06 \u716e \u597d \u7684 \u9e2d \u8840 \u7c89 \u4e1d \u6c64 \u7aef \u7ed9 \u5ba2 \u4eba", | |
| "hyp_norm": "\u53e6 \u4e00 \u4e2a \u4e2d \u5e74 \u5973 \u4eba \u8d1f \u8d23 \u5c06 \u716e \u597d \u7684 \u9e2d \u8840 \u7c89 \u4e1d \u644a \u7aef \u7ed9 \u5ba2 \u4eba", | |
| "audio_duration_s": 5.002666666666666, | |
| "latency_s": 0.21669042948633432, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004644-00000061", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u800c\u4e14\u8bf4\u91d1\u8001\u7237\u5bb6\u5f15\u4ee5\u4e3a\u50b2\u7684\u9ad8\u697c\u4e0d\u5409\u7965\u3002", | |
| "hyp_text": "\u800c\u4e14\u8bf4\u91d1\u8001\u7237\u5bb6\u5f15\u4ee5\u4e3a\u50b2\u7684\u9ad8\u697c\u4e0d\u5409\u7965", | |
| "ref_norm": "\u800c \u4e14 \u8bf4 \u91d1 \u8001 \u7237 \u5bb6 \u5f15 \u4ee5 \u4e3a \u50b2 \u7684 \u9ad8 \u697c \u4e0d \u5409 \u7965", | |
| "hyp_norm": "\u800c \u4e14 \u8bf4 \u91d1 \u8001 \u7237 \u5bb6 \u5f15 \u4ee5 \u4e3a \u50b2 \u7684 \u9ad8 \u697c \u4e0d \u5409 \u7965", | |
| "audio_duration_s": 4.565333333333333, | |
| "latency_s": 0.13940068893134594, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004644-00000085", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u800c\u4e14\u8bf4\u91d1\u8001\u7237\u5bb6\u5f15\u4ee5\u4e3a\u50b2\u7684\u9ad8\u697c\u4e0d\u5409\u7965\u3002", | |
| "hyp_text": "\u800c\u4e14\u8bf4\u91d1\u8001\u7237\u5bb6\u5f15\u4ee5\u4e3a\u50b2\u7684\u9ad8\u697c\u4e0d\u5409\u7965", | |
| "ref_norm": "\u800c \u4e14 \u8bf4 \u91d1 \u8001 \u7237 \u5bb6 \u5f15 \u4ee5 \u4e3a \u50b2 \u7684 \u9ad8 \u697c \u4e0d \u5409 \u7965", | |
| "hyp_norm": "\u800c \u4e14 \u8bf4 \u91d1 \u8001 \u7237 \u5bb6 \u5f15 \u4ee5 \u4e3a \u50b2 \u7684 \u9ad8 \u697c \u4e0d \u5409 \u7965", | |
| "audio_duration_s": 4.565333333333333, | |
| "latency_s": 0.13559478055685759, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004645-00000057", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6709\u65f6\u7403\u8be5\u5f80\u7403\u95e8\u91cc\u8e22\uff0c\u4ed6\u4f1a\u4e00\u811a\u8e22\u5230\u754c\u5916\u53bb\u3002", | |
| "hyp_text": "\u6709\u65f6\u7403\u8be5\u5f80\u7403\u95e8\u91cc\u8e22,\u4ed6\u4f1a\u4e00\u811a\u8e22\u5230\u754c\u5916\u53bb\u3002", | |
| "ref_norm": "\u6709 \u65f6 \u7403 \u8be5 \u5f80 \u7403 \u95e8 \u91cc \u8e22 \u4ed6 \u4f1a \u4e00 \u811a \u8e22 \u5230 \u754c \u5916 \u53bb", | |
| "hyp_norm": "\u6709 \u65f6 \u7403 \u8be5 \u5f80 \u7403 \u95e8 \u91cc \u8e22 \u4ed6 \u4f1a \u4e00 \u811a \u8e22 \u5230 \u754c \u5916 \u53bb", | |
| "audio_duration_s": 4.698666666666667, | |
| "latency_s": 0.1728573115542531, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004645-00000061", | |
| "is_success": true, | |
| "wer": 0.0, | |
| "ref_text": "\u6709\u65f6\u7403\u8be5\u5f80\u7403\u95e8\u91cc\u8e22\uff0c\u4ed6\u4f1a\u4e00\u811a\u8e22\u5230\u754c\u5916\u53bb\u3002", | |
| "hyp_text": "\u6709\u65f6\u7403\u8be5\u5f80\u7403\u95e8\u91cc\u8e22,\u4ed6\u4f1a\u4e00\u811a\u8e22\u5230\u754c\u5916\u53bb\u3002", | |
| "ref_norm": "\u6709 \u65f6 \u7403 \u8be5 \u5f80 \u7403 \u95e8 \u91cc \u8e22 \u4ed6 \u4f1a \u4e00 \u811a \u8e22 \u5230 \u754c \u5916 \u53bb", | |
| "hyp_norm": "\u6709 \u65f6 \u7403 \u8be5 \u5f80 \u7403 \u95e8 \u91cc \u8e22 \u4ed6 \u4f1a \u4e00 \u811a \u8e22 \u5230 \u754c \u5916 \u53bb", | |
| "audio_duration_s": 4.698666666666667, | |
| "latency_s": 0.17097817547619343, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004646-00000069", | |
| "is_success": true, | |
| "wer": 0.13333333333333333, | |
| "ref_text": "\u4eca\u5929\u767d\u5929\u964d\u96ea\u8303\u56f4\u5feb\u901f\u5411\u9102\u4e1c\u6269\u5c55\u3002", | |
| "hyp_text": "\u4eca\u5929\u767d\u5929\u964d\u96ea\u8303\u56f4\u5feb\u901f\u5411\u6076\u51ac\u6269\u5c55", | |
| "ref_norm": "\u4eca \u5929 \u767d \u5929 \u964d \u96ea \u8303 \u56f4 \u5feb \u901f \u5411 \u9102 \u4e1c \u6269 \u5c55", | |
| "hyp_norm": "\u4eca \u5929 \u767d \u5929 \u964d \u96ea \u8303 \u56f4 \u5feb \u901f \u5411 \u6076 \u51ac \u6269 \u5c55", | |
| "audio_duration_s": 4.586666666666667, | |
| "latency_s": 0.15517370775341988, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004646-00000076", | |
| "is_success": true, | |
| "wer": 0.13333333333333333, | |
| "ref_text": "\u4eca\u5929\u767d\u5929\u964d\u96ea\u8303\u56f4\u5feb\u901f\u5411\u9102\u4e1c\u6269\u5c55\u3002", | |
| "hyp_text": "\u4eca\u5929\u767d\u5929\u964d\u96ea\u8303\u56f4\u5feb\u901f\u5411\u6076\u51ac\u6269\u5c55", | |
| "ref_norm": "\u4eca \u5929 \u767d \u5929 \u964d \u96ea \u8303 \u56f4 \u5feb \u901f \u5411 \u9102 \u4e1c \u6269 \u5c55", | |
| "hyp_norm": "\u4eca \u5929 \u767d \u5929 \u964d \u96ea \u8303 \u56f4 \u5feb \u901f \u5411 \u6076 \u51ac \u6269 \u5c55", | |
| "audio_duration_s": 4.586666666666667, | |
| "latency_s": 0.13445258606225252, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004648-00000007", | |
| "is_success": true, | |
| "wer": 0.05555555555555555, | |
| "ref_text": "\u53e6\u5916\u6839\u636e\u4e2d\u592e\u6c14\u8c61\u53f0\u7684\u672a\u6765\u4e03\u5929\u964d\u96e8\u9884\u62a5\u3002", | |
| "hyp_text": "\u53e6\u5916\u6839\u636e\u4e2d\u592e\u6c14\u8c61\u53f0\u7684\u672a\u67657\u5929\u964d\u96e8\u9884\u62a5", | |
| "ref_norm": "\u53e6 \u5916 \u6839 \u636e \u4e2d \u592e \u6c14 \u8c61 \u53f0 \u7684 \u672a \u6765 \u4e03 \u5929 \u964d \u96e8 \u9884 \u62a5", | |
| "hyp_norm": "\u53e6 \u5916 \u6839 \u636e \u4e2d \u592e \u6c14 \u8c61 \u53f0 \u7684 \u672a \u6765 7 \u5929 \u964d \u96e8 \u9884 \u62a5", | |
| "audio_duration_s": 4.0906666666666665, | |
| "latency_s": 0.14478421956300735, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004648-00000012", | |
| "is_success": true, | |
| "wer": 0.05555555555555555, | |
| "ref_text": "\u53e6\u5916\u6839\u636e\u4e2d\u592e\u6c14\u8c61\u53f0\u7684\u672a\u6765\u4e03\u5929\u964d\u96e8\u9884\u62a5\u3002", | |
| "hyp_text": "\u53e6\u5916\u6839\u636e\u4e2d\u592e\u6c14\u8c61\u53f0\u7684\u672a\u67657\u5929\u964d\u96e8\u9884\u62a5", | |
| "ref_norm": "\u53e6 \u5916 \u6839 \u636e \u4e2d \u592e \u6c14 \u8c61 \u53f0 \u7684 \u672a \u6765 \u4e03 \u5929 \u964d \u96e8 \u9884 \u62a5", | |
| "hyp_norm": "\u53e6 \u5916 \u6839 \u636e \u4e2d \u592e \u6c14 \u8c61 \u53f0 \u7684 \u672a \u6765 7 \u5929 \u964d \u96e8 \u9884 \u62a5", | |
| "audio_duration_s": 4.0906666666666665, | |
| "latency_s": 0.13343019504100084, | |
| "error": "" | |
| }, | |
| { | |
| "id": "00004649-00000029", | |
| "is_success": true, | |
| "wer": 0.07142857142857142, | |
| "ref_text": "\u6b63\u5728\u627e\u67e5\u627e\u8bbe\u5907\uff0c\u661f\u671f\u4e94\u542c\u6765\u4e0d\u9519\u3002", | |
| "hyp_text": "\u6b63\u5728\u67e5\u627e\u8bbe\u5907\u661f\u671f\u4e94\u542c\u6765\u4e0d\u9519", | |
| "ref_norm": "\u6b63 \u5728 \u627e \u67e5 \u627e \u8bbe \u5907 \u661f \u671f \u4e94 \u542c \u6765 \u4e0d \u9519", | |
| "hyp_norm": "\u6b63 \u5728 \u67e5 \u627e \u8bbe \u5907 \u661f \u671f \u4e94 \u542c \u6765 \u4e0d \u9519", | |
| "audio_duration_s": 4.896, | <