ayf3 commited on
Commit
612705a
Β·
verified Β·
1 Parent(s): 1d23dae

Upload p1_v12_fixed/p1_verification_meta.json with huggingface_hub

Browse files
p1_v12_fixed/p1_verification_meta.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "P1_verification_v12_fixed",
3
+ "fix": "V12: Removed double-padding bug from V11. extract_hubert_features() no longer adds extra 2s padding since run_inference() already handles it.",
4
+ "date": "2026-04-09T01:08:22.753687",
5
+ "model": "/Users/yanfenma/.openclaw/groups/workspace-oc_90142ae290925820dcbac9717011d4af/models/one_voice_rvc_v2_kaggle_v10.pth",
6
+ "model_size_mb": 139.3,
7
+ "pipeline": "edge-tts β†’ HuBERT + pyworld β†’ 2x interp β†’ SynthesizerTrn [V12 FIXED]",
8
+ "total_tests": 3,
9
+ "successful": 3,
10
+ "total_duration_sec": 29.88,
11
+ "total_time_sec": 129.96,
12
+ "tests": [
13
+ {
14
+ "test": "greeting",
15
+ "style": "Casual greeting",
16
+ "text": "Hello! I am One, the very first NumberBlock! I love counting and playing with all my friends!",
17
+ "source_file": "/Users/yanfenma/.openclaw/groups/workspace-oc_90142ae290925820dcbac9717011d4af/output/p1_verification_v12_fixed/source/source_greeting.wav",
18
+ "output_file": "/Users/yanfenma/.openclaw/groups/workspace-oc_90142ae290925820dcbac9717011d4af/output/p1_verification_v12_fixed/v12_test_greeting.wav",
19
+ "source_duration_sec": 9.24,
20
+ "duration_sec": 9.22,
21
+ "duration_ratio": 1.0,
22
+ "sample_rate": 40000,
23
+ "f0_up_key": 0,
24
+ "f0_method": "pyworld_harvest",
25
+ "pipeline": "edge-tts β†’ HuBERT(transformers) + pyworld β†’ F.interpolate(2x) β†’ SynthesizerTrnMs768NSFsid [V12 FIXED single-pad]",
26
+ "inference_time_sec": 34.12,
27
+ "model": "/Users/yanfenma/.openclaw/groups/workspace-oc_90142ae290925820dcbac9717011d4af/models/one_voice_rvc_v2_kaggle_v10.pth",
28
+ "model_info": "RVC v2 official | 200 epochs | 6087 samples | Tesla P100-PCIE-16GB | cuda | V10",
29
+ "status": "success"
30
+ },
31
+ {
32
+ "test": "counting",
33
+ "style": "Educational counting",
34
+ "text": "One, two, three, four, five! Let's count together! One plus one equals two! That's math magic!",
35
+ "source_file": "/Users/yanfenma/.openclaw/groups/workspace-oc_90142ae290925820dcbac9717011d4af/output/p1_verification_v12_fixed/source/source_counting.wav",
36
+ "output_file": "/Users/yanfenma/.openclaw/groups/workspace-oc_90142ae290925820dcbac9717011d4af/output/p1_verification_v12_fixed/v12_test_counting.wav",
37
+ "source_duration_sec": 11.21,
38
+ "duration_sec": 11.2,
39
+ "duration_ratio": 1.0,
40
+ "sample_rate": 40000,
41
+ "f0_up_key": 0,
42
+ "f0_method": "pyworld_harvest",
43
+ "pipeline": "edge-tts β†’ HuBERT(transformers) + pyworld β†’ F.interpolate(2x) β†’ SynthesizerTrnMs768NSFsid [V12 FIXED single-pad]",
44
+ "inference_time_sec": 36.87,
45
+ "model": "/Users/yanfenma/.openclaw/groups/workspace-oc_90142ae290925820dcbac9717011d4af/models/one_voice_rvc_v2_kaggle_v10.pth",
46
+ "model_info": "RVC v2 official | 200 epochs | 6087 samples | Tesla P100-PCIE-16GB | cuda | V10",
47
+ "status": "success"
48
+ },
49
+ {
50
+ "test": "emotional",
51
+ "style": "Excited/emotional",
52
+ "text": "I'm so happy today! The sun is shining and we're going to have a wonderful adventure! Let's go, everyone!",
53
+ "source_file": "/Users/yanfenma/.openclaw/groups/workspace-oc_90142ae290925820dcbac9717011d4af/output/p1_verification_v12_fixed/source/source_emotional.wav",
54
+ "output_file": "/Users/yanfenma/.openclaw/groups/workspace-oc_90142ae290925820dcbac9717011d4af/output/p1_verification_v12_fixed/v12_test_emotional.wav",
55
+ "source_duration_sec": 9.48,
56
+ "duration_sec": 9.46,
57
+ "duration_ratio": 1.0,
58
+ "sample_rate": 40000,
59
+ "f0_up_key": 2,
60
+ "f0_method": "pyworld_harvest",
61
+ "pipeline": "edge-tts β†’ HuBERT(transformers) + pyworld β†’ F.interpolate(2x) β†’ SynthesizerTrnMs768NSFsid [V12 FIXED single-pad]",
62
+ "inference_time_sec": 38.07,
63
+ "model": "/Users/yanfenma/.openclaw/groups/workspace-oc_90142ae290925820dcbac9717011d4af/models/one_voice_rvc_v2_kaggle_v10.pth",
64
+ "model_info": "RVC v2 official | 200 epochs | 6087 samples | Tesla P100-PCIE-16GB | cuda | V10",
65
+ "status": "success"
66
+ }
67
+ ]
68
+ }