kayaaaa commited on
Commit
1f43cef
·
verified ·
1 Parent(s): 5147a82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -43,14 +43,16 @@ Use this model to classify transcript windows (typically ~20 caption snippets) a
43
 
44
  ## Training data
45
 
46
- Trained on weak-labeled YouTube podcast transcript segments:
 
 
47
 
48
- - Positive examples: segments containing sponsor keywords/brands
49
- - Negative examples: normal podcast content
50
- - Base set: ~800 labeled samples (400 positive, 400 negative)
51
- - Augmented with synthetic variants via paraphrasing
52
 
53
- Labels are heuristic/weak — the model learns from keyword-labeled examples and may not generalise perfectly to all sponsor formats.
54
 
55
  ## Usage
56
 
 
43
 
44
  ## Training data
45
 
46
+ ## Training data
47
+
48
+ The model was trained on a mix of real and synthetic transcript windows:
49
 
50
+ - **Base set (~800 samples):** weak-labeled YouTube podcast segments
51
+ - Positive: segments matching sponsor keywords/brands
52
+ - Negative: normal podcast content
53
+ - **Augmented set (~1,200 samples):** synthetic variants generated with Llama 8B via Ollama, preserving the original label. Synthetic data generated through strategies; paraphrase, new scenario, style shift, fragment, vocabulary shift
54
 
55
+ Original labels are heuristic — the model learns from keyword-labeled examples. Synthetic data increases linguistic diversity but inherits the same label assumptions.
56
 
57
  ## Usage
58