Repository Analysis

k2-fsa/OmniVoice

High-Quality Voice Cloning TTS for 600+ Languages

23.5 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of k2-fsa/OmniVoice, a Python project with 8,223 GitHub stars. SynthScan v2.0 examined 16,800 lines of code across 75 source files, recording 222 pattern matches distributed across 12 syntactic categories. The overall adjusted score of 23.5 places this repository in the Moderate AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

23.5
Adjusted Score
23.5
Raw Score
100%
Time Factor
2026-07-13
Last Push
8.2K
Stars
Python
Language
16.8K
Lines of Code
75
Files
222
Pattern Hits
2026-07-14
Scan Date
0.16
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 0HIGH 12MEDIUM 63LOW 147

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 222 distinct pattern matches across 12 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Decorative Section Separators62 hits · 186 pts
SeverityFileLineSnippetContext
MEDIUMomnivoice/utils/duration.py33 # ==========================================COMMENT
MEDIUMomnivoice/utils/duration.py35 # ==========================================COMMENT
MEDIUMomnivoice/utils/duration.py68 # ==========================================COMMENT
MEDIUMomnivoice/utils/duration.py70 # ==========================================COMMENT
MEDIUMomnivoice/utils/duration.py252# ==========================================COMMENT
MEDIUMomnivoice/utils/duration.py254# ==========================================COMMENT
MEDIUMomnivoice/utils/audio.py40# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/utils/audio.py42# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/utils/audio.py124# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/utils/audio.py126# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/models/omnivoice.py111# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/models/omnivoice.py113# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/models/omnivoice.py186# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/models/omnivoice.py188# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/models/omnivoice.py330 # -------------------------------------------------------------------COMMENT
MEDIUMomnivoice/models/omnivoice.py332 # -------------------------------------------------------------------COMMENT
MEDIUMomnivoice/models/omnivoice.py513 # -------------------------------------------------------------------COMMENT
MEDIUMomnivoice/models/omnivoice.py515 # -------------------------------------------------------------------COMMENT
MEDIUMomnivoice/models/omnivoice.py1368# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/models/omnivoice.py1370# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/models/omnivoice.py1635# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/models/omnivoice.py1637# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/cli/demo.py39# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/cli/demo.py41# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/cli/demo.py45# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/cli/demo.py47# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/cli/demo.py100# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/cli/demo.py102# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/cli/demo.py147# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/cli/demo.py149# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/cli/demo.py219 # =====================================================================COMMENT
MEDIUMomnivoice/cli/demo.py221 # =====================================================================COMMENT
MEDIUMomnivoice/cli/demo.py312 # ==============================================================STRING
MEDIUMomnivoice/cli/demo.py314 # ==============================================================STRING
MEDIUMomnivoice/cli/demo.py397 # ==============================================================STRING
MEDIUMomnivoice/cli/demo.py399 # ==============================================================STRING
MEDIUMomnivoice/cli/demo.py497# ---------------------------------------------------------------------------STRING
MEDIUMomnivoice/cli/demo.py499# ---------------------------------------------------------------------------STRING
MEDIUMomnivoice/scripts/denoise_audio.py220# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/scripts/denoise_audio.py222# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/scripts/denoise_audio.py400# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/scripts/denoise_audio.py402# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/scripts/denoise_audio.py471# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/scripts/denoise_audio.py473# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/scripts/denoise_audio.py519# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/scripts/denoise_audio.py521# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/scripts/denoise_audio.py736# ---------------------------------------------------------------------------COMMENT
MEDIUMomnivoice/scripts/denoise_audio.py738# ---------------------------------------------------------------------------COMMENT
MEDIUMexamples/run_emilia.sh40# =================================COMMENT
MEDIUMexamples/run_finetune.sh38# =================================COMMENT
MEDIUMexamples/run_eval.sh63# ============================================================COMMENT
MEDIUMexamples/run_eval.sh65# ============================================================COMMENT
MEDIUMexamples/run_eval.sh111# ============================================================COMMENT
MEDIUMexamples/run_eval.sh113# ============================================================COMMENT
MEDIUMexamples/run_eval.sh147# ============================================================COMMENT
MEDIUMexamples/run_eval.sh149# ============================================================COMMENT
MEDIUMexamples/run_eval.sh183# ============================================================COMMENT
MEDIUMexamples/run_eval.sh185# ============================================================COMMENT
MEDIUMexamples/run_eval.sh220# ============================================================COMMENT
MEDIUMexamples/run_eval.sh222# ============================================================COMMENT
2 more matches not shown…
Excessive Try-Catch Wrapping52 hits · 51 pts
SeverityFileLineSnippetContext
LOWomnivoice/utils/audio.py59 except Exception:CODE
LOWomnivoice/utils/audio.py106 except Exception:CODE
LOWomnivoice/cli/infer_batch.py510 except Exception as e:CODE
LOWomnivoice/cli/demo.py210 except Exception as e:CODE
LOWomnivoice/scripts/extract_audio_tokens.py256 except Exception as e:CODE
LOWomnivoice/scripts/extract_audio_tokens.py317 except Exception as e:CODE
LOWomnivoice/scripts/extract_audio_tokens.py506 except Exception as exc:CODE
LOWomnivoice/scripts/extract_audio_tokens.py579 except Exception:CODE
LOWomnivoice/scripts/denoise_audio.py608 except Exception as e:CODE
LOWomnivoice/scripts/denoise_audio.py671 except Exception:CODE
LOWomnivoice/scripts/denoise_audio.py931 except Exception as exc:CODE
LOWomnivoice/scripts/denoise_audio.py1003 except Exception:CODE
LOWomnivoice/scripts/jsonl_to_webdataset.py192 except Exception as e:CODE
LOWomnivoice/scripts/jsonl_to_webdataset.py406 except Exception as e:CODE
MEDIUMomnivoice/scripts/jsonl_to_webdataset.py426 print(f"Error details: {error_log_path}")CODE
LOWomnivoice/scripts/extract_audio_tokens_add_noise.py332 except Exception as e:CODE
LOWomnivoice/scripts/extract_audio_tokens_add_noise.py343 except Exception as e:CODE
LOWomnivoice/scripts/extract_audio_tokens_add_noise.py378 except Exception as e:CODE
LOWomnivoice/scripts/extract_audio_tokens_add_noise.py444 except Exception as e:CODE
LOWomnivoice/scripts/extract_audio_tokens_add_noise.py505 except Exception as e:CODE
LOWomnivoice/scripts/extract_audio_tokens_add_noise.py699 except Exception as exc:CODE
LOWomnivoice/scripts/extract_audio_tokens_add_noise.py777 except Exception:CODE
LOWomnivoice/eval/mos/utmos.py128 except Exception as e:CODE
LOWomnivoice/eval/mos/utmos.py158 except Exception as e:CODE
LOWomnivoice/eval/mos/utmos.py198 except Exception as e:CODE
LOWomnivoice/eval/speaker_similarity/sim.py181 except Exception as e:CODE
LOWomnivoice/eval/wer/sensevoice.py138 except Exception:CODE
LOWomnivoice/eval/wer/sensevoice.py157 except Exception as e:CODE
LOWomnivoice/eval/wer/sensevoice.py223 except Exception:CODE
LOWomnivoice/eval/wer/sensevoice.py308 except Exception as e:CODE
LOWomnivoice/eval/wer/minimax.py192 except Exception:CODE
LOWomnivoice/eval/wer/minimax.py212 except Exception as e:CODE
LOWomnivoice/eval/wer/minimax.py227 except Exception as e:CODE
LOWomnivoice/eval/wer/minimax.py326 except Exception:CODE
LOWomnivoice/eval/wer/minimax.py367 except Exception:CODE
LOWomnivoice/eval/wer/minimax.py483 except Exception as e:CODE
LOWomnivoice/eval/wer/minimax.py514 except Exception as e:CODE
LOWomnivoice/eval/wer/fleurs.py221 except Exception as e:STRING
LOWomnivoice/eval/wer/fleurs.py237 except Exception:STRING
LOWomnivoice/eval/wer/fleurs.py251 except Exception as e:STRING
LOWomnivoice/eval/wer/fleurs.py319 except Exception:STRING
LOWomnivoice/eval/wer/fleurs.py423 except Exception as e:STRING
LOWomnivoice/eval/wer/hubert.py103 except Exception:CODE
LOWomnivoice/eval/wer/hubert.py116 except Exception as e:CODE
LOWomnivoice/eval/wer/hubert.py193 except Exception:CODE
LOWomnivoice/eval/wer/seedtts.py195 except Exception:CODE
LOWomnivoice/eval/wer/seedtts.py211 except Exception as e:CODE
LOWomnivoice/eval/wer/seedtts.py274 except Exception:CODE
LOWomnivoice/eval/wer/seedtts.py353 except Exception as e:CODE
LOWomnivoice/data/batching.py97 except Exception as e:CODE
LOWomnivoice/data/batching.py168 except Exception as e:CODE
LOWomnivoice/data/dataset.py437 except Exception as e:CODE
Cross-File Repetition10 hits · 50 pts
SeverityFileLineSnippetContext
HIGHomnivoice/scripts/extract_audio_tokens.py0convert tensors and numpy scalars to serialisable python objects.STRING
HIGHomnivoice/scripts/denoise_audio.py0convert tensors and numpy scalars to serialisable python objects.STRING
HIGHomnivoice/scripts/extract_audio_tokens_add_noise.py0convert tensors and numpy scalars to serialisable python objects.STRING
HIGHomnivoice/eval/wer/minimax.py0cleans and normalizes text for wer calculation. args: text (str): the input text to be processed. returns: str: the cleaSTRING
HIGHomnivoice/eval/wer/fleurs.py0cleans and normalizes text for wer calculation. args: text (str): the input text to be processed. returns: str: the cleaSTRING
HIGHomnivoice/eval/wer/seedtts.py0cleans and normalizes text for wer calculation. args: text (str): the input text to be processed. returns: str: the cleaSTRING
HIGHomnivoice/eval/wer/hubert.py0cleans and normalizes text for wer calculation. args: text (str): the input text to be processed. returns: str: the cleaSTRING
HIGHomnivoice/eval/wer/minimax.py0worker function to process a chunk of data. uses the global worker_pipe initialized by process_init.STRING
HIGHomnivoice/eval/wer/fleurs.py0worker function to process a chunk of data. uses the global worker_pipe initialized by process_init.STRING
HIGHomnivoice/eval/wer/seedtts.py0worker function to process a chunk of data. uses the global worker_pipe initialized by process_init.STRING
Over-Commented Block36 hits · 36 pts
SeverityFileLineSnippetContext
LOWomnivoice/training/config.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/training/checkpoint.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/training/builder.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/training/trainer.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/utils/duration.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/utils/data_utils.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/utils/common.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/utils/text.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/utils/audio.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/utils/lang_map.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/utils/voice_design.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/models/omnivoice.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/cli/train.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/cli/infer_batch.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/cli/demo.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/scripts/extract_audio_tokens.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/scripts/denoise_audio.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/scripts/denoise_audio.py521# ---------------------------------------------------------------------------COMMENT
LOWomnivoice/scripts/jsonl_to_webdataset.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/scripts/extract_audio_tokens_add_noise.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/eval/utils.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/eval/mos/utmos.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/eval/models/utmos.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/eval/models/ecapa_tdnn_wavlm.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/eval/speaker_similarity/sim.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/eval/wer/sensevoice.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/eval/wer/minimax.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/eval/wer/common.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/eval/wer/fleurs.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/eval/wer/hubert.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/eval/wer/seedtts.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/data/batching.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/data/collator.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/data/processor.py1#!/usr/bin/env python3COMMENT
LOWomnivoice/data/dataset.py1#!/usr/bin/env python3COMMENT
LOWexamples/run_emilia.sh41COMMENT
Deep Nesting20 hits · 20 pts
SeverityFileLineSnippetContext
LOWomnivoice/training/checkpoint.py85CODE
LOWomnivoice/training/trainer.py247CODE
LOWomnivoice/utils/text.py119CODE
LOWomnivoice/cli/infer_batch.py408CODE
LOWomnivoice/cli/demo.py152CODE
LOWomnivoice/scripts/extract_audio_tokens.py322CODE
LOWomnivoice/scripts/denoise_audio.py741CODE
LOWomnivoice/scripts/denoise_audio.py427CODE
LOWomnivoice/scripts/jsonl_to_webdataset.py196CODE
LOWomnivoice/scripts/jsonl_to_webdataset.py273CODE
LOWomnivoice/scripts/extract_audio_tokens_add_noise.py510CODE
LOWomnivoice/eval/mos/utmos.py166CODE
LOWomnivoice/eval/speaker_similarity/sim.py186CODE
LOWomnivoice/eval/wer/sensevoice.py230CODE
LOWomnivoice/eval/wer/minimax.py374CODE
LOWomnivoice/eval/wer/fleurs.py328CODE
LOWomnivoice/eval/wer/seedtts.py216CODE
LOWomnivoice/eval/wer/seedtts.py283CODE
LOWomnivoice/data/dataset.py63CODE
LOWomnivoice/data/dataset.py219CODE
Hyper-Verbose Identifiers17 hits · 17 pts
SeverityFileLineSnippetContext
LOWomnivoice/training/builder.py55def build_model_and_tokenizer(CODE
LOWomnivoice/training/trainer.py165 def create_optimizer_and_scheduler(self):CODE
LOWomnivoice/utils/common.py57def get_best_device_with_count():CODE
LOWomnivoice/models/omnivoice.py651 def create_voice_clone_prompt(CODE
LOWomnivoice/models/omnivoice.py1111 def _prepare_inference_inputs(CODE
LOWomnivoice/models/omnivoice.py1342 def _predict_tokens_with_scoring(self, c_logits, u_logits, gen_config):CODE
LOWomnivoice/models/omnivoice.py1571def _tokenize_with_nonverbal_tags(text: str, tokenizer) -> torch.Tensor:CODE
LOWomnivoice/cli/infer_batch.py250def estimate_sample_total_duration(CODE
LOWomnivoice/cli/infer_batch.py283def _sort_samples_by_duration(CODE
LOWomnivoice/cli/infer_batch.py299def cluster_samples_by_duration(CODE
LOWomnivoice/cli/infer_batch.py329def cluster_samples_by_batch_size(CODE
LOWomnivoice/eval/wer/sensevoice.py185def run_eval_worker_sensevoice(data_chunk, batch_size):CODE
LOWomnivoice/eval/wer/minimax.py49def read_language_mapping_from_tsv(CODE
LOWomnivoice/eval/wer/minimax.py335def run_eval_worker_paraformer(data_chunk, batch_size):CODE
LOWomnivoice/eval/wer/fleurs.py91def read_language_mapping_from_tsv(CODE
LOWomnivoice/data/dataset.py63def prepare_data_manifests_from_json(CODE
LOWomnivoice/data/dataset.py158def webdataset_manifest_reader(CODE
Docstring Block Structure2 hits · 10 pts
SeverityFileLineSnippetContext
HIGHomnivoice/models/omnivoice.py1408Validate and normalise a voice-design instruct string. Supported instruct items (case-insensitive for English): STRING
HIGHomnivoice/eval/utils.py34 Load an audio file, preprocess it, and convert to a PyTorch tensor. Args: fname (str): Path to the audSTRING
AI Structural Patterns8 hits · 8 pts
SeverityFileLineSnippetContext
LOWomnivoice/models/omnivoice.py518CODE
LOWomnivoice/models/omnivoice.py946CODE
LOWomnivoice/scripts/denoise_audio.py238CODE
LOWomnivoice/scripts/jsonl_to_webdataset.py273CODE
LOWomnivoice/eval/models/ecapa_tdnn_wavlm.py158CODE
LOWomnivoice/eval/models/ecapa_tdnn_wavlm.py222CODE
LOWomnivoice/eval/models/ecapa_tdnn_wavlm.py272CODE
LOWomnivoice/data/batching.py54CODE
Modern Structural Boilerplate6 hits · 6 pts
SeverityFileLineSnippetContext
LOWomnivoice/__init__.py28__all__ = ["OmniVoice", "OmniVoiceConfig", "OmniVoiceGenerationConfig"]CODE
LOWomnivoice/training/checkpoint.py39logger = logging.getLogger(__name__)CODE
LOWomnivoice/training/builder.py52logger = logging.getLogger(__name__)CODE
LOWomnivoice/training/trainer.py45logger = logging.getLogger(__name__)CODE
LOWomnivoice/utils/audio.py37logger = logging.getLogger(__name__)CODE
LOWomnivoice/models/omnivoice.py83logger = logging.getLogger(__name__)CODE
Unused Imports5 hits · 5 pts
SeverityFileLineSnippetContext
LOWomnivoice/__init__.py22CODE
LOWomnivoice/__init__.py22CODE
LOWomnivoice/__init__.py22CODE
LOWomnivoice/scripts/denoise_audio.py50CODE
LOWomnivoice/data/dataset.py38CODE
Structural Annotation Overuse3 hits · 4 pts
SeverityFileLineSnippetContext
LOWexamples/README.md54### Step 1: Prepare Your DataCOMMENT
LOWexamples/README.md67### Step 2: Configure the ScriptCOMMENT
LOWexamples/README.md79### Step 3: RunCOMMENT
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippetContext
LOWomnivoice/data/batching.py177 # Check if adding this sample exceeds the batch token limitCOMMENT