sha
null
last_modified
null
library_name
stringclasses
154 values
text
stringlengths
1
900k
metadata
stringlengths
2
348k
pipeline_tag
stringclasses
45 values
id
stringlengths
5
122
tags
listlengths
1
1.84k
created_at
stringlengths
25
25
arxiv
listlengths
0
201
languages
listlengths
0
1.83k
tags_str
stringlengths
17
9.34k
text_str
stringlengths
0
389k
text_lists
listlengths
0
722
processed_texts
listlengths
1
723
tokens_length
listlengths
1
723
input_texts
listlengths
1
61
embeddings
listlengths
768
768
null
null
espnet
## ESPnet2 DIAR model ### `espnet/YushiUeda_mini_librispeech_diar_train_diar_raw_valid.acc.best` This model was trained by YushiUeda using mini_librispeech recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```bash cd espnet git checkout 650472b45a67612eaac09c7fbd61dc25f8ff2405 pip install -e . cd egs2/mini_librispeech/diar1 ./run.sh --skip_data_prep false --skip_train true --download_model espnet/YushiUeda_mini_librispeech_diar_train_diar_raw_valid.acc.best ``` <!-- Generated by scripts/utils/show_diar_result.sh --> # RESULTS ## Environments - date: `Tue Jan 4 16:43:34 EST 2022` - python version: `3.7.11 (default, Jul 27 2021, 14:32:16) [GCC 7.5.0]` - espnet version: `espnet 0.10.5a1` - pytorch version: `pytorch 1.9.0+cu102` - Git hash: `0b2a6786b6f627f47defaee22911b3c2dc04af2a` - Commit date: `Thu Dec 23 12:22:49 2021 -0500` ## diar_train_diar_raw ### DER dev_clean_2_ns2_beta2_500 |threshold_median_collar|DER| |---|---| |result_th0.3_med11_collar0.0|32.28| |result_th0.3_med1_collar0.0|32.64| |result_th0.4_med11_collar0.0|30.43| |result_th0.4_med1_collar0.0|31.15| |result_th0.5_med11_collar0.0|29.45| |result_th0.5_med1_collar0.0|30.53| |result_th0.6_med11_collar0.0|29.52| |result_th0.6_med1_collar0.0|30.95| |result_th0.7_med11_collar0.0|30.92| |result_th0.7_med1_collar0.0|32.69| ## DIAR config <details><summary>expand</summary> ``` config: conf/train_diar.yaml print_config: false log_level: INFO dry_run: false iterator_type: chunk output_dir: exp/diar_train_diar_raw ngpu: 1 seed: 0 num_workers: 1 num_att_plot: 3 dist_backend: nccl dist_init_method: env:// dist_world_size: 4 dist_rank: 0 local_rank: 0 dist_master_addr: localhost dist_master_port: 33757 dist_launcher: null multiprocessing_distributed: true unused_parameters: false sharded_ddp: false cudnn_enabled: true cudnn_benchmark: false cudnn_deterministic: true collect_stats: false write_collected_feats: false max_epoch: 100 patience: 3 val_scheduler_criterion: - valid - loss early_stopping_criterion: - valid - loss - min best_model_criterion: - - valid - acc - max keep_nbest_models: 3 nbest_averaging_interval: 0 grad_clip: 5 grad_clip_type: 2.0 grad_noise: false accum_grad: 2 no_forward_run: false resume: true train_dtype: float32 use_amp: false log_interval: null use_matplotlib: true use_tensorboard: true use_wandb: false wandb_project: null wandb_id: null wandb_entity: null wandb_name: null wandb_model_log_interval: -1 detect_anomaly: false pretrain_path: null init_param: [] ignore_init_mismatch: false freeze_param: [] num_iters_per_epoch: null batch_size: 16 valid_batch_size: null batch_bins: 1000000 valid_batch_bins: null train_shape_file: - exp/diar_stats_8k/train/speech_shape - exp/diar_stats_8k/train/spk_labels_shape valid_shape_file: - exp/diar_stats_8k/valid/speech_shape - exp/diar_stats_8k/valid/spk_labels_shape batch_type: folded valid_batch_type: null fold_length: - 80000 - 800 sort_in_batch: descending sort_batch: descending multiple_iterator: false chunk_length: 200000 chunk_shift_ratio: 0.5 num_cache_chunks: 64 train_data_path_and_name_and_type: - - dump/raw/simu/data/train_clean_5_ns2_beta2_500/wav.scp - speech - sound - - dump/raw/simu/data/train_clean_5_ns2_beta2_500/espnet_rttm - spk_labels - rttm valid_data_path_and_name_and_type: - - dump/raw/simu/data/dev_clean_2_ns2_beta2_500/wav.scp - speech - sound - - dump/raw/simu/data/dev_clean_2_ns2_beta2_500/espnet_rttm - spk_labels - rttm allow_variable_data_keys: false max_cache_size: 0.0 max_cache_fd: 32 valid_max_cache_size: null optim: adam optim_conf: lr: 0.01 scheduler: noamlr scheduler_conf: warmup_steps: 1000 num_spk: 2 init: xavier_uniform input_size: null model_conf: attractor_weight: 1.0 use_preprocessor: true frontend: default frontend_conf: fs: 8k hop_length: 128 specaug: null specaug_conf: {} normalize: global_mvn normalize_conf: stats_file: exp/diar_stats_8k/train/feats_stats.npz encoder: transformer encoder_conf: input_layer: linear num_blocks: 2 linear_units: 512 dropout_rate: 0.1 output_size: 256 attention_heads: 4 attention_dropout_rate: 0.0 decoder: linear decoder_conf: {} label_aggregator: label_aggregator label_aggregator_conf: {} attractor: null attractor_conf: {} required: - output_dir version: 0.10.5a1 distributed: true ``` </details> ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Yalta and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Yalta and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "noinfo", "license": "cc-by-4.0", "tags": ["espnet", "audio", "diarization"], "datasets": ["mini_librispeech"]}
null
espnet/YushiUeda_mini_librispeech_diar_train_diar_raw_valid.acc.best
[ "espnet", "audio", "diarization", "dataset:mini_librispeech", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "noinfo" ]
TAGS #espnet #audio #diarization #dataset-mini_librispeech #arxiv-1804.00015 #license-cc-by-4.0 #region-us
ESPnet2 DIAR model ------------------ ### 'espnet/YushiUeda\_mini\_librispeech\_diar\_train\_diar\_raw\_valid.URL' This model was trained by YushiUeda using mini\_librispeech recipe in espnet. ### Demo: How to use in ESPnet2 RESULTS ======= Environments ------------ * date: 'Tue Jan 4 16:43:34 EST 2022' * python version: '3.7.11 (default, Jul 27 2021, 14:32:16) [GCC 7.5.0]' * espnet version: 'espnet 0.10.5a1' * pytorch version: 'pytorch 1.9.0+cu102' * Git hash: '0b2a6786b6f627f47defaee22911b3c2dc04af2a' + Commit date: 'Thu Dec 23 12:22:49 2021 -0500' diar\_train\_diar\_raw ---------------------- ### DER dev\_clean\_2\_ns2\_beta2\_500 DIAR config ----------- expand ### Citing ESPnet or arXiv:
[ "### 'espnet/YushiUeda\\_mini\\_librispeech\\_diar\\_train\\_diar\\_raw\\_valid.URL'\n\n\nThis model was trained by YushiUeda using mini\\_librispeech recipe in espnet.", "### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Tue Jan 4 16:43:34 EST 2022'\n* python version: '3.7.11 (default, Jul 27 2021, 14:32:16) [GCC 7.5.0]'\n* espnet version: 'espnet 0.10.5a1'\n* pytorch version: 'pytorch 1.9.0+cu102'\n* Git hash: '0b2a6786b6f627f47defaee22911b3c2dc04af2a'\n\t+ Commit date: 'Thu Dec 23 12:22:49 2021 -0500'\n\n\ndiar\\_train\\_diar\\_raw\n----------------------", "### DER\n\n\ndev\\_clean\\_2\\_ns2\\_beta2\\_500\n\n\n\nDIAR config\n-----------\n\n\nexpand", "### Citing ESPnet\n\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #diarization #dataset-mini_librispeech #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "### 'espnet/YushiUeda\\_mini\\_librispeech\\_diar\\_train\\_diar\\_raw\\_valid.URL'\n\n\nThis model was trained by YushiUeda using mini\\_librispeech recipe in espnet.", "### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Tue Jan 4 16:43:34 EST 2022'\n* python version: '3.7.11 (default, Jul 27 2021, 14:32:16) [GCC 7.5.0]'\n* espnet version: 'espnet 0.10.5a1'\n* pytorch version: 'pytorch 1.9.0+cu102'\n* Git hash: '0b2a6786b6f627f47defaee22911b3c2dc04af2a'\n\t+ Commit date: 'Thu Dec 23 12:22:49 2021 -0500'\n\n\ndiar\\_train\\_diar\\_raw\n----------------------", "### DER\n\n\ndev\\_clean\\_2\\_ns2\\_beta2\\_500\n\n\n\nDIAR config\n-----------\n\n\nexpand", "### Citing ESPnet\n\n\nor arXiv:" ]
[ 43, 63, 164, 30, 11 ]
[ "passage: TAGS\n#espnet #audio #diarization #dataset-mini_librispeech #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n### 'espnet/YushiUeda\\_mini\\_librispeech\\_diar\\_train\\_diar\\_raw\\_valid.URL'\n\n\nThis model was trained by YushiUeda using mini\\_librispeech recipe in espnet.### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Tue Jan 4 16:43:34 EST 2022'\n* python version: '3.7.11 (default, Jul 27 2021, 14:32:16) [GCC 7.5.0]'\n* espnet version: 'espnet 0.10.5a1'\n* pytorch version: 'pytorch 1.9.0+cu102'\n* Git hash: '0b2a6786b6f627f47defaee22911b3c2dc04af2a'\n\t+ Commit date: 'Thu Dec 23 12:22:49 2021 -0500'\n\n\ndiar\\_train\\_diar\\_raw\n----------------------### DER\n\n\ndev\\_clean\\_2\\_ns2\\_beta2\\_500\n\n\n\nDIAR config\n-----------\n\n\nexpand### Citing ESPnet\n\n\nor arXiv:" ]
[ -0.04998974874615669, 0.17601794004440308, -0.007115013897418976, 0.014388090930879116, -0.0024182891938835382, 0.04359322786331177, 0.07874951511621475, 0.08936040848493576, 0.015068741515278816, 0.176090270280838, 0.1494184285402298, 0.07164476066827774, 0.09770447760820389, 0.17359426617622375, -0.000045572502131108195, -0.2634887099266052, 0.024483412504196167, -0.012263805605471134, -0.08694454282522202, 0.1194673702120781, 0.1291995346546173, -0.07721368968486786, 0.09191560745239258, -0.01168800424784422, 0.01747901737689972, 0.042328450828790665, -0.09661304950714111, -0.05641626566648483, 0.03992963582277298, 0.05556700751185417, 0.09898832440376282, 0.01178467832505703, 0.08501961827278137, -0.19998885691165924, -0.018633073195815086, 0.053627703338861465, -0.006873005535453558, 0.06439195573329926, 0.10663391649723053, -0.0009160194895230234, 0.21473275125026703, -0.04563464969396591, 0.04174428805708885, 0.00030097708804532886, -0.08085351437330246, -0.17841407656669617, -0.09324217587709427, 0.15113747119903564, 0.16235272586345673, 0.0955943837761879, -0.04502316936850548, 0.04503672942519188, -0.03153218328952789, 0.06005474179983139, 0.15556171536445618, -0.2114713191986084, -0.059078264981508255, 0.0794561505317688, 0.04314686357975006, 0.007188753224909306, -0.01953744888305664, -0.06420186907052994, 0.087937131524086, 0.04772200807929039, -0.017763890326023102, 0.0002897714148275554, 0.11160747706890106, -0.032217107713222504, -0.17146757245063782, -0.12299422919750214, 0.15550179779529572, 0.045878518372774124, -0.025095593184232712, 0.039379190653562546, -0.10724016278982162, -0.17797859013080597, -0.031746115535497665, -0.09219276160001755, 0.06379590183496475, -0.009548657573759556, 0.01168754044920206, 0.0014757567550987005, -0.06270091235637665, -0.06307300180196762, -0.022748205810785294, 0.12458296120166779, 0.08505865931510925, 0.003999670036137104, -0.0026290728710591793, 0.028857432305812836, -0.016434427350759506, -0.13997285068035126, -0.004003219772130251, 0.022824253886938095, 0.06528975069522858, 0.017404470592737198, 0.03677267208695412, 0.03087940812110901, 0.05235924571752548, 0.2187182903289795, -0.1506756693124771, 0.06093982979655266, 0.09212933480739594, -0.011074034497141838, -0.000021884074158151634, 0.05505754426121712, -0.1304289549589157, -0.10219522565603256, -0.04327959939837456, 0.06951144337654114, 0.07708156108856201, 0.027198463678359985, -0.06956467032432556, 0.04318315535783768, 0.05049186199903488, 0.034536901861429214, 0.0677880272269249, -0.010784804821014404, -0.055972833186388016, -0.027975324541330338, 0.20759768784046173, -0.12040050327777863, 0.026072336360812187, 0.010705310851335526, -0.12303934246301651, -0.004519219975918531, -0.024885326623916626, 0.018671900033950806, -0.079969622194767, 0.16341209411621094, -0.09871187061071396, -0.046211522072553635, -0.06719943881034851, -0.10049654543399811, 0.03237886726856232, 0.02590719610452652, -0.003233900060877204, -0.11321374773979187, -0.12478873878717422, -0.05312191694974899, 0.05100762099027634, -0.03290920332074165, -0.07016406953334808, -0.031024184077978134, -0.12818939983844757, 0.032785557210445404, -0.03778447210788727, -0.006865687668323517, -0.07986465096473694, 0.03515707701444626, 0.06361161917448044, 0.06436154991388321, -0.005646713078022003, 0.0235632061958313, -0.03752701357007027, 0.08430586010217667, -0.1582299768924713, 0.053010083734989166, -0.12619461119174957, -0.009149975143373013, -0.180780827999115, -0.14588961005210876, -0.028952280059456825, -0.012583923526108265, 0.11846481263637543, 0.13770410418510437, -0.1474209874868393, -0.04821642488241196, 0.1687009483575821, -0.09582452476024628, -0.0896521657705307, 0.10618383437395096, 0.05949559435248375, -0.15562774240970612, 0.049612659960985184, 0.12915818393230438, 0.043989431113004684, -0.17976918816566467, -0.10711414366960526, 0.02089979313313961, 0.10132992267608643, 0.07008421421051025, 0.11756633967161179, -0.07828176766633987, 0.12224143743515015, -0.04965900629758835, -0.026528220623731613, -0.031226729974150658, -0.06232563778758049, -0.062428198754787445, 0.015111415646970272, -0.039482470601797104, 0.04644946753978729, 0.02438483200967312, -0.04346860200166702, -0.04339876025915146, -0.12119526416063309, 0.0021312294993549585, 0.17869950830936432, -0.013830459676682949, -0.0020852440502494574, -0.13872718811035156, 0.09958864748477936, 0.01525131519883871, -0.01835322566330433, -0.09719482064247131, -0.0585654191672802, 0.021464334800839424, -0.04515201598405838, 0.0009805350564420223, -0.059965379536151886, 0.04489292949438095, 0.02890227921307087, 0.00036919087870046496, -0.07698022574186325, -0.05801478400826454, -0.028129369020462036, -0.014583440497517586, -0.1158079132437706, -0.0867219939827919, 0.013795154169201851, 0.009645707905292511, -0.21089370548725128, 0.002968996297568083, 0.024633506312966347, 0.178959921002388, -0.04852859303355217, -0.031187156215310097, -0.03482012078166008, 0.01681235246360302, -0.05183083564043045, -0.07482591271400452, -0.05736745148897171, -0.03658252954483032, -0.005545778665691614, -0.04210369288921356, -0.08079038560390472, 0.03873853012919426, 0.11614583432674408, 0.01287034247070551, -0.04179999232292175, 0.1487472504377365, -0.04569096118211746, -0.04256024211645126, 0.0903467908501625, -0.024654632434248924, 0.13070686161518097, 0.014984862878918648, 0.05180621147155762, -0.11043548583984375, -0.017526069656014442, 0.002332810079678893, -0.06321897357702255, -0.05241505429148674, 0.13046932220458984, 0.06266669929027557, -0.09515030682086945, 0.1236729770898819, 0.04470796510577202, -0.07401463389396667, 0.07176630944013596, -0.01547149196267128, -0.09667620807886124, -0.07516322284936905, 0.08522231876850128, -0.0038906503468751907, 0.04604727774858475, -0.03717038780450821, 0.019453248009085655, -0.0016157645732164383, 0.0005427862633951008, 0.05630117282271385, -0.1343170553445816, 0.026253947988152504, 0.01580713875591755, -0.10225001722574234, 0.0032528452575206757, -0.04404798895120621, -0.07374753803014755, 0.04919509217143059, 0.0568520613014698, -0.09711615741252899, -0.06443874537944794, 0.0026180266868323088, -0.05679931491613388, 0.21332615613937378, -0.14473819732666016, -0.15210789442062378, -0.10233940184116364, -0.04014703631401062, -0.023461392149329185, 0.017361659556627274, -0.0003237344208173454, -0.08242175728082657, -0.09335461258888245, -0.03813924267888069, 0.04163422808051109, -0.1292191743850708, -0.052276141941547394, 0.047884270548820496, -0.004573443904519081, 0.07190954685211182, -0.1317787766456604, -0.0015323522966355085, 0.02476111799478531, -0.06385709345340729, -0.025560807436704636, 0.007727619260549545, 0.07923165708780289, 0.14411891996860504, 0.003323937766253948, -0.0003025527985300869, 0.0283880103379488, 0.2860376536846161, -0.08444471657276154, -0.003147999057546258, 0.1432519257068634, 0.021347898989915848, 0.06617895513772964, 0.16319747269153595, 0.016959797590970993, -0.10536926239728928, -0.010389826260507107, 0.049375925213098526, -0.0007321205921471119, -0.2763081192970276, -0.11039051413536072, -0.002300539519637823, 0.07992217689752579, 0.08420848846435547, 0.07449736446142197, 0.02288866601884365, 0.04493647813796997, -0.09232942014932632, 0.030468067154288292, -0.0199020653963089, 0.057696856558322906, 0.08264008909463882, 0.02331639640033245, 0.0732196569442749, 0.001020928961224854, -0.013436155393719673, 0.08765839785337448, 0.033661339432001114, 0.09645289927721024, 0.021042872220277786, 0.14431728422641754, 0.09022483974695206, 0.14651724696159363, -0.019256290048360825, -0.011044640094041824, 0.0016065308591350913, 0.013276439160108566, 0.04699515551328659, -0.06221159175038338, -0.06613229215145111, 0.07402118295431137, 0.10136177390813828, -0.027981728315353394, 0.020994052290916443, 0.08896902203559875, -0.02366931550204754, 0.18434631824493408, 0.10739719867706299, -0.36497384309768677, -0.053829919546842575, 0.026386193931102753, -0.045380499213933945, -0.08401466906070709, 0.03718972206115723, 0.046803805977106094, -0.015353572554886341, 0.11457084864377975, 0.030214300379157066, 0.06633665412664413, -0.10765659809112549, -0.02863561548292637, 0.05481944978237152, 0.10952497273683548, 0.04085675626993179, 0.04407218098640442, -0.2059994488954544, 0.21047812700271606, -0.011831756681203842, 0.08795926719903946, 0.03489799052476883, 0.07257729023694992, -0.010603946633636951, -0.0030027232132852077, 0.13666118681430817, 0.02521604672074318, -0.025479426607489586, -0.08837604522705078, -0.15187980234622955, 0.0009573075221851468, 0.12125619500875473, -0.04944446310400963, 0.0915224626660347, 0.00756663316860795, -0.025212574750185013, 0.00515449745580554, -0.060031939297914505, -0.1524505317211151, -0.02474130317568779, 0.04484520107507706, 0.005811204668134451, 0.045497629791498184, -0.0546003133058548, -0.030696306377649307, -0.005210232455283403, 0.19043490290641785, -0.13388089835643768, -0.1298421174287796, -0.061059799045324326, 0.04146280512213707, 0.20346276462078094, -0.09706702083349228, 0.09092458337545395, 0.022789884358644485, 0.08755049109458923, 0.03376669064164162, -0.022933298721909523, 0.09482822567224503, -0.11296489834785461, -0.1487073302268982, -0.00440074410289526, 0.1296868920326233, 0.03140305355191231, 0.04646169766783714, -0.015500273555517197, 0.0444779247045517, -0.0263155996799469, -0.08980446308851242, -0.010932567529380322, -0.015950605273246765, 0.05993831902742386, 0.03124826028943062, 0.004172976128757, -0.057975951582193375, -0.06107237562537193, 0.014818289317190647, 0.04294515773653984, 0.3177857995033264, -0.04151197522878647, -0.03152446076273918, 0.15270167589187622, -0.023373769596219063, -0.1677447110414505, -0.15242095291614532, 0.15125618875026703, -0.020461956039071083, -0.060697395354509354, -0.27017971873283386, 0.032362017780542374, 0.12026437371969223, -0.0457775704562664, 0.14659471809864044, -0.3317772448062897, -0.10506848990917206, 0.10859309881925583, 0.004791093524545431, -0.1360858529806137, -0.17805041372776031, -0.11479032784700394, -0.07010992616415024, -0.14594565331935883, 0.04404882714152336, 0.09887158870697021, 0.02744949236512184, 0.012679161503911018, 0.08692535012960434, -0.0076805888675153255, -0.0026286898646503687, 0.1777225136756897, -0.0036041508428752422, 0.0028047270607203245, -0.06741039454936981, -0.026222137734293938, 0.02174518071115017, -0.0326131209731102, 0.10037396848201752, -0.0022973709274083376, 0.054285142570734024, -0.16505523025989532, -0.02941473387181759, -0.051354046911001205, 0.009759107604622841, -0.06864722818136215, -0.056957848370075226, -0.09273772686719894, 0.014412641525268555, 0.06849633157253265, 0.01832147128880024, 0.1594659388065338, 0.04033001512289047, 0.06227150186896324, 0.15884937345981598, 0.035071782767772675, 0.034808170050382614, -0.14281336963176727, 0.04116915911436081, 0.009914124384522438, 0.03845910355448723, -0.14863555133342743, -0.0036800976376980543, 0.12832321226596832, 0.03276131674647331, 0.07194486260414124, 0.020801283419132233, -0.13921257853507996, -0.03764207661151886, 0.06478707492351532, -0.108072429895401, -0.14700892567634583, 0.0223154928535223, 0.017871802672743797, -0.08126871287822723, -0.012631676159799099, 0.12343429028987885, -0.048257939517498016, -0.031115690246224403, 0.011302541010081768, 0.08566164970397949, -0.0694275051355362, 0.19429737329483032, 0.04685499519109726, 0.057986095547676086, -0.09858356416225433, 0.10548504441976547, 0.11542364209890366, -0.04426536336541176, 0.06263857334852219, 0.10724165290594101, -0.04726918414235115, -0.016383586451411247, -0.05514391139149666, -0.04254394769668579, -0.03299690783023834, -0.11280827969312668, -0.03222869336605072, -0.056822530925273895, 0.0747164860367775, 0.010827300138771534, 0.05198224261403084, 0.02692030929028988, 0.05984475091099739, 0.06870884448289871, -0.050305068492889404, 0.09149987995624542, 0.08433256298303604, 0.07456883043050766, -0.15286506712436676, 0.09142818301916122, -0.000012300717571633868, 0.010256222449243069, 0.006481544114649296, 0.060482919216156006, -0.06226998195052147, 0.013682985678315163, -0.1326681226491928, 0.04245581850409508, -0.06752251088619232, -0.029288994148373604, 0.022674769163131714, -0.01579282432794571, -0.0960642620921135, 0.04010621830821037, -0.0867292732000351, -0.08038251847028732, -0.03206678852438927, 0.03155362978577614, -0.15321926772594452, 0.006924840155988932, 0.0238760095089674, -0.0839100033044815, 0.030851230025291443, 0.052205827087163925, 0.08376280218362808, -0.01827544905245304, -0.019806256517767906, 0.012117264792323112, 0.07075807452201843, 0.05838904529809952, 0.037586502730846405, -0.12257373332977295, -0.013261055573821068, 0.0003067381039727479, -0.024815920740365982, -0.05548027902841568, 0.009838149882853031, -0.1134694442152977, -0.03850846365094185, -0.04893021285533905, -0.05548246577382088, -0.012390649877488613, 0.02665434218943119, 0.07105506956577301, 0.017978208139538765, 0.1519693285226822, -0.011819415725767612, -0.009114906191825867, -0.15068554878234863, 0.004274716135114431, -0.02372305653989315, 0.013119203969836235, -0.00009172085265163332, 0.051660843193531036, 0.05685591697692871, -0.08489444851875305, 0.02740982174873352, -0.040549635887145996, -0.02849472500383854, 0.028635388240218163, -0.046658243983983994, -0.006631007418036461, 0.03220347687602043, 0.1290089190006256, 0.037932541221380234, -0.029838718473911285, -0.029193611815571785, -0.029953492805361748, 0.04945817589759827, -0.00939781405031681, 0.09477934241294861, 0.1307613104581833, 0.0649803876876831, 0.09178026765584946, 0.054410554468631744, -0.1534910947084427, -0.1810246706008911, -0.01683759316802025, -0.08124279230833054, 0.11340772360563278, 0.06409340351819992, 0.13323037326335907, 0.13218000531196594, -0.17014145851135254, 0.020618826150894165, -0.010328656062483788, -0.07675780355930328, -0.12491436302661896, -0.08814743906259537, -0.07975941151380539, -0.12491966784000397, 0.025160981342196465, -0.1467909961938858, 0.060041312128305435, 0.11482291668653488, 0.031066032126545906, 0.005571764428168535, 0.11331554502248764, 0.004248175770044327, -0.09621449559926987, 0.016339683905243874, 0.03866598382592201, -0.006989975925534964, 0.02137252315878868, -0.07407765835523605, 0.02784005180001259, -0.006687744986265898, 0.077521912753582, -0.023745456710457802, -0.05271994695067406, 0.08613692969083786, 0.05312057584524155, -0.040876295417547226, 0.0069402167573571205, 0.028661061078310013, 0.03614462539553642, 0.12248315662145615, 0.020499879494309425, -0.005671814549714327, 0.022307168692350388, 0.13091740012168884, -0.09323891252279282, -0.06500280648469925, -0.09546873718500137, 0.22074782848358154, 0.01630711928009987, 0.09144160151481628, 0.029899511486291885, -0.09982531517744064, -0.11625062674283981, 0.08969328552484512, 0.10041172057390213, 0.0034971393179148436, -0.05621666833758354, 0.04891818016767502, 0.01281205378472805, -0.05646577849984169, 0.027115873992443085, 0.12009195238351822, 0.25614774227142334, -0.033469654619693756, -0.03873366117477417, -0.05796085298061371, -0.0013170343590900302, -0.09576721489429474, 0.021513748914003372, 0.00047840081970207393, -0.03223324194550514, -0.009923366829752922, 0.10589399188756943, -0.12518073618412018, -0.12692393362522125, 0.0287947840988636, -0.12492403388023376, -0.13304316997528076, 0.03387349098920822, 0.09741415828466415, 0.06858369708061218, 0.1118670254945755, 0.018957391381263733, -0.06397125869989395, 0.08748509734869003, -0.007475964725017548, -0.10568629950284958, -0.05295815318822861, 0.047404054552316666, -0.05450724437832832, 0.2652455270290375, -0.01162573043256998, 0.11591043323278427, 0.11358043551445007, -0.008369644172489643, -0.09692683815956116, 0.04316622018814087, 0.12319143861532211, -0.06872417777776718, 0.035716649144887924, 0.09293972700834274, -0.038420286029577255, 0.04874921962618828, 0.07855335623025894, -0.05916845425963402, -0.06292260438203812, 0.13627976179122925, 0.026303177699446678, -0.10234156996011734, 0.0009918465511873364, -0.13895615935325623, 0.07471508532762527, 0.1384996771812439, -0.07030164450407028, -0.011238258332014084, -0.032404255121946335, 0.07795893400907516, 0.006238390691578388, 0.13965244591236115, 0.02497049793601036, -0.2458615005016327, -0.00445957388728857, -0.03578421100974083, 0.09503044933080673, -0.10758271813392639, 0.020791295915842056, 0.020000651478767395, -0.02658967860043049, -0.0567762665450573, 0.09573079645633698, 0.02730589732527733, 0.007034342270344496, -0.044731881469488144, 0.03245759755373001, -0.05164387822151184, 0.10243149846792221, -0.13288992643356323, -0.11213485896587372 ]
null
null
espnet
## ESPnet2 ASR pretrained model ### `Yushi Ueda/ksponspeech_asr_train_asr_conformer8_n_fft512_hop_length256_raw_kr_bpe2309_valid.acc.best` ♻️ Imported from https://zenodo.org/record/5154341/ This model was trained by Yushi Ueda using ksponspeech/asr1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "kr", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["ksponspeech"]}
automatic-speech-recognition
espnet/Yushi_Ueda_ksponspeech_asr_train_asr_conformer8_n_fft512_hop_length256-truncated-eb42e5
[ "espnet", "audio", "automatic-speech-recognition", "kr", "dataset:ksponspeech", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "kr" ]
TAGS #espnet #audio #automatic-speech-recognition #kr #dataset-ksponspeech #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 ASR pretrained model ### 'Yushi Ueda/ksponspeech_asr_train_asr_conformer8_n_fft512_hop_length256_raw_kr_bpe2309_valid.URL' ️ Imported from URL This model was trained by Yushi Ueda using ksponspeech/asr1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 ASR pretrained model", "### 'Yushi Ueda/ksponspeech_asr_train_asr_conformer8_n_fft512_hop_length256_raw_kr_bpe2309_valid.URL'\n️ Imported from URL\n\nThis model was trained by Yushi Ueda using ksponspeech/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #kr #dataset-ksponspeech #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 ASR pretrained model", "### 'Yushi Ueda/ksponspeech_asr_train_asr_conformer8_n_fft512_hop_length256_raw_kr_bpe2309_valid.URL'\n️ Imported from URL\n\nThis model was trained by Yushi Ueda using ksponspeech/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 50, 10, 82, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #kr #dataset-ksponspeech #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 ASR pretrained model### 'Yushi Ueda/ksponspeech_asr_train_asr_conformer8_n_fft512_hop_length256_raw_kr_bpe2309_valid.URL'\n️ Imported from URL\n\nThis model was trained by Yushi Ueda using ksponspeech/asr1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.08104235678911209, -0.011967767961323261, -0.0002976620162371546, 0.02650655061006546, 0.11819763481616974, -0.041952215135097504, 0.14783763885498047, -0.014308331534266472, 0.11698877811431885, -0.02607366442680359, 0.08473096787929535, 0.1251409947872162, 0.030566798523068428, 0.14999452233314514, 0.03759050741791725, -0.1352739930152893, -0.00442997831851244, -0.008692954666912556, 0.027736186981201172, 0.10148199647665024, 0.1366879940032959, -0.017072053626179695, 0.09202860295772552, 0.03786582872271538, -0.025056755170226097, 0.09509889781475067, -0.01983228512108326, -0.13234104216098785, 0.015379268676042557, 0.015867315232753754, 0.09042876213788986, 0.011368428356945515, 0.09397269040346146, -0.18934346735477448, -0.000124683792819269, -0.060355301946401596, -0.02437087893486023, 0.01956082135438919, 0.020479802042245865, 0.02527589723467827, -0.039400339126586914, 0.02861529216170311, -0.04374033212661743, 0.013788348995149136, -0.04659123718738556, -0.010830204002559185, -0.010793429799377918, 0.1791790872812271, 0.10219680517911911, 0.10961425304412842, -0.03523466736078262, 0.014679201878607273, -0.09738356620073318, 0.06074794381856918, 0.03668097406625748, -0.14119914174079895, 0.04579611495137215, -0.049634337425231934, -0.025013934820890427, 0.12659719586372375, 0.07194574177265167, -0.08470454066991806, 0.11884383857250214, 0.011877764016389847, -0.05715196952223778, -0.04055599868297577, -0.10990850627422333, -0.03613431751728058, -0.14706182479858398, -0.036056216806173325, 0.2564341723918915, 0.035221852362155914, -0.04539917781949043, 0.08476360887289047, -0.05438221991062164, -0.07424692809581757, 0.015493684448301792, -0.08434786647558212, 0.009308729320764542, -0.0001241864520125091, 0.02898409217596054, -0.0024787490256130695, -0.0798397809267044, -0.09012873470783234, -0.007379202637821436, 0.1448584794998169, 0.037423647940158844, 0.0338815413415432, -0.04412396624684334, 0.00578950485214591, -0.02404758334159851, -0.06878364086151123, 0.07576785236597061, 0.009854042902588844, 0.08335094153881073, 0.029302742332220078, 0.07865951210260391, -0.12148979306221008, 0.038231030106544495, 0.0016987576382234693, -0.06332643330097198, -0.006189444568008184, 0.15762478113174438, 0.09674277156591415, 0.062489449977874756, 0.01589391380548477, -0.04783426225185394, -0.02524353377521038, -0.04547266662120819, 0.12259843945503235, 0.013322715647518635, -0.03327374532818794, -0.13643203675746918, 0.054123103618621826, -0.01888793148100376, -0.06567611545324326, 0.0031135291792452335, -0.06146189197897911, -0.12032760679721832, -0.042030636221170425, 0.2047247290611267, -0.14186464250087738, 0.02467089518904686, -0.0023755820002406836, -0.05590998753905296, 0.10062120854854584, 0.008554811589419842, 0.08551700413227081, -0.06239066272974014, 0.07490209490060806, -0.10153994709253311, 0.049459416419267654, -0.0426873154938221, -0.01554343942552805, 0.050515856593847275, 0.010505331680178642, 0.01477213017642498, -0.19772350788116455, -0.12881246209144592, -0.07820313423871994, -0.012646403163671494, 0.052712712436914444, -0.030311988666653633, -0.13263380527496338, -0.05243390426039696, 0.04078284278512001, -0.13679447770118713, -0.13627570867538452, -0.08952907472848892, -0.006845990661531687, 0.03028242476284504, 0.07427000254392624, -0.06149445101618767, 0.09874621033668518, -0.0927354022860527, -0.04635429009795189, -0.16020476818084717, 0.14206579327583313, -0.159346342086792, -0.06262387335300446, -0.10176702588796616, -0.05878787115216255, -0.10885056108236313, 0.04032492637634277, 0.027507998049259186, 0.10467463731765747, -0.13424962759017944, -0.09081163257360458, 0.025282854214310646, -0.11115916818380356, -0.002741890260949731, 0.16237348318099976, 0.022624671459197998, -0.010879111476242542, 0.06118497624993324, 0.23065094649791718, -0.05129237473011017, -0.1109127402305603, -0.12129251658916473, 0.09004427492618561, 0.007394745945930481, -0.06361599266529083, 0.07307512313127518, -0.03030744008719921, 0.05297977104783058, -0.06888636201620102, -0.03577565401792526, 0.0838392898440361, -0.015130791813135147, -0.076131671667099, 0.03222409263253212, -0.11675506085157394, 0.06033821031451225, -0.03271489217877388, 0.05414162203669548, 0.07105367630720139, -0.038441311568021774, 0.12139154970645905, 0.08260554820299149, -0.03586393594741821, 0.03256545960903168, -0.08826560527086258, 0.06514251232147217, -0.10206736624240875, -0.055826134979724884, -0.07810689508914948, 0.07064418494701385, 0.00460388557985425, -0.050012294203042984, 0.10298072546720505, -0.033212821930646896, -0.024219129234552383, -0.014450903050601482, 0.007834024727344513, -0.07368818670511246, -0.08828482776880264, 0.026597563177347183, -0.033517997711896896, -0.15717801451683044, 0.0037733486387878656, 0.009220597334206104, -0.0501091368496418, -0.06710188835859299, -0.047073137015104294, -0.014189958572387695, 0.0655621588230133, -0.0530032180249691, 0.0060389116406440735, -0.01579689420759678, 0.08079279959201813, -0.0323658287525177, 0.01737099327147007, -0.03282428905367851, -0.012238619849085808, -0.057002779096364975, 0.07769732922315598, -0.016065547242760658, 0.002387323183938861, 0.1159818023443222, -0.1350998878479004, -0.023599976673722267, 0.1528736650943756, 0.01704418659210205, -0.04421982169151306, -0.047894809395074844, -0.011553388088941574, 0.24658165872097015, -0.07638116925954819, 0.1166393980383873, -0.06611733883619308, 0.05350649729371071, -0.0049727256409823895, -0.14397059381008148, 0.039791420102119446, 0.09895065426826477, -0.05438994616270065, -0.11543525755405426, 0.1324710100889206, 0.028371822088956833, -0.1337941437959671, 0.19842524826526642, 0.04472436383366585, -0.08279860764741898, -0.01095189992338419, 0.023777227848768234, -0.08639757335186005, 0.05108674243092537, -0.05615174397826195, -0.0003737807273864746, 0.02147550880908966, 0.0002753737207967788, 0.058444421738386154, -0.15892429649829865, 0.007898412644863129, 0.0016988974530249834, -0.08567269891500473, -0.17184025049209595, -0.06694581359624863, -0.14365428686141968, -0.022444389760494232, -0.05831274017691612, -0.18811583518981934, 0.07231130450963974, -0.014983824454247952, -0.10149075090885162, 0.1165926605463028, -0.12399960309267044, -0.18313884735107422, -0.1862799972295761, 0.10178285092115402, -0.02515961043536663, 0.06250303983688354, 0.035036519169807434, -0.1527647078037262, -0.044053446501493454, -0.0015584125649183989, -0.009170137345790863, -0.009173836559057236, -0.07315093278884888, 0.0671239122748375, -0.016975509002804756, 0.015420198440551758, -0.08687786012887955, 0.001374253537505865, -0.05381559208035469, 0.09265811741352081, 0.052851371467113495, 0.04246928170323372, 0.08759721368551254, 0.2164376676082611, -0.015164367854595184, -0.06093214079737663, 0.07163790613412857, 0.1835700124502182, -0.05493225157260895, -0.0006349686300382018, 0.07478877156972885, -0.06713461130857468, 0.055809617042541504, 0.07341218739748001, 0.04912329465150833, 0.02754034288227558, 0.0263895932585001, -0.05931515619158745, -0.05131851136684418, -0.31734347343444824, -0.09712481498718262, -0.018909957259893417, -0.007637190166860819, 0.02213681861758232, 0.03343700245022774, 0.06996217370033264, 0.14587673544883728, 0.041927628219127655, 0.11170374602079391, -0.05132541060447693, -0.03118501417338848, 0.08778954297304153, 0.014296868816018105, 0.05800935626029968, -0.03081602416932583, -0.058488667011260986, 0.04017140343785286, 0.12489287555217743, 0.034681934863328934, 0.11367703974246979, 0.0010651082266122103, 0.11392653733491898, 0.11585411429405212, 0.07506474107503891, 0.006058437749743462, 0.03654202073812485, 0.016337791457772255, 0.012534608133137226, -0.0670442208647728, -0.06080624461174011, 0.18825428187847137, 0.05200490728020668, -0.06224900484085083, 0.0645769014954567, 0.1394227147102356, -0.008345518261194229, 0.16003678739070892, 0.02341288886964321, -0.2837629020214081, -0.003586831269785762, -0.005487175192683935, -0.034238550812006, 0.008910836651921272, 0.06636720150709152, 0.09052608907222748, -0.019240524619817734, 0.06796544045209885, 0.07913412898778915, 0.047165606170892715, -0.09651075303554535, -0.03579575568437576, 0.05292763561010361, 0.053131941705942154, 0.01864565722644329, 0.05711913853883743, -0.21740245819091797, 0.19400686025619507, 0.021532326936721802, 0.09852669388055801, 0.06376687437295914, 0.010378370992839336, 0.0014700287720188498, -0.027579957619309425, 0.15152160823345184, 0.08074826002120972, -0.14698027074337006, -0.12037406861782074, -0.13730143010616302, 0.0023982443381100893, 0.0711054727435112, 0.12811891734600067, -0.04814464971423149, 0.0685812458395958, 0.01376662589609623, 0.043477922677993774, -0.11065715551376343, -0.32942497730255127, -0.008200866170227528, -0.040992703288793564, 0.2840663194656372, 0.018068037927150726, 0.02901657484471798, -0.0788690373301506, -0.08650277554988861, -0.052444152534008026, -0.1974266767501831, -0.10758773237466812, 0.0030938833951950073, -0.09721159189939499, 0.10024473816156387, -0.05668724700808525, 0.05772138759493828, 0.09275146573781967, -0.01378529891371727, -0.022891810163855553, -0.00848105363547802, 0.11368394643068314, -0.13419458270072937, -0.10398703068494797, 0.003265134524554014, 0.029572755098342896, 0.2085430771112442, 0.037945471704006195, -0.0013873920543119311, 0.037918757647275925, -0.03401279076933861, -0.08569620549678802, 0.056373231112957, 0.06866183131933212, -0.06629252433776855, 0.211396723985672, -0.07100379467010498, -0.2036641389131546, -0.10786598920822144, -0.03661133348941803, 0.07628475874662399, 0.22461020946502686, -0.02287018671631813, 0.047160737216472626, 0.30936986207962036, -0.06470463424921036, -0.18403027951717377, -0.09455739706754684, 0.10517500340938568, -0.0024323377292603254, 0.014030596241354942, -0.19510319828987122, 0.12808246910572052, 0.0437854528427124, -0.049308065325021744, -0.009129158221185207, -0.22526420652866364, -0.12481764703989029, 0.2157922238111496, -0.09401882439851761, 0.02498621493577957, -0.05960444360971451, -0.0873061865568161, -0.11907575279474258, -0.024734942242503166, 0.060313452035188675, 0.029867790639400482, 0.08150827139616013, 0.013440359383821487, 0.1024835854768753, -0.03959440812468529, 0.0024716374464333057, 0.08273527771234512, 0.27577391266822815, -0.04567306116223335, 0.010800098069012165, 0.02572070062160492, -0.00542113184928894, 0.061661574989557266, 0.15094904601573944, 0.07920785248279572, -0.009245891124010086, -0.11181236058473587, -0.03573140501976013, -0.06769724935293198, 0.05660732835531235, 0.0794985443353653, -0.05904565751552582, -0.047330692410469055, -0.05959943309426308, 0.0801026001572609, 0.0644252821803093, 0.17310364544391632, -0.024480976164340973, -0.005801377817988396, 0.22236716747283936, 0.04785209894180298, -0.0343216136097908, -0.19165480136871338, -0.0035855520982295275, -0.05234876647591591, 0.09808399528265, -0.0813041478395462, 0.057613540440797806, 0.06196054816246033, 0.03417336568236351, 0.09836343675851822, 0.08882332593202591, -0.09769469499588013, 0.043236903846263885, 0.08345070481300354, -0.04301823303103447, -0.02185315638780594, 0.0028133324813097715, -0.035059619694948196, 0.06297560781240463, 0.01682930253446102, 0.14249634742736816, -0.14648543298244476, -0.010913663543760777, -0.0480087473988533, 0.08623775094747543, -0.16955697536468506, 0.2325104922056198, 0.2026696801185608, -0.0007069858256727457, -0.09185391664505005, 0.20083345472812653, 0.036674004048109055, -0.015937527641654015, 0.06660398840904236, -0.051392167806625366, -0.04848426952958107, -0.05558592081069946, -0.1262577921152115, -0.0548328161239624, -0.25218701362609863, -0.19463607668876648, -0.0963059514760971, 0.002494681626558304, 0.02411540225148201, -0.11170276254415512, 0.0435885451734066, -0.02108175680041313, -0.00006007822958054021, 0.021346524357795715, 0.011805419810116291, 0.042685817927122116, 0.13103440403938293, 0.09233437478542328, -0.2194068878889084, -0.060764461755752563, 0.009892079047858715, 0.08443307876586914, -0.04538315162062645, 0.054208409041166306, -0.017025768756866455, 0.06076429411768913, 0.08952624350786209, 0.040119439363479614, -0.04911080002784729, -0.021651800721883774, 0.020961901172995567, -0.021846478804945946, -0.06146679446101189, 0.1319330781698227, -0.08371175825595856, 0.025280622765421867, 0.03496277704834938, 0.06468011438846588, -0.11261981725692749, 0.002721010707318783, 0.018991628661751747, -0.0021370244212448597, -0.03360889106988907, 0.08749429136514664, -0.10684908926486969, -0.017272362485527992, -0.25059351325035095, -0.014046348631381989, 0.18832828104496002, 0.08774681389331818, 0.022933386266231537, -0.0021338583901524544, -0.003612915053963661, 0.07319900393486023, 0.07538633793592453, -0.04846375063061714, 0.09820365905761719, -0.07528816163539886, 0.0005548588233068585, -0.15310609340667725, -0.02258366160094738, -0.06779254227876663, 0.04556192830204964, 0.1532546430826187, 0.08025550842285156, 0.20766215026378632, -0.07721181958913803, -0.0330391488969326, 0.007455850951373577, 0.046626120805740356, 0.046738021075725555, -0.0234823077917099, -0.020035186782479286, 0.004195589106529951, -0.004769073333591223, -0.033929117023944855, 0.15245775878429413, 0.009767821058630943, -0.06103546917438507, 0.0060164062306284904, -0.03475494310259819, -0.007199450861662626, 0.002954886294901371, 0.11840514093637466, -0.025638580322265625, -0.02942464128136635, -0.12547241151332855, 0.020823992788791656, 0.08801744133234024, 0.07092446833848953, -0.013771245256066322, 0.02930908463895321, -0.07498063892126083, 0.15981459617614746, 0.07625845819711685, -0.048559531569480896, -0.1184273362159729, 0.007860654033720493, -0.07151739299297333, 0.07378888875246048, 0.011847399175167084, 0.0954449400305748, 0.06148238480091095, -0.062080394476652145, 0.0394463837146759, 0.01685778982937336, -0.10072611272335052, -0.1743820607662201, -0.0506414994597435, -0.05469537898898125, -0.25124117732048035, 0.0428130179643631, -0.0821455717086792, 0.017431674525141716, 0.1642065942287445, -0.03897158429026604, 0.06273110210895538, 0.14125460386276245, -0.06559973955154419, -0.05796012282371521, 0.04745492711663246, -0.07343059033155441, -0.021644046530127525, -0.11428287625312805, -0.025638936087489128, 0.15338578820228577, 0.008991285227239132, 0.010141624137759209, -0.0416831448674202, -0.052169494330883026, 0.10497858375310898, 0.06454296410083771, -0.01813105307519436, -0.05204177647829056, 0.04043383151292801, 0.062450263649225235, 0.009924117475748062, 0.08945214748382568, -0.06448948383331299, 0.04548148810863495, 0.09190230071544647, -0.0666545033454895, -0.06116888299584389, -0.0395449735224247, 0.0519026480615139, 0.04329734668135643, 0.13720139861106873, -0.039895832538604736, -0.11869518458843231, -0.04377635568380356, 0.01942944899201393, 0.1035463735461235, -0.023047273978590965, -0.04155389219522476, -0.11447261273860931, 0.02302512712776661, -0.07461532205343246, -0.022205039858818054, 0.09601708501577377, 0.1897381842136383, -0.028779741376638412, 0.011154881678521633, -0.11086539179086685, -0.04144594445824623, -0.024203814566135406, -0.07280823588371277, 0.005427692085504532, -0.04483240470290184, -0.07495837658643723, 0.15250925719738007, -0.22188887000083923, -0.11023154854774475, -0.1006089299917221, 0.04440784081816673, -0.0027237022295594215, -0.005830541718751192, 0.1487310528755188, 0.12604108452796936, 0.07809121906757355, -0.05581504479050636, -0.03735196962952614, -0.004932774696499109, 0.029469212517142296, -0.17464756965637207, 0.05042573809623718, -0.03231494873762131, -0.12928691506385803, 0.10598905384540558, 0.011024647392332554, 0.2634681165218353, -0.0024407734163105488, 0.06761227548122406, 0.03310002014040947, 0.07592348009347916, -0.020093727856874466, -0.00011020718375220895, 0.047991763800382614, 0.08617296814918518, 0.022992759943008423, 0.027508404105901718, 0.012491964735090733, -0.08675844967365265, 0.017254913225769997, 0.09275523573160172, -0.021747391670942307, -0.15821443498134613, -0.02401064522564411, -0.10672874748706818, 0.08436376601457596, -0.0232639629393816, -0.04288666322827339, -0.0266419667750597, -0.015708550810813904, 0.06399259716272354, 0.020751530304551125, 0.05093494802713394, 0.041556715965270996, -0.1396196484565735, -0.03670046478509903, -0.08818691968917847, 0.07719554007053375, -0.005721798166632652, 0.03339686989784241, -0.13501004874706268, -0.07325887680053711, -0.023910626769065857, -0.008434434421360493, 0.04514479264616966, 0.031811270862817764, -0.026345185935497284, -0.10702332854270935, 0.0008290932746604085, 0.03317142650485039, -0.06785853952169418, -0.12171442806720734 ]
null
null
espnet
## ESPnet2 DIAR pretrained model ### `Yushi Ueda/mini_librispeech_diar_train_diar_raw_max_epoch20_valid.acc.best` ♻️ Imported from https://zenodo.org/record/5264020/ This model was trained by Yushi Ueda using mini_librispeech/diar1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "en", "license": "cc-by-4.0", "tags": ["espnet", "audio", "speaker-diarization"], "datasets": ["mini_librispeech"]}
null
espnet/Yushi_Ueda_mini_librispeech_diar_train_diar_raw_max_epoch20_valid.acc.best
[ "espnet", "audio", "speaker-diarization", "en", "dataset:mini_librispeech", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "en" ]
TAGS #espnet #audio #speaker-diarization #en #dataset-mini_librispeech #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 DIAR pretrained model ### 'Yushi Ueda/mini_librispeech_diar_train_diar_raw_max_epoch20_valid.URL' ️ Imported from URL This model was trained by Yushi Ueda using mini_librispeech/diar1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 DIAR pretrained model", "### 'Yushi Ueda/mini_librispeech_diar_train_diar_raw_max_epoch20_valid.URL'\n️ Imported from URL\n\nThis model was trained by Yushi Ueda using mini_librispeech/diar1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #speaker-diarization #en #dataset-mini_librispeech #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 DIAR pretrained model", "### 'Yushi Ueda/mini_librispeech_diar_train_diar_raw_max_epoch20_valid.URL'\n️ Imported from URL\n\nThis model was trained by Yushi Ueda using mini_librispeech/diar1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 49, 10, 67, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #speaker-diarization #en #dataset-mini_librispeech #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 DIAR pretrained model### 'Yushi Ueda/mini_librispeech_diar_train_diar_raw_max_epoch20_valid.URL'\n️ Imported from URL\n\nThis model was trained by Yushi Ueda using mini_librispeech/diar1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.018537504598498344, 0.032231274992227554, -0.004271569196134806, 0.05254987254738808, 0.0817054733633995, -0.0038377915043383837, 0.24855643510818481, -0.023760009557008743, 0.06817251443862915, 0.0024971046950668097, 0.05561404302716255, -0.005646362900733948, 0.006703051272779703, 0.08807244151830673, 0.04628271982073784, -0.21835726499557495, 0.00844827014952898, -0.00036429325700737536, -0.07264050096273422, 0.0840996652841568, 0.15281891822814941, -0.07087364047765732, 0.060253020375967026, 0.0403050035238266, -0.09199203550815582, 0.11945828050374985, -0.02299085259437561, -0.07766375690698624, 0.03769155219197273, 0.04831787943840027, 0.12691271305084229, -0.005892383400350809, 0.1270405650138855, -0.18224479258060455, -0.0008953701471909881, -0.022897155955433846, -0.0024165937211364508, 0.019457172602415085, 0.05930911377072334, 0.029639320448040962, 0.053164511919021606, 0.0717996209859848, -0.030389996245503426, 0.01747788116335869, -0.04164983332157135, -0.0033878888934850693, 0.02142179012298584, 0.14158055186271667, 0.09284292906522751, 0.13952893018722534, -0.04352733865380287, 0.004677487537264824, -0.13253551721572876, 0.012972340919077396, 0.05463314801454544, -0.15904437005519867, 0.014228892512619495, 0.027333717793226242, -0.015184074640274048, 0.0723959356546402, 0.007378155831247568, -0.053646236658096313, 0.13074743747711182, -0.002802598988637328, -0.09460996091365814, -0.020624354481697083, -0.005309092812240124, -0.026224805042147636, -0.10543837398290634, 0.030687754973769188, 0.3025558590888977, 0.031147554516792297, -0.027633218094706535, 0.08918247371912003, -0.05346172675490379, -0.04217318445444107, 0.01817573420703411, -0.13368484377861023, 0.0787072703242302, 0.02094525471329689, 0.014546550810337067, 0.01960783824324608, -0.10831087827682495, -0.07726018875837326, -0.09314616769552231, 0.13497231900691986, 0.05772752687335014, 0.007718839682638645, -0.06741845607757568, -0.04452284052968025, -0.03953966498374939, -0.05348839983344078, 0.06688495725393295, -0.0088619664311409, 0.11795009672641754, 0.012180853635072708, 0.031553275883197784, -0.04797261208295822, 0.02345854416489601, 0.0390697717666626, -0.1245916485786438, -0.013418485410511494, 0.1361251026391983, 0.07753317058086395, 0.11951523274183273, -0.04587768018245697, -0.08631127327680588, -0.04940715432167053, -0.007918119430541992, 0.02258545346558094, 0.07820135354995728, 0.008223962970077991, -0.18426533043384552, 0.05929931625723839, -0.06412522494792938, -0.009784666821360588, -0.06693363934755325, -0.08699753880500793, -0.11683779209852219, -0.06311672925949097, 0.12737953662872314, -0.09679466485977173, 0.03162335976958275, -0.015134410932660103, -0.04333631321787834, 0.1542215645313263, -0.02697688899934292, 0.11525435745716095, -0.03682226315140724, 0.12080049514770508, -0.12055078148841858, 0.034108906984329224, -0.03308846801519394, -0.0232348944991827, 0.028564412146806717, 0.04935941845178604, 0.05654530227184296, -0.159976989030838, -0.09753968566656113, -0.03602464869618416, 0.019510701298713684, 0.009886994026601315, -0.11078176647424698, -0.14634981751441956, -0.021257836371660233, 0.017243357375264168, -0.06724504381418228, -0.18039429187774658, -0.07907705008983612, -0.009062900207936764, 0.034122221171855927, 0.03026389516890049, -0.08693120628595352, 0.06003116816282272, -0.08469534665346146, -0.03080984391272068, -0.08585944026708603, 0.0858161672949791, -0.0596439503133297, -0.05037979409098625, -0.09539023041725159, -0.09409736841917038, -0.0575803704559803, 0.08362942188978195, 0.0617242269217968, 0.12079178541898727, -0.1513696312904358, -0.08642002195119858, 0.05501768738031387, -0.13169237971305847, -0.013551420532166958, 0.15761961042881012, 0.002979646436870098, -0.04090696945786476, 0.09471616894006729, 0.2570126950740814, -0.08336623758077621, -0.21210877597332, -0.02893732115626335, 0.05967666953802109, 0.0951562374830246, -0.05452703312039375, 0.13498516380786896, -0.047845710068941116, 0.09417890757322311, -0.08822863548994064, 0.0605919286608696, 0.026002895087003708, -0.04002448543906212, -0.06770235300064087, 0.026882795616984367, -0.07573804259300232, 0.012431051582098007, -0.002509547397494316, 0.055866118520498276, 0.0007356468122452497, -0.060262009501457214, 0.26050177216529846, 0.16267643868923187, -0.038283396512269974, 0.04183937981724739, -0.12019417434930801, 0.04484836012125015, -0.06065014749765396, -0.08582048863172531, -0.04460354149341583, 0.14345259964466095, -0.020984530448913574, 0.022773902863264084, 0.16969816386699677, 0.078254334628582, -0.013342275284230709, -0.0069333468563854694, -0.02091297321021557, -0.01847611926496029, -0.084470234811306, -0.01653231866657734, -0.026049168780446053, -0.18427082896232605, 0.06005804240703583, -0.002249301876872778, -0.12993957102298737, -0.1319139301776886, -0.06282608211040497, -0.05097251757979393, 0.07251179218292236, -0.03959677740931511, 0.03173154965043068, -0.046157270669937134, 0.07450871169567108, -0.09718655794858932, 0.007660938426852226, -0.002475028159096837, -0.00984227191656828, -0.030276792123913765, 0.04655252397060394, 0.03485587611794472, 0.059105612337589264, 0.1252274364233017, -0.12933211028575897, 0.010096628218889236, 0.0970563068985939, -0.00023777173191774637, -0.01684938184916973, -0.0200546532869339, -0.007427943404763937, 0.24544839560985565, -0.06652648746967316, 0.06882324814796448, -0.10382485389709473, 0.03719627857208252, -0.030515866354107857, -0.11987415701150894, -0.03417538106441498, 0.07731451094150543, 0.04665147140622139, -0.05875900387763977, 0.16999268531799316, 0.08265040069818497, -0.08453883975744247, 0.21417495608329773, 0.015027686022222042, -0.034431226551532745, -0.01397675834596157, -0.04586378112435341, -0.09879764914512634, 0.05974072590470314, -0.07710155099630356, 0.03639863058924675, -0.007519830949604511, 0.05475273355841637, 0.06897061318159103, -0.11260002106428146, -0.037676937878131866, 0.06457152217626572, -0.06779956817626953, -0.1241973415017128, -0.10262695699930191, -0.13983303308486938, 0.019397344440221786, -0.017382759600877762, -0.0682603120803833, 0.027738645672798157, 0.005469266325235367, -0.06745670735836029, 0.13521939516067505, -0.14191311597824097, -0.1615288108587265, -0.10752745717763901, 0.04169284552335739, -0.04038264602422714, 0.08071238547563553, 0.055788666009902954, -0.1695350706577301, -0.058822959661483765, 0.0028122402727603912, 0.06442093849182129, -0.14137856662273407, -0.07854386419057846, 0.04636561498045921, 0.012826187536120415, 0.002370696747675538, -0.1344188004732132, 0.003919860813766718, -0.03109654411673546, 0.013526356779038906, -0.03519393131136894, 0.008064702153205872, 0.037565868347883224, 0.20167672634124756, 0.0005571074434556067, -0.0554509200155735, 0.02565108612179756, 0.21631291508674622, -0.041254278272390366, 0.004257109481841326, 0.2018652856349945, 0.0124279810115695, 0.03524213284254074, 0.17384836077690125, 0.05469023808836937, -0.0361928716301918, 0.02603774517774582, -0.005593667738139629, -0.007387219462543726, -0.29946035146713257, -0.12154245376586914, -0.03920878469944, -0.020717093721032143, -0.025323668494820595, 0.03252439200878143, -0.0009533583652228117, 0.11040691286325455, 0.008885346353054047, 0.09778519719839096, -0.07186010479927063, -0.007272588554769754, 0.09026670455932617, 0.019913416355848312, 0.08549264073371887, -0.011284437961876392, -0.09847434610128403, 0.0869220420718193, 0.09126950055360794, 0.04907175526022911, 0.08087220788002014, 0.1008526012301445, 0.10952954739332199, 0.018817564472556114, 0.0970563217997551, -0.03279394283890724, 0.003072109306231141, 0.005158199928700924, -0.02247469499707222, -0.0417749285697937, -0.013072581961750984, 0.1120757907629013, 0.06504572182893753, -0.03122248500585556, 0.04689229279756546, 0.1263931393623352, 0.02207569219172001, 0.11831843107938766, 0.03212177753448486, -0.2094457745552063, -0.01981573924422264, 0.04310355335474014, -0.01102378685027361, -0.0005715429433621466, 0.10290971398353577, 0.09886040538549423, 0.018664279952645302, 0.03514769300818443, 0.11657603830099106, 0.06109067425131798, -0.09087532758712769, -0.015359478071331978, 0.0018554535927250981, 0.10170627385377884, 0.002370423637330532, 0.08795497566461563, -0.2535053491592407, 0.1272381991147995, -0.01765470951795578, 0.11383228003978729, 0.05873582884669304, 0.024064352735877037, -0.028260646387934685, 0.06707285344600677, 0.14926426112651825, 0.07473661005496979, -0.02812809869647026, -0.008954036049544811, -0.12534350156784058, 0.006798931397497654, 0.049185775220394135, 0.06300733983516693, -0.07607091963291168, -0.005293731577694416, 0.034395042806863785, 0.05811747536063194, -0.07774034142494202, -0.31240010261535645, -0.08325283974409103, -0.05888434499502182, 0.1697513461112976, -0.003408967750146985, 0.012409400194883347, -0.0875626727938652, -0.01686028391122818, 0.11786838620901108, -0.11154255270957947, -0.12617696821689606, -0.016580531373620033, -0.030259180814027786, 0.06320088356733322, -0.05123267322778702, 0.05530938506126404, 0.04228588193655014, 0.06359561532735825, -0.033118560910224915, -0.030777063220739365, 0.09541761875152588, -0.12634646892547607, -0.033467844128608704, -0.05359490215778351, 0.08573728054761887, 0.14505349099636078, 0.05825319141149521, -0.00973071064800024, -0.01689130812883377, -0.02488020434975624, -0.08658129721879959, -0.05815974995493889, -0.0015525558264926076, -0.030689146369695663, 0.08662677556276321, -0.05810083448886871, -0.15719641745090485, -0.045315325260162354, -0.09254730492830276, 0.11373792588710785, 0.23119986057281494, -0.0019116033799946308, 0.07348647713661194, 0.3178989291191101, -0.062624491751194, -0.21123729646205902, -0.0986163392663002, 0.1017962098121643, 0.009275352582335472, -0.03784854710102081, -0.24791310727596283, 0.14889629185199738, 0.07025864720344543, -0.015451551415026188, 0.07968754321336746, -0.24752137064933777, -0.14820869266986847, 0.10783889144659042, -0.028846312314271927, 0.10301419347524643, -0.052646342664957047, -0.06084573268890381, -0.12874159216880798, 0.010238977149128914, 0.16333122551441193, 0.051135770976543427, 0.0690503716468811, 0.0353272370994091, 0.08804718405008316, -0.02800300158560276, 0.03339201211929321, 0.09215829521417618, 0.11908755451440811, -0.004248218145221472, -0.015254308469593525, -0.04648590087890625, 0.008315086364746094, 0.08041071146726608, 0.014245238155126572, -0.001540316385217011, -0.011621973477303982, -0.10908100008964539, -0.08736821264028549, 0.0009957037400454283, 0.022051440551877022, -0.003768139984458685, -0.1135285496711731, -0.11762091517448425, 0.011406674049794674, 0.0459611639380455, 0.040057599544525146, 0.22726240754127502, -0.0174550898373127, -0.06108866259455681, 0.13819409906864166, 0.07490772753953934, -0.02591257356107235, -0.13733647763729095, -0.006389173679053783, -0.05596921965479851, 0.09698443114757538, -0.19070391356945038, 0.03163297846913338, 0.09581883996725082, 0.01579512096941471, 0.052754323929548264, 0.07097256928682327, -0.08149335533380508, 0.0383019782602787, 0.06966780871152878, -0.044627320021390915, -0.06071972846984863, -0.0015218310290947556, -0.013301953673362732, 0.06859618425369263, 0.0015699872747063637, 0.13852030038833618, -0.09029056876897812, -0.026946358382701874, -0.0028162014205008745, 0.03561251610517502, -0.15735721588134766, 0.20391656458377838, 0.1003924086689949, -0.022469108924269676, -0.07920802384614944, 0.18425697088241577, 0.08234454691410065, -0.010293539613485336, 0.06589534133672714, 0.0013943493831902742, -0.013779512606561184, -0.03659834712743759, -0.0351203978061676, -0.007146439515054226, -0.15854570269584656, -0.16539686918258667, -0.07052675634622574, -0.08783052116632462, 0.019230559468269348, -0.16463442146778107, 0.052965108305215836, -0.06020769849419594, -0.050152312964200974, 0.035892557352781296, -0.0401008166372776, 0.04154537245631218, 0.09651175886392593, 0.06122548133134842, -0.20148153603076935, -0.04519084468483925, 0.01664259098470211, 0.057606570422649384, -0.03276359662413597, 0.06124567985534668, -0.08248946815729141, 0.04664726182818413, -0.03787900134921074, 0.07793417572975159, -0.03207741305232048, -0.029058029875159264, 0.0123813571408391, -0.027977243065834045, -0.08677266538143158, 0.10028405487537384, -0.07809802144765854, 0.031736813485622406, 0.019708743318915367, 0.030857732519507408, -0.05558011308312416, 0.045794546604156494, 0.01329699344933033, -0.012983720749616623, 0.005581590812653303, 0.06374112516641617, -0.020331567153334618, -0.052751995623111725, -0.25235646963119507, 0.021321121603250504, 0.10173466801643372, 0.07484196871519089, 0.031022027134895325, -0.02901642397046089, 0.014489909633994102, 0.07616832852363586, 0.05752057209610939, -0.10821875929832458, 0.060056865215301514, -0.06637407839298248, -0.01147210318595171, -0.10410343110561371, -0.07069095224142075, -0.04179903119802475, -0.026640621945261955, 0.12961900234222412, 0.04208120331168175, 0.16266965866088867, -0.05480341985821724, 0.004613511264324188, -0.010327591560781002, 0.05440203845500946, 0.04010751470923424, 0.038483455777168274, -0.11414898186922073, -0.03241749107837677, -0.028322290629148483, -0.04275450482964516, 0.16115055978298187, 0.016168266534805298, -0.038095101714134216, -0.0029010935686528683, -0.006596588995307684, 0.02488544210791588, 0.014950782991945744, 0.1848597377538681, -0.0261035468429327, -0.013333957642316818, -0.13395284116268158, -0.0361722894012928, 0.1230149120092392, 0.125392884016037, 0.028370995074510574, 0.1101742684841156, -0.0950256958603859, 0.09264235943555832, 0.023905139416456223, -0.05733473226428032, -0.12643681466579437, 0.002815892919898033, -0.012598225846886635, -0.031122444197535515, 0.03726276755332947, 0.13464418053627014, 0.0809083804488182, -0.10802598297595978, 0.010590590536594391, -0.027156196534633636, -0.07101891934871674, -0.13990779221057892, -0.04495975747704506, -0.06486259400844574, -0.20431597530841827, 0.04921312630176544, -0.14077666401863098, 0.01813274435698986, 0.06712393462657928, 0.02996085397899151, -0.026379648596048355, 0.07532898336648941, -0.07501436024904251, -0.09347794204950333, 0.005247512366622686, -0.0184819046407938, -0.013257223181426525, -0.0438944548368454, -0.04967483878135681, 0.09295433759689331, -0.004374334588646889, 0.010980004444718361, -0.0038931826129555702, 0.004376661032438278, 0.04569957032799721, 0.03421720862388611, 0.007040855940431356, -0.0449126735329628, 0.028405705466866493, 0.05458221957087517, 0.11206208169460297, 0.032760750502347946, -0.021735740825533867, 0.03510042652487755, 0.0837387889623642, -0.05955406650900841, -0.11730916053056717, -0.03339160606265068, 0.11880596727132797, -0.004433298949152231, 0.1666654646396637, -0.0026997444219887257, -0.11022475361824036, -0.12686029076576233, 0.17183665931224823, 0.163829043507576, -0.08538240939378738, -0.05098193883895874, -0.03900405392050743, 0.012379569932818413, -0.07178814709186554, 0.03399176895618439, 0.06934899836778641, 0.2123618870973587, -0.026862308382987976, 0.008166622370481491, -0.11253834515810013, 0.00008526584133505821, -0.055720873177051544, 0.03658900409936905, 0.024845493957400322, -0.04387905076146126, -0.015527566894888878, 0.08644508570432663, -0.22553209960460663, -0.0857328400015831, 0.011365978047251701, -0.05556594207882881, -0.03719077259302139, 0.00774253997951746, 0.1285451203584671, 0.10615089535713196, 0.07230550050735474, -0.05470436066389084, -0.04119539260864258, -0.011431306600570679, 0.02452024817466736, -0.17600074410438538, 0.029531585052609444, 0.005837386939674616, -0.07776589691638947, 0.1628684252500534, -0.004689997062087059, 0.19004957377910614, 0.023536179214715958, 0.07805045694112778, 0.010151172056794167, 0.0782402753829956, 0.0034066091757267714, -0.021028855815529823, 0.009429923258721828, 0.02770189382135868, -0.029488172382116318, 0.037977200001478195, 0.03793112561106682, -0.04763082414865494, -0.003352496074512601, 0.15981796383857727, -0.043687742203474045, -0.13028717041015625, 0.020819412544369698, -0.1686798334121704, 0.0844428613781929, -0.03804535046219826, -0.03592374548316002, -0.06857406347990036, -0.030075371265411377, 0.13334661722183228, 0.05979594960808754, 0.08573102951049805, 0.06442227959632874, -0.1922956109046936, -0.02767152339220047, 0.017860960215330124, 0.10404685884714127, -0.10961426049470901, 0.07238179445266724, -0.13721443712711334, -0.005873896647244692, -0.07163364440202713, 0.0024745683185756207, 0.0555693656206131, 0.04434303566813469, -0.021350519731640816, -0.08767401427030563, -0.0035175764933228493, 0.019996093586087227, -0.016618313267827034, -0.08901440352201462 ]
null
null
espnet
## ESPnet2 ASR model ### `akreal/espnet2_swbd_da_hubert_conformer` This model was trained by Pavel Denisov using swbd_da recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```bash cd espnet git checkout 08c6efbc6299c972301236625f9abafe087c9f9c pip install -e . cd egs2/swbd_da/asr1 ./run.sh --skip_data_prep false --skip_train true --download_model espnet/akreal_swbd_da_hubert_conformer ``` <!-- Generated by scripts/utils/show_asr_result.sh --> # RESULTS ## Environments - date: `Thu Jan 20 19:31:21 CET 2022` - python version: `3.8.12 (default, Aug 30 2021, 00:00:00) [GCC 11.2.1 20210728 (Red Hat 11.2.1-1)]` - espnet version: `espnet 0.10.6a1` - pytorch version: `pytorch 1.10.1+cu113` - Git hash: `08c6efbc6299c972301236625f9abafe087c9f9c` - Commit date: `Tue Jan 4 13:40:33 2022 +0100` ## asr_train_asr_raw_en_word_sp ### WER |dataset|Snt|Wrd|Corr|Sub|Del|Ins|Err|S.Err| |---|---|---|---|---|---|---|---|---| |decode_asr_asr_model_valid.loss.ave/test_context3|2379|2379|66.3|33.7|0.0|0.0|33.7|33.7| |decode_asr_asr_model_valid.loss.ave/valid_context3|8116|8116|69.5|30.5|0.0|0.0|30.5|30.5| ### CER |dataset|Snt|Wrd|Corr|Sub|Del|Ins|Err|S.Err| |---|---|---|---|---|---|---|---|---| |decode_asr_asr_model_valid.loss.ave/test_context3|2379|19440|76.1|17.7|6.2|8.1|32.0|33.7| |decode_asr_asr_model_valid.loss.ave/valid_context3|8116|66353|79.5|16.1|4.4|8.0|28.5|30.5| ### TER |dataset|Snt|Wrd|Corr|Sub|Del|Ins|Err|S.Err| |---|---|---|---|---|---|---|---|---| ## ASR config <details><summary>expand</summary> ``` config: conf/tuning/train_asr_conformer_hubert_context3.yaml print_config: false log_level: INFO dry_run: false iterator_type: sequence output_dir: exp/asr_train_asr_conformer_hubert_context3_raw_en_word_sp ngpu: 1 seed: 0 num_workers: 1 num_att_plot: 3 dist_backend: nccl dist_init_method: env:// dist_world_size: null dist_rank: null local_rank: 0 dist_master_addr: null dist_master_port: null dist_launcher: null multiprocessing_distributed: false unused_parameters: false sharded_ddp: false cudnn_enabled: true cudnn_benchmark: false cudnn_deterministic: true collect_stats: false write_collected_feats: false max_epoch: 35 patience: null val_scheduler_criterion: - valid - loss early_stopping_criterion: - valid - loss - min best_model_criterion: - - valid - loss - min keep_nbest_models: 7 nbest_averaging_interval: 0 grad_clip: 5.0 grad_clip_type: 2.0 grad_noise: false accum_grad: 1 no_forward_run: false resume: true train_dtype: float32 use_amp: false log_interval: null use_matplotlib: true use_tensorboard: true use_wandb: false wandb_project: null wandb_id: null wandb_entity: null wandb_name: null wandb_model_log_interval: -1 detect_anomaly: false pretrain_path: null init_param: [] ignore_init_mismatch: false freeze_param: - frontend.upstream num_iters_per_epoch: null batch_size: 20 valid_batch_size: null batch_bins: 4000000 valid_batch_bins: null train_shape_file: - exp/asr_stats_context3_raw_en_word_sp/train/speech_shape - exp/asr_stats_context3_raw_en_word_sp/train/text_shape.word valid_shape_file: - exp/asr_stats_context3_raw_en_word_sp/valid/speech_shape - exp/asr_stats_context3_raw_en_word_sp/valid/text_shape.word batch_type: numel valid_batch_type: null fold_length: - 80000 - 150 sort_in_batch: descending sort_batch: descending multiple_iterator: false chunk_length: 500 chunk_shift_ratio: 0.5 num_cache_chunks: 1024 train_data_path_and_name_and_type: - - dump/raw/train_context3_sp/wav.scp - speech - sound - - dump/raw/train_context3_sp/text - text - text valid_data_path_and_name_and_type: - - dump/raw/valid_context3/wav.scp - speech - sound - - dump/raw/valid_context3/text - text - text allow_variable_data_keys: false max_cache_size: 0.0 max_cache_fd: 32 valid_max_cache_size: null optim: adam optim_conf: lr: 0.0001 scheduler: warmuplr scheduler_conf: warmup_steps: 25000 token_list: - <blank> - <unk> - statement - backchannel - opinion - abandon - agree - yn_q - apprec - 'yes' - uninterp - close - wh_q - acknowledge - 'no' - yn_decl_q - hedge - backchannel_q - sum - quote - affirm - other - directive - repeat - open_q - completion - rhet_q - hold - reject - answer - neg - ans_dispref - repeat_q - open - or - commit - maybe - decl_q - third_pty - self_talk - thank - apology - tag_q - downplay - <sos/eos> init: null input_size: null ctc_conf: dropout_rate: 0.0 ctc_type: builtin reduce: true ignore_nan_grad: true joint_net_conf: null model_conf: ctc_weight: 0.0 extract_feats_in_collect_stats: false use_preprocessor: true token_type: word bpemodel: null non_linguistic_symbols: null cleaner: null g2p: null speech_volume_normalize: null rir_scp: null rir_apply_prob: 1.0 noise_scp: null noise_apply_prob: 1.0 noise_db_range: '13_15' frontend: s3prl frontend_conf: frontend_conf: upstream: hubert_large_ll60k download_dir: ./hub multilayer_feature: true fs: 16k specaug: specaug specaug_conf: apply_time_warp: true time_warp_window: 5 time_warp_mode: bicubic apply_freq_mask: true freq_mask_width_range: - 0 - 30 num_freq_mask: 2 apply_time_mask: true time_mask_width_range: - 0 - 40 num_time_mask: 2 normalize: utterance_mvn normalize_conf: {} preencoder: linear preencoder_conf: input_size: 1024 output_size: 80 encoder: conformer encoder_conf: output_size: 512 attention_heads: 8 linear_units: 2048 num_blocks: 12 dropout_rate: 0.1 positional_dropout_rate: 0.1 attention_dropout_rate: 0.1 input_layer: conv2d normalize_before: true macaron_style: true pos_enc_layer_type: rel_pos selfattention_layer_type: rel_selfattn activation_type: swish use_cnn_module: true cnn_module_kernel: 31 postencoder: null postencoder_conf: {} decoder: transformer decoder_conf: attention_heads: 8 linear_units: 2048 num_blocks: 6 dropout_rate: 0.1 positional_dropout_rate: 0.1 self_attention_dropout_rate: 0.1 src_attention_dropout_rate: 0.1 required: - output_dir - token_list version: 0.10.5a1 distributed: false ``` </details> ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Yalta and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Yalta and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "en", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["swbd_da"]}
automatic-speech-recognition
espnet/akreal_swbd_da_hubert_conformer
[ "espnet", "audio", "automatic-speech-recognition", "en", "dataset:swbd_da", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "en" ]
TAGS #espnet #audio #automatic-speech-recognition #en #dataset-swbd_da #arxiv-1804.00015 #license-cc-by-4.0 #region-us
ESPnet2 ASR model ----------------- ### 'akreal/espnet2\_swbd\_da\_hubert\_conformer' This model was trained by Pavel Denisov using swbd\_da recipe in espnet. ### Demo: How to use in ESPnet2 RESULTS ======= Environments ------------ * date: 'Thu Jan 20 19:31:21 CET 2022' * python version: '3.8.12 (default, Aug 30 2021, 00:00:00) [GCC 11.2.1 20210728 (Red Hat 11.2.1-1)]' * espnet version: 'espnet 0.10.6a1' * pytorch version: 'pytorch 1.10.1+cu113' * Git hash: '08c6efbc6299c972301236625f9abafe087c9f9c' + Commit date: 'Tue Jan 4 13:40:33 2022 +0100' asr\_train\_asr\_raw\_en\_word\_sp ---------------------------------- ### WER ### CER ### TER ASR config ---------- expand ### Citing ESPnet or arXiv:
[ "### 'akreal/espnet2\\_swbd\\_da\\_hubert\\_conformer'\n\n\nThis model was trained by Pavel Denisov using swbd\\_da recipe in espnet.", "### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Thu Jan 20 19:31:21 CET 2022'\n* python version: '3.8.12 (default, Aug 30 2021, 00:00:00) [GCC 11.2.1 20210728 (Red Hat 11.2.1-1)]'\n* espnet version: 'espnet 0.10.6a1'\n* pytorch version: 'pytorch 1.10.1+cu113'\n* Git hash: '08c6efbc6299c972301236625f9abafe087c9f9c'\n\t+ Commit date: 'Tue Jan 4 13:40:33 2022 +0100'\n\n\nasr\\_train\\_asr\\_raw\\_en\\_word\\_sp\n----------------------------------", "### WER", "### CER", "### TER\n\n\n\nASR config\n----------\n\n\nexpand", "### Citing ESPnet\n\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-swbd_da #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "### 'akreal/espnet2\\_swbd\\_da\\_hubert\\_conformer'\n\n\nThis model was trained by Pavel Denisov using swbd\\_da recipe in espnet.", "### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Thu Jan 20 19:31:21 CET 2022'\n* python version: '3.8.12 (default, Aug 30 2021, 00:00:00) [GCC 11.2.1 20210728 (Red Hat 11.2.1-1)]'\n* espnet version: 'espnet 0.10.6a1'\n* pytorch version: 'pytorch 1.10.1+cu113'\n* Git hash: '08c6efbc6299c972301236625f9abafe087c9f9c'\n\t+ Commit date: 'Tue Jan 4 13:40:33 2022 +0100'\n\n\nasr\\_train\\_asr\\_raw\\_en\\_word\\_sp\n----------------------------------", "### WER", "### CER", "### TER\n\n\n\nASR config\n----------\n\n\nexpand", "### Citing ESPnet\n\n\nor arXiv:" ]
[ 51, 48, 177, 4, 3, 10, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-swbd_da #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n### 'akreal/espnet2\\_swbd\\_da\\_hubert\\_conformer'\n\n\nThis model was trained by Pavel Denisov using swbd\\_da recipe in espnet.### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Thu Jan 20 19:31:21 CET 2022'\n* python version: '3.8.12 (default, Aug 30 2021, 00:00:00) [GCC 11.2.1 20210728 (Red Hat 11.2.1-1)]'\n* espnet version: 'espnet 0.10.6a1'\n* pytorch version: 'pytorch 1.10.1+cu113'\n* Git hash: '08c6efbc6299c972301236625f9abafe087c9f9c'\n\t+ Commit date: 'Tue Jan 4 13:40:33 2022 +0100'\n\n\nasr\\_train\\_asr\\_raw\\_en\\_word\\_sp\n----------------------------------### WER### CER### TER\n\n\n\nASR config\n----------\n\n\nexpand### Citing ESPnet\n\n\nor arXiv:" ]
[ -0.07469373941421509, 0.0745340958237648, -0.00495806522667408, 0.02060581184923649, 0.01877008192241192, 0.0066941892728209496, 0.04092571884393692, 0.08639408648014069, 0.027481969445943832, 0.1406094878911972, 0.1810096949338913, 0.11846111714839935, 0.08146001398563385, 0.1525905281305313, -0.000770180718973279, -0.2368866503238678, 0.03749566525220871, -0.032576784491539, -0.08237732201814651, 0.12758196890354156, 0.12791484594345093, -0.06840679794549942, 0.11401553452014923, -0.01248500682413578, -0.0022939457558095455, 0.03664715960621834, -0.0725276842713356, -0.09146396815776825, 0.06866754591464996, 0.06463104486465454, 0.06671711802482605, 0.027744101360440254, 0.03606134653091431, -0.22638735175132751, -0.012247470207512379, 0.010068041272461414, -0.04544229060411453, 0.06447331607341766, 0.10026495903730392, 0.012122057378292084, 0.22823019325733185, -0.03643227368593216, 0.01694943755865097, 0.037740495055913925, -0.1100643128156662, -0.1318185031414032, -0.07387137413024902, 0.15196003019809723, 0.0712936595082283, 0.07822801172733307, -0.06188439205288887, 0.0986381396651268, -0.026352914050221443, 0.057522065937519073, 0.17414870858192444, -0.2811695635318756, -0.0313575305044651, 0.0720168948173523, 0.06576318293809891, 0.05840061604976654, -0.04442465305328369, -0.07338595390319824, 0.08208341151475906, 0.03620614483952522, 0.003791220486164093, -0.009818815626204014, 0.02780219353735447, -0.01772557757794857, -0.19370736181735992, -0.14158357679843903, 0.1327160894870758, 0.043150339275598526, -0.006709651090204716, 0.04514700546860695, -0.08568421751260757, -0.13528764247894287, -0.030296411365270615, -0.0762287899851799, 0.026027176529169083, -0.017727268859744072, 0.03225483000278473, -0.056748077273368835, -0.10061261057853699, -0.03946501389145851, -0.06078061833977699, 0.17795079946517944, 0.06418192386627197, 0.02221677079796791, 0.03659752756357193, 0.011765854433178902, -0.059208400547504425, -0.12461358308792114, 0.0008204628247767687, 0.008400640450417995, 0.04643883556127548, 0.029273221269249916, 0.03386472538113594, 0.05147496983408928, 0.06451239436864853, 0.1664503812789917, -0.1357574164867401, 0.012244519777595997, 0.08488313108682632, 0.03649216145277023, -0.039638955146074295, 0.07329566776752472, -0.1410939246416092, 0.009337867610156536, -0.08669469505548477, 0.1002812311053276, -0.006832129321992397, -0.020688364282250404, -0.10057368874549866, 0.013760397210717201, 0.08766702562570572, 0.0031774728558957577, 0.08956123888492584, 0.044524580240249634, -0.021209843456745148, -0.0358612947165966, 0.2202805131673813, -0.14500488340854645, 0.009662236087024212, 0.031204674392938614, -0.11259681731462479, 0.007787313312292099, -0.035171523690223694, 0.03446588292717934, -0.10932622849941254, 0.12994596362113953, -0.11615857481956482, 0.005472160875797272, -0.0599106028676033, -0.09986678510904312, 0.0533062219619751, 0.0039730132557451725, -0.03631235286593437, -0.14826558530330658, -0.050843849778175354, -0.047476671636104584, 0.015839850530028343, 0.015388860367238522, -0.03379892185330391, -0.06957623362541199, -0.15285508334636688, 0.011410685256123543, -0.07238101214170456, 0.004969191737473011, -0.06557823717594147, 0.05961528420448303, 0.04290959611535072, 0.06332388520240784, -0.0838807225227356, 0.028557248413562775, -0.05628886818885803, 0.05333289876580238, -0.09732336550951004, 0.06335274875164032, -0.1221039667725563, 0.019626714289188385, -0.16994443535804749, -0.12439638376235962, -0.08857539296150208, -0.012976039201021194, 0.08338889479637146, 0.1478240191936493, -0.20461639761924744, -0.06355009973049164, 0.1637585610151291, -0.07815119624137878, -0.14235283434391022, 0.14753840863704681, 0.037998016923666, -0.11640468239784241, 0.04113473370671272, 0.1718418449163437, 0.002663054969161749, -0.1375517100095749, -0.15302491188049316, 0.007765301037579775, 0.019935548305511475, 0.058660052716732025, 0.12147237360477448, -0.08800628781318665, 0.13257662951946259, -0.032836735248565674, -0.05469499155879021, -0.041811324656009674, -0.05083873122930527, -0.09244409203529358, 0.02407955750823021, -0.029073255136609077, 0.12068141996860504, -0.023258937522768974, -0.03162786364555359, -0.014468353241682053, -0.10255944728851318, -0.050324149429798126, 0.1100359633564949, -0.01711130142211914, 0.028744105249643326, -0.15092402696609497, 0.10223893821239471, 0.01522388681769371, 0.023600507527589798, -0.1400946080684662, -0.05672428384423256, 0.021670201793313026, -0.04826405271887779, 0.06771028786897659, -0.03536120057106018, 0.057460375130176544, -0.029140343889594078, 0.01706315018236637, -0.03711792826652527, -0.047704342752695084, -0.031099090352654457, -0.012388973496854305, -0.10309003293514252, -0.08238033205270767, 0.025538353249430656, 0.07783494144678116, -0.2126508206129074, 0.021965108811855316, 0.07088352739810944, 0.11481261998414993, -0.0779300406575203, -0.017813950777053833, -0.08848045766353607, 0.03859206289052963, -0.03722592070698738, -0.028597192838788033, -0.04426652565598488, -0.020169934257864952, -0.09066707640886307, 0.03845922648906708, -0.1562792807817459, 0.00858218315988779, 0.12587948143482208, -0.07168111950159073, -0.029481861740350723, 0.058913592249155045, -0.04287126287817955, -0.043439771980047226, 0.1236434057354927, -0.03698776289820671, 0.19751667976379395, 0.010650213807821274, 0.07480157911777496, -0.13225913047790527, -0.0025994565803557634, 0.007529726251959801, -0.10724196583032608, -0.01570793054997921, 0.13807955384254456, 0.009481792338192463, -0.11209258437156677, 0.12361019104719162, 0.037505608052015305, -0.08847889304161072, 0.08511554449796677, 0.013708963058888912, -0.12571871280670166, -0.08734381943941116, 0.10529838502407074, 0.0157442856580019, 0.04542584344744682, -0.017002804204821587, 0.0058068772777915, 0.027117332443594933, 0.0012794057838618755, 0.07295655459165573, -0.1608683466911316, 0.0390494242310524, -0.009483736008405685, -0.08857755362987518, -0.02381635457277298, -0.024315355345606804, -0.04978437349200249, 0.05853284150362015, 0.052372679114341736, -0.12265724688768387, -0.04690416157245636, -0.018956413492560387, -0.08031396567821503, 0.2089008241891861, -0.1172054260969162, -0.2182895392179489, -0.15047995746135712, -0.04067487642168999, -0.05542515963315964, 0.014379674568772316, -0.0025381767190992832, -0.08248528093099594, -0.05108962580561638, -0.05375836789608002, -0.0016913202125579119, -0.1327751725912094, -0.05952625349164009, -0.001207010936923325, 0.009209009818732738, 0.06939581036567688, -0.08004344254732132, -0.023262683302164078, -0.024578433483839035, -0.06413751095533371, 0.02035493217408657, 0.019398091360926628, 0.1190318763256073, 0.1606549769639969, -0.020194262266159058, -0.006637008860707283, 0.008147167041897774, 0.2307688146829605, -0.07956619560718536, -0.0617387481033802, 0.07361458241939545, -0.055608756840229034, 0.07809408754110336, 0.14783400297164917, 0.03405872732400894, -0.07416873425245285, -0.012094025500118732, -0.007436018902808428, -0.005452219862490892, -0.3119337260723114, -0.12633256614208221, -0.035033341497182846, 0.08947853744029999, 0.12881432473659515, 0.05843588709831238, 0.10456825792789459, 0.04473269358277321, -0.0775841698050499, 0.0061208708211779594, -0.020217247307300568, 0.06853999197483063, 0.15467151999473572, 0.01596635952591896, 0.05744066461920738, -0.002898873994126916, -0.02279052883386612, 0.057156503200531006, 0.047810476273298264, 0.11901114135980606, 0.07274763286113739, 0.20375800132751465, 0.08020521700382233, 0.2225971519947052, -0.002329421229660511, -0.009182572364807129, 0.01894412375986576, 0.0032366171944886446, 0.05131848156452179, -0.07782494276762009, -0.09570123255252838, 0.10089044272899628, 0.16229818761348724, -0.06634451448917389, 0.01352719683200121, 0.03754701092839241, 0.016749445348978043, 0.10215400159358978, 0.03554540127515793, -0.3598038852214813, -0.0348796471953392, -0.031455203890800476, -0.05035097151994705, -0.07729131728410721, 0.005505747627466917, 0.059823837131261826, -0.04733842983841896, 0.0824669823050499, 0.005138017702847719, 0.07195360213518143, -0.06825900077819824, -0.006516333669424057, -0.010820087976753712, 0.09410519152879715, 0.0425812266767025, 0.07982373237609863, -0.23499611020088196, 0.29658836126327515, 0.007110252510756254, 0.03716220706701279, 0.004546037875115871, 0.027532266452908516, -0.019383907318115234, -0.0450458899140358, 0.15017452836036682, 0.012362771667540073, -0.03048248030245304, -0.08904706686735153, -0.16823135316371918, 0.00805593840777874, 0.16974757611751556, -0.047233838587999344, 0.10760320723056793, 0.01614644192159176, 0.010754389688372612, -0.0073966593481600285, -0.02221556380391121, -0.09603437781333923, -0.07192496210336685, 0.07869492471218109, 0.05407624691724777, 0.03903927654027939, -0.04191816970705986, -0.03992590680718422, -0.08807743340730667, 0.14620579779148102, -0.14273156225681305, -0.05957413837313652, -0.05820120871067047, 0.04662373289465904, 0.22942477464675903, -0.11792430281639099, 0.07309439033269882, 0.031804535537958145, 0.06324131786823273, -0.01657329872250557, 0.005184271838515997, 0.10087572783231735, -0.07587624341249466, -0.11293750256299973, 0.04097166284918785, 0.14077579975128174, 0.023176876828074455, 0.07643391191959381, -0.013333489187061787, 0.05259029194712639, -0.057377737015485764, -0.08267834037542343, -0.03288334235548973, -0.028290975838899612, 0.014043985866010189, 0.04590723663568497, -0.03807951137423515, -0.07780037075281143, -0.1638077348470688, 0.010308531112968922, 0.13303479552268982, 0.3167990446090698, -0.07289278507232666, -0.01083961222320795, 0.2153203934431076, -0.028381964191794395, -0.18472839891910553, -0.15745346248149872, 0.13655038177967072, -0.035074230283498764, -0.03235568106174469, -0.20156921446323395, -0.06078897789120674, 0.10784678906202316, -0.03557036444544792, 0.0935223177075386, -0.31647446751594543, -0.11218927800655365, 0.13434100151062012, -0.05283612385392189, -0.12748439610004425, -0.1771392524242401, -0.11966580897569656, -0.07405567169189453, -0.09933965653181076, 0.04025046527385712, 0.17128634452819824, 0.043350428342819214, 0.03671729564666748, 0.1231524646282196, 0.01099561806768179, -0.013953663408756256, 0.18476861715316772, 0.054931268095970154, -0.03628396987915039, -0.07413658499717712, -0.0718853622674942, 0.0006258864304982126, -0.027950428426265717, 0.14474613964557648, 0.0003718987572938204, 0.009600802324712276, -0.10473757982254028, -0.02773531712591648, -0.07819338887929916, 0.03158492594957352, -0.023546697571873665, -0.038673728704452515, -0.06175396963953972, -0.002938543213531375, 0.07589046657085419, 0.03503604978322983, 0.0916697159409523, -0.03308873996138573, 0.08690093457698822, 0.1644604355096817, 0.08891388028860092, -0.0401761457324028, -0.12810268998146057, 0.06041116267442703, 0.018079953268170357, 0.049049388617277145, -0.11172140389680862, -0.0097404969856143, 0.1391649842262268, 0.004957569297403097, 0.10995742678642273, 0.0431763157248497, -0.169158935546875, -0.0805949866771698, 0.07823970913887024, -0.12364967167377472, -0.12501999735832214, 0.02877546288073063, 0.14108946919441223, -0.1355905830860138, -0.01419515535235405, 0.11455591022968292, -0.1022791936993599, -0.028582531958818436, 0.0065850322134792805, 0.0693303570151329, -0.07807239890098572, 0.16846509277820587, 0.1152002289891243, 0.06567753106355667, -0.10909203439950943, 0.08656130731105804, 0.1079164519906044, -0.08322721719741821, 0.034416601061820984, 0.07270325720310211, -0.039213456213474274, -0.04883261397480965, -0.09684054553508759, -0.07475709170103073, -0.12013415992259979, -0.11798710376024246, 0.008825733326375484, -0.028658010065555573, 0.06665000319480896, 0.06672275811433792, 0.07977958768606186, 0.061257511377334595, 0.045758187770843506, 0.062326960265636444, -0.025748299434781075, 0.04973449185490608, 0.051350899040699005, 0.06388764828443527, -0.08775221556425095, 0.13694600760936737, 0.000051763585361186415, 0.05406162515282631, 0.011405632831156254, 0.04021827131509781, -0.033401429653167725, 0.026667950674891472, 0.04276473820209503, 0.020516084507107735, -0.05394097790122032, -0.03431195765733719, 0.051655855029821396, -0.014695998281240463, -0.0987609252333641, 0.025998199358582497, -0.11550023406744003, -0.0827263817191124, -0.029964761808514595, 0.04135923087596893, -0.1663666069507599, -0.0004075006290804595, 0.05208515748381615, -0.05686758831143379, 0.02592025138437748, 0.074026919901371, 0.011835435405373573, 0.04346200078725815, -0.07436553388834, 0.00038567077717743814, 0.09352128207683563, 0.10330358892679214, 0.04686480760574341, -0.052866317331790924, -0.02147763967514038, 0.028670579195022583, 0.023344360291957855, -0.021914230659604073, -0.04826249182224274, -0.10606959462165833, -0.058164168149232864, -0.049912527203559875, -0.0724538043141365, -0.02313654124736786, 0.017401449382305145, 0.005083921831101179, 0.05235058441758156, 0.16952818632125854, -0.0019114376045763493, 0.0022894958965480328, -0.1157655119895935, 0.014387626200914383, -0.024059094488620758, -0.026964811608195305, 0.06914394348859787, -0.008858652785420418, 0.07526937872171402, -0.05821165069937706, 0.07081064581871033, -0.04818990081548691, -0.06044270843267441, 0.0297208484262228, -0.046012990176677704, -0.06471695750951767, 0.02334991842508316, 0.13936135172843933, 0.08558277040719986, -0.04632611945271492, -0.023973751813173294, 0.004274224862456322, 0.0071126967668533325, -0.008198355324566364, 0.09138922393321991, 0.10166777670383453, 0.08361773937940598, 0.11379559338092804, 0.13157586753368378, -0.11180317401885986, -0.06497566401958466, 0.008082841522991657, -0.11408569663763046, 0.09167838841676712, 0.03578712046146393, 0.217625230550766, 0.18021437525749207, -0.1474733203649521, 0.06470126658678055, 0.01722125895321369, -0.0856148973107338, -0.12235116213560104, -0.07313445955514908, -0.07859471440315247, -0.1275559812784195, 0.019988005980849266, -0.11565952748060226, 0.06100232154130936, 0.18814127147197723, 0.006519726477563381, 0.018016476184129715, 0.15763112902641296, -0.024742500856518745, -0.11715643107891083, 0.01729368232190609, -0.016451910138130188, 0.022623807191848755, -0.03641015291213989, -0.05428542569279671, 0.06292706727981567, -0.008995109237730503, 0.0959162786602974, -0.023285992443561554, -0.012296603061258793, 0.09342273324728012, 0.010493981651961803, -0.052614785730838776, 0.0065325358882546425, -0.00017972708155866712, 0.053340353071689606, 0.12632682919502258, 0.04279247298836708, -0.02505343407392502, 0.018200185149908066, 0.11258416622877121, -0.059737082570791245, -0.10264923423528671, -0.09835746139287949, 0.16159053146839142, 0.05808675289154053, 0.07862181961536407, -0.039073675870895386, -0.07626350969076157, -0.06713687628507614, 0.12462424486875534, 0.14133618772029877, -0.04046932980418205, -0.04320789501070976, 0.024898240342736244, 0.03570376709103584, -0.03268623724579811, 0.021861335262656212, 0.11573318392038345, 0.2551552951335907, -0.02406669408082962, -0.0610429048538208, -0.0712195485830307, 0.02772449515759945, -0.059039678424596786, 0.003231510054320097, -0.006462824065238237, -0.016674503684043884, -0.05193531513214111, 0.12111572176218033, -0.09606187045574188, -0.12790626287460327, -0.06963907927274704, -0.11272537708282471, -0.07221408933401108, 0.035805877298116684, 0.1418302208185196, 0.08451232314109802, 0.13299530744552612, 0.006797027308493853, -0.07892338931560516, 0.005096923094242811, 0.01759624481201172, -0.11994114518165588, -0.0038649870548397303, 0.0641130656003952, -0.04437382519245148, 0.22645863890647888, -0.014188426546752453, 0.18059445917606354, 0.09669315069913864, 0.02087719924747944, -0.05351007357239723, 0.04476437345147133, 0.09919369220733643, -0.05917041003704071, 0.05719947814941406, 0.08411183953285217, 0.009803705848753452, -0.028513433411717415, 0.08664917200803757, -0.1015133336186409, -0.014789510518312454, 0.09670548141002655, 0.0690612867474556, -0.06747198849916458, -0.003357267938554287, -0.11984311044216156, 0.08037684112787247, 0.13481736183166504, -0.060450229793787, -0.026501331478357315, -0.05046107620000839, -0.005964777432382107, -0.003435871796682477, 0.10679274052381516, -0.026262328028678894, -0.24215295910835266, -0.018356194719672203, -0.12262856960296631, 0.047304220497608185, -0.10829830169677734, 0.006741130258888006, 0.04986889660358429, -0.023944230750203133, -0.04293915256857872, 0.09099180996417999, 0.023717429488897324, -0.013164478354156017, -0.04644577205181122, 0.016180317848920822, -0.025311700999736786, 0.0953940749168396, -0.13716302812099457, -0.11212196946144104 ]
null
null
espnet
# ESPnet2 ENH pretrained model ## `anogkongda/librimix_enh_train_raw_valid.si_snr.ave` ♻️ Imported from <https://zenodo.org/record/4480771#.YN70WJozZH4> This model was trained by anogkongda using librimix recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ``` ### Training config See full config in [`config.yaml`](./config.yaml) ```yaml config: conf/tuning/train_conformer_fastspeech2.yaml print_config: false log_level: INFO dry_run: false iterator_type: sequence output_dir: exp/tts_train_conformer_fastspeech2_raw_phn_jaconv_pyopenjtalk ngpu: 1 seed: 0 num_workers: 1 num_att_plot: 3 dist_backend: nccl dist_init_method: env:// dist_world_size: null dist_rank: null local_rank: 0 dist_master_addr: null dist_master_port: null dist_launcher: null multiprocessing_distributed: false cudnn_enabled: true cudnn_benchmark: false cudnn_deterministic: true ```
{"language": "en", "license": "cc-by-4.0", "tags": ["espnet", "audio", "audio-source-separation", "audio-to-audio"], "datasets": ["librimix"], "inference": false}
audio-to-audio
espnet/anogkongda-librimix_enh_train_raw_valid.si_snr.ave
[ "espnet", "audio", "audio-source-separation", "audio-to-audio", "en", "dataset:librimix", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "en" ]
TAGS #espnet #audio #audio-source-separation #audio-to-audio #en #dataset-librimix #arxiv-1804.00015 #license-cc-by-4.0 #region-us
# ESPnet2 ENH pretrained model ## 'anogkongda/librimix_enh_train_raw_valid.si_snr.ave' ️ Imported from <URL This model was trained by anogkongda using librimix recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv: ### Training config See full config in 'URL'
[ "# ESPnet2 ENH pretrained model", "## 'anogkongda/librimix_enh_train_raw_valid.si_snr.ave'\n\n️ Imported from <URL\nThis model was trained by anogkongda using librimix recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\n\n\nor arXiv:", "### Training config\n\nSee full config in 'URL'" ]
[ "TAGS\n#espnet #audio #audio-source-separation #audio-to-audio #en #dataset-librimix #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "# ESPnet2 ENH pretrained model", "## 'anogkongda/librimix_enh_train_raw_valid.si_snr.ave'\n\n️ Imported from <URL\nThis model was trained by anogkongda using librimix recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\n\n\nor arXiv:", "### Training config\n\nSee full config in 'URL'" ]
[ 55, 10, 53, 11, 11, 13 ]
[ "passage: TAGS\n#espnet #audio #audio-source-separation #audio-to-audio #en #dataset-librimix #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n# ESPnet2 ENH pretrained model## 'anogkongda/librimix_enh_train_raw_valid.si_snr.ave'\n\n️ Imported from <URL\nThis model was trained by anogkongda using librimix recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\n\n\nor arXiv:### Training config\n\nSee full config in 'URL'" ]
[ -0.051242392510175705, 0.035442862659692764, -0.0023145906161516905, 0.101756751537323, 0.07936359196901321, -0.03745253011584282, 0.23720358312129974, -0.03551683574914932, 0.07924501597881317, -0.01756082847714424, 0.021436307579278946, 0.07072312384843826, 0.02303660660982132, 0.12788020074367523, 0.020212557166814804, -0.12051799148321152, 0.012107158079743385, 0.03910470008850098, 0.007978391833603382, 0.070388562977314, 0.11405453830957413, -0.01932082138955593, 0.0488898791372776, -0.00018451300275046378, -0.02665862999856472, 0.10139255225658417, -0.055455952882766724, -0.04752006381750107, 0.03329472616314888, 0.02746838517487049, 0.13436971604824066, -0.00926175620406866, 0.13129103183746338, -0.2479020357131958, 0.01554302591830492, -0.016414513811469078, -0.02381185255944729, 0.00921754539012909, 0.04934581369161606, 0.02086869440972805, -0.11335582286119461, 0.06994777917861938, -0.018134040758013725, -0.03349704667925835, -0.03391924500465393, -0.030580392107367516, 0.011392596177756786, 0.08251391351222992, 0.13696520030498505, 0.15599699318408966, -0.011969568207859993, 0.06927647441625595, -0.0688144639134407, 0.03533724322915077, 0.04179193079471588, -0.13375337421894073, 0.04301150143146515, 0.08277621120214462, 0.06996594369411469, 0.1208898201584816, -0.005425369832664728, -0.06464661657810211, 0.17334362864494324, 0.0313175804913044, 0.005129752680659294, -0.04155340790748596, -0.09392911940813065, -0.05284220725297928, -0.11138437688350677, -0.011267372407019138, 0.22545020282268524, 0.07888863235712051, -0.05481695383787155, 0.059280235320329666, -0.04762960970401764, -0.11357879638671875, 0.07130898535251617, -0.07543142139911652, 0.048063501715660095, 0.061484187841415405, 0.05134131386876106, -0.14727731049060822, -0.11054409295320511, -0.10191169381141663, 0.0014047814765945077, 0.10661308467388153, 0.0631912499666214, 0.009123619645833969, -0.03506004065275192, 0.08920812606811523, -0.04701099544763565, -0.06989575922489166, 0.0870535746216774, 0.00421238923445344, 0.018899139016866684, 0.016903391107916832, 0.0690251961350441, -0.07157730311155319, -0.02934466302394867, 0.08869850635528564, -0.20669668912887573, -0.011355183087289333, 0.0699651762843132, 0.1486852914094925, 0.04735589027404785, -0.04994114115834236, -0.030865773558616638, -0.044196564704179764, 0.0012361399130895734, 0.035448335111141205, 0.04622972756624222, -0.03236263990402222, -0.16369053721427917, 0.019423047080636024, -0.11908388137817383, -0.036180682480335236, -0.07853873074054718, -0.11206645518541336, -0.1638702154159546, -0.04049444571137428, 0.0749797597527504, -0.06715836375951767, 0.031737882643938065, -0.06384702026844025, -0.007883173413574696, 0.0021652330178767443, 0.06499094516038895, 0.1402377486228943, -0.06806733459234238, 0.07424196600914001, -0.050114162266254425, 0.0010175822535529733, -0.060735732316970825, -0.026159467175602913, 0.0298602357506752, -0.008332685567438602, 0.04469626024365425, -0.12817828357219696, -0.16925793886184692, -0.04964454099535942, 0.07104364782571793, 0.054169945418834686, -0.061516594141721725, -0.14396528899669647, 0.016833575442433357, -0.041260283440351486, -0.07676663994789124, -0.14421871304512024, -0.08179108798503876, -0.04846031218767166, 0.002930187853053212, 0.0024419822730123997, -0.11828332394361496, 0.07615198194980621, -0.05534059926867485, 0.006387948989868164, -0.10909134894609451, 0.11226272583007812, -0.08286990225315094, -0.05130472406744957, -0.050088755786418915, -0.0751958116889, -0.1410285234451294, 0.07442842423915863, 0.08419211953878403, 0.07257868349552155, -0.1463816910982132, -0.07513649016618729, -0.0027442278806120157, -0.12397180497646332, -0.036263685673475266, 0.16750162839889526, -0.04621034115552902, 0.06869597733020782, 0.041254911571741104, 0.22390857338905334, -0.05681031569838524, -0.13741819560527802, -0.0064936005510389805, 0.041846126317977905, 0.053044695407152176, -0.06320088356733322, 0.09906759858131409, -0.03429599851369858, 0.05328339710831642, -0.0759698674082756, -0.0634816437959671, 0.045327186584472656, -0.032939497381448746, -0.05933338403701782, 0.0027555027045309544, -0.07731363922357559, -0.03015729784965515, -0.052064016461372375, -0.01655707135796547, 0.016397839412093163, -0.06944885849952698, 0.11392194777727127, 0.1363295614719391, -0.05619889497756958, 0.08658473938703537, -0.060898490250110626, 0.04486427828669548, -0.06699609011411667, -0.09572044759988785, -0.07862026989459991, 0.0910278782248497, 0.029237624257802963, -0.06819964945316315, 0.1739543229341507, 0.023551497608423233, -0.038448430597782135, 0.05417591333389282, -0.02611694671213627, -0.10455960035324097, -0.10073122382164001, 0.005903235636651516, -0.02063910663127899, -0.23186185956001282, 0.022980453446507454, -0.00037675711791962385, -0.04713742807507515, -0.12438931316137314, -0.03954003006219864, -0.14334066212177277, 0.08641096204519272, -0.028282878920435905, 0.016218142583966255, -0.02547079138457775, 0.04070493206381798, -0.09731301665306091, -0.008273628540337086, -0.06269015371799469, 0.04759706184267998, -0.07248342037200928, 0.04594311863183975, 0.04426685720682144, 0.08079178631305695, 0.0853135883808136, -0.15838578343391418, -0.019272735342383385, 0.09185179322957993, 0.016653291881084442, -0.05854635685682297, -0.09629673510789871, 0.060788486152887344, 0.26646265387535095, -0.03407348692417145, 0.12082609534263611, -0.11228199303150177, 0.04337933287024498, -0.03912485018372536, -0.13690967857837677, 0.023329710587859154, 0.058661412447690964, 0.048546355217695236, -0.09854726493358612, 0.13113725185394287, 0.05901281163096428, -0.16196854412555695, 0.20711767673492432, 0.0929967388510704, -0.07384601980447769, -0.07852188497781754, 0.05777119845151901, -0.09627528488636017, 0.0770815759897232, -0.07812022417783737, 0.050987012684345245, -0.013331540860235691, 0.05430840700864792, 0.08857112377882004, -0.16644838452339172, -0.013289069756865501, 0.07266566157341003, -0.0743337869644165, -0.1093001440167427, -0.10253208875656128, -0.14653152227401733, -0.013284157030284405, -0.09186576306819916, -0.12001462280750275, 0.0432250089943409, -0.011464633047580719, -0.08932875096797943, 0.09835471957921982, -0.15569399297237396, -0.14512784779071808, -0.2301834374666214, -0.015902722254395485, -0.037636853754520416, 0.06090542674064636, 0.08697988092899323, -0.10259570181369781, -0.06532754749059677, -0.013822460547089577, -0.08502312004566193, -0.057912204414606094, -0.08409439027309418, 0.07599686086177826, 0.07692896574735641, 0.008031772449612617, -0.11589452624320984, 0.014457596465945244, -0.003411093493923545, 0.0605202279984951, -0.021807171404361725, -0.001966166542842984, 0.02419852279126644, 0.17856493592262268, 0.032671548426151276, -0.04879465699195862, 0.02385564334690571, 0.1906784623861313, -0.07270482927560806, 0.028997762128710747, 0.07065471261739731, -0.08864571899175644, 0.041819844394922256, 0.14766602218151093, 0.07121020555496216, -0.03043254464864731, 0.05877679958939552, 0.009239459410309792, -0.03041405789554119, -0.41744449734687805, -0.07025696337223053, -0.041302382946014404, -0.0776364728808403, -0.037714891135692596, 0.05001315847039223, 0.1282990425825119, 0.09257370978593826, -0.000764283468015492, 0.09485398232936859, -0.008489491418004036, 0.014878119342029095, -0.02247488871216774, -0.01488807238638401, 0.035607434809207916, -0.02013082429766655, -0.02238777093589306, 0.08713327348232269, 0.177580788731575, 0.09038463234901428, 0.10402064025402069, 0.09208152443170547, 0.1222243383526802, 0.09454473853111267, 0.04114307090640068, -0.03173385560512543, 0.028668606653809547, 0.05001102760434151, -0.01662112958729267, -0.033976826816797256, 0.06143394112586975, 0.11217128485441208, 0.006803800351917744, 0.028858264908194542, 0.024064386263489723, 0.13072985410690308, 0.0023254139814525843, 0.1053694561123848, 0.0243904460221529, -0.23549745976924896, -0.015257307328283787, 0.029820941388607025, 0.022039951756596565, -0.05627297982573509, 0.05838167294859886, 0.16095511615276337, -0.013614140450954437, 0.0012654393212869763, 0.12934161722660065, 0.10595865547657013, -0.12441087514162064, -0.03204949200153351, 0.06859774142503738, 0.11030749976634979, -0.03894209861755371, 0.06053535267710686, -0.18255187571048737, 0.1828141063451767, 0.019117075949907303, 0.125166118144989, 0.11772874742746353, 0.04556591808795929, -0.02887486107647419, 0.11611371487379074, 0.18632909655570984, 0.05983985215425491, -0.1144624650478363, -0.07902996987104416, -0.08005917817354202, -0.04810716584324837, 0.04066496342420578, 0.08135578036308289, -0.066507488489151, 0.042372509837150574, 0.009480023756623268, 0.06808561086654663, -0.06555528193712234, -0.2547960877418518, -0.062219325453042984, -0.04710053652524948, 0.2684307396411896, -0.0025715315714478493, -0.018722405657172203, -0.06461654603481293, -0.03801951929926872, 0.17878232896327972, -0.1590045988559723, -0.09905079007148743, 0.000641338643617928, -0.05355319380760193, 0.08484028279781342, -0.00797927938401699, 0.0865439921617508, 0.06033710390329361, 0.09359072148799896, -0.07246081531047821, 0.04500831663608551, 0.07199688255786896, -0.1355215162038803, 0.010094868019223213, -0.07551253587007523, 0.06508027017116547, 0.176664799451828, 0.03608369827270508, -0.0014253405388444662, -0.07815012335777283, -0.04567202925682068, -0.07712779939174652, -0.017615966498851776, -0.015384246595203876, -0.012662295252084732, 0.14005804061889648, -0.15808038413524628, -0.14006228744983673, -0.07728970795869827, -0.10581866651773453, 0.044366300106048584, 0.265508770942688, 0.01819046586751938, -0.01618141122162342, 0.3740852475166321, -0.14340530335903168, -0.10459546744823456, -0.024081727489829063, 0.11675193905830383, 0.01608787477016449, 0.03612925484776497, -0.21957555413246155, 0.09178055077791214, 0.030557142570614815, 0.004152204841375351, 0.027023347094655037, -0.18489859998226166, -0.10621620714664459, 0.14816923439502716, -0.10277806222438812, 0.05617857351899147, 0.008827962912619114, -0.05896212160587311, -0.1013568639755249, -0.07881343364715576, 0.07164282351732254, 0.03798782825469971, 0.0962194949388504, 0.09782891720533371, 0.04524466395378113, -0.045846857130527496, 0.016961300745606422, 0.10118048638105392, 0.1541990041732788, 0.0802735909819603, 0.014311332255601883, 0.0742294117808342, 0.02269948087632656, 0.007087026722729206, 0.08164525777101517, 0.048218633979558945, -0.00047846109373494983, -0.11805928498506546, -0.08675773441791534, 0.04684680327773094, 0.01134598907083273, 0.02375589683651924, -0.11756585538387299, -0.06645655632019043, -0.02547953836619854, 0.06875870376825333, 0.056511957198381424, 0.17252282798290253, 0.06520019471645355, 0.004114850889891386, 0.1148189902305603, 0.04126252979040146, -0.04999730736017227, -0.22607018053531647, -0.012531427666544914, -0.046740930527448654, 0.09000025689601898, -0.07568833976984024, 0.044257134199142456, 0.09306001663208008, -0.009449216537177563, 0.1111239492893219, 0.07047365605831146, -0.09967869520187378, 0.016526788473129272, 0.03908771276473999, -0.031442791223526, 0.03181818500161171, -0.02169755846261978, 0.04441313073039055, 0.13613654673099518, -0.021309344097971916, 0.10698313266038895, -0.11471591889858246, -0.011171930469572544, 0.023104624822735786, 0.02705179713666439, -0.19484169781208038, 0.20023195445537567, 0.09202377498149872, -0.028509829193353653, -0.08003764599561691, 0.20946434140205383, 0.07614243775606155, 0.006352809723466635, 0.05699186027050018, -0.018162379041314125, -0.07935918122529984, -0.013729737140238285, -0.020200936123728752, 0.023528406396508217, -0.14758341014385223, -0.21386179327964783, -0.07714744657278061, 0.006728558335453272, -0.006965928710997105, -0.1728820502758026, 0.05971495062112808, -0.05471373349428177, -0.009258159436285496, 0.0318901389837265, -0.008665306493639946, 0.04395198076963425, 0.13414499163627625, 0.11228368431329727, -0.17917264997959137, -0.06481478363275528, 0.05182217061519623, 0.052757855504751205, -0.031113360077142715, 0.03519608452916145, -0.00753356097266078, 0.10051222145557404, 0.0010661876294761896, 0.07730128616094589, 0.022400235757231712, -0.045387569814920425, 0.014831642620265484, -0.050676699727773666, -0.0659242495894432, 0.13254402577877045, -0.04775267094373703, 0.018616750836372375, 0.0515974797308445, 0.043583594262599945, -0.08437474817037582, -0.03897526115179062, 0.022108908742666245, -0.042858950793743134, -0.013126196339726448, 0.08104802668094635, -0.0465368777513504, -0.0507071278989315, -0.3354886472225189, 0.008484109304845333, 0.1464529186487198, 0.07700692862272263, 0.011050127446651459, -0.09934978187084198, 0.0195834431797266, 0.043711867183446884, 0.02369179204106331, -0.11244991421699524, 0.0343303456902504, -0.04858984425663948, -0.0974949449300766, -0.1047646552324295, -0.053495604544878006, -0.0015857646940276027, 0.011263356544077396, 0.15110479295253754, 0.09858885407447815, 0.21942056715488434, -0.01423161756247282, -0.00612605968490243, -0.01915806531906128, 0.060757994651794434, 0.05577559769153595, -0.002703758655115962, -0.062005665153265, -0.0671478882431984, -0.05075414106249809, -0.055571336299180984, 0.17026278376579285, -0.02542806603014469, -0.04528825730085373, -0.030411452054977417, -0.059626080095767975, -0.037462666630744934, -0.011819301173090935, 0.14129097759723663, -0.05167747661471367, 0.004633354023098946, -0.14011521637439728, -0.040813688188791275, 0.15645208954811096, 0.06495629996061325, -0.044344522058963776, 0.04379798099398613, 0.03065677545964718, 0.09412778168916702, 0.06508060544729233, -0.03740708902478218, -0.23188962042331696, 0.017635269090533257, 0.008175685070455074, 0.007268229499459267, 0.050311967730522156, 0.1237611323595047, 0.06842131167650223, -0.09532467275857925, 0.08267606794834137, 0.08032351732254028, -0.07204581052064896, -0.16235250234603882, -0.09095466881990433, -0.047571856528520584, -0.17494353652000427, 0.015232756733894348, -0.11636482924222946, 0.022600766271352768, 0.037604060024023056, 0.03358973562717438, 0.014414036646485329, 0.10473300516605377, -0.025470856577157974, -0.08428163826465607, -0.019999222829937935, -0.009426924400031567, -0.027277210727334023, -0.09114128351211548, -0.055287670344114304, 0.12298079580068588, -0.0009765533613972366, 0.01639193668961525, -0.0567825548350811, 0.0223650224506855, 0.0785546749830246, 0.0736306831240654, 0.03635835275053978, -0.044376835227012634, -0.015795350074768066, -0.031709957867860794, 0.12596222758293152, 0.046565067023038864, -0.04962789639830589, 0.08150046318769455, 0.13867248594760895, -0.056863028556108475, -0.10193639993667603, -0.10358092933893204, 0.013457689434289932, 0.013697491958737373, 0.13571316003799438, -0.02212544158101082, -0.09750350564718246, -0.05504566803574562, 0.1071322038769722, 0.12911690771579742, -0.05709613114595413, -0.026127485558390617, -0.0012751471949741244, 0.0028069333638995886, -0.10207260400056839, -0.039312686771154404, 0.07075570523738861, 0.13865777850151062, -0.007237387355417013, 0.025465942919254303, -0.10403992235660553, 0.00016300062998197973, -0.005735703278332949, -0.020207174122333527, -0.025051599368453026, -0.04070071876049042, -0.034694235771894455, 0.1276860386133194, -0.19625435769557953, -0.1517694741487503, -0.006741922814399004, 0.02731122076511383, -0.04337560757994652, -0.004539113026112318, 0.15166965126991272, 0.08312363922595978, 0.024724015966057777, -0.07864370942115784, -0.03805194050073624, 0.08237985521554947, 0.0188041552901268, -0.07032686471939087, -0.060096677392721176, -0.03632930666208267, -0.01279625203460455, 0.1990831196308136, 0.022014057263731956, 0.20725621283054352, -0.036598145961761475, 0.029406461864709854, 0.03236526995897293, 0.145534485578537, -0.017582504078745842, 0.027077777311205864, -0.003234412521123886, 0.047106366604566574, -0.08813198655843735, 0.12202916294336319, -0.002942251041531563, -0.023282527923583984, 0.03403303027153015, 0.05737116560339928, -0.10133638978004456, -0.1361781507730484, -0.00573968980461359, -0.14150545001029968, 0.07974495738744736, -0.06583153456449509, -0.02520415559411049, -0.02769961580634117, -0.04055303707718849, 0.08708807080984116, 0.09687541425228119, 0.09978969395160675, 0.10188253968954086, -0.16345921158790588, 0.04519452899694443, 0.0025449194945394993, 0.12800733745098114, -0.1150938868522644, 0.012694395147264004, -0.10782929509878159, -0.08243705332279205, -0.05182075500488281, -0.008175927214324474, 0.10622309148311615, 0.05688297376036644, -0.031853482127189636, -0.06926903873682022, -0.03450907766819, 0.00872523058205843, -0.020949987694621086, -0.1147788017988205 ]
null
null
espnet
## Example ESPnet2 ENH model ### `anogkongda/librimix_enh_train_raw_valid.si_snr.ave` ♻️ Imported from https://zenodo.org/record/4480771/ This model was trained by anogkongda using librimix/enh1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "en", "license": "cc-by-4.0", "tags": ["espnet", "audio", "speech-enhancement", "audio-to-audio"], "datasets": ["librimix"]}
audio-to-audio
espnet/anogkongda_librimix_enh_train_raw_valid.si_snr.ave
[ "espnet", "audio", "speech-enhancement", "audio-to-audio", "en", "dataset:librimix", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "en" ]
TAGS #espnet #audio #speech-enhancement #audio-to-audio #en #dataset-librimix #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 ENH model ### 'anogkongda/librimix_enh_train_raw_valid.si_snr.ave' ️ Imported from URL This model was trained by anogkongda using librimix/enh1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 ENH model", "### 'anogkongda/librimix_enh_train_raw_valid.si_snr.ave'\n️ Imported from URL\n\nThis model was trained by anogkongda using librimix/enh1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #speech-enhancement #audio-to-audio #en #dataset-librimix #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 ENH model", "### 'anogkongda/librimix_enh_train_raw_valid.si_snr.ave'\n️ Imported from URL\n\nThis model was trained by anogkongda using librimix/enh1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 54, 9, 57, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #speech-enhancement #audio-to-audio #en #dataset-librimix #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 ENH model### 'anogkongda/librimix_enh_train_raw_valid.si_snr.ave'\n️ Imported from URL\n\nThis model was trained by anogkongda using librimix/enh1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.049929339438676834, 0.055456992238759995, -0.0042642890475690365, 0.07951926440000534, 0.023216798901557922, -0.05787086486816406, 0.22144131362438202, 0.0022305850870907307, 0.11897846311330795, -0.014838007278740406, 0.0926588848233223, 0.08587407320737839, 0.010859022848308086, 0.12627333402633667, 0.03418877720832825, -0.17516516149044037, 0.02726934291422367, 0.0320853553712368, 0.022745775058865547, 0.07236800342798233, 0.12651577591896057, -0.033199239522218704, 0.06549346446990967, 0.017104094848036766, 0.005681728478521109, 0.12612736225128174, -0.07222671806812286, -0.05830281972885132, 0.05525171756744385, 0.05121227353811264, 0.0817229300737381, 0.011656164191663265, 0.11236494779586792, -0.2654671370983124, 0.01213589496910572, -0.05534600466489792, -0.038642071187496185, 0.008816277608275414, 0.03465782850980759, 0.030929911881685257, 0.023842226713895798, 0.06477656215429306, -0.0421474389731884, -0.01776561141014099, -0.03703392669558525, -0.037760235369205475, 0.03295902535319328, 0.09456849098205566, 0.09738978743553162, 0.1316511482000351, -0.04382680729031563, 0.07458944618701935, -0.08659763634204865, 0.04206063598394394, 0.11005887389183044, -0.1330389529466629, 0.027732042595744133, 0.03492303192615509, 0.09474750608205795, 0.13238289952278137, -0.000151935571921058, -0.03025350347161293, 0.15339374542236328, 0.022149745374917984, -0.00006293625483522192, -0.06036095693707466, -0.03591480106115341, -0.008994567207992077, -0.11433439701795578, 0.009510155767202377, 0.2322015017271042, 0.07900987565517426, -0.04605570062994957, 0.014485293999314308, -0.046976424753665924, -0.051077451556921005, 0.06473537534475327, -0.11190159618854523, 0.043208539485931396, 0.04724114015698433, 0.030536819249391556, -0.13715362548828125, -0.10187357664108276, -0.07059507817029953, -0.0037319043185561895, 0.12426060438156128, 0.0589003711938858, 0.006862657610327005, -0.01701236516237259, 0.032218094915151596, -0.07426190376281738, -0.06195778772234917, 0.0701301097869873, -0.027559127658605576, 0.06778309494256973, 0.05589638277888298, 0.08982069045305252, -0.07439914345741272, 0.018887441605329514, 0.025446981191635132, -0.17202052474021912, 0.011704725213348866, 0.08923918753862381, 0.13137339055538177, 0.0506959967315197, -0.04678434878587723, -0.014812992885708809, -0.07308001816272736, -0.026533324271440506, 0.023288952186703682, 0.07379413396120071, -0.033575475215911865, -0.18519562482833862, 0.06333911418914795, -0.13087698817253113, -0.03609062358736992, -0.07917172461748123, -0.13376860320568085, -0.15366311371326447, -0.01363163162022829, 0.07063013315200806, -0.042674850672483444, 0.017043251544237137, -0.03306033834815025, -0.006202277727425098, 0.014626532793045044, 0.031405579298734665, 0.14607658982276917, -0.07349485903978348, 0.054890360683202744, -0.0684073343873024, 0.012474611401557922, -0.03755663335323334, -0.03256891667842865, 0.051299359649419785, 0.0015435419045388699, 0.047771044075489044, -0.158915713429451, -0.13240930438041687, -0.03981267660856247, 0.04122072085738182, 0.037290964275598526, -0.06294339895248413, -0.16007956862449646, -0.0008610340883024037, -0.017181111499667168, -0.08952410519123077, -0.1726510226726532, -0.07971832901239395, -0.027750691398978233, -0.0010445218067616224, 0.016442393884062767, -0.12062710523605347, 0.0587131641805172, -0.06608835607767105, -0.01222986076027155, -0.059988588094711304, 0.10454204678535461, -0.08453413099050522, -0.07589375227689743, -0.04977988824248314, -0.09553854912519455, -0.11602620780467987, 0.07939804345369339, 0.07439488917589188, 0.13516712188720703, -0.16556335985660553, -0.0969097912311554, -0.02111072465777397, -0.10416839271783829, -0.07051517069339752, 0.2044520527124405, -0.034269094467163086, 0.06374357640743256, 0.07313095778226852, 0.26180484890937805, -0.10390561819076538, -0.17106889188289642, -0.03277702257037163, 0.05654950439929962, 0.07940249145030975, -0.03566616773605347, 0.11141011118888855, -0.03601045906543732, 0.08000575006008148, -0.07512401789426804, -0.008260569535195827, 0.013795769773423672, -0.034602828323841095, -0.054151084274053574, 0.023043904453516006, -0.04648643359541893, 0.018111083656549454, -0.039216842502355576, -0.012437872588634491, -0.002852764679118991, -0.08678659796714783, 0.10229991376399994, 0.12244050949811935, -0.08623745292425156, 0.08307886123657227, -0.07903413474559784, 0.06652937829494476, -0.04070970043540001, -0.0885927602648735, -0.046808455139398575, 0.12013033777475357, 0.0056152683682739735, -0.12898816168308258, 0.19678254425525665, 0.04629403352737427, -0.03487979993224144, 0.05336703360080719, -0.006955312564969063, -0.06609074771404266, -0.08841973543167114, 0.02323000133037567, -0.014356252737343311, -0.24046805500984192, 0.05547497421503067, 0.0017024037661030889, -0.0473971925675869, -0.13820649683475494, -0.059170469641685486, -0.07518657296895981, 0.08230851590633392, -0.0203811414539814, 0.007462857291102409, -0.0338992215692997, 0.06281808763742447, -0.08189241588115692, 0.010526142083108425, -0.049422264099121094, 0.023677166551351547, -0.12817057967185974, 0.11213081330060959, 0.007905003614723682, 0.10568367689847946, 0.07676571607589722, -0.1744745373725891, 0.017476098611950874, 0.07126539200544357, 0.021439936012029648, -0.039899494498968124, -0.07391279935836792, 0.03896489366889, 0.28503748774528503, -0.0457746647298336, 0.1027388647198677, -0.13540875911712646, 0.0375329963862896, -0.018678423017263412, -0.15536120533943176, 0.021265724673867226, 0.11759596318006516, 0.07630270719528198, -0.10706809908151627, 0.1364741176366806, 0.07385800778865814, -0.13169202208518982, 0.216718390583992, 0.08751385658979416, -0.06570616364479065, -0.09046885371208191, 0.021572502329945564, -0.11284997314214706, 0.10887884348630905, -0.13183040916919708, 0.03233300894498825, -0.015957187861204147, 0.02912970818579197, 0.09569773823022842, -0.15578049421310425, -0.0205104798078537, 0.05776702240109444, -0.07802458107471466, -0.13807864487171173, -0.08872479200363159, -0.14127732813358307, -0.010842088609933853, -0.09188668429851532, -0.137891486287117, 0.026117857545614243, -0.025272559374570847, -0.10007693618535995, 0.105369932949543, -0.1418694108724594, -0.20634594559669495, -0.19939161837100983, -0.055612992495298386, -0.046457529067993164, 0.04613208398222923, 0.10934779793024063, -0.12064218521118164, -0.07489003241062164, -0.026960553601384163, -0.042266570031642914, -0.06024427339434624, -0.08052338659763336, 0.0297885499894619, 0.03657643869519234, -0.007684324402362108, -0.11898494511842728, -0.010875889100134373, -0.034030865877866745, 0.10211388766765594, -0.013393418863415718, -0.01582101732492447, 0.06536005437374115, 0.1597890555858612, 0.06024951487779617, -0.04377865418791771, -0.0009165722876787186, 0.2135295867919922, -0.08591877669095993, 0.017080284655094147, 0.055338602513074875, -0.10258737951517105, 0.05575845018029213, 0.15183864533901215, 0.09809093177318573, -0.01823861338198185, 0.04950951412320137, -0.02391780912876129, -0.03197464346885681, -0.36966949701309204, -0.08886180073022842, -0.0442831814289093, -0.04017774015665054, -0.050447385758161545, 0.040982384234666824, 0.09628017246723175, 0.06656666845083237, 0.025155775249004364, 0.030392447486519814, -0.003654601750895381, 0.03211749345064163, 0.11162404716014862, -0.026368804275989532, 0.05315525084733963, -0.024022288620471954, -0.0795385092496872, 0.10436436533927917, 0.13611869513988495, 0.10871947556734085, 0.12186873704195023, 0.12354974448680878, 0.12693439424037933, 0.0669717863202095, 0.03245215490460396, -0.06549961864948273, 0.04137871041893959, 0.037996165454387665, -0.046385303139686584, -0.06145167350769043, 0.04985290765762329, 0.12582331895828247, 0.06910184025764465, -0.01300879567861557, 0.05149532109498978, 0.12200092524290085, 0.02283918298780918, 0.05110010877251625, 0.04908105358481407, -0.21960768103599548, 0.032500796020030975, 0.03195837140083313, -0.021027157083153725, -0.019989097490906715, 0.08021409809589386, 0.1626003086566925, -0.01394723355770111, 0.0260819960385561, 0.11426935344934464, 0.07742882519960403, -0.10184036940336227, -0.005759340710937977, -0.013252461329102516, 0.066042460501194, -0.03667162358760834, 0.07828754931688309, -0.1896333247423172, 0.23046159744262695, 0.0024660909548401833, 0.10219898074865341, 0.07927877455949783, 0.03583740442991257, -0.02371777780354023, 0.06566489487886429, 0.20986372232437134, 0.052090905606746674, -0.07974372059106827, -0.07239672541618347, -0.10474984347820282, -0.019296297803521156, 0.06509098410606384, 0.11166296154260635, -0.049535512924194336, 0.056374214589595795, 0.00964160356670618, 0.048161059617996216, -0.05878837779164314, -0.23114381730556488, -0.06410128623247147, -0.03583627566695213, 0.25246474146842957, -0.03218970447778702, -0.013097187504172325, -0.0812491625547409, -0.013731168583035469, 0.11919111013412476, -0.14873866736888885, -0.0991147831082344, -0.001907008932903409, -0.06552626192569733, 0.09785107523202896, -0.032103896141052246, 0.06179330125451088, 0.06341873854398727, 0.07522501796483994, -0.067048579454422, 0.058757029473781586, 0.08442371338605881, -0.13273020088672638, 0.005084399599581957, -0.07806193828582764, 0.08814360946416855, 0.19114767014980316, 0.05505983531475067, 0.008655929006636143, -0.041143275797367096, -0.06399894505739212, -0.10024011135101318, -0.03522343561053276, -0.03470614552497864, -0.08424075692892075, 0.12854604423046112, -0.09316506236791611, -0.12463381886482239, -0.11159760504961014, -0.10474047064781189, 0.06134866923093796, 0.289678156375885, 0.007852958515286446, 0.040577955543994904, 0.39672261476516724, -0.14193350076675415, -0.09778144210577011, -0.10538500547409058, 0.09712763875722885, 0.011861694976687431, 0.03912433981895447, -0.1962362825870514, 0.09898917376995087, 0.03518293797969818, -0.0036406468134373426, -0.004303493071347475, -0.23289713263511658, -0.1196688562631607, 0.1543482542037964, -0.09246408194303513, 0.08144988119602203, -0.008882054127752781, -0.07528899610042572, -0.0813663899898529, -0.026306886225938797, 0.06320568919181824, 0.07068907469511032, 0.07077112048864365, 0.09287625551223755, 0.06190886348485947, -0.02750580385327339, 0.031872887164354324, 0.12178152799606323, 0.12313756346702576, 0.013368658721446991, 0.009834502823650837, 0.03624250367283821, -0.038150448352098465, 0.030160076916217804, 0.08719502389431, 0.0018779173260554671, -0.01241343840956688, -0.15830527245998383, -0.08085966855287552, 0.03305542841553688, 0.015703948214650154, 0.030517198145389557, -0.10531532019376755, -0.0861552432179451, -0.04831564053893089, 0.058414459228515625, 0.06827658414840698, 0.19374339282512665, 0.0022982675582170486, 0.006477640010416508, 0.12817516922950745, 0.07716859132051468, -0.08655916154384613, -0.22336724400520325, -0.009496827609837055, -0.07413839548826218, 0.06660889834165573, -0.08109962940216064, 0.02664281614124775, 0.11287007480859756, -0.010333020240068436, 0.12939894199371338, 0.06236359849572182, -0.12600187957286835, 0.038163863122463226, 0.05300953611731529, -0.05679614096879959, 0.021577168256044388, -0.04113978147506714, 0.052272871136665344, 0.14797155559062958, -0.03222532197833061, 0.14549219608306885, -0.11757842451334, -0.01285149808973074, 0.006677194964140654, 0.03807147219777107, -0.15284539759159088, 0.17954522371292114, 0.12123604118824005, -0.03737431764602661, -0.08856584876775742, 0.17655442655086517, 0.049058739095926285, -0.010652255266904831, 0.061639752238988876, 0.028787098824977875, -0.032509468495845795, -0.015828583389520645, -0.0826668068766594, 0.04562864825129509, -0.18344160914421082, -0.22537073493003845, -0.08864486962556839, -0.010958213359117508, 0.01551838219165802, -0.1083647608757019, 0.06841259449720383, -0.06954953819513321, -0.04795651137828827, 0.04586837440729141, 0.028940867632627487, 0.06271129846572876, 0.14008347690105438, 0.08574940264225006, -0.15987585484981537, -0.10541308671236038, 0.06302369385957718, 0.060597579926252365, -0.03793037682771683, 0.02411818690598011, -0.01870841719210148, 0.08161510527133942, 0.005949201062321663, 0.09314918518066406, -0.00538835721090436, -0.04001155123114586, 0.022076115012168884, -0.0612211711704731, -0.09416073560714722, 0.10641530901193619, -0.05666932836174965, 0.03407607600092888, 0.06900892406702042, 0.048735540360212326, -0.11542361229658127, -0.022130072116851807, 0.050097204744815826, -0.04705230891704559, -0.00418615760281682, 0.057702966034412384, -0.07411801069974899, -0.02528003789484501, -0.29043206572532654, 0.04382585361599922, 0.17229346930980682, 0.09445702284574509, 0.003787458408623934, -0.11224500089883804, 0.0014384654350578785, 0.07914546877145767, 0.04794346168637276, -0.11252711713314056, -0.003461924148723483, -0.03902990370988846, -0.08330211788415909, -0.08946139365434647, -0.10337701439857483, -0.0078086950816214085, 0.014944938942790031, 0.11441920697689056, 0.09506992250680923, 0.2097281962633133, -0.022836213931441307, -0.003679868998005986, -0.00018861363059841096, 0.05455480515956879, 0.048735518008470535, -0.00792200118303299, -0.07148558646440506, -0.07524526864290237, -0.04987393319606781, -0.06244783475995064, 0.20273864269256592, -0.013806244358420372, -0.06509684771299362, -0.018609438091516495, -0.04459480941295624, -0.03170658275485039, -0.030368974432349205, 0.1436246931552887, -0.043044790625572205, 0.0012173989089205861, -0.1596483439207077, -0.048138923943042755, 0.1167735904455185, 0.06297468394041061, -0.038424618542194366, 0.02294732816517353, 0.08212628960609436, 0.11244821548461914, 0.0913156270980835, -0.0019478051690384746, -0.1837177276611328, 0.0014432743191719055, 0.01798343099653721, 0.024635953828692436, 0.06053033471107483, 0.18980124592781067, 0.08059170097112656, -0.08062511682510376, 0.06076621264219284, 0.08472216874361038, -0.07144085317850113, -0.19192522764205933, -0.06360022723674774, -0.06455498188734055, -0.18526220321655273, 0.010794191621243954, -0.1415552794933319, 0.04678501933813095, 0.026837892830371857, 0.04188716411590576, 0.012660053558647633, 0.07469445466995239, -0.014801423996686935, -0.11733747273683548, 0.0031761552672833204, -0.018628060817718506, -0.0027117144782096148, -0.0830519050359726, -0.02446453459560871, 0.10363870114088058, 0.002439871896058321, 0.007124698255211115, -0.032346900552511215, 0.02122815139591694, 0.040766604244709015, 0.004083897452801466, 0.031418655067682266, -0.049080926924943924, -0.0132401492446661, -0.009189791977405548, 0.14721134305000305, 0.05117528885602951, -0.06219024956226349, 0.075515016913414, 0.1255069375038147, -0.05593918263912201, -0.09296973049640656, -0.07541526854038239, 0.06973820924758911, 0.010358558036386967, 0.14434657990932465, -0.04133480414748192, -0.08666043728590012, -0.0653156191110611, 0.08996514976024628, 0.1492547243833542, -0.06645525991916656, -0.03866754472255707, -0.007874694652855396, 0.01976817101240158, -0.08378839492797852, -0.03923293575644493, 0.07170083373785019, 0.24145233631134033, 0.000781700131483376, 0.0456644669175148, -0.1290034055709839, 0.012998292222619057, -0.020027879625558853, -0.009036530740559101, 0.027856767177581787, -0.06668291240930557, -0.05061424523591995, 0.14949524402618408, -0.18761469423770905, -0.14314140379428864, -0.07784867286682129, -0.02125895768404007, -0.04388115182518959, 0.03367085009813309, 0.14795972406864166, 0.11982700228691101, 0.051816292107105255, -0.07195545732975006, -0.05664617940783501, 0.062273651361465454, 0.03843669593334198, -0.13731367886066437, -0.022088732570409775, -0.010596446692943573, -0.09497047960758209, 0.20188157260417938, 0.01274664793163538, 0.23867957293987274, -0.004766344092786312, 0.023473091423511505, 0.047248125076293945, 0.14753024280071259, 0.023016631603240967, 0.0014081597328186035, -0.007840937934815884, 0.03767719864845276, -0.04880629479885101, 0.11893139034509659, 0.038287241011857986, -0.0013068743282929063, 0.026206837967038155, 0.09320884943008423, -0.09755586087703705, -0.10885210335254669, 0.020017217844724655, -0.15763309597969055, 0.05632363259792328, -0.0817936584353447, -0.02464994043111801, -0.034483108669519424, -0.03318367898464203, 0.08235158771276474, 0.0732157900929451, 0.06128457188606262, 0.1095743477344513, -0.15975560247898102, 0.021438036113977432, -0.01742039993405342, 0.11904074996709824, -0.14160935580730438, 0.014293174259364605, -0.11867713928222656, -0.028473878279328346, -0.044327642768621445, 0.005884016864001751, 0.08317925781011581, 0.015208319760859013, -0.006848291028290987, -0.05056361109018326, -0.028820615261793137, 0.01237338688224554, -0.006196624133735895, -0.09246852993965149 ]
null
null
espnet
## ESPnet2 ST model ### `espnet/brianyan918_iwslt22_dialect_st_transformer_fisherlike_4gpu_bbins16m_fix` This model was trained by Brian Yan using iwslt22_dialect recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```bash cd espnet git checkout 77fce65312877a132bbae01917ad26b74f6e2e14 pip install -e . cd egs2/iwslt22_dialect/st1 ./run.sh --skip_data_prep false --skip_train true --download_model espnet/brianyan918_iwslt22_dialect_st_transformer_fisherlike_4gpu_bbins16m_fix ``` <!-- Generated by scripts/utils/show_st_results.sh --> # RESULTS ## Environments - date: `Tue Feb 8 13:29:21 EST 2022` - python version: `3.8.12 (default, Oct 12 2021, 13:49:34) [GCC 7.5.0]` - espnet version: `espnet 0.10.7a1` - pytorch version: `pytorch 1.8.1` - Git hash: `77fce65312877a132bbae01917ad26b74f6e2e14` - Commit date: `Tue Feb 8 10:48:10 2022 -0500` ## st_transformer_fisherlike_4gpu_bbins16m_fix_raw_bpe_tc1000_sp ### BLEU |dataset|bleu_score|verbose_score| |---|---|---| p3_st_model_valid.acc.ave|12.0|37.4/17.3/8.6/4.5 (BP = 0.952 ratio = 0.953 hyp_len = 40192 ref_len = 42181) ## ST config <details><summary>expand</summary> ``` config: conf/tuning/transformer_fisherlike_4gpu_bbins16m_fix.yaml print_config: false log_level: INFO dry_run: false iterator_type: sequence output_dir: exp/st_transformer_fisherlike_4gpu_bbins16m_fix_raw_bpe_tc1000_sp ngpu: 1 seed: 0 num_workers: 1 num_att_plot: 3 dist_backend: nccl dist_init_method: env:// dist_world_size: 4 dist_rank: 0 local_rank: 0 dist_master_addr: localhost dist_master_port: 36641 dist_launcher: null multiprocessing_distributed: true unused_parameters: false sharded_ddp: false cudnn_enabled: true cudnn_benchmark: false cudnn_deterministic: true collect_stats: false write_collected_feats: false max_epoch: 50 patience: null val_scheduler_criterion: - valid - loss early_stopping_criterion: - valid - loss - min best_model_criterion: - - valid - acc - max keep_nbest_models: 10 nbest_averaging_interval: 0 grad_clip: 3 grad_clip_type: 2.0 grad_noise: false accum_grad: 2 no_forward_run: false resume: true train_dtype: float32 use_amp: false log_interval: null use_matplotlib: true use_tensorboard: true use_wandb: false wandb_project: null wandb_id: null wandb_entity: null wandb_name: null wandb_model_log_interval: -1 detect_anomaly: false pretrain_path: null init_param: [] ignore_init_mismatch: false freeze_param: [] num_iters_per_epoch: null batch_size: 20 valid_batch_size: null batch_bins: 16000000 valid_batch_bins: null train_shape_file: - exp/st_stats_raw_bpe1000_sp/train/speech_shape - exp/st_stats_raw_bpe1000_sp/train/text_shape.bpe - exp/st_stats_raw_bpe1000_sp/train/src_text_shape.bpe valid_shape_file: - exp/st_stats_raw_bpe1000_sp/valid/speech_shape - exp/st_stats_raw_bpe1000_sp/valid/text_shape.bpe - exp/st_stats_raw_bpe1000_sp/valid/src_text_shape.bpe batch_type: numel valid_batch_type: null fold_length: - 80000 - 150 - 150 sort_in_batch: descending sort_batch: descending multiple_iterator: false chunk_length: 500 chunk_shift_ratio: 0.5 num_cache_chunks: 1024 train_data_path_and_name_and_type: - - /scratch/iwslt22dump//raw/train_sp/wav.scp - speech - kaldi_ark - - /scratch/iwslt22dump//raw/train_sp/text.tc.en - text - text - - /scratch/iwslt22dump//raw/train_sp/text.tc.rm.ta - src_text - text valid_data_path_and_name_and_type: - - /scratch/iwslt22dump//raw/dev/wav.scp - speech - kaldi_ark - - /scratch/iwslt22dump//raw/dev/text.tc.en - text - text - - /scratch/iwslt22dump//raw/dev/text.tc.rm.ta - src_text - text allow_variable_data_keys: false max_cache_size: 0.0 max_cache_fd: 32 valid_max_cache_size: null optim: adam optim_conf: lr: 12.5 scheduler: noamlr scheduler_conf: model_size: 256 warmup_steps: 25000 token_list: - <blank> - <unk> - s - ▁ - apo - '&' - ; - ▁i - ▁you - t - ▁it - ▁the - ▁and - ▁to - ▁that - ▁a - n - a - ▁he - ▁me - m - d - ▁yes - ▁she - ▁no - ▁in - ▁what - ▁for - ▁we - ing - ll - ▁they - re - ▁are - ▁did - ▁god - ▁is - e - ed - ▁so - ▁her - ▁do - ▁have - ▁of - ▁with - ▁go - ▁know - ▁not - ▁was - ▁on - ▁don - y - ▁him - ▁one - ▁like - ▁there - '%' - ▁pw - ▁be - ▁at - ▁told - ▁good - ▁will - ▁my - ▁all - ▁or - c - er - p - ▁how - ▁ah - r - ▁but - ▁them - ▁see - ▁get - ▁can - i - ▁when - ▁going - ▁about - ▁mean - ▁this - k - ▁your - ▁by - ▁if - u - ▁come - ▁up - ▁tell - g - ▁said - ▁then - ▁now - ▁yeah - o - ▁out - al - ra - ▁because - ▁time - ▁well - ▁would - ▁p - ▁from - h - ar - f - ▁swear - ▁went - b - ▁really - or - ▁want - ri - ▁home - ▁work - ve - ▁take - ▁got - ▁just - l - ▁uh - ▁why - en - ▁even - ▁am - ▁who - ▁make - ▁day - '-' - in - ▁something - ▁some - ou - ▁us - ▁okay - ▁where - ▁does - ▁has - ▁thank - ▁c - ▁his - th - ▁back - ▁fine - ▁today - ly - ▁b - ▁oh - ▁doing - ▁everything - ▁here - le - ▁thing - ▁two - ▁anyway - li - ▁had - ▁still - ▁say - ro - ▁after - ce - ▁hello - ▁ma - ▁call - w - ▁listen - il - ▁should - ▁girl - ▁f - z - ▁too - ▁let - ▁understand - ▁may - ▁much - ▁think - ch - ir - ha - ▁other - ▁tomorrow - ▁were - ▁people - es - ▁year - di - ba - ▁right - el - ▁things - ▁house - v - ▁actually - un - ▁an - ▁give - ▁only - ▁better - pe - ▁need - ▁buy - ▁de - ne - ▁ha - ur - ion - ▁made - la - ▁willing - ▁nothing - ▁called - ▁night - ▁yesterday - se - ▁came - ▁lot - ter - ▁g - po - ▁find - ry - ▁car - ▁over - ic - ▁stay - ▁eat - ent - ▁always - ▁very - 'on' - ▁put - ▁ramadan - ▁those - ▁hear - is - ▁talk - ▁three - ▁anything - ▁mo - ▁little - ▁been - ▁already - fi - ation - ke - ▁first - ▁look - it - ▁won - ▁mom - ▁way - ▁before - ▁ok - ▁last - fa - ▁cook - vi - ▁hi - ▁same - ▁thought - ▁also - um - ate - ▁money - ▁start - ▁place - us - ▁morning - ▁could - ▁ask - ▁bring - ▁bit - ▁lo - ▁leave - ▁man - ▁left - ine - ▁days - ge - ▁la - ▁week - ▁friend - ▁problem - ▁sister - ▁allah - ▁feel - ▁every - ▁more - fe - ▁long - ▁hundred - ▁j - ▁eh - ho - ca - em - ▁talking - ▁exam - ▁next - ▁new - ▁fun - ▁took - ▁alright - co - ▁w - ▁um - ▁eid - ▁brother - ▁our - gh - ow - ▁o - ▁four - ni - wa - ▁else - ▁finish - bo - ▁sleep - ▁bless - ▁dear - ▁since - ▁play - ▁name - hi - ▁coming - ▁many - et - ▁usual - ▁con - ▁maybe - ▁off - bi - ▁than - ▁any - ▁mother - ▁son - om - ▁their - ▁keep - ▁dinner - ▁ten - ▁half - ▁help - ▁bad - and - ▁pass - ▁hot - ▁guy - ▁least - ▁down - ▁bought - ▁dinars - ▁working - ▁around - ▁normal - ▁poor - ▁stuff - ▁hope - ▁used - ▁again - ▁bro - ul - ▁phone - ▁ex - ▁done - ▁six - ▁na - ▁month - ▁tired - ▁check - ▁show - ▁together - oo - ▁later - ▁past - ▁five - ▁watch - ya - ▁coffee - ment - ut - ▁plan - ▁great - ▁daughter - j - ▁another - side - ▁change - ▁yet - ting - ▁until - ▁honestly - ▁whole - ol - ▁care - ▁sure - able - id - ▁big - ▁spend - ▁exactly - ▁boy - ▁course - ▁end - ▁please - ▁started - he - up - ▁found - ▁saw - ▁family - ▁asked - ▁enough - ▁during - ▁rest - ▁which - ▁gave - ▁true - ▁while - ▁job - ▁el - ▁each - ▁away - ▁kids - ▁goes - less - ▁twenty - ▁eight - ▁someone - ▁cha - ▁clothes - ah - ▁myself - ▁nice - ▁late - ▁old - ▁real - age - ant - ▁fast - ▁add - ▁hard - ▁these - ful - im - ▁close - ive - ▁dad - ▁pay - ies - ▁dude - ▁alone - ▁far - ance - ▁dis - ▁seven - ▁isn - ▁pro - our - ▁thousand - ▁break - ▁hour - ▁wait - ▁brought - ▁open - ▁un - ▁wedding - ▁walk - ▁father - ▁ka - ▁second - x - ▁saturday - ▁salad - ▁win - ▁everyone - ▁water - ▁tunis - ▁remember - ity - ▁wake - ▁minute - ▁school - ▁sunday - ▁own - ▁shop - ▁cold - ▁meet - ▁wear - ever - ▁send - ▁early - ▁gra - tic - ▁short - ▁use - ▁sometimes - hou - ▁love - ▁prepare - ▁sea - ▁study - ure - ▁com - qui - ▁hand - ▁both - ja - ▁summer - ▁wrong - ▁wanted - che - ▁miss - ▁try - ▁iftar - ▁yourself - q - ▁live - war - ▁expensive - ▁getting - ▁waiting - ▁once - ▁kh - ▁forgot - ▁nine - ▁anymore - ▁soup - ▁uncle - ▁beach - ▁saying - ▁into - ▁having - ▁brik - ▁room - ▁food - ▁visit - ▁matter - ▁thirty - ▁taking - ▁rain - ▁aunt - ▁never - ▁pick - ▁tunisia - ▁health - ▁head - ▁cut - ▁fasting - ▁sick - ▁friday - ▁forget - ▁monday - ▁become - ▁dress - ated - ▁most - wi - ▁hang - ▁life - ▁fish - ▁happy - ▁delicious - ▁deal - ▁finished - ble - ▁studying - ▁weather - ▁making - ▁cost - ▁bl - ▁stayed - ▁guess - ▁teach - ▁stop - ▁near - ▁watching - ▁without - ▁imagine - ▁seriously - fl - ▁speak - ▁idea - ▁must - ▁normally - ▁turn - ize - ▁clean - ▁tv - ▁meat - ▁woke - ▁example - ▁easy - ▁sent - ▁sell - over - ▁fifty - ▁amazing - ▁beautiful - ▁whatever - ▁enjoy - ▁talked - ▁believe - ▁thinking - ▁count - ▁almost - ▁longer - ▁afternoon - ▁hair - ▁front - ▁earlier - ▁mind - ▁kind - ▁tea - ▁best - ▁rent - ▁picture - ▁cooked - ▁price - ight - ▁soon - ▁woman - ▁otherwise - ▁happened - ▁story - ▁luck - ▁high - ▁happen - ▁arrive - ▁paper - ga - ▁quickly - ▁looking - ub - ▁number - ▁staying - ▁sit - man - ack - ▁important - ▁either - ▁person - ▁small - ▁free - ▁crazy - ▁playing - ▁kept - ▁part - ▁game - law - ▁till - uck - ▁ready - ▁might - ▁gone - ▁full - ▁fix - ▁subject - ▁laugh - ▁doctor - ▁welcome - ▁eleven - ▁sleeping - ▁heat - ▁probably - ▁such - ▁café - ▁fat - ▁sweet - ▁married - ▁drink - ▁move - ▁outside - ▁especially - ▁group - ji - ▁market - ▁through - ▁train - ▁protect - ▁turned - ▁red - ▁busy - ▁light - ▁noise - ▁street - ▁manage - ▁piece - ▁sitting - gue - ▁sake - ▁party - ish - ▁young - ▁case - ▁cool - huh - ▁marwa - ▁drive - ▁pray - clock - ▁couscous - ▁spent - ▁felt - ▁hopefully - ▁everybody - ▁living - ▁pain - line - ▁between - ▁match - ▁prayer - que - ian - ▁facebook - ▁spi - ▁eye - ▁children - ▁tonight - ▁mohamed - ▁understood - ▁black - ▁husband - ▁rid - ▁kitchen - ▁face - ▁swim - ▁kid - ▁invite - ▁cup - ▁grilled - ▁wife - ▁cousin - ▁drop - ▁wow - ▁table - ▁du - ▁bored - ▁neighborhood - ▁agree - ▁bread - ▁hamma - ▁straight - ▁tuesday - ▁anyone - ▁lunch - ade - ▁himself - ▁gather - ▁wish - ▁fifteen - ▁wednesday - ▁die - ▁thursday - ▁color - ▁asleep - ▁different - ▁whether - ▁ago - ▁middle - ▁class - ▁cake - shirt - ▁fight - ▁clear - ▁test - ▁plus - ▁sousse - ▁beginning - ▁result - ▁learn - ▁crowded - ▁slept - ▁shoes - ▁august - ▁pretty - ▁white - ▁apparently - ▁reach - ▁mariem - ▁return - ▁road - ▁million - ▁stand - ▁paid - ▁word - ious - ▁few - ▁breakfast - ▁post - ▁kilo - ▁chicken - ▁grade - ▁read - ▁accept - ▁birthday - ▁exhaust - ▁point - ▁july - ▁patience - ▁studies - ▁trouble - ▁along - ▁worry - ▁follow - ▁hurt - ▁afraid - ▁trip - ▁ahmed - ▁remain - ▁succeed - ▁mercy - ▁difficult - ▁weekend - ▁answer - ▁cheap - ▁repeat - ▁auntie - ▁sign - ▁hold - ▁under - ▁olive - ▁mahdi - ▁sfax - ▁annoy - ▁dishes - ▁message - ▁business - ▁french - ▁serious - ▁travel - ▁office - ▁wonder - ▁student - ▁internship - ▁pepper - ▁knew - ▁kill - ▁sauce - ▁herself - ▁hammamet - ▁damn - ▁mix - ▁suit - ▁medicine - ▁remove - ▁gonna - ▁company - ▁quarter - ▁shopping - ▁correct - ▁throw - ▁grow - ▁voice - ▁series - gotten - ▁taste - ▁driving - ▁hospital - ▁sorry - ▁aziz - ▁milk - ▁green - ▁baccalaureate - ▁running - ▁lord - ▁explain - ▁angry - ▁build - ▁fruit - ▁photo - é - ▁crying - ▁baby - ▁store - ▁project - ▁france - ▁twelve - ▁decide - ▁swimming - ▁world - ▁preparing - ▁special - ▁session - ▁behind - ▁vegetable - ▁strong - ▁fatma - ▁treat - ▁cream - ▁situation - ▁settle - ▁totally - ▁stopped - ▁book - ▁honest - ▁solution - ▁vacation - ▁cheese - ▁ahead - ▁sami - ▁focus - ▁scared - ▁club - ▁consider - ▁final - ▁naturally - ▁barely - ▁issue - ▁floor - ▁birth - ▁almighty - ▁engagement - ▁blue - ▁empty - ▁soccer - ▁prophet - ▁ticket - ▁indeed - ▁write - ▁present - ▁patient - ▁available - ▁holiday - ▁leaving - ▁became - ▁reason - ▁apart - ▁impossible - ▁shame - ▁worried - ▁body - ▁continue - ▁program - ▁stress - ▁arabic - ▁round - ▁taxi - ▁transport - ▁third - ▁certain - ▁downstairs - ▁neighbor - ▁directly - ▁giving - ▁june - ▁mini - ▁upstairs - ▁mistake - ▁period - ▁catch - ▁buddy - ▁success - ▁tajine - ▁excuse - ▁organize - ▁question - ▁suffer - ▁remind - ▁university - ▁downtown - ▁sugar - ▁twice - ▁women - ▁couple - ▁everyday - ▁condition - ▁obvious - ▁nobody - ▁complete - ▁stomach - ▁account - ▁september - ▁choose - ▁bottle - ▁figure - ▁instead - ▁salary - '0' - '1' - '3' - '2' - '5' - '7' - '4' - '9' - '8' - / - ° - '6' - è - $ - ï - <sos/eos> src_token_list: - <blank> - <unk> - ّ - ي - ا - ِ - ل - َ - و - ه - ة - م - ر - ك - ▁ما - ُ - ب - ش - د - ت - ▁في - َّ - ▁ن - ▁ي - ▁ت - ن - ▁لا - ح - ▁ه - س - وا - ▁م - ف - ▁إي - ع - ▁ب - ها - ط - ى - ق - ▁الل - ▁أ - ج - ▁والل - ▁و - ▁إيه - ▁ا - ▁يا - ز - ▁تو - ▁بش - ص - ▁أه - خ - ات - ▁إنت - ▁أنا - نا - ▁شن - ▁ق - ▁ش - ▁ك - يت - ين - ▁ف - ار - ▁قال - ▁باهي - ▁ع - ▁من - ▁ل - ▁مش - ▁كان - ▁حت - ▁ول - هم - ▁ر - ان - ▁س - ض - ني - ▁بال - ▁على - ▁متاع - ▁كي - ▁ال - ▁ح - ▁كل - ▁آنا - ▁الم - ▁خ - ▁الس - ▁وال - ون - ور - ▁أم - ▁هك - ▁آش - ▁الد - ▁عاد - ▁ج - ▁معناها - ▁مع - اش - ▁الص - ▁نهار - ▁لل - لها - ▁تي - ▁رب - ▁خاطر - ▁أكهو - غ - ▁شي - الل - ام - تها - ▁ون - ▁آك - ▁فهمت - وم - ▁موش - مشي - ▁ص - ▁اليوم - ▁مر - ست - ▁الب - ▁لاباس - تلي - ▁الكل - ▁عال - ذ - ▁فم - ▁الك - ▁حاجة - ▁شوي - اكا - ▁ياخي - ▁هاني - ▁صح - اس - ▁آه - ▁برشة - ▁الن - ▁وت - ▁الج - لك - ▁راهو - سم - ▁الح - مت - ▁الت - ▁بعد - اج - عد - ▁انشا - وش - لت - ▁وين - ث - ▁ولا - ▁باش - ▁فيها - نت - ▁إ - ▁الأ - ▁الف - ▁إم - ▁واحد - ▁ألو - ▁عندي - ▁أك - ▁خل - ▁وي - ▁تعمل - أ - ▁ريت - ▁وأ - ▁تعرف - بت - ▁الع - ▁مشيت - ▁وه - ▁حاصيلو - ▁بالل - ▁نعمل - ▁غ - ▁تجي - ▁يجي - ▁كيفاش - ▁عملت - ظ - اك - ▁هاو - ▁اش - ▁قد - ▁نق - ▁د - ▁زادا - ▁فيه - رة - ▁بر - ▁الش - ▁ز - ▁كيما - ▁الا - ند - عم - ▁نح - ▁بنتي - ▁نمشي - ▁عليك - ▁نعرفش - ▁كهو - ▁وم - ▁ط - تي - ▁خير - ▁آ - مش - ▁عليه - له - حت - ▁إيا - ▁أحنا - ▁تع - الا - عب - ▁ديما - ▁تت - ▁جو - ▁مالا - ▁أو - ▁قلتلك - ▁معنتها - لنا - ▁شكون - ▁تحب - بر - ▁الر - ▁وا - ▁الق - اء - ▁عل - ▁البارح - ▁وخ - ▁سافا - ▁هوما - ▁ولدي - ▁ - ▁نعرف - يف - رت - ▁وب - ▁روح - ▁علاش - ▁هاذاك - ▁رو - وس - ▁جا - ▁كيف - طر - ▁غادي - يكا - عمل - ▁نحب - ▁عندك - ▁وما - ▁فر - اني - ▁قلتله - ▁الط - فر - ▁دار - ▁عليها - ▁يعمل - ▁نت - ▁تح - باح - ▁ماهو - ▁وكل - ▁وع - قت - ▁فهمتك - عر - ▁وس - ▁تر - ▁سي - يلة - ▁قلت - ▁رمضان - صل - ▁آما - ▁الواحد - ▁بيه - ▁ثلاثة - ▁فهمتني - ▁ها - بط - ▁مازال - قل - ▁بالك - ▁معناتها - ▁ور - ▁قلتلها - ▁يس - رب - ▁ام - ▁وبعد - ▁الث - ▁وإنت - ▁بحذا - ▁لازم - ْ - ▁بن - قرا - سك - ▁يت - خل - ▁فه - عت - ▁هاك - ▁تق - ▁قبل - ▁وك - ▁نقول - ▁الز - حم - ▁عادش - حكي - وها - بة - نس - طل - ▁علاه - ذا - ▁سا - ▁طل - الي - ▁يق - ▁دو - حوا - حد - ▁نشوف - نة - ▁لي - ▁تك - ▁نا - ▁هاذ - ▁خويا - ▁المر - ▁وينك - ▁البر - ▁أتو - ينا - ▁حل - ولي - ▁ثم - ▁عم - ▁آي - ▁قر - از - ▁وح - كش - بعة - ▁كيفاه - ▁نع - ▁الحمدلله - ▁ياسر - ▁الخ - ▁معاك - ▁معاه - ▁تقول - دة - ▁حكاية - تش - ▁حس - ▁غدوا - ▁بالحق - روا - وز - ▁تخ - ▁العيد - رجع - ▁بالي - ▁جات - ▁وج - حة - ▁وش - ▁آخر - ▁طا - ▁مت - لقا - تك - ▁مس - ▁راني - كون - ▁صاحب - ▁هاكا - ▁قول - ▁عر - ▁عنده - ▁يلزم - ▁هاذا - ▁يخ - ▁وقتاش - ▁وقت - بع - ▁العش - ▁هاذي - هاش - ينة - ▁هاذاكا - عطي - ▁تنج - ▁باهية - نيا - فت - ▁يحب - ▁تف - ▁أهلا - وف - ▁غدوة - ▁بيك - ▁بد - عن - ▁در - ▁ننج - هار - ▁الحكاية - مون - وق - ▁نورمال - ▁عندها - خر - ▁بو - ▁حب - ▁آكا - ▁وف - ▁هاذيكا - ▁ديجا - ▁وق - ▁طي - لتل - بعث - ▁تص - رك - ▁مانيش - ▁العادة - ▁شوف - ضر - ▁يمشي - ▁نعملوا - ▁عرفت - ▁زال - ▁متع - ▁عمل - ▁بيها - ▁نحكي - اع - ▁نج - معة - ▁والكل - عناها - ▁يعي - ▁نجي - ستن - ▁هاذيك - ▁عام - ▁فلوس - قة - تين - ▁بالقدا - لهم - ▁تخدم - ▁ٱ - ▁شيء - ▁راهي - ▁جاب - ولاد - ابل - ▁ماك - عة - ▁نمشيوا - وني - شري - بار - انس - ▁وقتها - ▁جديد - ▁يز - ▁كر - ▁حاسيلو - ▁شق - ▁اه - ▁سايي - ▁انشالل - رج - مني - ▁بلا - ▁صحيح - ▁غير - ▁يخدم - مان - وكا - ▁عند - ▁قاعدة - ▁تس - ربة - ▁راس - ▁حط - ▁نكل - تني - ▁الو - سيون - ▁عندنا - ▁لو - ▁ست - صف - ▁ض - ▁كامل - ▁نخدم - ▁يبدا - ▁دونك - ▁أمور - رات - ▁تونس - بدا - ▁تحكي - ▁سو - ▁جاي - ▁وحدة - ▁ساعة - حنا - ▁بكري - ▁إل - ▁وبر - ▁كم - ▁تبدا - ارة - ادي - رق - لوا - ▁يمكن - ▁خاط - ▁وص - جين - ▁هاذاي - ▁هز - قد - ▁قل - ▁وكهو - ▁نص - ▁دي - لقى - ▁وأنا - سين - ▁يح - ▁ماشي - ▁شو - ▁خذيت - امات - ▁كنت - خرج - ▁لقيت - رتاح - كس - ▁حاجات - ▁مريق - ▁مل - ليفون - اوا - ▁شفت - ▁عاملة - ▁تن - ▁والا - سأل - ▁حد - ▁قاللك - ▁العباد - ▁عالاخ - ▁وآك - ▁ماني - ▁ناخذ - ▁حم - ▁الإ - ▁ماضي - ▁ث - الة - ▁أخرى - رين - ▁تشوف - ▁نخرج - ▁أربعة - ▁ألف - نيش - ▁هاي - آ - ▁فيك - رشة - ولة - فلة - ▁بابا - ▁أما - ▁روحي - ▁فيهم - ▁رج - ▁ليك - ونس - يرة - ▁وأكهو - ندي - ▁صار - شك - ▁نرو - ▁آكهو - ▁تش - ▁غاديكا - ▁معاها - ▁لب - ▁أذاكا - ▁آني - ▁يوم - عملوا - ▁نقعد - دوا - ▁عد - سمع - متني - ▁الخدمة - ▁مازلت - ▁قعدت - ايا - ▁برك - قعد - ▁خرجت - ضح - ▁قالل - ▁يقول - ▁وفي - ▁حق - ختي - ▁يعني - خدم - ▁جيت - ▁نرمال - طف - ▁عجب - ▁تقعد - ▁مشينا - اية - ▁خدمة - لدي - روف - ▁الفطر - ▁مشكل - ▁سل - ▁وآنا - الط - ▁بالس - ▁هانا - ▁أوه - ▁أذيكا - ▁وإ - ▁عليهم - ▁حالة - جت - قضي - ▁لق - ▁ونصف - سعة - عطيه - عاو - خانة - ▁مخ - ▁شبيك - بيعة - ▁أهوك - يني - ▁تعد - ▁خال - ▁قريب - ▁راك - ▁قالت - ▁لتو - ▁أكثر - اعة - ▁يظهرلي - ▁ماشية - سمعني - ▁نسيت - ▁ينج - ▁الحمدلل - هدي - ▁وشن - ▁تطي - ▁هنا - ▁نسمع - ▁إنتوما - ▁نحكيلك - ▁قاعد - ▁اسمعني - خرين - إ - ماعة - ▁بالر - ▁دا - ▁عمر - ▁نشري - ▁قهوة - ▁تبارك - ▁صب - ▁مشات - غر - ▁شريت - ▁عامل - ▁زوج - ثنين - ▁برب - ريق - ▁نكم - ▁لم - بيب - ▁مياة - ▁مالل - ▁قعد - ▁سخون - قس - ▁وحده - ▁اسمع - ▁خمسة - ▁غالي - ▁الأو - رلي - ▁العظيم - ▁ترو - تهم - كري - ▁نجيب - ▁جملة - قول - ▁قلتلي - ▁إيجا - ▁يقعد - ▁إيام - ▁يعطيك - ▁نخل - ▁دب - يمة - رهبة - ▁نهز - ▁محم - ▁بين - غار - ▁نحنا - ▁بون - ▁الغ - ▁شهر - ▁بار - رقة - ▁نطي - ئ - ترو - ▁ملا - ▁الكرهبة - ▁باه - ▁عالإخ - ▁عباد - ▁بلاصة - ▁مشى - بيع - ▁نفس - ▁عملنا - ▁واح - ▁أحلاه - ▁بحذاك - ▁لأ - ▁دخ - باب - ▁ودر - ▁غالب - ▁ناكل - ▁مثلا - ء - ▁راقد - ▁تفر - ▁الوقت - ▁تاخذ - حذا - نتر - ▁نبدا - ▁حال - ▁مريم - الم - ▁جمعة - رجول - ▁معايا - ▁تخرج - ▁باس - ▁ساعات - ▁عندهم - ▁نتفر - مسة - ▁الجمعة - بعين - ▁أكاهو - ▁ميش - مراة - ▁خذا - ▁ظ - ▁سيدي - ▁معاي - ▁شبيه - ▁حكا - ▁سف - ▁بعضنا - ▁بالض - ▁ليلة - ▁زعما - ▁الحق - مضان - ▁صعيب - ▁قالتلك - ً - ملة - ▁بق - عرف - لاطة - ▁خرج - ▁أخت - ▁تقوللي - ▁معانا - ▁صغير - ▁إسمه - ▁بعض - ▁العام - ▁علينا - ▁يتع - ▁فاش - ▁شع - ▁معاهم - ▁يسالش - ▁لهنا - ▁سمعت - ▁البار - ▁نتصو - ▁الاخ - ▁وكان - وبة - دمة - ▁كون - ▁مبعد - ▁تسمع - ▁بعيد - ▁تاكل - ▁نلقا - لامة - لاثة - ▁ذ - ▁تحس - ▁الواح - ▁لدار - ▁فاتت - ▁تاو - ▁أحوالك - ▁عاملين - ▁كبيرة - عجب - ▁بنت - ▁بيدي - ▁حكيت - ▁تحط - ▁مسكينة - ▁هاذوكم - ▁نزيد - لاث - ▁عشرة - ▁عيني - ▁تعب - ▁ياكل - ▁وزيد - ▁طول - ▁حمدلله - ▁وقتاه - ▁معناه - ▁وآش - ▁ووه - ▁وواحد - ▁نشوفوا - ▁عيد - ▁بصراحة - ▁بحذانا - ▁قاعدين - ▁راجل - ▁وحدي - ▁وعشرين - ▁لين - ▁خايب - ▁قالتله - ▁تهز - عيد - ▁كبير - ▁يعرف - ▁عارف - ▁الفلوس - ▁زايد - ▁خدمت - ▁هاذوما - ▁سلاطة - ▁فارغة - ▁ساعتين - ▁تبد - ▁راو - ▁مائة - ▁بعضهم - ▁ظاهرلي - ▁الفازة - كتب - ▁القهوة - سبوك - ▁زاد - ▁ضرب - حكيلي - ▁فوق - ▁عاود - ▁راي - ▁ومبعد - ▁حوايج - ▁دخلت - ▁يقوللك - ▁زيد - ▁زلت - لفزة - ▁وقال - ▁يهب - ▁يلزمني - ▁الحمد - ▁أذي - طبيعت - ▁دورة - ▁عالأقل - ▁آذاك - ▁وبال - ▁الجاي - عطيني - ▁ياخذ - ▁احكيلي - ▁نهبط - ▁رقدت - بلاصة - ▁عزيز - ▁صغار - ▁أقسم - ▁جيب - ▁وصلت - ▁أحوال - ▁جيست - ▁جماعة - سئل - ▁خوذ - ▁يهز - ▁الأخرى - ▁آلاف - ▁إسمع - ▁الحقيقة - ▁ناقص - ▁حاط - ▁موجود - عباد - ▁آذيك - ▁خارج - ▁الخير - ▁البنات - بقى - ▁طرف - ▁سينون - ▁ماذاب - ▁البحر - ▁نرقد - مدلله - ▁إيجى - ▁خالتي - ▁فازة - ▁بريك - ▁شريبتك - ▁تطلع - ؤ - ▁المشكلة - ▁طري - ▁مادام - ▁طلبت - ▁يلعب - ▁نعاود - ▁وحدك - ▁ظاهر - ٱ - ژ - ٍ - <sos/eos> init: null input_size: null ctc_conf: dropout_rate: 0.0 ctc_type: builtin reduce: true ignore_nan_grad: true model_conf: asr_weight: 0.3 mt_weight: 0.0 mtlalpha: 1.0 lsm_weight: 0.1 length_normalized_loss: false use_preprocessor: true token_type: bpe src_token_type: bpe bpemodel: data/token_list/tgt_bpe_unigram1000/bpe.model src_bpemodel: data/token_list/src_bpe_unigram1000/bpe.model non_linguistic_symbols: null cleaner: null g2p: null speech_volume_normalize: null rir_scp: null rir_apply_prob: 1.0 noise_scp: null noise_apply_prob: 1.0 noise_db_range: '13_15' frontend: default frontend_conf: n_fft: 512 win_length: 400 hop_length: 160 fs: 16k specaug: specaug specaug_conf: apply_time_warp: true time_warp_window: 5 time_warp_mode: bicubic apply_freq_mask: true freq_mask_width_range: - 0 - 30 num_freq_mask: 2 apply_time_mask: true time_mask_width_range: - 0 - 40 num_time_mask: 2 normalize: global_mvn normalize_conf: stats_file: exp/st_stats_raw_bpe1000_sp/train/feats_stats.npz preencoder: null preencoder_conf: {} encoder: transformer encoder_conf: input_layer: conv2d num_blocks: 12 linear_units: 2048 dropout_rate: 0.1 output_size: 256 attention_heads: 4 postencoder: null postencoder_conf: {} decoder: transformer decoder_conf: input_layer: embed num_blocks: 6 linear_units: 2048 dropout_rate: 0.1 extra_asr_decoder: transformer extra_asr_decoder_conf: input_layer: embed num_blocks: 2 linear_units: 2048 dropout_rate: 0.1 extra_mt_decoder: transformer extra_mt_decoder_conf: input_layer: embed num_blocks: 2 linear_units: 2048 dropout_rate: 0.1 required: - output_dir - src_token_list - token_list version: 0.10.6a1 distributed: true ``` </details> ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Yalta and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Yalta and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "noinfo", "license": "cc-by-4.0", "tags": ["espnet", "audio", "speech-translation"], "datasets": ["iwslt22_dialect"]}
null
espnet/brianyan918_iwslt22_dialect_st_transformer_fisherlike_4gpu_bbins16m_fix
[ "espnet", "audio", "speech-translation", "dataset:iwslt22_dialect", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "noinfo" ]
TAGS #espnet #audio #speech-translation #dataset-iwslt22_dialect #arxiv-1804.00015 #license-cc-by-4.0 #region-us
ESPnet2 ST model ---------------- ### 'espnet/brianyan918\_iwslt22\_dialect\_st\_transformer\_fisherlike\_4gpu\_bbins16m\_fix' This model was trained by Brian Yan using iwslt22\_dialect recipe in espnet. ### Demo: How to use in ESPnet2 RESULTS ======= Environments ------------ * date: 'Tue Feb 8 13:29:21 EST 2022' * python version: '3.8.12 (default, Oct 12 2021, 13:49:34) [GCC 7.5.0]' * espnet version: 'espnet 0.10.7a1' * pytorch version: 'pytorch 1.8.1' * Git hash: '77fce65312877a132bbae01917ad26b74f6e2e14' + Commit date: 'Tue Feb 8 10:48:10 2022 -0500' st\_transformer\_fisherlike\_4gpu\_bbins16m\_fix\_raw\_bpe\_tc1000\_sp ---------------------------------------------------------------------- ### BLEU dataset: p3\_st\_model\_valid.URL, bleu\_score: 12.0, verbose\_score: 37.4/17.3/8.6/4.5 (BP = 0.952 ratio = 0.953 hyp\_len = 40192 ref\_len = 42181) ST config --------- expand ### Citing ESPnet or arXiv:
[ "### 'espnet/brianyan918\\_iwslt22\\_dialect\\_st\\_transformer\\_fisherlike\\_4gpu\\_bbins16m\\_fix'\n\n\nThis model was trained by Brian Yan using iwslt22\\_dialect recipe in espnet.", "### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Tue Feb 8 13:29:21 EST 2022'\n* python version: '3.8.12 (default, Oct 12 2021, 13:49:34) [GCC 7.5.0]'\n* espnet version: 'espnet 0.10.7a1'\n* pytorch version: 'pytorch 1.8.1'\n* Git hash: '77fce65312877a132bbae01917ad26b74f6e2e14'\n\t+ Commit date: 'Tue Feb 8 10:48:10 2022 -0500'\n\n\nst\\_transformer\\_fisherlike\\_4gpu\\_bbins16m\\_fix\\_raw\\_bpe\\_tc1000\\_sp\n----------------------------------------------------------------------", "### BLEU\n\n\ndataset: p3\\_st\\_model\\_valid.URL, bleu\\_score: 12.0, verbose\\_score: 37.4/17.3/8.6/4.5 (BP = 0.952 ratio = 0.953 hyp\\_len = 40192 ref\\_len = 42181)\n\n\nST config\n---------\n\n\nexpand", "### Citing ESPnet\n\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #speech-translation #dataset-iwslt22_dialect #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "### 'espnet/brianyan918\\_iwslt22\\_dialect\\_st\\_transformer\\_fisherlike\\_4gpu\\_bbins16m\\_fix'\n\n\nThis model was trained by Brian Yan using iwslt22\\_dialect recipe in espnet.", "### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Tue Feb 8 13:29:21 EST 2022'\n* python version: '3.8.12 (default, Oct 12 2021, 13:49:34) [GCC 7.5.0]'\n* espnet version: 'espnet 0.10.7a1'\n* pytorch version: 'pytorch 1.8.1'\n* Git hash: '77fce65312877a132bbae01917ad26b74f6e2e14'\n\t+ Commit date: 'Tue Feb 8 10:48:10 2022 -0500'\n\n\nst\\_transformer\\_fisherlike\\_4gpu\\_bbins16m\\_fix\\_raw\\_bpe\\_tc1000\\_sp\n----------------------------------------------------------------------", "### BLEU\n\n\ndataset: p3\\_st\\_model\\_valid.URL, bleu\\_score: 12.0, verbose\\_score: 37.4/17.3/8.6/4.5 (BP = 0.952 ratio = 0.953 hyp\\_len = 40192 ref\\_len = 42181)\n\n\nST config\n---------\n\n\nexpand", "### Citing ESPnet\n\n\nor arXiv:" ]
[ 48, 73, 184, 81, 11 ]
[ "passage: TAGS\n#espnet #audio #speech-translation #dataset-iwslt22_dialect #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n### 'espnet/brianyan918\\_iwslt22\\_dialect\\_st\\_transformer\\_fisherlike\\_4gpu\\_bbins16m\\_fix'\n\n\nThis model was trained by Brian Yan using iwslt22\\_dialect recipe in espnet.### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Tue Feb 8 13:29:21 EST 2022'\n* python version: '3.8.12 (default, Oct 12 2021, 13:49:34) [GCC 7.5.0]'\n* espnet version: 'espnet 0.10.7a1'\n* pytorch version: 'pytorch 1.8.1'\n* Git hash: '77fce65312877a132bbae01917ad26b74f6e2e14'\n\t+ Commit date: 'Tue Feb 8 10:48:10 2022 -0500'\n\n\nst\\_transformer\\_fisherlike\\_4gpu\\_bbins16m\\_fix\\_raw\\_bpe\\_tc1000\\_sp\n----------------------------------------------------------------------### BLEU\n\n\ndataset: p3\\_st\\_model\\_valid.URL, bleu\\_score: 12.0, verbose\\_score: 37.4/17.3/8.6/4.5 (BP = 0.952 ratio = 0.953 hyp\\_len = 40192 ref\\_len = 42181)\n\n\nST config\n---------\n\n\nexpand### Citing ESPnet\n\n\nor arXiv:" ]
[ -0.0908159539103508, 0.1672385334968567, -0.006649981718510389, 0.0115604093298316, -0.01681080088019371, 0.01656847819685936, 0.046984754502773285, 0.14514730870723724, 0.010181932710111141, 0.16061754524707794, 0.143317312002182, 0.09437959641218185, 0.10670038312673569, 0.193214550614357, 0.02980753593146801, -0.23918472230434418, 0.06000674143433571, 0.0026876567862927914, -0.07243762910366058, 0.13387645781040192, 0.11940989643335342, -0.07550665736198425, 0.09408006817102432, -0.028193559497594833, 0.0446791835129261, 0.03768431767821312, -0.06802822649478912, -0.01489519514143467, 0.06224643811583519, 0.09299660474061966, 0.05015663802623749, 0.07206852734088898, 0.06836296617984772, -0.27478542923927307, -0.004144563339650631, 0.06289517879486084, -0.03620997071266174, 0.0705873891711235, 0.11124713718891144, 0.012497488409280777, 0.16908666491508484, -0.12248089909553528, -0.015266655944287777, 0.034468382596969604, -0.11918928474187851, -0.2370062619447708, -0.08667565137147903, 0.1368088722229004, 0.11291266232728958, 0.06591996550559998, -0.06543941795825958, 0.07097514718770981, -0.034726835787296295, 0.09147500991821289, 0.27691587805747986, -0.22723008692264557, -0.04098397493362427, 0.019244669005274773, 0.07869170606136322, 0.026667635887861252, -0.036565668880939484, -0.0019100152421742678, 0.06713689863681793, 0.04595154523849487, -0.008229183033108711, -0.02350170537829399, 0.09196869283914566, 0.008635618723928928, -0.1527298092842102, -0.11763963103294373, 0.13122890889644623, 0.07332001626491547, -0.022200802341103554, 0.0035222331061959267, -0.06971661001443863, -0.13576747477054596, -0.02302609011530876, -0.06493281573057175, 0.050315115600824356, -0.030552461743354797, 0.012239685282111168, -0.0053596412762999535, -0.09260090440511703, -0.05504932254552841, -0.018647411838173866, 0.06912250816822052, 0.05470665916800499, -0.007879963144659996, 0.014628706499934196, 0.042882487177848816, -0.019174832850694656, -0.15184783935546875, -0.027455320581793785, 0.031205249950289726, -0.031274501234292984, 0.032209016382694244, 0.016605999320745468, 0.03757110610604286, 0.07153600454330444, 0.1672641634941101, -0.1551389843225479, 0.06578449159860611, 0.06491503119468689, 0.02090275101363659, -0.011826081201434135, 0.09572415053844452, -0.17672227323055267, -0.07154848426580429, -0.06319356709718704, 0.07624839246273041, 0.014417348429560661, 0.009577016346156597, -0.06869453936815262, -0.006896439008414745, 0.10242320597171783, 0.019999995827674866, 0.11062163859605789, 0.014804585836827755, -0.057316578924655914, -0.02546173892915249, 0.1630610227584839, -0.116988904774189, 0.037918176501989365, 0.054956287145614624, -0.11785758286714554, 0.011280213482677937, 0.021387601271271706, -0.02647923305630684, -0.10783533751964569, 0.11210191249847412, -0.09200942516326904, -0.01183929294347763, -0.017009397968649864, -0.1290556639432907, 0.0665089339017868, -0.029215458780527115, -0.027854470536112785, -0.0857313945889473, -0.10070497542619705, -0.08379852026700974, 0.01901995949447155, -0.045200787484645844, -0.03981144726276398, -0.07450036704540253, -0.10375528782606125, 0.019941220059990883, -0.06796881556510925, 0.013372637331485748, -0.06520606577396393, 0.04611258953809738, 0.025727758184075356, 0.05942558869719505, -0.0039012108463793993, 0.017697487026453018, -0.04093117266893387, 0.08106178790330887, -0.11722955852746964, 0.08288311958312988, -0.12701790034770966, -0.006597121246159077, -0.19879008829593658, -0.15799511969089508, -0.005204380489885807, 0.01935635320842266, 0.11360739916563034, 0.16432350873947144, -0.21244926750659943, -0.060513466596603394, 0.19763275980949402, -0.070062056183815, -0.08937351405620575, 0.12895171344280243, 0.032272934913635254, -0.11270828545093536, 0.060467202216386795, 0.14331145584583282, 0.05036645010113716, -0.11951053887605667, -0.10087257623672485, 0.032647766172885895, 0.06691914796829224, 0.07550755143165588, 0.09843595325946808, -0.05949173867702484, 0.13227209448814392, -0.03130178153514862, -0.10796099156141281, -0.015568912029266357, -0.0627884715795517, -0.058334462344646454, 0.0405811183154583, -0.02557075396180153, 0.047708433121442795, 0.032697271555662155, -0.017057152464985847, -0.04287589713931084, -0.13475453853607178, -0.004690265748649836, 0.10531259328126907, -0.04114804044365883, 0.041764646768569946, -0.09369572252035141, 0.11392957717180252, 0.032252926379442215, 0.009701838716864586, -0.120681531727314, -0.03156183287501335, 0.007492233533412218, -0.08050734549760818, 0.0295424647629261, -0.024731731042265892, 0.07864701002836227, 0.008368855342268944, -0.007539151236414909, -0.0712403729557991, -0.010300491005182266, 0.004837414715439081, -0.016348356381058693, -0.181696817278862, -0.08693867921829224, 0.0030069327913224697, 0.06599690020084381, -0.19907934963703156, 0.001156022772192955, 0.08857276290655136, 0.18870626389980316, -0.07471825182437897, -0.02825675718486309, -0.021157346665859222, 0.01390512753278017, -0.041639748960733414, -0.036375727504491806, -0.028933493420481682, -0.057768676429986954, -0.08854876458644867, 0.061180830001831055, -0.11015983670949936, 0.022513020783662796, 0.0979207456111908, -0.06491012871265411, -0.06157888099551201, 0.055990297347307205, -0.025250663980841637, -0.04345380514860153, 0.09133853018283844, -0.06157151982188225, 0.1272839903831482, 0.03647349029779434, 0.07259523868560791, -0.12135177105665207, -0.026493312790989876, 0.012794995680451393, -0.056513722985982895, -0.03297191858291626, 0.18779170513153076, -0.04891541227698326, -0.1365315467119217, 0.1253516674041748, 0.01674586907029152, -0.018064670264720917, 0.07668357342481613, -0.025096744298934937, -0.09659060090780258, -0.1072053387761116, 0.09860294312238693, 0.00461897999048233, 0.0760779157280922, -0.06236483156681061, 0.0017836210317909718, 0.015837211161851883, 0.02357201837003231, 0.0543208010494709, -0.15006116032600403, 0.025245070457458496, 0.023890433833003044, -0.12048966437578201, -0.03099088743329048, -0.046238817274570465, -0.04053330048918724, 0.07873527705669403, 0.042826250195503235, -0.0872231274843216, -0.06863930821418762, -0.04795049503445625, -0.09772650897502899, 0.24806328117847443, -0.12701445817947388, -0.21134667098522186, -0.13311845064163208, -0.04221825301647186, -0.01751008816063404, -0.011197993531823158, 0.014251667074859142, -0.1019803062081337, -0.0648156926035881, -0.07956937700510025, 0.023271922022104263, -0.08920521289110184, -0.042625781148672104, -0.03136629983782768, -0.016574973240494728, 0.08337987214326859, -0.12683282792568207, -0.002131529152393341, -0.012247880920767784, -0.01065071951597929, -0.015345573425292969, -0.015925155952572823, 0.10330920666456223, 0.12405058741569519, 0.018429100513458252, 0.02734183706343174, 0.0018883880693465471, 0.26511064171791077, -0.06533823907375336, 0.01606961153447628, 0.03132735937833786, -0.0029293789993971586, 0.07159692049026489, 0.14907073974609375, 0.015268689021468163, -0.07153895497322083, -0.042714543640613556, 0.011533060111105442, 0.011283510364592075, -0.2798234224319458, -0.08534375578165054, -0.02500276081264019, 0.07522295415401459, 0.08837566524744034, 0.051470208913087845, 0.026813466101884842, 0.012985791079699993, -0.045387156307697296, 0.010217838920652866, 0.01704534888267517, 0.04882938042283058, 0.13050535321235657, 0.007392749190330505, 0.06978178769350052, -0.010721107013523579, 0.01784346252679825, 0.07289623469114304, 0.002041570609435439, 0.10709580779075623, -0.029061952605843544, 0.266902357339859, 0.10091280937194824, 0.15370707213878632, -0.04760001227259636, 0.02283729612827301, -0.0046514663845300674, 0.025390956550836563, 0.023765889927744865, -0.07364600896835327, -0.03790158033370972, 0.06274601072072983, 0.11660076677799225, -0.04416503757238388, -0.005821303464472294, 0.023218832910060883, 0.019795607775449753, 0.12079986184835434, 0.1046624705195427, -0.32479527592658997, -0.01929522305727005, 0.01772443577647209, -0.026890400797128677, -0.048680663108825684, 0.0015563485212624073, 0.09416528791189194, -0.036018285900354385, 0.1295050084590912, 0.02759569324553013, 0.08909520506858826, -0.08411756157875061, -0.005906886886805296, 0.02385564334690571, 0.08855236321687698, 0.03571217134594917, 0.0817616805434227, -0.21415676176548004, 0.3041752874851227, -0.011937947943806648, 0.012317451648414135, 0.009232483804225922, 0.0303963590413332, -0.01936648227274418, -0.001224928768351674, 0.17612506449222565, 0.050536319613456726, -0.11174694448709488, -0.11493519693613052, -0.11821328103542328, -0.007118014618754387, 0.11436248570680618, -0.020844968035817146, 0.10008759051561356, 0.041046712547540665, -0.04959481209516525, 0.009419025853276253, 0.020029153674840927, -0.08325663954019547, -0.05788993835449219, 0.0524674616754055, -0.027648156508803368, 0.00927467830479145, -0.04981875419616699, -0.06208738312125206, -0.10511524975299835, 0.16528573632240295, -0.15075764060020447, -0.06258539855480194, -0.06756284832954407, 0.10778668522834778, 0.2246103733778, -0.13435840606689453, 0.017065510153770447, 0.0179828442633152, 0.03403986245393753, 0.01675325259566307, -0.008822459727525711, 0.12132441252470016, -0.07271575927734375, -0.16438500583171844, -0.023142555728554726, 0.1585082858800888, 0.046841204166412354, 0.07043066620826721, -0.006840596441179514, 0.03955712541937828, -0.012580569833517075, -0.0990772470831871, 0.008584852330386639, -0.003480661427602172, 0.014952881261706352, 0.08468899130821228, 0.01624136045575142, -0.07377278059720993, -0.12257640808820724, 0.019592003896832466, 0.07957683503627777, 0.344359427690506, -0.09217443317174911, 0.021598491817712784, 0.15041972696781158, -0.07100609689950943, -0.15425962209701538, -0.10876695811748505, 0.08760596066713333, -0.006569793447852135, -0.011687017977237701, -0.18718473613262177, -0.0010507697006687522, 0.07626946270465851, -0.005123625043779612, 0.05260917544364929, -0.310273140668869, -0.12709295749664307, 0.10516288131475449, 0.00762472627684474, -0.12945996224880219, -0.17104320228099823, -0.12554723024368286, -0.03776294365525246, -0.16392016410827637, 0.04005977511405945, 0.090962253510952, 0.03869887441396713, 0.019489089027047157, 0.01999727077782154, 0.006630518473684788, -0.024265116080641747, 0.20091664791107178, 0.02089046873152256, -0.01987418532371521, -0.06525468826293945, -0.02514270320534706, -0.005160218104720116, -0.03535854071378708, 0.09877768158912659, -0.04860099405050278, 0.016692321747541428, -0.171892449259758, -0.002626751782372594, -0.13406939804553986, 0.0022355257533490658, -0.0788998082280159, -0.0065237306989729404, -0.065952830016613, 0.04936528950929642, 0.12413854151964188, 0.03254978731274605, 0.09507641196250916, -0.026379624381661415, 0.103946253657341, 0.20035557448863983, 0.08644644916057587, 0.022572766989469528, -0.16233959794044495, 0.04616260528564453, 0.014854535460472107, -0.00905635766685009, -0.10549377650022507, 0.008680599741637707, 0.17317380011081696, 0.022790387272834778, 0.13564403355121613, 0.018130334094166756, -0.18236282467842102, -0.06319700926542282, 0.07076549530029297, -0.11098545044660568, -0.15675030648708344, 0.010793560184538364, -0.029282543808221817, -0.08387301862239838, -0.03166171535849571, 0.1369851529598236, -0.032999537885189056, -0.01949051022529602, 0.012212252244353294, 0.10596128553152084, -0.07551809400320053, 0.23454318940639496, 0.08108288794755936, 0.0838136151432991, -0.11233437806367874, 0.05573583394289017, 0.08325756341218948, -0.06945577263832092, 0.06201682612299919, 0.15174870193004608, -0.038450937718153, -0.034776512533426285, -0.047717947512865067, -0.0019674396608024836, -0.023023955523967743, -0.09830193221569061, -0.07746263593435287, -0.08430709689855576, 0.07949665188789368, 0.09153342992067337, 0.06952409446239471, 0.04509551078081131, 0.06712061166763306, 0.0166748259216547, -0.006792214699089527, 0.07381712645292282, 0.139750137925148, 0.05669538304209709, -0.11112326383590698, 0.13927625119686127, -0.006961057428270578, 0.047953322529792786, 0.004326818976551294, 0.03546154871582985, -0.08838018774986267, 0.029826512560248375, -0.11709872633218765, 0.06607071310281754, -0.11274673044681549, -0.04276162385940552, 0.009732003323733807, -0.04325833171606064, -0.07414744794368744, 0.019502392038702965, -0.10907219350337982, -0.06730271130800247, -0.03451471030712128, 0.04013510420918465, -0.17595821619033813, -0.028505606576800346, 0.039920106530189514, -0.07715567201375961, 0.0536019504070282, 0.01579003594815731, 0.010361441411077976, 0.02492876909673214, -0.04936579614877701, -0.022281019017100334, 0.043635934591293335, 0.04860309511423111, 0.046950992196798325, -0.14740143716335297, -0.01631433144211769, -0.0016505568055436015, 0.002970976522192359, -0.021298231557011604, -0.02405853383243084, -0.09268089383840561, -0.01659930683672428, -0.033048827201128006, -0.04977240040898323, -0.040921568870544434, 0.05607946589589119, 0.048293568193912506, 0.012028724886476994, 0.13044753670692444, -0.040107570588588715, 0.04018327221274376, -0.19154787063598633, 0.002081622602418065, -0.009445801377296448, -0.05604427307844162, 0.03333735466003418, 0.007144412025809288, 0.08148267865180969, -0.06314964592456818, 0.06975674629211426, -0.06357591599225998, -0.030442973598837852, 0.0432816781103611, -0.0731319859623909, -0.02058493159711361, 0.042795516550540924, 0.08562741428613663, -0.021681047976017, -0.04683350771665573, -0.032124318182468414, -0.0014801028883084655, -0.0027031544595956802, 0.0176762156188488, 0.13114331662654877, 0.12946829199790955, 0.1447150856256485, 0.13388164341449738, 0.11043091118335724, -0.11200322955846786, -0.09976845234632492, 0.017699696123600006, -0.09354371577501297, 0.13410329818725586, 0.03054335154592991, 0.11303021013736725, 0.08940389007329941, -0.20665453374385834, 0.06920457631349564, -0.02295110933482647, -0.09482617676258087, -0.12515929341316223, -0.11250589042901993, -0.06719717383384705, -0.12730097770690918, -0.004065834917128086, -0.13633203506469727, 0.05764809623360634, 0.09102430939674377, 0.05329124256968498, 0.007926877588033676, 0.09553420543670654, 0.05855706334114075, -0.09018604457378387, 0.03237811475992203, 0.02615354023873806, 0.008465810678899288, 0.02082139626145363, -0.0230569951236248, 0.06991959363222122, -0.007805536966770887, 0.05848283693194389, 0.0027260822243988514, -0.008489599451422691, 0.07650978118181229, 0.027747849002480507, -0.07905279844999313, -0.013950381428003311, 0.017491474747657776, 0.029023997485637665, 0.142612025141716, 0.05700092390179634, -0.010929910466074944, 0.010112744756042957, 0.09301644563674927, -0.06913433969020844, -0.06737522780895233, -0.0952380895614624, 0.24631264805793762, 0.02474309876561165, 0.052607785910367966, 0.011123117990791798, -0.07720071822404861, -0.05661795288324356, 0.1272147297859192, 0.15471161901950836, -0.01759708859026432, -0.030353737995028496, 0.04726821929216385, 0.022954998537898064, 0.01077610906213522, 0.007801607251167297, 0.09529715776443481, 0.23094891011714935, -0.04077838361263275, -0.020098155364394188, -0.040940362960100174, -0.02230929769575596, -0.03767641261219978, -0.012676813639700413, 0.044345322996377945, 0.005139471497386694, -0.04434983804821968, 0.12392053753137589, -0.12020557373762131, -0.1948603391647339, 0.0016080668428912759, -0.19223524630069733, -0.11552438884973526, -0.01786576770246029, 0.1289394199848175, 0.10138780623674393, 0.10089655965566635, 0.009719221852719784, -0.03691558167338371, 0.10021694749593735, 0.01859971694648266, -0.11374551057815552, -0.04575035348534584, 0.05907515063881874, -0.14646391570568085, 0.20967845618724823, -0.015896841883659363, 0.12607066333293915, 0.13009703159332275, -0.009026977233588696, -0.08968035876750946, 0.007011900190263987, 0.09889864921569824, -0.0582144558429718, 0.030055759474635124, 0.11084864288568497, 0.0008051260374486446, 0.019100934267044067, 0.06178111955523491, -0.1002449169754982, -0.014566924422979355, 0.12146289646625519, 0.011078985407948494, -0.09033377468585968, -0.01870153471827507, -0.10406361520290375, 0.08982484042644501, 0.1604262888431549, -0.06804477423429489, -0.023824313655495644, -0.046640317887067795, 0.011344547383487225, -0.02035130374133587, 0.13088570535182953, 0.005764597095549107, -0.21506378054618835, 0.01835150271654129, -0.034227531403303146, 0.10400258004665375, -0.11010411381721497, -0.012613640166819096, 0.05703102797269821, -0.04150284081697464, -0.018775111064314842, 0.14387398958206177, 0.040529437363147736, 0.05845841392874718, -0.0421956330537796, -0.01885555498301983, -0.025799686089158058, 0.13105767965316772, -0.13776277005672455, -0.10201457887887955 ]
null
null
espnet
## ESPnet2 ASR model ### `espnet/brianyan918_iwslt22_dialect_train_asr_conformer_ctc0.3_lr2e-3_warmup15k_newspecaug` This model was trained by Brian Yan using iwslt22_dialect recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```bash cd espnet git checkout 77fce65312877a132bbae01917ad26b74f6e2e14 pip install -e . cd egs2/iwslt22_dialect/asr1 ./run.sh --skip_data_prep false --skip_train true --download_model espnet/brianyan918_iwslt22_dialect_train_asr_conformer_ctc0.3_lr2e-3_warmup15k_newspecaug ``` <!-- Generated by scripts/utils/show_asr_result.sh --> # RESULTS ## Environments - date: `Wed Feb 2 05:32:30 EST 2022` - python version: `3.8.12 (default, Oct 12 2021, 13:49:34) [GCC 7.5.0]` - espnet version: `espnet 0.10.6a1` - pytorch version: `pytorch 1.8.1` - Git hash: `99581e0f5af3ad68851d556645e7292771436df9` - Commit date: `Sat Jan 29 11:32:38 2022 -0500` ## asr_train_asr_conformer_ctc0.3_lr2e-3_warmup15k_newspecaug_raw_bpe1000_sp ### WER |dataset|Snt|Wrd|Corr|Sub|Del|Ins|Err|S.Err| |---|---|---|---|---|---|---|---|---| |decode_asr_asr_model_valid.acc.ave/test1|4204|27370|54.7|39.5|5.8|8.8|54.2|87.9| ### CER |dataset|Snt|Wrd|Corr|Sub|Del|Ins|Err|S.Err| |---|---|---|---|---|---|---|---|---| |decode_asr_asr_model_valid.acc.ave/test1|4204|145852|84.1|7.1|8.8|11.5|27.4|87.9| ### TER |dataset|Snt|Wrd|Corr|Sub|Del|Ins|Err|S.Err| |---|---|---|---|---|---|---|---|---| |decode_asr_asr_model_valid.acc.ave/test1|4204|64424|63.8|22.8|13.4|12.2|48.3|87.9| ## ASR config <details><summary>expand</summary> ``` config: conf/tuning/train_asr_conformer_ctc0.3_lr2e-3_warmup15k_newspecaug.yaml print_config: false log_level: INFO dry_run: false iterator_type: sequence output_dir: exp/asr_train_asr_conformer_ctc0.3_lr2e-3_warmup15k_newspecaug_raw_bpe1000_sp ngpu: 1 seed: 0 num_workers: 1 num_att_plot: 3 dist_backend: nccl dist_init_method: env:// dist_world_size: 4 dist_rank: 0 local_rank: 0 dist_master_addr: localhost dist_master_port: 55101 dist_launcher: null multiprocessing_distributed: true unused_parameters: false sharded_ddp: false cudnn_enabled: true cudnn_benchmark: false cudnn_deterministic: true collect_stats: false write_collected_feats: false max_epoch: 80 patience: null val_scheduler_criterion: - valid - loss early_stopping_criterion: - valid - loss - min best_model_criterion: - - valid - acc - max keep_nbest_models: 10 nbest_averaging_interval: 0 grad_clip: 5.0 grad_clip_type: 2.0 grad_noise: false accum_grad: 2 no_forward_run: false resume: true train_dtype: float32 use_amp: false log_interval: null use_matplotlib: true use_tensorboard: true use_wandb: false wandb_project: null wandb_id: null wandb_entity: null wandb_name: null wandb_model_log_interval: -1 detect_anomaly: false pretrain_path: null init_param: [] ignore_init_mismatch: false freeze_param: [] num_iters_per_epoch: null batch_size: 20 valid_batch_size: null batch_bins: 25000000 valid_batch_bins: null train_shape_file: - exp/asr_stats_raw_bpe1000_sp/train/speech_shape - exp/asr_stats_raw_bpe1000_sp/train/text_shape.bpe valid_shape_file: - exp/asr_stats_raw_bpe1000_sp/valid/speech_shape - exp/asr_stats_raw_bpe1000_sp/valid/text_shape.bpe batch_type: numel valid_batch_type: null fold_length: - 80000 - 150 sort_in_batch: descending sort_batch: descending multiple_iterator: false chunk_length: 500 chunk_shift_ratio: 0.5 num_cache_chunks: 1024 train_data_path_and_name_and_type: - - /scratch/iwslt22asrdump/raw/train_sp/wav.scp - speech - kaldi_ark - - /scratch/iwslt22asrdump/raw/train_sp/text - text - text valid_data_path_and_name_and_type: - - /scratch/iwslt22asrdump/raw/dev/wav.scp - speech - kaldi_ark - - /scratch/iwslt22asrdump/raw/dev/text - text - text allow_variable_data_keys: false max_cache_size: 0.0 max_cache_fd: 32 valid_max_cache_size: null optim: adam optim_conf: lr: 0.002 weight_decay: 1.0e-06 scheduler: warmuplr scheduler_conf: warmup_steps: 15000 token_list: - <blank> - <unk> - ّ - ي - ا - ِ - ل - َ - و - ه - ة - م - ر - ك - ▁ما - ُ - ب - ش - د - ت - ▁في - َّ - ▁ن - ▁ي - ▁ت - ن - ▁لا - ح - ▁ه - س - وا - ▁م - ف - ▁إي - ع - ▁ب - ها - ط - ى - ق - ▁الل - ▁أ - ج - ▁والل - ▁و - ▁إيه - ▁ا - ▁يا - ز - ▁تو - ▁بش - ص - ▁أه - خ - ات - ▁إنت - ▁أنا - نا - ▁شن - ▁ق - ▁ش - ▁ك - يت - ين - ▁ف - ار - ▁قال - ▁باهي - ▁ع - ▁من - ▁ل - ▁مش - ▁كان - ▁حت - ▁ول - هم - ▁ر - ان - ▁س - ض - ني - ▁بال - ▁على - ▁متاع - ▁كي - ▁ال - ▁ح - ▁كل - ▁آنا - ▁الم - ▁خ - ▁الس - ▁وال - ون - ور - ▁أم - ▁هك - ▁آش - ▁الد - ▁عاد - ▁ج - ▁معناها - ▁مع - اش - ▁الص - ▁نهار - ▁لل - لها - ▁تي - ▁رب - ▁خاطر - ▁أكهو - غ - ▁شي - الل - ام - تها - ▁ون - ▁آك - ▁فهمت - وم - ▁موش - مشي - ▁ص - ▁اليوم - ▁مر - ست - ▁الب - ▁لاباس - تلي - ▁الكل - ▁عال - ذ - ▁فم - ▁الك - ▁حاجة - ▁شوي - اكا - ▁ياخي - ▁هاني - ▁صح - اس - ▁آه - ▁برشة - ▁الن - ▁وت - ▁الج - لك - ▁راهو - سم - ▁الح - مت - ▁الت - ▁بعد - اج - عد - ▁انشا - وش - لت - ▁وين - ث - ▁ولا - ▁باش - ▁فيها - نت - ▁إ - ▁الأ - ▁الف - ▁إم - ▁واحد - ▁ألو - ▁عندي - ▁أك - ▁خل - ▁وي - ▁تعمل - أ - ▁ريت - ▁وأ - ▁تعرف - بت - ▁الع - ▁مشيت - ▁وه - ▁حاصيلو - ▁بالل - ▁نعمل - ▁غ - ▁تجي - ▁يجي - ▁كيفاش - ▁عملت - ظ - اك - ▁هاو - ▁اش - ▁قد - ▁نق - ▁د - ▁زادا - ▁فيه - رة - ▁بر - ▁الش - ▁ز - ▁كيما - ▁الا - ند - عم - ▁نح - ▁بنتي - ▁نمشي - ▁عليك - ▁نعرفش - ▁كهو - ▁وم - ▁ط - تي - ▁خير - ▁آ - مش - ▁عليه - له - حت - ▁إيا - ▁أحنا - ▁تع - الا - عب - ▁ديما - ▁تت - ▁جو - ▁مالا - ▁أو - ▁قلتلك - ▁معنتها - لنا - ▁شكون - ▁تحب - بر - ▁الر - ▁وا - ▁الق - اء - ▁عل - ▁البارح - ▁وخ - ▁سافا - ▁هوما - ▁ولدي - ▁ - ▁نعرف - يف - رت - ▁وب - ▁روح - ▁علاش - ▁هاذاك - ▁رو - وس - ▁جا - ▁كيف - طر - ▁غادي - يكا - عمل - ▁نحب - ▁عندك - ▁وما - ▁فر - اني - ▁قلتله - ▁الط - فر - ▁دار - ▁عليها - ▁يعمل - ▁نت - ▁تح - باح - ▁ماهو - ▁وكل - ▁وع - قت - ▁فهمتك - عر - ▁وس - ▁تر - ▁سي - يلة - ▁قلت - ▁رمضان - صل - ▁آما - ▁الواحد - ▁بيه - ▁ثلاثة - ▁فهمتني - ▁ها - بط - ▁مازال - قل - ▁بالك - ▁معناتها - ▁ور - ▁قلتلها - ▁يس - رب - ▁ام - ▁وبعد - ▁الث - ▁وإنت - ▁بحذا - ▁لازم - ْ - ▁بن - قرا - سك - ▁يت - خل - ▁فه - عت - ▁هاك - ▁تق - ▁قبل - ▁وك - ▁نقول - ▁الز - حم - ▁عادش - حكي - وها - بة - نس - طل - ▁علاه - ذا - ▁سا - ▁طل - الي - ▁يق - ▁دو - حوا - حد - ▁نشوف - نة - ▁لي - ▁تك - ▁نا - ▁هاذ - ▁خويا - ▁المر - ▁وينك - ▁البر - ▁أتو - ينا - ▁حل - ولي - ▁ثم - ▁عم - ▁آي - ▁قر - از - ▁وح - كش - بعة - ▁كيفاه - ▁نع - ▁الحمدلله - ▁ياسر - ▁الخ - ▁معاك - ▁معاه - ▁تقول - دة - ▁حكاية - تش - ▁حس - ▁غدوا - ▁بالحق - روا - وز - ▁تخ - ▁العيد - رجع - ▁بالي - ▁جات - ▁وج - حة - ▁وش - ▁آخر - ▁طا - ▁مت - لقا - تك - ▁مس - ▁راني - كون - ▁صاحب - ▁هاكا - ▁قول - ▁عر - ▁عنده - ▁يلزم - ▁هاذا - ▁يخ - ▁وقتاش - ▁وقت - بع - ▁العش - ▁هاذي - هاش - ينة - ▁هاذاكا - عطي - ▁تنج - ▁باهية - نيا - فت - ▁يحب - ▁تف - ▁أهلا - وف - ▁غدوة - ▁بيك - ▁بد - عن - ▁در - ▁ننج - هار - ▁الحكاية - مون - وق - ▁نورمال - ▁عندها - خر - ▁بو - ▁حب - ▁آكا - ▁وف - ▁هاذيكا - ▁ديجا - ▁وق - ▁طي - لتل - بعث - ▁تص - رك - ▁مانيش - ▁العادة - ▁شوف - ضر - ▁يمشي - ▁نعملوا - ▁عرفت - ▁زال - ▁متع - ▁عمل - ▁بيها - ▁نحكي - اع - ▁نج - معة - ▁والكل - عناها - ▁يعي - ▁نجي - ستن - ▁هاذيك - ▁عام - ▁فلوس - قة - تين - ▁بالقدا - لهم - ▁تخدم - ▁ٱ - ▁شيء - ▁راهي - ▁جاب - ولاد - ابل - ▁ماك - عة - ▁نمشيوا - وني - شري - بار - انس - ▁وقتها - ▁جديد - ▁يز - ▁كر - ▁حاسيلو - ▁شق - ▁اه - ▁سايي - ▁انشالل - رج - مني - ▁بلا - ▁صحيح - ▁غير - ▁يخدم - مان - وكا - ▁عند - ▁قاعدة - ▁تس - ربة - ▁راس - ▁حط - ▁نكل - تني - ▁الو - سيون - ▁عندنا - ▁لو - ▁ست - صف - ▁ض - ▁كامل - ▁نخدم - ▁يبدا - ▁دونك - ▁أمور - رات - ▁تونس - بدا - ▁تحكي - ▁سو - ▁جاي - ▁وحدة - ▁ساعة - حنا - ▁بكري - ▁إل - ▁وبر - ▁كم - ▁تبدا - ارة - ادي - رق - لوا - ▁يمكن - ▁خاط - ▁وص - جين - ▁هاذاي - ▁هز - قد - ▁قل - ▁وكهو - ▁نص - ▁دي - لقى - ▁وأنا - سين - ▁يح - ▁ماشي - ▁شو - ▁خذيت - امات - ▁كنت - خرج - ▁لقيت - رتاح - كس - ▁حاجات - ▁مريق - ▁مل - ليفون - اوا - ▁شفت - ▁عاملة - ▁تن - ▁والا - سأل - ▁حد - ▁قاللك - ▁العباد - ▁عالاخ - ▁وآك - ▁ماني - ▁ناخذ - ▁حم - ▁الإ - ▁ماضي - ▁ث - الة - ▁أخرى - رين - ▁تشوف - ▁نخرج - ▁أربعة - ▁ألف - نيش - ▁هاي - آ - ▁فيك - رشة - ولة - فلة - ▁بابا - ▁أما - ▁روحي - ▁فيهم - ▁رج - ▁ليك - ونس - يرة - ▁وأكهو - ندي - ▁صار - شك - ▁نرو - ▁آكهو - ▁تش - ▁غاديكا - ▁معاها - ▁لب - ▁أذاكا - ▁آني - ▁يوم - عملوا - ▁نقعد - دوا - ▁عد - سمع - متني - ▁الخدمة - ▁مازلت - ▁قعدت - ايا - ▁برك - قعد - ▁خرجت - ضح - ▁قالل - ▁يقول - ▁وفي - ▁حق - ختي - ▁يعني - خدم - ▁جيت - ▁نرمال - طف - ▁عجب - ▁تقعد - ▁مشينا - اية - ▁خدمة - لدي - روف - ▁الفطر - ▁مشكل - ▁سل - ▁وآنا - الط - ▁بالس - ▁هانا - ▁أوه - ▁أذيكا - ▁وإ - ▁عليهم - ▁حالة - جت - قضي - ▁لق - ▁ونصف - سعة - عطيه - عاو - خانة - ▁مخ - ▁شبيك - بيعة - ▁أهوك - يني - ▁تعد - ▁خال - ▁قريب - ▁راك - ▁قالت - ▁لتو - ▁أكثر - اعة - ▁يظهرلي - ▁ماشية - سمعني - ▁نسيت - ▁ينج - ▁الحمدلل - هدي - ▁وشن - ▁تطي - ▁هنا - ▁نسمع - ▁إنتوما - ▁نحكيلك - ▁قاعد - ▁اسمعني - خرين - إ - ماعة - ▁بالر - ▁دا - ▁عمر - ▁نشري - ▁قهوة - ▁تبارك - ▁صب - ▁مشات - غر - ▁شريت - ▁عامل - ▁زوج - ثنين - ▁برب - ريق - ▁نكم - ▁لم - بيب - ▁مياة - ▁مالل - ▁قعد - ▁سخون - قس - ▁وحده - ▁اسمع - ▁خمسة - ▁غالي - ▁الأو - رلي - ▁العظيم - ▁ترو - تهم - كري - ▁نجيب - ▁جملة - قول - ▁قلتلي - ▁إيجا - ▁يقعد - ▁إيام - ▁يعطيك - ▁نخل - ▁دب - يمة - رهبة - ▁نهز - ▁محم - ▁بين - غار - ▁نحنا - ▁بون - ▁الغ - ▁شهر - ▁بار - رقة - ▁نطي - ئ - ترو - ▁ملا - ▁الكرهبة - ▁باه - ▁عالإخ - ▁عباد - ▁بلاصة - ▁مشى - بيع - ▁نفس - ▁عملنا - ▁واح - ▁أحلاه - ▁بحذاك - ▁لأ - ▁دخ - باب - ▁ودر - ▁غالب - ▁ناكل - ▁مثلا - ء - ▁راقد - ▁تفر - ▁الوقت - ▁تاخذ - حذا - نتر - ▁نبدا - ▁حال - ▁مريم - الم - ▁جمعة - رجول - ▁معايا - ▁تخرج - ▁باس - ▁ساعات - ▁عندهم - ▁نتفر - مسة - ▁الجمعة - بعين - ▁أكاهو - ▁ميش - مراة - ▁خذا - ▁ظ - ▁سيدي - ▁معاي - ▁شبيه - ▁حكا - ▁سف - ▁بعضنا - ▁بالض - ▁ليلة - ▁زعما - ▁الحق - مضان - ▁صعيب - ▁قالتلك - ً - ملة - ▁بق - عرف - لاطة - ▁خرج - ▁أخت - ▁تقوللي - ▁معانا - ▁صغير - ▁إسمه - ▁بعض - ▁العام - ▁علينا - ▁يتع - ▁فاش - ▁شع - ▁معاهم - ▁يسالش - ▁لهنا - ▁سمعت - ▁البار - ▁نتصو - ▁الاخ - ▁وكان - وبة - دمة - ▁كون - ▁مبعد - ▁تسمع - ▁بعيد - ▁تاكل - ▁نلقا - لامة - لاثة - ▁ذ - ▁تحس - ▁الواح - ▁لدار - ▁فاتت - ▁تاو - ▁أحوالك - ▁عاملين - ▁كبيرة - عجب - ▁بنت - ▁بيدي - ▁حكيت - ▁تحط - ▁مسكينة - ▁هاذوكم - ▁نزيد - لاث - ▁عشرة - ▁عيني - ▁تعب - ▁ياكل - ▁وزيد - ▁طول - ▁حمدلله - ▁وقتاه - ▁معناه - ▁وآش - ▁ووه - ▁وواحد - ▁نشوفوا - ▁عيد - ▁بصراحة - ▁بحذانا - ▁قاعدين - ▁راجل - ▁وحدي - ▁وعشرين - ▁لين - ▁خايب - ▁قالتله - ▁تهز - عيد - ▁كبير - ▁يعرف - ▁عارف - ▁الفلوس - ▁زايد - ▁خدمت - ▁هاذوما - ▁سلاطة - ▁فارغة - ▁ساعتين - ▁تبد - ▁راو - ▁مائة - ▁بعضهم - ▁ظاهرلي - ▁الفازة - كتب - ▁القهوة - سبوك - ▁زاد - ▁ضرب - حكيلي - ▁فوق - ▁عاود - ▁راي - ▁ومبعد - ▁حوايج - ▁دخلت - ▁يقوللك - ▁زيد - ▁زلت - لفزة - ▁وقال - ▁يهب - ▁يلزمني - ▁الحمد - ▁أذي - طبيعت - ▁دورة - ▁عالأقل - ▁آذاك - ▁وبال - ▁الجاي - عطيني - ▁ياخذ - ▁احكيلي - ▁نهبط - ▁رقدت - بلاصة - ▁عزيز - ▁صغار - ▁أقسم - ▁جيب - ▁وصلت - ▁أحوال - ▁جيست - ▁جماعة - سئل - ▁خوذ - ▁يهز - ▁الأخرى - ▁آلاف - ▁إسمع - ▁الحقيقة - ▁ناقص - ▁حاط - ▁موجود - عباد - ▁آذيك - ▁خارج - ▁الخير - ▁البنات - بقى - ▁طرف - ▁سينون - ▁ماذاب - ▁البحر - ▁نرقد - مدلله - ▁إيجى - ▁خالتي - ▁فازة - ▁بريك - ▁شريبتك - ▁تطلع - ؤ - ▁المشكلة - ▁طري - ▁مادام - ▁طلبت - ▁يلعب - ▁نعاود - ▁وحدك - ▁ظاهر - ٱ - ژ - ٍ - <sos/eos> init: null input_size: null ctc_conf: dropout_rate: 0.0 ctc_type: builtin reduce: true ignore_nan_grad: true joint_net_conf: null model_conf: ctc_weight: 0.3 lsm_weight: 0.1 length_normalized_loss: false use_preprocessor: true token_type: bpe bpemodel: data/token_list/bpe_unigram1000/bpe.model non_linguistic_symbols: null cleaner: null g2p: null speech_volume_normalize: null rir_scp: null rir_apply_prob: 1.0 noise_scp: null noise_apply_prob: 1.0 noise_db_range: '13_15' frontend: default frontend_conf: n_fft: 512 hop_length: 256 fs: 16k specaug: specaug specaug_conf: apply_time_warp: true time_warp_window: 5 time_warp_mode: bicubic apply_freq_mask: true freq_mask_width_range: - 0 - 27 num_freq_mask: 2 apply_time_mask: true time_mask_width_ratio_range: - 0.0 - 0.05 num_time_mask: 5 normalize: global_mvn normalize_conf: stats_file: exp/asr_stats_raw_bpe1000_sp/train/feats_stats.npz preencoder: null preencoder_conf: {} encoder: conformer encoder_conf: output_size: 256 attention_heads: 4 linear_units: 1024 num_blocks: 12 dropout_rate: 0.1 positional_dropout_rate: 0.1 attention_dropout_rate: 0.1 input_layer: conv2d normalize_before: true macaron_style: true rel_pos_type: latest pos_enc_layer_type: rel_pos selfattention_layer_type: rel_selfattn activation_type: swish use_cnn_module: true cnn_module_kernel: 31 postencoder: null postencoder_conf: {} decoder: transformer decoder_conf: attention_heads: 4 linear_units: 2048 num_blocks: 6 dropout_rate: 0.1 positional_dropout_rate: 0.1 self_attention_dropout_rate: 0.1 src_attention_dropout_rate: 0.1 required: - output_dir - token_list version: 0.10.6a1 distributed: true ``` </details> ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Yalta and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Yalta and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "noinfo", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["iwslt22_dialect"]}
automatic-speech-recognition
espnet/brianyan918_iwslt22_dialect_train_asr_conformer_ctc0.3_lr2e-3_warmup15k_newspecaug
[ "espnet", "audio", "automatic-speech-recognition", "dataset:iwslt22_dialect", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "noinfo" ]
TAGS #espnet #audio #automatic-speech-recognition #dataset-iwslt22_dialect #arxiv-1804.00015 #license-cc-by-4.0 #region-us
ESPnet2 ASR model ----------------- ### 'espnet/brianyan918\_iwslt22\_dialect\_train\_asr\_conformer\_ctc0.3\_lr2e-3\_warmup15k\_newspecaug' This model was trained by Brian Yan using iwslt22\_dialect recipe in espnet. ### Demo: How to use in ESPnet2 RESULTS ======= Environments ------------ * date: 'Wed Feb 2 05:32:30 EST 2022' * python version: '3.8.12 (default, Oct 12 2021, 13:49:34) [GCC 7.5.0]' * espnet version: 'espnet 0.10.6a1' * pytorch version: 'pytorch 1.8.1' * Git hash: '99581e0f5af3ad68851d556645e7292771436df9' + Commit date: 'Sat Jan 29 11:32:38 2022 -0500' asr\_train\_asr\_conformer\_ctc0.3\_lr2e-3\_warmup15k\_newspecaug\_raw\_bpe1000\_sp ----------------------------------------------------------------------------------- ### WER ### CER ### TER ASR config ---------- expand ### Citing ESPnet or arXiv:
[ "### 'espnet/brianyan918\\_iwslt22\\_dialect\\_train\\_asr\\_conformer\\_ctc0.3\\_lr2e-3\\_warmup15k\\_newspecaug'\n\n\nThis model was trained by Brian Yan using iwslt22\\_dialect recipe in espnet.", "### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Wed Feb 2 05:32:30 EST 2022'\n* python version: '3.8.12 (default, Oct 12 2021, 13:49:34) [GCC 7.5.0]'\n* espnet version: 'espnet 0.10.6a1'\n* pytorch version: 'pytorch 1.8.1'\n* Git hash: '99581e0f5af3ad68851d556645e7292771436df9'\n\t+ Commit date: 'Sat Jan 29 11:32:38 2022 -0500'\n\n\nasr\\_train\\_asr\\_conformer\\_ctc0.3\\_lr2e-3\\_warmup15k\\_newspecaug\\_raw\\_bpe1000\\_sp\n-----------------------------------------------------------------------------------", "### WER", "### CER", "### TER\n\n\n\nASR config\n----------\n\n\nexpand", "### Citing ESPnet\n\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #dataset-iwslt22_dialect #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "### 'espnet/brianyan918\\_iwslt22\\_dialect\\_train\\_asr\\_conformer\\_ctc0.3\\_lr2e-3\\_warmup15k\\_newspecaug'\n\n\nThis model was trained by Brian Yan using iwslt22\\_dialect recipe in espnet.", "### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Wed Feb 2 05:32:30 EST 2022'\n* python version: '3.8.12 (default, Oct 12 2021, 13:49:34) [GCC 7.5.0]'\n* espnet version: 'espnet 0.10.6a1'\n* pytorch version: 'pytorch 1.8.1'\n* Git hash: '99581e0f5af3ad68851d556645e7292771436df9'\n\t+ Commit date: 'Sat Jan 29 11:32:38 2022 -0500'\n\n\nasr\\_train\\_asr\\_conformer\\_ctc0.3\\_lr2e-3\\_warmup15k\\_newspecaug\\_raw\\_bpe1000\\_sp\n-----------------------------------------------------------------------------------", "### WER", "### CER", "### TER\n\n\n\nASR config\n----------\n\n\nexpand", "### Citing ESPnet\n\n\nor arXiv:" ]
[ 52, 82, 193, 4, 3, 10, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #dataset-iwslt22_dialect #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n### 'espnet/brianyan918\\_iwslt22\\_dialect\\_train\\_asr\\_conformer\\_ctc0.3\\_lr2e-3\\_warmup15k\\_newspecaug'\n\n\nThis model was trained by Brian Yan using iwslt22\\_dialect recipe in espnet.### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Wed Feb 2 05:32:30 EST 2022'\n* python version: '3.8.12 (default, Oct 12 2021, 13:49:34) [GCC 7.5.0]'\n* espnet version: 'espnet 0.10.6a1'\n* pytorch version: 'pytorch 1.8.1'\n* Git hash: '99581e0f5af3ad68851d556645e7292771436df9'\n\t+ Commit date: 'Sat Jan 29 11:32:38 2022 -0500'\n\n\nasr\\_train\\_asr\\_conformer\\_ctc0.3\\_lr2e-3\\_warmup15k\\_newspecaug\\_raw\\_bpe1000\\_sp\n-----------------------------------------------------------------------------------### WER### CER### TER\n\n\n\nASR config\n----------\n\n\nexpand### Citing ESPnet\n\n\nor arXiv:" ]
[ -0.07722917199134827, 0.0826844722032547, -0.004078298807144165, 0.028381280601024628, 0.014172565191984177, 0.015550399199128151, 0.08160226792097092, 0.08707376569509506, 0.007400093600153923, 0.10655521601438522, 0.15982206165790558, 0.11855722218751907, 0.07299267500638962, 0.15171998739242554, 0.004898040555417538, -0.22094915807247162, 0.005516611039638519, -0.013208313845098019, -0.07002373784780502, 0.11480174213647842, 0.12975746393203735, -0.07022831588983536, 0.11850011348724365, 0.006572752259671688, 0.07271701097488403, 0.029477806761860847, -0.0783156231045723, -0.06560555100440979, 0.04438508301973343, 0.07665218412876129, 0.052794456481933594, 0.011796724051237106, 0.07187651842832565, -0.24528764188289642, -0.00371712539345026, 0.022264637053012848, -0.054954130202531815, 0.08177896589040756, 0.08669727295637131, 0.03980749472975731, 0.1861736923456192, -0.047470685094594955, 0.026039239019155502, 0.05194161832332611, -0.12061300873756409, -0.16157424449920654, -0.1024121418595314, 0.19602622091770172, 0.11158407479524612, 0.07239261269569397, -0.03888826444745064, 0.05868540331721306, -0.078005850315094, 0.06831269711256027, 0.18992671370506287, -0.22474434971809387, -0.033956512808799744, 0.0234440416097641, 0.08202255517244339, 0.08023720979690552, -0.01586129516363144, -0.09089165180921555, 0.0773903876543045, 0.026945076882839203, 0.03896697610616684, -0.011782562360167503, 0.04565347731113434, 0.002593300538137555, -0.19986097514629364, -0.1365007609128952, 0.0866667628288269, 0.044537268579006195, 0.018801329657435417, -0.017074313014745712, -0.06661786884069443, -0.17726661264896393, -0.01201286818832159, -0.060786791145801544, 0.04602253437042236, -0.023179221898317337, 0.0494467094540596, -0.035963911563158035, -0.08998630195856094, -0.049758195877075195, -0.0012045546900480986, 0.11474692076444626, 0.04287775605916977, 0.023876391351222992, 0.0033277852926403284, 0.051307953894138336, 0.03453435003757477, -0.1407085508108139, 0.0041135516948997974, 0.02511822246015072, 0.005834008567035198, 0.024036172777414322, 0.08326901495456696, 0.03997235372662544, 0.043426088988780975, 0.153446763753891, -0.1605340540409088, 0.02099847048521042, 0.12775547802448273, 0.0337001197040081, -0.031267885118722916, 0.09023179113864899, -0.14079676568508148, -0.03684855252504349, -0.0923362746834755, 0.15977013111114502, 0.032360658049583435, -0.005966495722532272, -0.0990634635090828, 0.03773432970046997, 0.05276939645409584, 0.012459496036171913, 0.12385023385286331, 0.0017044439446181059, -0.08074838668107986, -0.027689971029758453, 0.2735588252544403, -0.1485571563243866, 0.033175207674503326, 0.039406731724739075, -0.11434312909841537, -0.016115302219986916, -0.013357195071876049, 0.022606758400797844, -0.07872026413679123, 0.15255330502986908, -0.11899098753929138, -0.01108611561357975, -0.07964099943637848, -0.0698017105460167, 0.07443573325872421, 0.015461888164281845, -0.0562250055372715, -0.10803297162055969, -0.07909363508224487, -0.07111381739377975, 0.017926540225744247, 0.0016406634822487831, -0.03840355575084686, -0.026212282478809357, -0.15421868860721588, 0.042243532836437225, -0.09891964495182037, 0.03305773064494133, -0.08109846711158752, 0.01885824091732502, 0.07006113231182098, 0.068244569003582, -0.007380066439509392, 0.031294818967580795, -0.03743401914834976, 0.06350152939558029, -0.10768359899520874, 0.07554658502340317, -0.13805308938026428, 0.015514574944972992, -0.15102003514766693, -0.12545190751552582, -0.06492970138788223, -0.024668918922543526, 0.060863155871629715, 0.13368254899978638, -0.15924017131328583, -0.07307229191064835, 0.13407857716083527, -0.08411228656768799, -0.11762179434299469, 0.10937163978815079, 0.03245193511247635, -0.13070687651634216, 0.03682854399085045, 0.09551376104354858, 0.034648168832063675, -0.13857781887054443, -0.16631712019443512, 0.022644737735390663, 0.024331629276275635, 0.05637790635228157, 0.11040496081113815, -0.03980065509676933, 0.18613526225090027, -0.058098722249269485, -0.09053634107112885, -0.009648000821471214, -0.04470290243625641, -0.09612845629453659, 0.030247578397393227, -0.0612347275018692, 0.08900030702352524, 0.03592974320054054, -0.049629610031843185, 0.012102939188480377, -0.11378694325685501, -0.04726696014404297, 0.07903872430324554, -0.018046921119093895, 0.012344987131655216, -0.1356528103351593, 0.06285891681909561, -0.012744367122650146, 0.009054306894540787, -0.11872673034667969, -0.10524500906467438, 0.016562985256314278, -0.09540139883756638, 0.00700068473815918, -0.01161587331444025, 0.06092222034931183, -0.028396865352988243, -0.04215366765856743, -0.06007928401231766, -0.05633062869310379, -0.02161748707294464, -0.0162388626486063, -0.17695192992687225, -0.12207550555467606, 0.002834430430084467, 0.04453055560588837, -0.22914496064186096, 0.02733183465898037, 0.076423779129982, 0.1378423124551773, -0.05097348242998123, -0.028996236622333527, -0.04726766422390938, 0.028134074062108994, -0.04023062065243721, -0.0644344761967659, -0.043045707046985626, -0.02963738515973091, -0.08430058509111404, 0.05794749781489372, -0.17679132521152496, 0.04510355740785599, 0.09130579233169556, -0.047378577291965485, -0.04355998709797859, 0.0787336528301239, -0.06577621400356293, -0.05976361781358719, 0.0594652034342289, -0.04861973226070404, 0.20022203028202057, 0.0074483719654381275, 0.08393394201993942, -0.13950547575950623, -0.0694521814584732, -0.005331762600690126, -0.08051400631666183, 0.023102348670363426, 0.16402815282344818, -0.021278034895658493, -0.12634991109371185, 0.13070057332515717, 0.015973901376128197, -0.0758018046617508, 0.10789681226015091, 0.030415182933211327, -0.10958504676818848, -0.08246634155511856, 0.08577816933393478, 0.01947277970612049, 0.06832956522703171, -0.02538042888045311, 0.01869465596973896, 0.020126832649111748, -0.015934064984321594, 0.057839710265398026, -0.16665351390838623, 0.030294574797153473, -0.0001116604616981931, -0.12330784648656845, -0.025037778541445732, -0.05834044888615608, -0.08378296345472336, 0.06460501998662949, 0.04381503537297249, -0.10037680715322495, -0.014100240543484688, -0.023680733516812325, -0.0972023755311966, 0.20214241743087769, -0.07524174451828003, -0.21832266449928284, -0.1301303505897522, 0.011331642046570778, -0.006243592593818903, 0.008308786898851395, -0.02902130037546158, -0.11290042847394943, -0.06487274914979935, -0.06570722162723541, -0.04478589817881584, -0.04442464932799339, -0.07734383642673492, 0.031005555763840675, 0.02014113962650299, 0.08024975657463074, -0.11569255590438843, -0.010582195594906807, -0.021549226716160774, -0.015862660482525826, 0.007099191192537546, 0.06372606754302979, 0.09655926376581192, 0.17835916578769684, 0.0007876821327954531, -0.012190540321171284, 0.036180175840854645, 0.22531409561634064, -0.09974535554647446, -0.0001613895146874711, 0.06187588721513748, -0.07425802946090698, 0.07533913105726242, 0.13676606118679047, 0.0449281670153141, -0.035055916756391525, -0.01532819401472807, 0.00350736896507442, -0.01636158861219883, -0.34958088397979736, -0.08351381123065948, -0.03637327253818512, 0.039781320840120316, 0.1152283176779747, 0.07178660482168198, 0.07917052507400513, 0.04476276785135269, -0.06894352287054062, 0.016244258731603622, -0.004807166289538145, 0.03536278381943703, 0.13172532618045807, 0.025667212903499603, 0.07238680869340897, -0.03175151348114014, -0.02176772989332676, 0.0661415383219719, 0.04768911376595497, 0.10598909109830856, 0.04903123155236244, 0.18017248809337616, 0.06583626568317413, 0.17863695323467255, -0.020926780998706818, 0.013278733938932419, 0.013267402537167072, -0.010179318487644196, 0.057260312139987946, -0.07301763445138931, -0.06450176239013672, 0.10855776816606522, 0.13710211217403412, -0.06151493638753891, 0.054076481610536575, 0.05700954794883728, 0.0006357835372909904, 0.1797778308391571, 0.040282223373651505, -0.3705366253852844, -0.02964012324810028, -0.027135945856571198, -0.07282392680644989, -0.03945820406079292, -0.019690774381160736, 0.10468912124633789, -0.037499815225601196, 0.13358500599861145, 0.014429441653192043, 0.06788615137338638, -0.13802757859230042, -0.037075791507959366, 0.07858680188655853, 0.0741577073931694, 0.05160808935761452, 0.0731242299079895, -0.19297027587890625, 0.2846299409866333, 0.014818846248090267, 0.05718059837818146, 0.013395045883953571, 0.04674932360649109, -0.0037422089371830225, -0.043982576578855515, 0.12661251425743103, 0.037381988018751144, -0.026027003303170204, -0.07691314071416855, -0.17357726395130157, -0.007786671165376902, 0.1387529820203781, -0.01208016462624073, 0.09856974333524704, 0.01896548457443714, -0.03185791149735451, 0.027745697647333145, -0.09737759083509445, -0.14191775023937225, -0.07352595031261444, 0.09895401448011398, 0.08349509537220001, 0.04138379544019699, -0.045531466603279114, -0.06763166934251785, -0.04159916192293167, 0.13326674699783325, -0.18699118494987488, -0.08943753689527512, -0.06991903483867645, 0.025706660002470016, 0.2500835359096527, -0.0924408882856369, 0.0390690453350544, 0.04723570868372917, 0.07601703703403473, 0.020232733339071274, 0.027719708159565926, 0.09087426960468292, -0.11649836599826813, -0.23862220346927643, 0.020712945610284805, 0.1127786785364151, 0.09371192753314972, 0.08232635259628296, -0.011137761175632477, 0.05816250666975975, -0.044642701745033264, -0.11383596807718277, 0.03874562308192253, 0.007454348728060722, 0.007583263795822859, 0.07403668761253357, -0.023379849269986153, -0.09393136948347092, -0.09548874944448471, 0.012839923612773418, 0.06879756599664688, 0.3362134099006653, -0.07336398959159851, 0.0021759280934929848, 0.1948363333940506, -0.057117339223623276, -0.15365934371948242, -0.12101424485445023, 0.1308487355709076, -0.05199843645095825, 0.005404314491897821, -0.18002566695213318, -0.0015751139726489782, 0.09497500211000443, -0.05843169614672661, 0.09863510727882385, -0.3014158308506012, -0.11139652878046036, 0.09664224088191986, -0.07451464980840683, -0.15837310254573822, -0.18977579474449158, -0.11439791321754456, -0.07301491498947144, -0.1011357307434082, 0.05156426876783371, 0.11402123421430588, 0.03574070706963539, -0.008298877626657486, 0.05915899947285652, -0.011011111550033092, -0.042646024376153946, 0.1661999672651291, 0.04913078993558884, -0.05306345596909523, -0.057635873556137085, -0.052405741065740585, 0.02768082544207573, -0.04352524131536484, 0.15223492681980133, -0.014359214343130589, 0.008669641800224781, -0.11230812221765518, -0.024154173210263252, -0.09756112098693848, 0.008050588890910149, -0.0318082757294178, 0.0003579600597731769, -0.06659645587205887, 0.005527091678231955, 0.11796702444553375, 0.049918320029973984, 0.1368815153837204, -0.03941977024078369, 0.0817602127790451, 0.16984479129314423, 0.1581432819366455, -0.051575396209955215, -0.18930676579475403, 0.026074716821312904, 0.05294189229607582, 0.03053002990782261, -0.10185209661722183, 0.025545142590999603, 0.12956948578357697, 0.020809264853596687, 0.10865712910890579, 0.06819764524698257, -0.15991349518299103, -0.05894415080547333, 0.0780176892876625, -0.11422418802976608, -0.10711950063705444, 0.03282724320888519, 0.08985400199890137, -0.18072724342346191, -0.010765817947685719, 0.10619493573904037, -0.08512686938047409, -0.011106899008154869, 0.011589349247515202, 0.12064453214406967, -0.08396902680397034, 0.20447669923305511, 0.1520024985074997, 0.08087430894374847, -0.08382076025009155, 0.08294326812028885, 0.10253264755010605, -0.0671740397810936, 0.038557566702365875, 0.09975804388523102, -0.018273944035172462, -0.04388001188635826, -0.09513256698846817, -0.07571055740118027, -0.10129650682210922, -0.1356755644083023, -0.05325061082839966, -0.011590063571929932, 0.08765678852796555, 0.056052062660455704, 0.04374942556023598, 0.05149406939744949, 0.06021718308329582, 0.04660073667764664, -0.009777522645890713, 0.07423307001590729, 0.07108719646930695, 0.08456093072891235, -0.1019473522901535, 0.05541403964161873, 0.010768607258796692, 0.02799300104379654, 0.0012365591246634722, 0.06943877041339874, -0.058284200727939606, 0.03663838282227516, 0.01655104197561741, 0.006147885695099831, -0.07055637240409851, -0.015255053527653217, 0.021161621436476707, -0.033472251147031784, -0.09962604194879532, 0.04276274889707565, -0.11946786940097809, -0.06329768896102905, -0.013268829323351383, 0.0383567288517952, -0.17927613854408264, -0.0005427824798971415, 0.0464869886636734, -0.057071663439273834, 0.01934502273797989, -0.007246779277920723, -0.031554557383060455, -0.03674529492855072, -0.10923273861408234, 0.0045018852688372135, 0.07819288969039917, 0.07763200253248215, 0.053948428481817245, -0.10685966163873672, -0.01045576948672533, 0.03849995136260986, 0.012866102159023285, -0.0017425973201170564, -0.013319868594408035, -0.11458348482847214, 0.017789967358112335, -0.05369151383638382, -0.07549084722995758, -0.03834279999136925, 0.058076560497283936, 0.03711167722940445, 0.00994953978806734, 0.20479680597782135, 0.0005873354966752231, -0.00034405922633595765, -0.1548454314470291, 0.014532948844134808, 0.009594938717782497, -0.020183462649583817, 0.06266532838344574, 0.054254770278930664, 0.07578399777412415, -0.06415580213069916, 0.1282159984111786, -0.03161448985338211, -0.051460105925798416, 0.03996808081865311, -0.06435521692037582, -0.0169464573264122, 0.023922396823763847, 0.07076282054185867, 0.025547292083501816, -0.050099167972803116, 0.0005014825728721917, -0.0031390769872814417, -0.009096348658204079, -0.07499761879444122, 0.14229008555412292, 0.06537355482578278, 0.05087876692414284, 0.1405179500579834, 0.10884661972522736, -0.1695374995470047, -0.09176268428564072, 0.033672552555799484, -0.13258984684944153, 0.13760307431221008, 0.021297557279467583, 0.15913046896457672, 0.15814268589019775, -0.14654651284217834, 0.06860321760177612, 0.004360647406429052, -0.07425122708082199, -0.13625328242778778, -0.0841892883181572, -0.04491003602743149, -0.167008638381958, 0.01252865232527256, -0.12831908464431763, 0.06219195947051048, 0.17744743824005127, 0.006054915953427553, 0.03657457232475281, 0.1418571025133133, 0.03282703831791878, -0.07423897087574005, 0.018354732543230057, 0.0038156849332153797, 0.06286934018135071, -0.060210373252630234, -0.01620353013277054, 0.050798118114471436, -0.003834153525531292, 0.06577083468437195, -0.020284095779061317, -0.050258953124284744, 0.11104989796876907, 0.07470524311065674, -0.04885735362768173, -0.006380260922014713, 0.020486868917942047, 0.08364247530698776, 0.09303969144821167, 0.02918115258216858, 0.003963055554777384, 0.016666576266288757, 0.08097868412733078, -0.07007110118865967, -0.09012138843536377, -0.0776360034942627, 0.12976275384426117, 0.03030903823673725, 0.04115329310297966, -0.049669649451971054, -0.07633009552955627, -0.042680032551288605, 0.10554294288158417, 0.11581443250179291, -0.0177841205149889, -0.047638047486543655, -0.003111559897661209, 0.03817981109023094, -0.000817693886347115, 0.00007582552643725649, 0.1164875254034996, 0.30428069829940796, -0.0353500060737133, -0.06652848422527313, -0.03526919335126877, -0.003883505240082741, -0.008259773254394531, -0.021534819155931473, -0.0009250229923054576, 0.028441615402698517, -0.072200708091259, 0.1283610314130783, -0.08268555998802185, -0.14997726678848267, -0.04081882908940315, -0.09643737971782684, -0.07154687494039536, 0.02639315463602543, 0.2006823867559433, 0.03063778392970562, 0.10905200242996216, 0.030059034004807472, -0.09202435612678528, 0.009970872662961483, 0.008390046656131744, -0.12298359721899033, -0.00978174153715372, 0.04462694004178047, -0.1145297959446907, 0.2582134008407593, -0.022075090557336807, 0.16678734123706818, 0.13017968833446503, -0.022929154336452484, -0.09826595336198807, 0.0047972118481993675, 0.08182238787412643, -0.1006840318441391, 0.05872715637087822, 0.096455879509449, 0.022007478401064873, -0.007649445906281471, 0.06974945962429047, -0.0629882737994194, 0.0034845650661736727, 0.04341107979416847, 0.04961096867918968, -0.09258010238409042, -0.01558928843587637, -0.08251930773258209, 0.10493890941143036, 0.1495201587677002, -0.08130083978176117, -0.03617924079298973, -0.05954308807849884, 0.024931078776717186, -0.014073947444558144, 0.12795686721801758, -0.019056398421525955, -0.22510722279548645, 0.01846230775117874, -0.042483218014240265, 0.059112031012773514, -0.012098182924091816, -0.00974784605205059, 0.07455828785896301, -0.07140534371137619, -0.031042903661727905, 0.043415941298007965, 0.03847804665565491, 0.041905708611011505, -0.03898737207055092, -0.008848877623677254, -0.016894498839974403, 0.08846895396709442, -0.16727808117866516, -0.09576506167650223 ]
null
null
espnet
## ESPnet2 ST model ### `espnet/brianyan918_iwslt22_dialect_train_st_conformer_ctc0.3_lr2e-3_warmup15k_newspecaug` This model was trained by Brian Yan using iwslt22_dialect recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```bash cd espnet git checkout 77fce65312877a132bbae01917ad26b74f6e2e14 pip install -e . cd egs2/iwslt22_dialect/st1 ./run.sh --skip_data_prep false --skip_train true --download_model espnet/brianyan918_iwslt22_dialect_train_st_conformer_ctc0.3_lr2e-3_warmup15k_newspecaug ``` <!-- Generated by scripts/utils/show_st_results.sh --> # RESULTS ## Environments - date: `Tue Feb 8 12:54:12 EST 2022` - python version: `3.8.12 (default, Oct 12 2021, 13:49:34) [GCC 7.5.0]` - espnet version: `espnet 0.10.7a1` - pytorch version: `pytorch 1.8.1` - Git hash: `77fce65312877a132bbae01917ad26b74f6e2e14` - Commit date: `Tue Feb 8 10:48:10 2022 -0500` ## st_train_st_conformer_ctc0.3_lr2e-3_warmup15k_newspecaug_raw_bpe_tc1000_sp ### BLEU |dataset|bleu_score|verbose_score| |---|---|---| pen2_st_model_valid.acc.ave|13.9|44.0/21.8/11.4/6.2 (BP = 0.859 ratio = 0.868 hyp_len = 36614 ref_len = 42181) ## ST config <details><summary>expand</summary> ``` config: conf/tuning/train_st_conformer_ctc0.3_lr2e-3_warmup15k_newspecaug.yaml print_config: false log_level: INFO dry_run: false iterator_type: sequence output_dir: exp/st_train_st_conformer_ctc0.3_lr2e-3_warmup15k_newspecaug_raw_bpe_tc1000_sp ngpu: 1 seed: 0 num_workers: 1 num_att_plot: 3 dist_backend: nccl dist_init_method: env:// dist_world_size: null dist_rank: null local_rank: 0 dist_master_addr: null dist_master_port: null dist_launcher: null multiprocessing_distributed: false unused_parameters: false sharded_ddp: false cudnn_enabled: true cudnn_benchmark: false cudnn_deterministic: true collect_stats: false write_collected_feats: false max_epoch: 80 patience: null val_scheduler_criterion: - valid - loss early_stopping_criterion: - valid - loss - min best_model_criterion: - - valid - acc - max keep_nbest_models: 10 nbest_averaging_interval: 0 grad_clip: 5.0 grad_clip_type: 2.0 grad_noise: false accum_grad: 2 no_forward_run: false resume: true train_dtype: float32 use_amp: false log_interval: null use_matplotlib: true use_tensorboard: true use_wandb: false wandb_project: null wandb_id: null wandb_entity: null wandb_name: null wandb_model_log_interval: -1 detect_anomaly: false pretrain_path: null init_param: [] ignore_init_mismatch: true freeze_param: [] num_iters_per_epoch: null batch_size: 20 valid_batch_size: null batch_bins: 25000000 valid_batch_bins: null train_shape_file: - exp/st_stats_raw_bpe1000_sp/train/speech_shape - exp/st_stats_raw_bpe1000_sp/train/text_shape.bpe - exp/st_stats_raw_bpe1000_sp/train/src_text_shape.bpe valid_shape_file: - exp/st_stats_raw_bpe1000_sp/valid/speech_shape - exp/st_stats_raw_bpe1000_sp/valid/text_shape.bpe - exp/st_stats_raw_bpe1000_sp/valid/src_text_shape.bpe batch_type: numel valid_batch_type: null fold_length: - 80000 - 150 - 150 sort_in_batch: descending sort_batch: descending multiple_iterator: false chunk_length: 500 chunk_shift_ratio: 0.5 num_cache_chunks: 1024 train_data_path_and_name_and_type: - - dump/raw/train_sp/wav.scp - speech - kaldi_ark - - dump/raw/train_sp/text.tc.en - text - text - - dump/raw/train_sp/text.tc.rm.ta - src_text - text valid_data_path_and_name_and_type: - - dump/raw/dev/wav.scp - speech - kaldi_ark - - dump/raw/dev/text.tc.en - text - text - - dump/raw/dev/text.tc.rm.ta - src_text - text allow_variable_data_keys: false max_cache_size: 0.0 max_cache_fd: 32 valid_max_cache_size: null optim: adam optim_conf: lr: 0.002 weight_decay: 1.0e-06 scheduler: warmuplr scheduler_conf: warmup_steps: 15000 token_list: - <blank> - <unk> - s - ▁ - apo - '&' - ; - ▁i - ▁you - t - ▁it - ▁the - ▁and - ▁to - ▁that - ▁a - n - a - ▁he - ▁me - m - d - ▁yes - ▁she - ▁no - ▁in - ▁what - ▁for - ▁we - ing - ll - ▁they - re - ▁are - ▁did - ▁god - ▁is - e - ed - ▁so - ▁her - ▁do - ▁have - ▁of - ▁with - ▁go - ▁know - ▁not - ▁was - ▁on - ▁don - y - ▁him - ▁one - ▁like - ▁there - '%' - ▁pw - ▁be - ▁at - ▁told - ▁good - ▁will - ▁my - ▁all - ▁or - c - er - p - ▁how - ▁ah - r - ▁but - ▁them - ▁see - ▁get - ▁can - i - ▁when - ▁going - ▁about - ▁mean - ▁this - k - ▁your - ▁by - ▁if - u - ▁come - ▁up - ▁tell - g - ▁said - ▁then - ▁now - ▁yeah - o - ▁out - al - ra - ▁because - ▁time - ▁well - ▁would - ▁p - ▁from - h - ar - f - ▁swear - ▁went - b - ▁really - or - ▁want - ri - ▁home - ▁work - ve - ▁take - ▁got - ▁just - l - ▁uh - ▁why - en - ▁even - ▁am - ▁who - ▁make - ▁day - '-' - in - ▁something - ▁some - ou - ▁us - ▁okay - ▁where - ▁does - ▁has - ▁thank - ▁c - ▁his - th - ▁back - ▁fine - ▁today - ly - ▁b - ▁oh - ▁doing - ▁everything - ▁here - le - ▁thing - ▁two - ▁anyway - li - ▁had - ▁still - ▁say - ro - ▁after - ce - ▁hello - ▁ma - ▁call - w - ▁listen - il - ▁should - ▁girl - ▁f - z - ▁too - ▁let - ▁understand - ▁may - ▁much - ▁think - ch - ir - ha - ▁other - ▁tomorrow - ▁were - ▁people - es - ▁year - di - ba - ▁right - el - ▁things - ▁house - v - ▁actually - un - ▁an - ▁give - ▁only - ▁better - pe - ▁need - ▁buy - ▁de - ne - ▁ha - ur - ion - ▁made - la - ▁willing - ▁nothing - ▁called - ▁night - ▁yesterday - se - ▁came - ▁lot - ter - ▁g - po - ▁find - ry - ▁car - ▁over - ic - ▁stay - ▁eat - ent - ▁always - ▁very - 'on' - ▁put - ▁ramadan - ▁those - ▁hear - is - ▁talk - ▁three - ▁anything - ▁mo - ▁little - ▁been - ▁already - fi - ation - ke - ▁first - ▁look - it - ▁won - ▁mom - ▁way - ▁before - ▁ok - ▁last - fa - ▁cook - vi - ▁hi - ▁same - ▁thought - ▁also - um - ate - ▁money - ▁start - ▁place - us - ▁morning - ▁could - ▁ask - ▁bring - ▁bit - ▁lo - ▁leave - ▁man - ▁left - ine - ▁days - ge - ▁la - ▁week - ▁friend - ▁problem - ▁sister - ▁allah - ▁feel - ▁every - ▁more - fe - ▁long - ▁hundred - ▁j - ▁eh - ho - ca - em - ▁talking - ▁exam - ▁next - ▁new - ▁fun - ▁took - ▁alright - co - ▁w - ▁um - ▁eid - ▁brother - ▁our - gh - ow - ▁o - ▁four - ni - wa - ▁else - ▁finish - bo - ▁sleep - ▁bless - ▁dear - ▁since - ▁play - ▁name - hi - ▁coming - ▁many - et - ▁usual - ▁con - ▁maybe - ▁off - bi - ▁than - ▁any - ▁mother - ▁son - om - ▁their - ▁keep - ▁dinner - ▁ten - ▁half - ▁help - ▁bad - and - ▁pass - ▁hot - ▁guy - ▁least - ▁down - ▁bought - ▁dinars - ▁working - ▁around - ▁normal - ▁poor - ▁stuff - ▁hope - ▁used - ▁again - ▁bro - ul - ▁phone - ▁ex - ▁done - ▁six - ▁na - ▁month - ▁tired - ▁check - ▁show - ▁together - oo - ▁later - ▁past - ▁five - ▁watch - ya - ▁coffee - ment - ut - ▁plan - ▁great - ▁daughter - j - ▁another - side - ▁change - ▁yet - ting - ▁until - ▁honestly - ▁whole - ol - ▁care - ▁sure - able - id - ▁big - ▁spend - ▁exactly - ▁boy - ▁course - ▁end - ▁please - ▁started - he - up - ▁found - ▁saw - ▁family - ▁asked - ▁enough - ▁during - ▁rest - ▁which - ▁gave - ▁true - ▁while - ▁job - ▁el - ▁each - ▁away - ▁kids - ▁goes - less - ▁twenty - ▁eight - ▁someone - ▁cha - ▁clothes - ah - ▁myself - ▁nice - ▁late - ▁old - ▁real - age - ant - ▁fast - ▁add - ▁hard - ▁these - ful - im - ▁close - ive - ▁dad - ▁pay - ies - ▁dude - ▁alone - ▁far - ance - ▁dis - ▁seven - ▁isn - ▁pro - our - ▁thousand - ▁break - ▁hour - ▁wait - ▁brought - ▁open - ▁un - ▁wedding - ▁walk - ▁father - ▁ka - ▁second - x - ▁saturday - ▁salad - ▁win - ▁everyone - ▁water - ▁tunis - ▁remember - ity - ▁wake - ▁minute - ▁school - ▁sunday - ▁own - ▁shop - ▁cold - ▁meet - ▁wear - ever - ▁send - ▁early - ▁gra - tic - ▁short - ▁use - ▁sometimes - hou - ▁love - ▁prepare - ▁sea - ▁study - ure - ▁com - qui - ▁hand - ▁both - ja - ▁summer - ▁wrong - ▁wanted - che - ▁miss - ▁try - ▁iftar - ▁yourself - q - ▁live - war - ▁expensive - ▁getting - ▁waiting - ▁once - ▁kh - ▁forgot - ▁nine - ▁anymore - ▁soup - ▁uncle - ▁beach - ▁saying - ▁into - ▁having - ▁brik - ▁room - ▁food - ▁visit - ▁matter - ▁thirty - ▁taking - ▁rain - ▁aunt - ▁never - ▁pick - ▁tunisia - ▁health - ▁head - ▁cut - ▁fasting - ▁sick - ▁friday - ▁forget - ▁monday - ▁become - ▁dress - ated - ▁most - wi - ▁hang - ▁life - ▁fish - ▁happy - ▁delicious - ▁deal - ▁finished - ble - ▁studying - ▁weather - ▁making - ▁cost - ▁bl - ▁stayed - ▁guess - ▁teach - ▁stop - ▁near - ▁watching - ▁without - ▁imagine - ▁seriously - fl - ▁speak - ▁idea - ▁must - ▁normally - ▁turn - ize - ▁clean - ▁tv - ▁meat - ▁woke - ▁example - ▁easy - ▁sent - ▁sell - over - ▁fifty - ▁amazing - ▁beautiful - ▁whatever - ▁enjoy - ▁talked - ▁believe - ▁thinking - ▁count - ▁almost - ▁longer - ▁afternoon - ▁hair - ▁front - ▁earlier - ▁mind - ▁kind - ▁tea - ▁best - ▁rent - ▁picture - ▁cooked - ▁price - ight - ▁soon - ▁woman - ▁otherwise - ▁happened - ▁story - ▁luck - ▁high - ▁happen - ▁arrive - ▁paper - ga - ▁quickly - ▁looking - ub - ▁number - ▁staying - ▁sit - man - ack - ▁important - ▁either - ▁person - ▁small - ▁free - ▁crazy - ▁playing - ▁kept - ▁part - ▁game - law - ▁till - uck - ▁ready - ▁might - ▁gone - ▁full - ▁fix - ▁subject - ▁laugh - ▁doctor - ▁welcome - ▁eleven - ▁sleeping - ▁heat - ▁probably - ▁such - ▁café - ▁fat - ▁sweet - ▁married - ▁drink - ▁move - ▁outside - ▁especially - ▁group - ji - ▁market - ▁through - ▁train - ▁protect - ▁turned - ▁red - ▁busy - ▁light - ▁noise - ▁street - ▁manage - ▁piece - ▁sitting - gue - ▁sake - ▁party - ish - ▁young - ▁case - ▁cool - huh - ▁marwa - ▁drive - ▁pray - clock - ▁couscous - ▁spent - ▁felt - ▁hopefully - ▁everybody - ▁living - ▁pain - line - ▁between - ▁match - ▁prayer - que - ian - ▁facebook - ▁spi - ▁eye - ▁children - ▁tonight - ▁mohamed - ▁understood - ▁black - ▁husband - ▁rid - ▁kitchen - ▁face - ▁swim - ▁kid - ▁invite - ▁cup - ▁grilled - ▁wife - ▁cousin - ▁drop - ▁wow - ▁table - ▁du - ▁bored - ▁neighborhood - ▁agree - ▁bread - ▁hamma - ▁straight - ▁tuesday - ▁anyone - ▁lunch - ade - ▁himself - ▁gather - ▁wish - ▁fifteen - ▁wednesday - ▁die - ▁thursday - ▁color - ▁asleep - ▁different - ▁whether - ▁ago - ▁middle - ▁class - ▁cake - shirt - ▁fight - ▁clear - ▁test - ▁plus - ▁sousse - ▁beginning - ▁result - ▁learn - ▁crowded - ▁slept - ▁shoes - ▁august - ▁pretty - ▁white - ▁apparently - ▁reach - ▁mariem - ▁return - ▁road - ▁million - ▁stand - ▁paid - ▁word - ious - ▁few - ▁breakfast - ▁post - ▁kilo - ▁chicken - ▁grade - ▁read - ▁accept - ▁birthday - ▁exhaust - ▁point - ▁july - ▁patience - ▁studies - ▁trouble - ▁along - ▁worry - ▁follow - ▁hurt - ▁afraid - ▁trip - ▁ahmed - ▁remain - ▁succeed - ▁mercy - ▁difficult - ▁weekend - ▁answer - ▁cheap - ▁repeat - ▁auntie - ▁sign - ▁hold - ▁under - ▁olive - ▁mahdi - ▁sfax - ▁annoy - ▁dishes - ▁message - ▁business - ▁french - ▁serious - ▁travel - ▁office - ▁wonder - ▁student - ▁internship - ▁pepper - ▁knew - ▁kill - ▁sauce - ▁herself - ▁hammamet - ▁damn - ▁mix - ▁suit - ▁medicine - ▁remove - ▁gonna - ▁company - ▁quarter - ▁shopping - ▁correct - ▁throw - ▁grow - ▁voice - ▁series - gotten - ▁taste - ▁driving - ▁hospital - ▁sorry - ▁aziz - ▁milk - ▁green - ▁baccalaureate - ▁running - ▁lord - ▁explain - ▁angry - ▁build - ▁fruit - ▁photo - é - ▁crying - ▁baby - ▁store - ▁project - ▁france - ▁twelve - ▁decide - ▁swimming - ▁world - ▁preparing - ▁special - ▁session - ▁behind - ▁vegetable - ▁strong - ▁fatma - ▁treat - ▁cream - ▁situation - ▁settle - ▁totally - ▁stopped - ▁book - ▁honest - ▁solution - ▁vacation - ▁cheese - ▁ahead - ▁sami - ▁focus - ▁scared - ▁club - ▁consider - ▁final - ▁naturally - ▁barely - ▁issue - ▁floor - ▁birth - ▁almighty - ▁engagement - ▁blue - ▁empty - ▁soccer - ▁prophet - ▁ticket - ▁indeed - ▁write - ▁present - ▁patient - ▁available - ▁holiday - ▁leaving - ▁became - ▁reason - ▁apart - ▁impossible - ▁shame - ▁worried - ▁body - ▁continue - ▁program - ▁stress - ▁arabic - ▁round - ▁taxi - ▁transport - ▁third - ▁certain - ▁downstairs - ▁neighbor - ▁directly - ▁giving - ▁june - ▁mini - ▁upstairs - ▁mistake - ▁period - ▁catch - ▁buddy - ▁success - ▁tajine - ▁excuse - ▁organize - ▁question - ▁suffer - ▁remind - ▁university - ▁downtown - ▁sugar - ▁twice - ▁women - ▁couple - ▁everyday - ▁condition - ▁obvious - ▁nobody - ▁complete - ▁stomach - ▁account - ▁september - ▁choose - ▁bottle - ▁figure - ▁instead - ▁salary - '0' - '1' - '3' - '2' - '5' - '7' - '4' - '9' - '8' - / - ° - '6' - è - $ - ï - <sos/eos> src_token_list: - <blank> - <unk> - ّ - ي - ا - ِ - ل - َ - و - ه - ة - م - ر - ك - ▁ما - ُ - ب - ش - د - ت - ▁في - َّ - ▁ن - ▁ي - ▁ت - ن - ▁لا - ح - ▁ه - س - وا - ▁م - ف - ▁إي - ع - ▁ب - ها - ط - ى - ق - ▁الل - ▁أ - ج - ▁والل - ▁و - ▁إيه - ▁ا - ▁يا - ز - ▁تو - ▁بش - ص - ▁أه - خ - ات - ▁إنت - ▁أنا - نا - ▁شن - ▁ق - ▁ش - ▁ك - يت - ين - ▁ف - ار - ▁قال - ▁باهي - ▁ع - ▁من - ▁ل - ▁مش - ▁كان - ▁حت - ▁ول - هم - ▁ر - ان - ▁س - ض - ني - ▁بال - ▁على - ▁متاع - ▁كي - ▁ال - ▁ح - ▁كل - ▁آنا - ▁الم - ▁خ - ▁الس - ▁وال - ون - ور - ▁أم - ▁هك - ▁آش - ▁الد - ▁عاد - ▁ج - ▁معناها - ▁مع - اش - ▁الص - ▁نهار - ▁لل - لها - ▁تي - ▁رب - ▁خاطر - ▁أكهو - غ - ▁شي - الل - ام - تها - ▁ون - ▁آك - ▁فهمت - وم - ▁موش - مشي - ▁ص - ▁اليوم - ▁مر - ست - ▁الب - ▁لاباس - تلي - ▁الكل - ▁عال - ذ - ▁فم - ▁الك - ▁حاجة - ▁شوي - اكا - ▁ياخي - ▁هاني - ▁صح - اس - ▁آه - ▁برشة - ▁الن - ▁وت - ▁الج - لك - ▁راهو - سم - ▁الح - مت - ▁الت - ▁بعد - اج - عد - ▁انشا - وش - لت - ▁وين - ث - ▁ولا - ▁باش - ▁فيها - نت - ▁إ - ▁الأ - ▁الف - ▁إم - ▁واحد - ▁ألو - ▁عندي - ▁أك - ▁خل - ▁وي - ▁تعمل - أ - ▁ريت - ▁وأ - ▁تعرف - بت - ▁الع - ▁مشيت - ▁وه - ▁حاصيلو - ▁بالل - ▁نعمل - ▁غ - ▁تجي - ▁يجي - ▁كيفاش - ▁عملت - ظ - اك - ▁هاو - ▁اش - ▁قد - ▁نق - ▁د - ▁زادا - ▁فيه - رة - ▁بر - ▁الش - ▁ز - ▁كيما - ▁الا - ند - عم - ▁نح - ▁بنتي - ▁نمشي - ▁عليك - ▁نعرفش - ▁كهو - ▁وم - ▁ط - تي - ▁خير - ▁آ - مش - ▁عليه - له - حت - ▁إيا - ▁أحنا - ▁تع - الا - عب - ▁ديما - ▁تت - ▁جو - ▁مالا - ▁أو - ▁قلتلك - ▁معنتها - لنا - ▁شكون - ▁تحب - بر - ▁الر - ▁وا - ▁الق - اء - ▁عل - ▁البارح - ▁وخ - ▁سافا - ▁هوما - ▁ولدي - ▁ - ▁نعرف - يف - رت - ▁وب - ▁روح - ▁علاش - ▁هاذاك - ▁رو - وس - ▁جا - ▁كيف - طر - ▁غادي - يكا - عمل - ▁نحب - ▁عندك - ▁وما - ▁فر - اني - ▁قلتله - ▁الط - فر - ▁دار - ▁عليها - ▁يعمل - ▁نت - ▁تح - باح - ▁ماهو - ▁وكل - ▁وع - قت - ▁فهمتك - عر - ▁وس - ▁تر - ▁سي - يلة - ▁قلت - ▁رمضان - صل - ▁آما - ▁الواحد - ▁بيه - ▁ثلاثة - ▁فهمتني - ▁ها - بط - ▁مازال - قل - ▁بالك - ▁معناتها - ▁ور - ▁قلتلها - ▁يس - رب - ▁ام - ▁وبعد - ▁الث - ▁وإنت - ▁بحذا - ▁لازم - ْ - ▁بن - قرا - سك - ▁يت - خل - ▁فه - عت - ▁هاك - ▁تق - ▁قبل - ▁وك - ▁نقول - ▁الز - حم - ▁عادش - حكي - وها - بة - نس - طل - ▁علاه - ذا - ▁سا - ▁طل - الي - ▁يق - ▁دو - حوا - حد - ▁نشوف - نة - ▁لي - ▁تك - ▁نا - ▁هاذ - ▁خويا - ▁المر - ▁وينك - ▁البر - ▁أتو - ينا - ▁حل - ولي - ▁ثم - ▁عم - ▁آي - ▁قر - از - ▁وح - كش - بعة - ▁كيفاه - ▁نع - ▁الحمدلله - ▁ياسر - ▁الخ - ▁معاك - ▁معاه - ▁تقول - دة - ▁حكاية - تش - ▁حس - ▁غدوا - ▁بالحق - روا - وز - ▁تخ - ▁العيد - رجع - ▁بالي - ▁جات - ▁وج - حة - ▁وش - ▁آخر - ▁طا - ▁مت - لقا - تك - ▁مس - ▁راني - كون - ▁صاحب - ▁هاكا - ▁قول - ▁عر - ▁عنده - ▁يلزم - ▁هاذا - ▁يخ - ▁وقتاش - ▁وقت - بع - ▁العش - ▁هاذي - هاش - ينة - ▁هاذاكا - عطي - ▁تنج - ▁باهية - نيا - فت - ▁يحب - ▁تف - ▁أهلا - وف - ▁غدوة - ▁بيك - ▁بد - عن - ▁در - ▁ننج - هار - ▁الحكاية - مون - وق - ▁نورمال - ▁عندها - خر - ▁بو - ▁حب - ▁آكا - ▁وف - ▁هاذيكا - ▁ديجا - ▁وق - ▁طي - لتل - بعث - ▁تص - رك - ▁مانيش - ▁العادة - ▁شوف - ضر - ▁يمشي - ▁نعملوا - ▁عرفت - ▁زال - ▁متع - ▁عمل - ▁بيها - ▁نحكي - اع - ▁نج - معة - ▁والكل - عناها - ▁يعي - ▁نجي - ستن - ▁هاذيك - ▁عام - ▁فلوس - قة - تين - ▁بالقدا - لهم - ▁تخدم - ▁ٱ - ▁شيء - ▁راهي - ▁جاب - ولاد - ابل - ▁ماك - عة - ▁نمشيوا - وني - شري - بار - انس - ▁وقتها - ▁جديد - ▁يز - ▁كر - ▁حاسيلو - ▁شق - ▁اه - ▁سايي - ▁انشالل - رج - مني - ▁بلا - ▁صحيح - ▁غير - ▁يخدم - مان - وكا - ▁عند - ▁قاعدة - ▁تس - ربة - ▁راس - ▁حط - ▁نكل - تني - ▁الو - سيون - ▁عندنا - ▁لو - ▁ست - صف - ▁ض - ▁كامل - ▁نخدم - ▁يبدا - ▁دونك - ▁أمور - رات - ▁تونس - بدا - ▁تحكي - ▁سو - ▁جاي - ▁وحدة - ▁ساعة - حنا - ▁بكري - ▁إل - ▁وبر - ▁كم - ▁تبدا - ارة - ادي - رق - لوا - ▁يمكن - ▁خاط - ▁وص - جين - ▁هاذاي - ▁هز - قد - ▁قل - ▁وكهو - ▁نص - ▁دي - لقى - ▁وأنا - سين - ▁يح - ▁ماشي - ▁شو - ▁خذيت - امات - ▁كنت - خرج - ▁لقيت - رتاح - كس - ▁حاجات - ▁مريق - ▁مل - ليفون - اوا - ▁شفت - ▁عاملة - ▁تن - ▁والا - سأل - ▁حد - ▁قاللك - ▁العباد - ▁عالاخ - ▁وآك - ▁ماني - ▁ناخذ - ▁حم - ▁الإ - ▁ماضي - ▁ث - الة - ▁أخرى - رين - ▁تشوف - ▁نخرج - ▁أربعة - ▁ألف - نيش - ▁هاي - آ - ▁فيك - رشة - ولة - فلة - ▁بابا - ▁أما - ▁روحي - ▁فيهم - ▁رج - ▁ليك - ونس - يرة - ▁وأكهو - ندي - ▁صار - شك - ▁نرو - ▁آكهو - ▁تش - ▁غاديكا - ▁معاها - ▁لب - ▁أذاكا - ▁آني - ▁يوم - عملوا - ▁نقعد - دوا - ▁عد - سمع - متني - ▁الخدمة - ▁مازلت - ▁قعدت - ايا - ▁برك - قعد - ▁خرجت - ضح - ▁قالل - ▁يقول - ▁وفي - ▁حق - ختي - ▁يعني - خدم - ▁جيت - ▁نرمال - طف - ▁عجب - ▁تقعد - ▁مشينا - اية - ▁خدمة - لدي - روف - ▁الفطر - ▁مشكل - ▁سل - ▁وآنا - الط - ▁بالس - ▁هانا - ▁أوه - ▁أذيكا - ▁وإ - ▁عليهم - ▁حالة - جت - قضي - ▁لق - ▁ونصف - سعة - عطيه - عاو - خانة - ▁مخ - ▁شبيك - بيعة - ▁أهوك - يني - ▁تعد - ▁خال - ▁قريب - ▁راك - ▁قالت - ▁لتو - ▁أكثر - اعة - ▁يظهرلي - ▁ماشية - سمعني - ▁نسيت - ▁ينج - ▁الحمدلل - هدي - ▁وشن - ▁تطي - ▁هنا - ▁نسمع - ▁إنتوما - ▁نحكيلك - ▁قاعد - ▁اسمعني - خرين - إ - ماعة - ▁بالر - ▁دا - ▁عمر - ▁نشري - ▁قهوة - ▁تبارك - ▁صب - ▁مشات - غر - ▁شريت - ▁عامل - ▁زوج - ثنين - ▁برب - ريق - ▁نكم - ▁لم - بيب - ▁مياة - ▁مالل - ▁قعد - ▁سخون - قس - ▁وحده - ▁اسمع - ▁خمسة - ▁غالي - ▁الأو - رلي - ▁العظيم - ▁ترو - تهم - كري - ▁نجيب - ▁جملة - قول - ▁قلتلي - ▁إيجا - ▁يقعد - ▁إيام - ▁يعطيك - ▁نخل - ▁دب - يمة - رهبة - ▁نهز - ▁محم - ▁بين - غار - ▁نحنا - ▁بون - ▁الغ - ▁شهر - ▁بار - رقة - ▁نطي - ئ - ترو - ▁ملا - ▁الكرهبة - ▁باه - ▁عالإخ - ▁عباد - ▁بلاصة - ▁مشى - بيع - ▁نفس - ▁عملنا - ▁واح - ▁أحلاه - ▁بحذاك - ▁لأ - ▁دخ - باب - ▁ودر - ▁غالب - ▁ناكل - ▁مثلا - ء - ▁راقد - ▁تفر - ▁الوقت - ▁تاخذ - حذا - نتر - ▁نبدا - ▁حال - ▁مريم - الم - ▁جمعة - رجول - ▁معايا - ▁تخرج - ▁باس - ▁ساعات - ▁عندهم - ▁نتفر - مسة - ▁الجمعة - بعين - ▁أكاهو - ▁ميش - مراة - ▁خذا - ▁ظ - ▁سيدي - ▁معاي - ▁شبيه - ▁حكا - ▁سف - ▁بعضنا - ▁بالض - ▁ليلة - ▁زعما - ▁الحق - مضان - ▁صعيب - ▁قالتلك - ً - ملة - ▁بق - عرف - لاطة - ▁خرج - ▁أخت - ▁تقوللي - ▁معانا - ▁صغير - ▁إسمه - ▁بعض - ▁العام - ▁علينا - ▁يتع - ▁فاش - ▁شع - ▁معاهم - ▁يسالش - ▁لهنا - ▁سمعت - ▁البار - ▁نتصو - ▁الاخ - ▁وكان - وبة - دمة - ▁كون - ▁مبعد - ▁تسمع - ▁بعيد - ▁تاكل - ▁نلقا - لامة - لاثة - ▁ذ - ▁تحس - ▁الواح - ▁لدار - ▁فاتت - ▁تاو - ▁أحوالك - ▁عاملين - ▁كبيرة - عجب - ▁بنت - ▁بيدي - ▁حكيت - ▁تحط - ▁مسكينة - ▁هاذوكم - ▁نزيد - لاث - ▁عشرة - ▁عيني - ▁تعب - ▁ياكل - ▁وزيد - ▁طول - ▁حمدلله - ▁وقتاه - ▁معناه - ▁وآش - ▁ووه - ▁وواحد - ▁نشوفوا - ▁عيد - ▁بصراحة - ▁بحذانا - ▁قاعدين - ▁راجل - ▁وحدي - ▁وعشرين - ▁لين - ▁خايب - ▁قالتله - ▁تهز - عيد - ▁كبير - ▁يعرف - ▁عارف - ▁الفلوس - ▁زايد - ▁خدمت - ▁هاذوما - ▁سلاطة - ▁فارغة - ▁ساعتين - ▁تبد - ▁راو - ▁مائة - ▁بعضهم - ▁ظاهرلي - ▁الفازة - كتب - ▁القهوة - سبوك - ▁زاد - ▁ضرب - حكيلي - ▁فوق - ▁عاود - ▁راي - ▁ومبعد - ▁حوايج - ▁دخلت - ▁يقوللك - ▁زيد - ▁زلت - لفزة - ▁وقال - ▁يهب - ▁يلزمني - ▁الحمد - ▁أذي - طبيعت - ▁دورة - ▁عالأقل - ▁آذاك - ▁وبال - ▁الجاي - عطيني - ▁ياخذ - ▁احكيلي - ▁نهبط - ▁رقدت - بلاصة - ▁عزيز - ▁صغار - ▁أقسم - ▁جيب - ▁وصلت - ▁أحوال - ▁جيست - ▁جماعة - سئل - ▁خوذ - ▁يهز - ▁الأخرى - ▁آلاف - ▁إسمع - ▁الحقيقة - ▁ناقص - ▁حاط - ▁موجود - عباد - ▁آذيك - ▁خارج - ▁الخير - ▁البنات - بقى - ▁طرف - ▁سينون - ▁ماذاب - ▁البحر - ▁نرقد - مدلله - ▁إيجى - ▁خالتي - ▁فازة - ▁بريك - ▁شريبتك - ▁تطلع - ؤ - ▁المشكلة - ▁طري - ▁مادام - ▁طلبت - ▁يلعب - ▁نعاود - ▁وحدك - ▁ظاهر - ٱ - ژ - ٍ - <sos/eos> init: null input_size: null ctc_conf: dropout_rate: 0.0 ctc_type: builtin reduce: true ignore_nan_grad: true model_conf: asr_weight: 0.3 mt_weight: 0.0 mtlalpha: 1.0 lsm_weight: 0.1 length_normalized_loss: false use_preprocessor: true token_type: bpe src_token_type: bpe bpemodel: data/token_list/tgt_bpe_unigram1000/bpe.model src_bpemodel: data/token_list/src_bpe_unigram1000/bpe.model non_linguistic_symbols: null cleaner: null g2p: null speech_volume_normalize: null rir_scp: null rir_apply_prob: 1.0 noise_scp: null noise_apply_prob: 1.0 noise_db_range: '13_15' frontend: default frontend_conf: n_fft: 512 hop_length: 256 fs: 16k specaug: specaug specaug_conf: apply_time_warp: true time_warp_window: 5 time_warp_mode: bicubic apply_freq_mask: true freq_mask_width_range: - 0 - 27 num_freq_mask: 2 apply_time_mask: true time_mask_width_ratio_range: - 0.0 - 0.05 num_time_mask: 5 normalize: global_mvn normalize_conf: stats_file: exp/st_stats_raw_bpe1000_sp/train/feats_stats.npz preencoder: null preencoder_conf: {} encoder: conformer encoder_conf: output_size: 256 attention_heads: 4 linear_units: 1024 num_blocks: 12 dropout_rate: 0.1 positional_dropout_rate: 0.1 attention_dropout_rate: 0.1 input_layer: conv2d normalize_before: true macaron_style: true rel_pos_type: latest pos_enc_layer_type: rel_pos selfattention_layer_type: rel_selfattn activation_type: swish use_cnn_module: true cnn_module_kernel: 31 postencoder: null postencoder_conf: {} decoder: transformer decoder_conf: attention_heads: 4 linear_units: 2048 num_blocks: 6 dropout_rate: 0.1 positional_dropout_rate: 0.1 self_attention_dropout_rate: 0.1 src_attention_dropout_rate: 0.1 extra_asr_decoder: transformer extra_asr_decoder_conf: input_layer: embed num_blocks: 2 linear_units: 2048 dropout_rate: 0.1 extra_mt_decoder: transformer extra_mt_decoder_conf: input_layer: embed num_blocks: 2 linear_units: 2048 dropout_rate: 0.1 required: - output_dir - src_token_list - token_list version: 0.10.6a1 distributed: false ``` </details> ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Yalta and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Yalta and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "noinfo", "license": "cc-by-4.0", "tags": ["espnet", "audio", "speech-translation"], "datasets": ["iwslt22_dialect"]}
null
espnet/brianyan918_iwslt22_dialect_train_st_conformer_ctc0.3_lr2e-3_warmup15k_newspecaug
[ "espnet", "audio", "speech-translation", "dataset:iwslt22_dialect", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "noinfo" ]
TAGS #espnet #audio #speech-translation #dataset-iwslt22_dialect #arxiv-1804.00015 #license-cc-by-4.0 #region-us
ESPnet2 ST model ---------------- ### 'espnet/brianyan918\_iwslt22\_dialect\_train\_st\_conformer\_ctc0.3\_lr2e-3\_warmup15k\_newspecaug' This model was trained by Brian Yan using iwslt22\_dialect recipe in espnet. ### Demo: How to use in ESPnet2 RESULTS ======= Environments ------------ * date: 'Tue Feb 8 12:54:12 EST 2022' * python version: '3.8.12 (default, Oct 12 2021, 13:49:34) [GCC 7.5.0]' * espnet version: 'espnet 0.10.7a1' * pytorch version: 'pytorch 1.8.1' * Git hash: '77fce65312877a132bbae01917ad26b74f6e2e14' + Commit date: 'Tue Feb 8 10:48:10 2022 -0500' st\_train\_st\_conformer\_ctc0.3\_lr2e-3\_warmup15k\_newspecaug\_raw\_bpe\_tc1000\_sp ------------------------------------------------------------------------------------- ### BLEU dataset: pen2\_st\_model\_valid.URL, bleu\_score: 13.9, verbose\_score: 44.0/21.8/11.4/6.2 (BP = 0.859 ratio = 0.868 hyp\_len = 36614 ref\_len = 42181) ST config --------- expand ### Citing ESPnet or arXiv:
[ "### 'espnet/brianyan918\\_iwslt22\\_dialect\\_train\\_st\\_conformer\\_ctc0.3\\_lr2e-3\\_warmup15k\\_newspecaug'\n\n\nThis model was trained by Brian Yan using iwslt22\\_dialect recipe in espnet.", "### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Tue Feb 8 12:54:12 EST 2022'\n* python version: '3.8.12 (default, Oct 12 2021, 13:49:34) [GCC 7.5.0]'\n* espnet version: 'espnet 0.10.7a1'\n* pytorch version: 'pytorch 1.8.1'\n* Git hash: '77fce65312877a132bbae01917ad26b74f6e2e14'\n\t+ Commit date: 'Tue Feb 8 10:48:10 2022 -0500'\n\n\nst\\_train\\_st\\_conformer\\_ctc0.3\\_lr2e-3\\_warmup15k\\_newspecaug\\_raw\\_bpe\\_tc1000\\_sp\n-------------------------------------------------------------------------------------", "### BLEU\n\n\ndataset: pen2\\_st\\_model\\_valid.URL, bleu\\_score: 13.9, verbose\\_score: 44.0/21.8/11.4/6.2 (BP = 0.859 ratio = 0.868 hyp\\_len = 36614 ref\\_len = 42181)\n\n\nST config\n---------\n\n\nexpand", "### Citing ESPnet\n\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #speech-translation #dataset-iwslt22_dialect #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "### 'espnet/brianyan918\\_iwslt22\\_dialect\\_train\\_st\\_conformer\\_ctc0.3\\_lr2e-3\\_warmup15k\\_newspecaug'\n\n\nThis model was trained by Brian Yan using iwslt22\\_dialect recipe in espnet.", "### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Tue Feb 8 12:54:12 EST 2022'\n* python version: '3.8.12 (default, Oct 12 2021, 13:49:34) [GCC 7.5.0]'\n* espnet version: 'espnet 0.10.7a1'\n* pytorch version: 'pytorch 1.8.1'\n* Git hash: '77fce65312877a132bbae01917ad26b74f6e2e14'\n\t+ Commit date: 'Tue Feb 8 10:48:10 2022 -0500'\n\n\nst\\_train\\_st\\_conformer\\_ctc0.3\\_lr2e-3\\_warmup15k\\_newspecaug\\_raw\\_bpe\\_tc1000\\_sp\n-------------------------------------------------------------------------------------", "### BLEU\n\n\ndataset: pen2\\_st\\_model\\_valid.URL, bleu\\_score: 13.9, verbose\\_score: 44.0/21.8/11.4/6.2 (BP = 0.859 ratio = 0.868 hyp\\_len = 36614 ref\\_len = 42181)\n\n\nST config\n---------\n\n\nexpand", "### Citing ESPnet\n\n\nor arXiv:" ]
[ 48, 81, 196, 80, 11 ]
[ "passage: TAGS\n#espnet #audio #speech-translation #dataset-iwslt22_dialect #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n### 'espnet/brianyan918\\_iwslt22\\_dialect\\_train\\_st\\_conformer\\_ctc0.3\\_lr2e-3\\_warmup15k\\_newspecaug'\n\n\nThis model was trained by Brian Yan using iwslt22\\_dialect recipe in espnet.### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Tue Feb 8 12:54:12 EST 2022'\n* python version: '3.8.12 (default, Oct 12 2021, 13:49:34) [GCC 7.5.0]'\n* espnet version: 'espnet 0.10.7a1'\n* pytorch version: 'pytorch 1.8.1'\n* Git hash: '77fce65312877a132bbae01917ad26b74f6e2e14'\n\t+ Commit date: 'Tue Feb 8 10:48:10 2022 -0500'\n\n\nst\\_train\\_st\\_conformer\\_ctc0.3\\_lr2e-3\\_warmup15k\\_newspecaug\\_raw\\_bpe\\_tc1000\\_sp\n-------------------------------------------------------------------------------------### BLEU\n\n\ndataset: pen2\\_st\\_model\\_valid.URL, bleu\\_score: 13.9, verbose\\_score: 44.0/21.8/11.4/6.2 (BP = 0.859 ratio = 0.868 hyp\\_len = 36614 ref\\_len = 42181)\n\n\nST config\n---------\n\n\nexpand### Citing ESPnet\n\n\nor arXiv:" ]
[ -0.05956873297691345, 0.15287506580352783, -0.007263090927153826, 0.02750847488641739, -0.03716200962662697, 0.022038230672478676, 0.07636160403490067, 0.11575750261545181, 0.005038906820118427, 0.1585865020751953, 0.175697460770607, 0.08637338876724243, 0.09986595064401627, 0.16529668867588043, 0.02090591751039028, -0.2531612813472748, 0.03655475378036499, -0.02506978064775467, -0.032429344952106476, 0.15174493193626404, 0.11800231039524078, -0.05915411561727524, 0.08471126109361649, -0.01874515414237976, 0.04577179625630379, 0.03156208619475365, -0.07211536914110184, -0.017999781295657158, 0.058409273624420166, 0.09088388830423355, 0.060591112822294235, 0.06968996673822403, 0.0888877734541893, -0.3008075952529907, -0.0018425205489620566, 0.0610358752310276, -0.05072037875652313, 0.06345837563276291, 0.08757229149341583, -0.015553081408143044, 0.18958540260791779, -0.07018685340881348, 0.00884222611784935, 0.025273261591792107, -0.1215595081448555, -0.1803208738565445, -0.09897221624851227, 0.1447208970785141, 0.11763611435890198, 0.08211056888103485, -0.06102864816784859, 0.06531268358230591, -0.04101228713989258, 0.09259012341499329, 0.26200050115585327, -0.23430843651294708, -0.05308578908443451, 0.039400938898324966, 0.0750807672739029, 0.04865282401442528, -0.041384223848581314, -0.011512541212141514, 0.06643643230199814, 0.030574675649404526, 0.01593801937997341, -0.00639670854434371, 0.07212692499160767, 0.033652693033218384, -0.16401156783103943, -0.11917930096387863, 0.10786549746990204, 0.07156066596508026, 0.00523032620549202, 0.010081261396408081, -0.06471758335828781, -0.17829927802085876, 0.003454150166362524, -0.06869515776634216, 0.029306048527359962, -0.029962752014398575, 0.008456693030893803, 0.0009092449909076095, -0.08140821754932404, -0.06741548329591751, 0.00023591818171553314, 0.06766556203365326, 0.06951045989990234, 0.004132358822971582, 0.039949651807546616, 0.07756520062685013, -0.006136046722531319, -0.16627264022827148, -0.019648652523756027, 0.02546071819961071, -0.017644865438342094, 0.03031735308468342, 0.03507644310593605, 0.045931652188301086, 0.047292184084653854, 0.1901528388261795, -0.15975366532802582, 0.06237991526722908, 0.10602429509162903, 0.022595539689064026, -0.01935032568871975, 0.05416296422481537, -0.16372019052505493, -0.07957541942596436, -0.08599454909563065, 0.09094882011413574, 0.0161796435713768, -0.016542071476578712, -0.06811013072729111, 0.03431040421128273, 0.06580675393342972, 0.014309261925518513, 0.08814744651317596, 0.016748759895563126, -0.06110250949859619, -0.012418941594660282, 0.13071729242801666, -0.11443035304546356, 0.026426831260323524, 0.06008629873394966, -0.11062595248222351, -0.022506041452288628, 0.014407753944396973, 0.004839389584958553, -0.09375172853469849, 0.14131999015808105, -0.08670805394649506, -0.014761378057301044, -0.047507934272289276, -0.0951726883649826, 0.048631709069013596, -0.01582678034901619, -0.0463571660220623, -0.06758692860603333, -0.08055347204208374, -0.10051876306533813, 0.04437524452805519, -0.04961637407541275, -0.03314843028783798, -0.07858201116323471, -0.11166176944971085, 0.04389524459838867, -0.05298766493797302, 0.00337964971549809, -0.07606667280197144, 0.05198166146874428, 0.008927738294005394, 0.04908023774623871, 0.02983798086643219, 0.009604529477655888, -0.01891854777932167, 0.06533995270729065, -0.13714003562927246, 0.07197359204292297, -0.1285499483346939, 0.005955372471362352, -0.18169745802879333, -0.14364230632781982, 0.005211798474192619, -0.00019907708337996155, 0.09973788261413574, 0.16118274629116058, -0.19759857654571533, -0.04663483798503876, 0.1586446464061737, -0.0636824443936348, -0.0866684839129448, 0.12441132962703705, 0.013626139611005783, -0.11257259547710419, 0.039733242243528366, 0.1321839839220047, 0.06082550808787346, -0.1305149346590042, -0.08676060289144516, 0.00938829593360424, 0.07020403444766998, 0.11717110127210617, 0.10682661831378937, -0.03594822436571121, 0.11526397615671158, -0.03837154433131218, -0.10297514498233795, -0.049373432993888855, -0.06699376553297043, -0.06891283392906189, 0.05049647390842438, -0.01586899533867836, 0.050210244953632355, 0.026680508628487587, -0.03020329587161541, -0.04120919108390808, -0.14215730130672455, -0.02097545750439167, 0.10058297216892242, -0.02924073487520218, 0.02624303661286831, -0.10873188078403473, 0.06863856315612793, 0.06653168797492981, -0.006534930318593979, -0.10161537677049637, -0.04843294247984886, 0.00731169618666172, -0.06615031510591507, 0.03078095056116581, -0.022408733144402504, 0.06953088939189911, 0.013950580731034279, -0.025354737415909767, -0.05614660307765007, -0.034902364015579224, -0.007578232791274786, -0.016563445329666138, -0.2126033902168274, -0.07717641443014145, 0.00836639478802681, 0.05080832168459892, -0.20156633853912354, 0.016793077811598778, 0.08668799698352814, 0.1774071305990219, -0.06717759370803833, -0.04154932126402855, -0.041526537388563156, 0.005092050414532423, -0.04686952009797096, -0.03264457359910011, -0.05362299084663391, -0.03727011755108833, -0.07810021191835403, 0.02449790947139263, -0.1318645179271698, 0.024638283997774124, 0.07774126529693604, -0.05852716788649559, -0.08233346045017242, 0.043922215700149536, -0.03287317603826523, -0.052726179361343384, 0.0737060010433197, -0.04748469591140747, 0.15357761085033417, 0.010402418673038483, 0.045396458357572556, -0.13282625377178192, -0.07573744654655457, -0.007911399938166142, -0.057813044637441635, -0.03207537159323692, 0.18492063879966736, 0.01843545027077198, -0.11770500987768173, 0.12913474440574646, -0.00509616220369935, -0.04032730683684349, 0.08824712038040161, -0.002612076699733734, -0.07891986519098282, -0.11982207745313644, 0.09825672209262848, 0.0009624917875044048, 0.061806246638298035, -0.04348403587937355, 0.004879464861005545, -0.0007788807852193713, 0.0006550193065777421, 0.03994544968008995, -0.15956053137779236, 0.012518221512436867, 0.01998649723827839, -0.12656059861183167, -0.028271999210119247, -0.07448957115411758, -0.06993427872657776, 0.06948045641183853, 0.041696928441524506, -0.09217758476734161, -0.06262694299221039, -0.052284982055425644, -0.1035894826054573, 0.2169857919216156, -0.12495257705450058, -0.17491544783115387, -0.11325781047344208, -0.03318127617239952, -0.01347443275153637, 0.0004249244520906359, 0.01493857055902481, -0.07663930207490921, -0.06440972536802292, -0.09529057890176773, -0.01599099487066269, -0.07889062911272049, -0.03979911655187607, -0.019218767061829567, -0.001442597946152091, 0.05193265900015831, -0.11535774171352386, 0.003170652547851205, -0.010567598976194859, -0.018437540158629417, -0.0072214859537780285, 0.00764009915292263, 0.10415321588516235, 0.13323023915290833, 0.04314327612519264, 0.019930517300963402, 0.004741371609270573, 0.24994994699954987, -0.10118324309587479, 0.03665917366743088, 0.013220014050602913, -0.04175950959324837, 0.08249679952859879, 0.18052712082862854, 0.04062126204371452, -0.06430282443761826, -0.0035969822201877832, 0.02285391464829445, 0.009574026800692081, -0.29849886894226074, -0.056107692420482635, -0.015577440150082111, 0.05012126266956329, 0.0771259218454361, 0.06481203436851501, 0.055739205330610275, 0.022184573113918304, -0.07591072469949722, -0.018433766439557076, 0.038110654801130295, 0.04173887521028519, 0.06997404992580414, 0.010687407106161118, 0.06924811750650406, -0.008491509594023228, -0.005838506389409304, 0.08158207684755325, 0.006463517900556326, 0.11117453128099442, -0.00591991376131773, 0.23645250499248505, 0.10702096670866013, 0.19004318118095398, -0.02074511907994747, -0.002539093839004636, -0.005304626654833555, 0.019830133765935898, 0.026205433532595634, -0.0683305487036705, -0.025572557002305984, 0.08180322498083115, 0.10909803956747055, -0.04914518818259239, 0.039877165108919144, 0.019367380067706108, 0.02722828835248947, 0.1813119798898697, 0.09595386683940887, -0.3272055983543396, -0.003845268627628684, 0.014760902151465416, -0.04707188159227371, -0.05193053185939789, 0.007281966507434845, 0.10788871347904205, -0.031164584681391716, 0.13585688173770905, 0.039570797234773636, 0.0777360051870346, -0.0992625281214714, -0.009839753620326519, 0.049928802996873856, 0.07498546689748764, -0.0018678077030926943, 0.08462949097156525, -0.22043673694133759, 0.29988980293273926, -0.016690291464328766, 0.01965133659541607, -0.0009353766799904406, 0.03602460026741028, -0.011492316611111164, -0.008063411340117455, 0.14982004463672638, 0.03517112508416176, -0.08464138209819794, -0.06922158598899841, -0.12204394489526749, -0.014320875518023968, 0.1336379498243332, -0.09000121057033539, 0.09923043847084045, 0.03718826174736023, -0.04326878488063812, 0.010394544340670109, -0.04371049255132675, -0.08429750800132751, -0.062182873487472534, 0.07488419860601425, -0.0271462369710207, 0.041184429079294205, -0.05065684765577316, -0.05603577196598053, -0.08406662195920944, 0.1576796919107437, -0.18958693742752075, -0.07096594572067261, -0.0793093889951706, 0.062149275094270706, 0.19995783269405365, -0.12059161067008972, 0.02352541871368885, 0.039968833327293396, 0.04273247346282005, 0.02704051323235035, 0.01855696178972721, 0.12548457086086273, -0.07547010481357574, -0.187977135181427, -0.022030577063560486, 0.14929133653640747, 0.08261322230100632, 0.06744103133678436, -0.023767581209540367, 0.03858617693185806, -0.03205270692706108, -0.11754914373159409, 0.013941598124802113, -0.017214946448802948, 0.023161450400948524, 0.04899251461029053, 0.028990939259529114, -0.04638045281171799, -0.12056827545166016, -0.0005882866680622101, 0.059536006301641464, 0.33735597133636475, -0.09748560190200806, 0.027775218710303307, 0.18541811406612396, -0.048715826123952866, -0.1520974189043045, -0.12185051292181015, 0.11580893397331238, -0.03114168345928192, -0.021148182451725006, -0.19131913781166077, -0.018194206058979034, 0.09971059113740921, -0.01573016867041588, 0.06774052232503891, -0.29707619547843933, -0.12050224095582962, 0.08806862682104111, 0.0028818987775593996, -0.1511172503232956, -0.16933046281337738, -0.13737192749977112, -0.021586544811725616, -0.1396537870168686, 0.026472607627511024, 0.07839769124984741, 0.030431635677814484, 0.03718310594558716, 0.01180730015039444, -0.008836958557367325, -0.020640963688492775, 0.20568601787090302, 0.0334198959171772, -0.005767177790403366, -0.09316994994878769, -0.02815946564078331, -0.023882508277893066, -0.047782570123672485, 0.10038267076015472, -0.05950814485549927, 0.02044847421348095, -0.14984767138957977, -0.01390279084444046, -0.09634799510240555, -0.012689853087067604, -0.08474469184875488, -0.022464953362941742, -0.07727579772472382, 0.029525745660066605, 0.1028241291642189, 0.022697705775499344, 0.11685202270746231, -0.02432340569794178, 0.12130801379680634, 0.18674005568027496, 0.08234844356775284, 0.026697799563407898, -0.1400415301322937, 0.03480174019932747, 0.028914770111441612, 0.0030567068606615067, -0.11252773553133011, -0.007317636627703905, 0.16501334309577942, 0.021095167845487595, 0.1485714167356491, 0.025174619629979134, -0.17731867730617523, -0.057577017694711685, 0.07211272418498993, -0.145478755235672, -0.11961527913808823, -0.00010187662701355293, -0.022255057469010353, -0.10743007063865662, -0.024646658450365067, 0.13273975253105164, -0.04370487108826637, -0.013265639543533325, 0.02458074316382408, 0.11858201771974564, -0.053583092987537384, 0.22313232719898224, 0.08145470917224884, 0.08582600206136703, -0.10288209468126297, 0.057836584746837616, 0.09057988226413727, -0.026089757680892944, 0.042541585862636566, 0.1585622876882553, -0.04427056759595871, -0.02677370421588421, -0.04776746407151222, -0.032562196254730225, -0.04076877236366272, -0.08933698385953903, -0.07015223801136017, -0.08207043260335922, 0.09549256414175034, 0.11546383053064346, 0.044218067079782486, 0.04006170481443405, 0.06492768228054047, 0.0485951229929924, 0.009577443823218346, 0.09626325219869614, 0.10807677358388901, 0.061739806085824966, -0.09130914509296417, 0.1034398153424263, 0.010693716816604137, 0.03349176421761513, 0.004742540419101715, 0.043261393904685974, -0.10772911459207535, 0.04695961996912956, -0.0780317559838295, 0.0440344512462616, -0.07597469538450241, -0.028661344200372696, 0.022211715579032898, -0.07221364974975586, -0.08744046092033386, 0.02661896124482155, -0.10598878562450409, -0.05349917709827423, -0.020439794287085533, 0.04464344680309296, -0.16698463261127472, -0.009191633202135563, 0.05926389992237091, -0.08680827915668488, 0.07340911775827408, 0.023055385798215866, 0.006962715648114681, 0.009355117566883564, -0.09093856066465378, 0.02148382179439068, 0.027831368148326874, 0.05111001804471016, 0.02232735976576805, -0.13015331327915192, -0.0215617548674345, -0.023939955979585648, -0.013833770528435707, -0.020649941638112068, -0.05330953001976013, -0.08547304570674896, 0.0206432044506073, -0.020489899441599846, -0.07592436671257019, -0.0324469618499279, 0.037477340549230576, 0.041635870933532715, -0.004710663575679064, 0.13707464933395386, -0.011049684137105942, 0.03942176327109337, -0.17170901596546173, 0.007404556032270193, 0.0172052551060915, -0.028661297634243965, 0.021350309252738953, 0.014476383104920387, 0.08883866667747498, -0.07533777505159378, 0.05833965539932251, -0.0693579837679863, -0.0639915019273758, 0.03322441503405571, -0.052232205867767334, -0.006905629299581051, 0.03435905650258064, 0.03828494995832443, 0.0023968706373125315, -0.04142717272043228, -0.037185583263635635, -0.028833679854869843, -0.005815418902784586, -0.08943191170692444, 0.13910990953445435, 0.09458576887845993, 0.1503593623638153, 0.10091368854045868, 0.1194409430027008, -0.12161432206630707, -0.09285596013069153, 0.03335781767964363, -0.10617129504680634, 0.11544620245695114, 0.02848387323319912, 0.10520658642053604, 0.1473572850227356, -0.18956820666790009, 0.04702216014266014, -0.00013384920021053404, -0.09019224345684052, -0.13144950568675995, -0.13253150880336761, -0.06540772318840027, -0.13374659419059753, 0.01615992747247219, -0.1322154998779297, 0.07019729167222977, 0.13805197179317474, 0.06415288895368576, 0.0275613684207201, 0.09191524982452393, 0.0727277621626854, -0.08249890804290771, 0.027043897658586502, 0.033721961081027985, 0.020388750359416008, -0.009001130238175392, -0.03188859671354294, 0.054762013256549835, 0.003839589888229966, 0.055357277393341064, -0.012275634333491325, -0.0075050839222967625, 0.0688815489411354, 0.04630254954099655, -0.061322301626205444, -0.0005380441434681416, -0.002095486270263791, 0.033955156803131104, 0.12744511663913727, 0.04654081538319588, 0.0016332764644175768, 0.028698718175292015, 0.11820530146360397, -0.07820234447717667, -0.07434196770191193, -0.10815206170082092, 0.1880703717470169, 0.011339141987264156, 0.0632571130990982, 0.0007106074481271207, -0.08473341166973114, -0.046329353004693985, 0.11762543022632599, 0.1399007886648178, -0.019137021154165268, -0.019433047622442245, 0.038581740111112595, 0.03490278869867325, 0.03615421801805496, -0.0028840519953519106, 0.10558443516492844, 0.25927114486694336, -0.03832301124930382, -0.026920104399323463, -0.04465566948056221, -0.00847145076841116, -0.026132002472877502, -0.010643281042575836, 0.028253454715013504, -0.01022785622626543, -0.0527273491024971, 0.13302963972091675, -0.11005233228206635, -0.19904738664627075, -0.002901319647207856, -0.14117030799388885, -0.1124100536108017, 0.022374169901013374, 0.17023693025112152, 0.06881188601255417, 0.07271186262369156, 0.03293073922395706, -0.06483332812786102, 0.0703042671084404, 0.0310793686658144, -0.10238467156887054, -0.05817028135061264, 0.059449248015880585, -0.12285573780536652, 0.23787014186382294, -0.02741890959441662, 0.11078760027885437, 0.1229151114821434, -0.02631225436925888, -0.06940492242574692, 0.04936506971716881, 0.11698715388774872, -0.10211113840341568, 0.02272966131567955, 0.1036376804113388, 0.006571929901838303, 0.060544632375240326, 0.08151541650295258, -0.07444986701011658, -0.012451098300516605, 0.09855157881975174, 0.015996430069208145, -0.09185157716274261, 0.004410790745168924, -0.09449692070484161, 0.09608498215675354, 0.158101886510849, -0.07737497985363007, -0.01608096808195114, -0.03435327485203743, 0.009314676746726036, -0.03552186116576195, 0.1396205574274063, 0.03641356900334358, -0.23631367087364197, 0.031317926943302155, -0.05113733559846878, 0.1069369688630104, -0.08645065128803253, -0.021783825010061264, 0.0637383982539177, -0.03999672457575798, -0.030131136998534203, 0.10668506473302841, 0.06238244101405144, 0.04738124832510948, -0.04081836715340614, -0.02636568993330002, -0.02849385142326355, 0.12396988272666931, -0.15126754343509674, -0.09422590583562851 ]
null
null
espnet
## ESPnet2 ASR model ### `espnet/brianyan918_iwslt22_dialect_transformer_fisherlike` This model was trained by Brian Yan using iwslt22_dialect recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```bash cd espnet git checkout 77fce65312877a132bbae01917ad26b74f6e2e14 pip install -e . cd egs2/iwslt22_dialect/asr1 ./run.sh --skip_data_prep false --skip_train true --download_model espnet/brianyan918_iwslt22_dialect_transformer_fisherlike ``` <!-- Generated by scripts/utils/show_asr_result.sh --> # RESULTS ## Environments - date: `Mon Jan 31 10:15:38 EST 2022` - python version: `3.8.12 (default, Oct 12 2021, 13:49:34) [GCC 7.5.0]` - espnet version: `espnet 0.10.6a1` - pytorch version: `pytorch 1.8.1` - Git hash: `99581e0f5af3ad68851d556645e7292771436df9` - Commit date: `Sat Jan 29 11:32:38 2022 -0500` ## asr_transformer_fisherlike_4gpu_bbins16m_fix_raw_bpe1000_sp ### WER |dataset|Snt|Wrd|Corr|Sub|Del|Ins|Err|S.Err| |---|---|---|---|---|---|---|---|---| |decode_asr_asr_model_valid.acc.ave/test1|4204|27370|53.4|41.1|5.5|9.5|56.1|88.2| ### CER |dataset|Snt|Wrd|Corr|Sub|Del|Ins|Err|S.Err| |---|---|---|---|---|---|---|---|---| |decode_asr_asr_model_valid.acc.ave/test1|4204|145852|83.8|7.5|8.7|12.2|28.4|88.2| ### TER |dataset|Snt|Wrd|Corr|Sub|Del|Ins|Err|S.Err| |---|---|---|---|---|---|---|---|---| |decode_asr_asr_model_valid.acc.ave/test1|4204|64424|62.9|23.9|13.3|13.4|50.5|88.2| ## ASR config <details><summary>expand</summary> ``` config: conf/tuning/transformer_fisherlike_4gpu_bbins16m_fix.yaml print_config: false log_level: INFO dry_run: false iterator_type: sequence output_dir: exp/asr_transformer_fisherlike_4gpu_bbins16m_fix_raw_bpe1000_sp ngpu: 1 seed: 0 num_workers: 1 num_att_plot: 3 dist_backend: nccl dist_init_method: env:// dist_world_size: 4 dist_rank: 0 local_rank: 0 dist_master_addr: localhost dist_master_port: 60761 dist_launcher: null multiprocessing_distributed: true unused_parameters: false sharded_ddp: false cudnn_enabled: true cudnn_benchmark: false cudnn_deterministic: true collect_stats: false write_collected_feats: false max_epoch: 100 patience: null val_scheduler_criterion: - valid - loss early_stopping_criterion: - valid - loss - min best_model_criterion: - - valid - acc - max keep_nbest_models: 10 nbest_averaging_interval: 0 grad_clip: 3 grad_clip_type: 2.0 grad_noise: false accum_grad: 2 no_forward_run: false resume: true train_dtype: float32 use_amp: false log_interval: null use_matplotlib: true use_tensorboard: true use_wandb: false wandb_project: null wandb_id: null wandb_entity: null wandb_name: null wandb_model_log_interval: -1 detect_anomaly: false pretrain_path: null init_param: [] ignore_init_mismatch: false freeze_param: [] num_iters_per_epoch: null batch_size: 20 valid_batch_size: null batch_bins: 16000000 valid_batch_bins: null train_shape_file: - exp/asr_stats_raw_bpe1000_sp/train/speech_shape - exp/asr_stats_raw_bpe1000_sp/train/text_shape.bpe valid_shape_file: - exp/asr_stats_raw_bpe1000_sp/valid/speech_shape - exp/asr_stats_raw_bpe1000_sp/valid/text_shape.bpe batch_type: numel valid_batch_type: null fold_length: - 80000 - 150 sort_in_batch: descending sort_batch: descending multiple_iterator: false chunk_length: 500 chunk_shift_ratio: 0.5 num_cache_chunks: 1024 train_data_path_and_name_and_type: - - /scratch/iwslt22asrdump/raw/train_sp/wav.scp - speech - kaldi_ark - - /scratch/iwslt22asrdump/raw/train_sp/text - text - text valid_data_path_and_name_and_type: - - /scratch/iwslt22asrdump/raw/dev/wav.scp - speech - kaldi_ark - - /scratch/iwslt22asrdump/raw/dev/text - text - text allow_variable_data_keys: false max_cache_size: 0.0 max_cache_fd: 32 valid_max_cache_size: null optim: adam optim_conf: lr: 5.0 scheduler: noamlr scheduler_conf: model_size: 256 warmup_steps: 25000 token_list: - <blank> - <unk> - ّ - ي - ا - ِ - ل - َ - و - ه - ة - م - ر - ك - ▁ما - ُ - ب - ش - د - ت - ▁في - َّ - ▁ن - ▁ي - ▁ت - ن - ▁لا - ح - ▁ه - س - وا - ▁م - ف - ▁إي - ع - ▁ب - ها - ط - ى - ق - ▁الل - ▁أ - ج - ▁والل - ▁و - ▁إيه - ▁ا - ▁يا - ز - ▁تو - ▁بش - ص - ▁أه - خ - ات - ▁إنت - ▁أنا - نا - ▁شن - ▁ق - ▁ش - ▁ك - يت - ين - ▁ف - ار - ▁قال - ▁باهي - ▁ع - ▁من - ▁ل - ▁مش - ▁كان - ▁حت - ▁ول - هم - ▁ر - ان - ▁س - ض - ني - ▁بال - ▁على - ▁متاع - ▁كي - ▁ال - ▁ح - ▁كل - ▁آنا - ▁الم - ▁خ - ▁الس - ▁وال - ون - ور - ▁أم - ▁هك - ▁آش - ▁الد - ▁عاد - ▁ج - ▁معناها - ▁مع - اش - ▁الص - ▁نهار - ▁لل - لها - ▁تي - ▁رب - ▁خاطر - ▁أكهو - غ - ▁شي - الل - ام - تها - ▁ون - ▁آك - ▁فهمت - وم - ▁موش - مشي - ▁ص - ▁اليوم - ▁مر - ست - ▁الب - ▁لاباس - تلي - ▁الكل - ▁عال - ذ - ▁فم - ▁الك - ▁حاجة - ▁شوي - اكا - ▁ياخي - ▁هاني - ▁صح - اس - ▁آه - ▁برشة - ▁الن - ▁وت - ▁الج - لك - ▁راهو - سم - ▁الح - مت - ▁الت - ▁بعد - اج - عد - ▁انشا - وش - لت - ▁وين - ث - ▁ولا - ▁باش - ▁فيها - نت - ▁إ - ▁الأ - ▁الف - ▁إم - ▁واحد - ▁ألو - ▁عندي - ▁أك - ▁خل - ▁وي - ▁تعمل - أ - ▁ريت - ▁وأ - ▁تعرف - بت - ▁الع - ▁مشيت - ▁وه - ▁حاصيلو - ▁بالل - ▁نعمل - ▁غ - ▁تجي - ▁يجي - ▁كيفاش - ▁عملت - ظ - اك - ▁هاو - ▁اش - ▁قد - ▁نق - ▁د - ▁زادا - ▁فيه - رة - ▁بر - ▁الش - ▁ز - ▁كيما - ▁الا - ند - عم - ▁نح - ▁بنتي - ▁نمشي - ▁عليك - ▁نعرفش - ▁كهو - ▁وم - ▁ط - تي - ▁خير - ▁آ - مش - ▁عليه - له - حت - ▁إيا - ▁أحنا - ▁تع - الا - عب - ▁ديما - ▁تت - ▁جو - ▁مالا - ▁أو - ▁قلتلك - ▁معنتها - لنا - ▁شكون - ▁تحب - بر - ▁الر - ▁وا - ▁الق - اء - ▁عل - ▁البارح - ▁وخ - ▁سافا - ▁هوما - ▁ولدي - ▁ - ▁نعرف - يف - رت - ▁وب - ▁روح - ▁علاش - ▁هاذاك - ▁رو - وس - ▁جا - ▁كيف - طر - ▁غادي - يكا - عمل - ▁نحب - ▁عندك - ▁وما - ▁فر - اني - ▁قلتله - ▁الط - فر - ▁دار - ▁عليها - ▁يعمل - ▁نت - ▁تح - باح - ▁ماهو - ▁وكل - ▁وع - قت - ▁فهمتك - عر - ▁وس - ▁تر - ▁سي - يلة - ▁قلت - ▁رمضان - صل - ▁آما - ▁الواحد - ▁بيه - ▁ثلاثة - ▁فهمتني - ▁ها - بط - ▁مازال - قل - ▁بالك - ▁معناتها - ▁ور - ▁قلتلها - ▁يس - رب - ▁ام - ▁وبعد - ▁الث - ▁وإنت - ▁بحذا - ▁لازم - ْ - ▁بن - قرا - سك - ▁يت - خل - ▁فه - عت - ▁هاك - ▁تق - ▁قبل - ▁وك - ▁نقول - ▁الز - حم - ▁عادش - حكي - وها - بة - نس - طل - ▁علاه - ذا - ▁سا - ▁طل - الي - ▁يق - ▁دو - حوا - حد - ▁نشوف - نة - ▁لي - ▁تك - ▁نا - ▁هاذ - ▁خويا - ▁المر - ▁وينك - ▁البر - ▁أتو - ينا - ▁حل - ولي - ▁ثم - ▁عم - ▁آي - ▁قر - از - ▁وح - كش - بعة - ▁كيفاه - ▁نع - ▁الحمدلله - ▁ياسر - ▁الخ - ▁معاك - ▁معاه - ▁تقول - دة - ▁حكاية - تش - ▁حس - ▁غدوا - ▁بالحق - روا - وز - ▁تخ - ▁العيد - رجع - ▁بالي - ▁جات - ▁وج - حة - ▁وش - ▁آخر - ▁طا - ▁مت - لقا - تك - ▁مس - ▁راني - كون - ▁صاحب - ▁هاكا - ▁قول - ▁عر - ▁عنده - ▁يلزم - ▁هاذا - ▁يخ - ▁وقتاش - ▁وقت - بع - ▁العش - ▁هاذي - هاش - ينة - ▁هاذاكا - عطي - ▁تنج - ▁باهية - نيا - فت - ▁يحب - ▁تف - ▁أهلا - وف - ▁غدوة - ▁بيك - ▁بد - عن - ▁در - ▁ننج - هار - ▁الحكاية - مون - وق - ▁نورمال - ▁عندها - خر - ▁بو - ▁حب - ▁آكا - ▁وف - ▁هاذيكا - ▁ديجا - ▁وق - ▁طي - لتل - بعث - ▁تص - رك - ▁مانيش - ▁العادة - ▁شوف - ضر - ▁يمشي - ▁نعملوا - ▁عرفت - ▁زال - ▁متع - ▁عمل - ▁بيها - ▁نحكي - اع - ▁نج - معة - ▁والكل - عناها - ▁يعي - ▁نجي - ستن - ▁هاذيك - ▁عام - ▁فلوس - قة - تين - ▁بالقدا - لهم - ▁تخدم - ▁ٱ - ▁شيء - ▁راهي - ▁جاب - ولاد - ابل - ▁ماك - عة - ▁نمشيوا - وني - شري - بار - انس - ▁وقتها - ▁جديد - ▁يز - ▁كر - ▁حاسيلو - ▁شق - ▁اه - ▁سايي - ▁انشالل - رج - مني - ▁بلا - ▁صحيح - ▁غير - ▁يخدم - مان - وكا - ▁عند - ▁قاعدة - ▁تس - ربة - ▁راس - ▁حط - ▁نكل - تني - ▁الو - سيون - ▁عندنا - ▁لو - ▁ست - صف - ▁ض - ▁كامل - ▁نخدم - ▁يبدا - ▁دونك - ▁أمور - رات - ▁تونس - بدا - ▁تحكي - ▁سو - ▁جاي - ▁وحدة - ▁ساعة - حنا - ▁بكري - ▁إل - ▁وبر - ▁كم - ▁تبدا - ارة - ادي - رق - لوا - ▁يمكن - ▁خاط - ▁وص - جين - ▁هاذاي - ▁هز - قد - ▁قل - ▁وكهو - ▁نص - ▁دي - لقى - ▁وأنا - سين - ▁يح - ▁ماشي - ▁شو - ▁خذيت - امات - ▁كنت - خرج - ▁لقيت - رتاح - كس - ▁حاجات - ▁مريق - ▁مل - ليفون - اوا - ▁شفت - ▁عاملة - ▁تن - ▁والا - سأل - ▁حد - ▁قاللك - ▁العباد - ▁عالاخ - ▁وآك - ▁ماني - ▁ناخذ - ▁حم - ▁الإ - ▁ماضي - ▁ث - الة - ▁أخرى - رين - ▁تشوف - ▁نخرج - ▁أربعة - ▁ألف - نيش - ▁هاي - آ - ▁فيك - رشة - ولة - فلة - ▁بابا - ▁أما - ▁روحي - ▁فيهم - ▁رج - ▁ليك - ونس - يرة - ▁وأكهو - ندي - ▁صار - شك - ▁نرو - ▁آكهو - ▁تش - ▁غاديكا - ▁معاها - ▁لب - ▁أذاكا - ▁آني - ▁يوم - عملوا - ▁نقعد - دوا - ▁عد - سمع - متني - ▁الخدمة - ▁مازلت - ▁قعدت - ايا - ▁برك - قعد - ▁خرجت - ضح - ▁قالل - ▁يقول - ▁وفي - ▁حق - ختي - ▁يعني - خدم - ▁جيت - ▁نرمال - طف - ▁عجب - ▁تقعد - ▁مشينا - اية - ▁خدمة - لدي - روف - ▁الفطر - ▁مشكل - ▁سل - ▁وآنا - الط - ▁بالس - ▁هانا - ▁أوه - ▁أذيكا - ▁وإ - ▁عليهم - ▁حالة - جت - قضي - ▁لق - ▁ونصف - سعة - عطيه - عاو - خانة - ▁مخ - ▁شبيك - بيعة - ▁أهوك - يني - ▁تعد - ▁خال - ▁قريب - ▁راك - ▁قالت - ▁لتو - ▁أكثر - اعة - ▁يظهرلي - ▁ماشية - سمعني - ▁نسيت - ▁ينج - ▁الحمدلل - هدي - ▁وشن - ▁تطي - ▁هنا - ▁نسمع - ▁إنتوما - ▁نحكيلك - ▁قاعد - ▁اسمعني - خرين - إ - ماعة - ▁بالر - ▁دا - ▁عمر - ▁نشري - ▁قهوة - ▁تبارك - ▁صب - ▁مشات - غر - ▁شريت - ▁عامل - ▁زوج - ثنين - ▁برب - ريق - ▁نكم - ▁لم - بيب - ▁مياة - ▁مالل - ▁قعد - ▁سخون - قس - ▁وحده - ▁اسمع - ▁خمسة - ▁غالي - ▁الأو - رلي - ▁العظيم - ▁ترو - تهم - كري - ▁نجيب - ▁جملة - قول - ▁قلتلي - ▁إيجا - ▁يقعد - ▁إيام - ▁يعطيك - ▁نخل - ▁دب - يمة - رهبة - ▁نهز - ▁محم - ▁بين - غار - ▁نحنا - ▁بون - ▁الغ - ▁شهر - ▁بار - رقة - ▁نطي - ئ - ترو - ▁ملا - ▁الكرهبة - ▁باه - ▁عالإخ - ▁عباد - ▁بلاصة - ▁مشى - بيع - ▁نفس - ▁عملنا - ▁واح - ▁أحلاه - ▁بحذاك - ▁لأ - ▁دخ - باب - ▁ودر - ▁غالب - ▁ناكل - ▁مثلا - ء - ▁راقد - ▁تفر - ▁الوقت - ▁تاخذ - حذا - نتر - ▁نبدا - ▁حال - ▁مريم - الم - ▁جمعة - رجول - ▁معايا - ▁تخرج - ▁باس - ▁ساعات - ▁عندهم - ▁نتفر - مسة - ▁الجمعة - بعين - ▁أكاهو - ▁ميش - مراة - ▁خذا - ▁ظ - ▁سيدي - ▁معاي - ▁شبيه - ▁حكا - ▁سف - ▁بعضنا - ▁بالض - ▁ليلة - ▁زعما - ▁الحق - مضان - ▁صعيب - ▁قالتلك - ً - ملة - ▁بق - عرف - لاطة - ▁خرج - ▁أخت - ▁تقوللي - ▁معانا - ▁صغير - ▁إسمه - ▁بعض - ▁العام - ▁علينا - ▁يتع - ▁فاش - ▁شع - ▁معاهم - ▁يسالش - ▁لهنا - ▁سمعت - ▁البار - ▁نتصو - ▁الاخ - ▁وكان - وبة - دمة - ▁كون - ▁مبعد - ▁تسمع - ▁بعيد - ▁تاكل - ▁نلقا - لامة - لاثة - ▁ذ - ▁تحس - ▁الواح - ▁لدار - ▁فاتت - ▁تاو - ▁أحوالك - ▁عاملين - ▁كبيرة - عجب - ▁بنت - ▁بيدي - ▁حكيت - ▁تحط - ▁مسكينة - ▁هاذوكم - ▁نزيد - لاث - ▁عشرة - ▁عيني - ▁تعب - ▁ياكل - ▁وزيد - ▁طول - ▁حمدلله - ▁وقتاه - ▁معناه - ▁وآش - ▁ووه - ▁وواحد - ▁نشوفوا - ▁عيد - ▁بصراحة - ▁بحذانا - ▁قاعدين - ▁راجل - ▁وحدي - ▁وعشرين - ▁لين - ▁خايب - ▁قالتله - ▁تهز - عيد - ▁كبير - ▁يعرف - ▁عارف - ▁الفلوس - ▁زايد - ▁خدمت - ▁هاذوما - ▁سلاطة - ▁فارغة - ▁ساعتين - ▁تبد - ▁راو - ▁مائة - ▁بعضهم - ▁ظاهرلي - ▁الفازة - كتب - ▁القهوة - سبوك - ▁زاد - ▁ضرب - حكيلي - ▁فوق - ▁عاود - ▁راي - ▁ومبعد - ▁حوايج - ▁دخلت - ▁يقوللك - ▁زيد - ▁زلت - لفزة - ▁وقال - ▁يهب - ▁يلزمني - ▁الحمد - ▁أذي - طبيعت - ▁دورة - ▁عالأقل - ▁آذاك - ▁وبال - ▁الجاي - عطيني - ▁ياخذ - ▁احكيلي - ▁نهبط - ▁رقدت - بلاصة - ▁عزيز - ▁صغار - ▁أقسم - ▁جيب - ▁وصلت - ▁أحوال - ▁جيست - ▁جماعة - سئل - ▁خوذ - ▁يهز - ▁الأخرى - ▁آلاف - ▁إسمع - ▁الحقيقة - ▁ناقص - ▁حاط - ▁موجود - عباد - ▁آذيك - ▁خارج - ▁الخير - ▁البنات - بقى - ▁طرف - ▁سينون - ▁ماذاب - ▁البحر - ▁نرقد - مدلله - ▁إيجى - ▁خالتي - ▁فازة - ▁بريك - ▁شريبتك - ▁تطلع - ؤ - ▁المشكلة - ▁طري - ▁مادام - ▁طلبت - ▁يلعب - ▁نعاود - ▁وحدك - ▁ظاهر - ٱ - ژ - ٍ - <sos/eos> init: null input_size: null ctc_conf: dropout_rate: 0.0 ctc_type: builtin reduce: true ignore_nan_grad: true joint_net_conf: null model_conf: ctc_weight: 0.3 lsm_weight: 0.1 length_normalized_loss: false use_preprocessor: true token_type: bpe bpemodel: data/token_list/bpe_unigram1000/bpe.model non_linguistic_symbols: null cleaner: null g2p: null speech_volume_normalize: null rir_scp: null rir_apply_prob: 1.0 noise_scp: null noise_apply_prob: 1.0 noise_db_range: '13_15' frontend: default frontend_conf: n_fft: 512 win_length: 400 hop_length: 160 fs: 16k specaug: specaug specaug_conf: apply_time_warp: true time_warp_window: 5 time_warp_mode: bicubic apply_freq_mask: true freq_mask_width_range: - 0 - 30 num_freq_mask: 2 apply_time_mask: true time_mask_width_range: - 0 - 40 num_time_mask: 2 normalize: global_mvn normalize_conf: stats_file: exp/asr_stats_raw_bpe1000_sp/train/feats_stats.npz preencoder: null preencoder_conf: {} encoder: transformer encoder_conf: input_layer: conv2d num_blocks: 12 linear_units: 2048 dropout_rate: 0.1 output_size: 256 attention_heads: 4 postencoder: null postencoder_conf: {} decoder: transformer decoder_conf: input_layer: embed num_blocks: 6 linear_units: 2048 dropout_rate: 0.1 required: - output_dir - token_list version: 0.10.6a1 distributed: true ``` </details> ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Yalta and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Yalta and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "noinfo", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["iwslt22_dialect"]}
automatic-speech-recognition
espnet/brianyan918_iwslt22_dialect_transformer_fisherlike
[ "espnet", "audio", "automatic-speech-recognition", "dataset:iwslt22_dialect", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "noinfo" ]
TAGS #espnet #audio #automatic-speech-recognition #dataset-iwslt22_dialect #arxiv-1804.00015 #license-cc-by-4.0 #region-us
ESPnet2 ASR model ----------------- ### 'espnet/brianyan918\_iwslt22\_dialect\_transformer\_fisherlike' This model was trained by Brian Yan using iwslt22\_dialect recipe in espnet. ### Demo: How to use in ESPnet2 RESULTS ======= Environments ------------ * date: 'Mon Jan 31 10:15:38 EST 2022' * python version: '3.8.12 (default, Oct 12 2021, 13:49:34) [GCC 7.5.0]' * espnet version: 'espnet 0.10.6a1' * pytorch version: 'pytorch 1.8.1' * Git hash: '99581e0f5af3ad68851d556645e7292771436df9' + Commit date: 'Sat Jan 29 11:32:38 2022 -0500' asr\_transformer\_fisherlike\_4gpu\_bbins16m\_fix\_raw\_bpe1000\_sp ------------------------------------------------------------------- ### WER ### CER ### TER ASR config ---------- expand ### Citing ESPnet or arXiv:
[ "### 'espnet/brianyan918\\_iwslt22\\_dialect\\_transformer\\_fisherlike'\n\n\nThis model was trained by Brian Yan using iwslt22\\_dialect recipe in espnet.", "### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Mon Jan 31 10:15:38 EST 2022'\n* python version: '3.8.12 (default, Oct 12 2021, 13:49:34) [GCC 7.5.0]'\n* espnet version: 'espnet 0.10.6a1'\n* pytorch version: 'pytorch 1.8.1'\n* Git hash: '99581e0f5af3ad68851d556645e7292771436df9'\n\t+ Commit date: 'Sat Jan 29 11:32:38 2022 -0500'\n\n\nasr\\_transformer\\_fisherlike\\_4gpu\\_bbins16m\\_fix\\_raw\\_bpe1000\\_sp\n-------------------------------------------------------------------", "### WER", "### CER", "### TER\n\n\n\nASR config\n----------\n\n\nexpand", "### Citing ESPnet\n\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #dataset-iwslt22_dialect #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "### 'espnet/brianyan918\\_iwslt22\\_dialect\\_transformer\\_fisherlike'\n\n\nThis model was trained by Brian Yan using iwslt22\\_dialect recipe in espnet.", "### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Mon Jan 31 10:15:38 EST 2022'\n* python version: '3.8.12 (default, Oct 12 2021, 13:49:34) [GCC 7.5.0]'\n* espnet version: 'espnet 0.10.6a1'\n* pytorch version: 'pytorch 1.8.1'\n* Git hash: '99581e0f5af3ad68851d556645e7292771436df9'\n\t+ Commit date: 'Sat Jan 29 11:32:38 2022 -0500'\n\n\nasr\\_transformer\\_fisherlike\\_4gpu\\_bbins16m\\_fix\\_raw\\_bpe1000\\_sp\n-------------------------------------------------------------------", "### WER", "### CER", "### TER\n\n\n\nASR config\n----------\n\n\nexpand", "### Citing ESPnet\n\n\nor arXiv:" ]
[ 52, 56, 178, 4, 3, 10, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #dataset-iwslt22_dialect #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n### 'espnet/brianyan918\\_iwslt22\\_dialect\\_transformer\\_fisherlike'\n\n\nThis model was trained by Brian Yan using iwslt22\\_dialect recipe in espnet.### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Mon Jan 31 10:15:38 EST 2022'\n* python version: '3.8.12 (default, Oct 12 2021, 13:49:34) [GCC 7.5.0]'\n* espnet version: 'espnet 0.10.6a1'\n* pytorch version: 'pytorch 1.8.1'\n* Git hash: '99581e0f5af3ad68851d556645e7292771436df9'\n\t+ Commit date: 'Sat Jan 29 11:32:38 2022 -0500'\n\n\nasr\\_transformer\\_fisherlike\\_4gpu\\_bbins16m\\_fix\\_raw\\_bpe1000\\_sp\n-------------------------------------------------------------------### WER### CER### TER\n\n\n\nASR config\n----------\n\n\nexpand### Citing ESPnet\n\n\nor arXiv:" ]
[ -0.07849487662315369, 0.10861602425575256, -0.005654571112245321, -0.008694000542163849, 0.0014975969679653645, 0.02380308508872986, 0.08628830313682556, 0.10274071991443634, 0.03111651912331581, 0.1262950301170349, 0.164063960313797, 0.1379290521144867, 0.0985427275300026, 0.17239771783351898, 0.02666334994137287, -0.20029084384441376, 0.03626743704080582, -0.0039937449619174, -0.04136044159531593, 0.12953409552574158, 0.139379620552063, -0.04136081784963608, 0.1164078488945961, 0.0019081922946497798, 0.05023382231593132, 0.04151348024606705, -0.07286281138658524, -0.06351187080144882, 0.033567093312740326, 0.049754299223423004, 0.05755753442645073, 0.009660838171839714, 0.05469018593430519, -0.21881414949893951, -0.014620852656662464, 0.038609955459833145, -0.03505183383822441, 0.06557004898786545, 0.08199426531791687, 0.014938335865736008, 0.11861413717269897, -0.08350460976362228, 0.00928041897714138, 0.029076652601361275, -0.10025722533464432, -0.17246757447719574, -0.0926113948225975, 0.16191396117210388, 0.11110177636146545, 0.08271467685699463, -0.05460686609148979, 0.09628649801015854, -0.014587536454200745, 0.0674080178141594, 0.188096284866333, -0.2172786295413971, -0.03289206698536873, -0.007173839956521988, 0.07320154458284378, 0.06341176480054855, 0.005992728751152754, -0.07733533531427383, 0.08001165091991425, 0.04588846117258072, -0.009817083366215229, -0.00667794281616807, 0.08025716245174408, -0.04202713817358017, -0.19596146047115326, -0.13018690049648285, 0.1204645112156868, 0.052603792399168015, -0.03720112144947052, 0.01909366250038147, -0.09277328103780746, -0.16916003823280334, -0.016858387738466263, -0.06648094952106476, 0.04732991009950638, -0.005697257816791534, 0.04404501989483833, -0.01843162439763546, -0.07652992755174637, -0.061977777630090714, -0.018067557364702225, 0.11615299433469772, 0.05926597863435745, 0.02069477178156376, -0.003979832399636507, 0.009483203291893005, -0.04627470299601555, -0.11781157553195953, 0.005996088031679392, 0.04883298650383949, 0.021495923399925232, 0.037505775690078735, 0.07179723680019379, 0.00892664398998022, 0.0619073212146759, 0.17373304069042206, -0.0999884381890297, 0.050509750843048096, 0.09901440143585205, 0.027729440480470657, -0.014718160964548588, 0.09974700957536697, -0.15330937504768372, -0.03935714066028595, -0.06134020909667015, 0.12226074188947678, 0.03801961988210678, 0.010061981156468391, -0.07520649582147598, 0.022247228771448135, 0.1215657964348793, -0.008171227760612965, 0.1177913099527359, 0.024404972791671753, -0.05794709920883179, -0.025366073474287987, 0.24165107309818268, -0.13210420310497284, 0.022999189794063568, 0.03072400763630867, -0.1220690906047821, 0.012823342345654964, -0.003654853207990527, 0.012773310765624046, -0.10309381783008575, 0.10291247814893723, -0.10062640905380249, -0.021780282258987427, -0.0581173337996006, -0.1077893078327179, 0.05703754350543022, -0.0030232493299990892, -0.045778967440128326, -0.1108967736363411, -0.09766224771738052, -0.07302175462245941, 0.019534695893526077, -0.0028634790796786547, -0.04420442506670952, -0.041913583874702454, -0.13921774923801422, 0.03997967392206192, -0.08954956382513046, 0.030467532575130463, -0.07736609131097794, 0.02181025967001915, 0.08426413685083389, 0.06777778267860413, -0.026350969448685646, 0.041913073509931564, -0.036596305668354034, 0.044440075755119324, -0.10135383158922195, 0.08089625835418701, -0.14444378018379211, -0.016270512714982033, -0.17898215353488922, -0.13255266845226288, -0.05070493742823601, -0.016072632744908333, 0.10387911647558212, 0.1281994879245758, -0.18754547834396362, -0.06666821241378784, 0.15979355573654175, -0.06779588758945465, -0.08195693045854568, 0.15017254650592804, 0.05926952883601189, -0.11897072196006775, 0.051260437816381454, 0.12585335969924927, 0.02839825116097927, -0.1407102346420288, -0.12773844599723816, 0.04383271932601929, 0.03163722902536392, 0.06430298089981079, 0.1013476699590683, -0.061291832476854324, 0.1467696577310562, -0.051370494067668915, -0.08615246415138245, -0.0077327219769358635, -0.04906490445137024, -0.059587106108665466, 0.034676335752010345, -0.0557844452559948, 0.04418090730905533, 0.015203637070953846, -0.04225188493728638, -0.022807326167821884, -0.12416569888591766, -0.02793363854289055, 0.1066998615860939, -0.013862053863704205, 0.022535964846611023, -0.14347520470619202, 0.07930852472782135, 0.005768523085862398, -0.0014709492679685354, -0.10162719339132309, -0.04168841242790222, 0.02597086690366268, -0.06731711328029633, 0.05259209871292114, -0.07156500965356827, 0.055507585406303406, -0.03126739710569382, 0.022973913699388504, -0.07470734417438507, -0.015162295661866665, -0.015780601650476456, -0.018187059089541435, -0.14582639932632446, -0.08526961505413055, 0.012812200002372265, 0.05973377823829651, -0.14697836339473724, 0.006998265627771616, 0.05197828635573387, 0.14266924560070038, -0.08172515034675598, -0.048798419535160065, -0.037282176315784454, 0.007498089224100113, -0.02146618440747261, -0.057295992970466614, -0.050414059311151505, -0.02641751803457737, -0.04878774657845497, 0.04958377778530121, -0.1534174531698227, 0.006586260627955198, 0.11963517963886261, -0.042301129549741745, -0.03903598710894585, 0.16346150636672974, -0.02585522271692753, -0.060445621609687805, 0.11250517517328262, -0.060221944004297256, 0.18896540999412537, 0.01497283298522234, 0.07110831886529922, -0.10895141214132309, -0.017517076805233955, 0.004324647597968578, -0.09530424326658249, -0.016203923150897026, 0.15983594954013824, -0.07074397057294846, -0.14835487306118011, 0.1263357251882553, -0.024039991199970245, -0.08186420053243637, 0.08151521533727646, 0.013524376787245274, -0.10438357293605804, -0.07391808182001114, 0.10156633704900742, 0.014850388281047344, 0.04227627441287041, -0.06615156680345535, -0.015993885695934296, 0.015709364786744118, -0.006034653168171644, 0.06786488741636276, -0.16147062182426453, 0.0474485382437706, -0.0042431834153831005, -0.12245626747608185, -0.046091847121715546, -0.0546577014029026, -0.06952506303787231, 0.04911401867866516, 0.05597153678536415, -0.11168582737445831, -0.04442190006375313, -0.02492283470928669, -0.10119744390249252, 0.2053031623363495, -0.12930603325366974, -0.21014077961444855, -0.1515534669160843, -0.0173039473593235, 0.00693569565191865, 0.007278852164745331, -0.011151076294481754, -0.11252786219120026, -0.06133166700601578, -0.037727225571870804, 0.0016961058136075735, -0.08765911310911179, -0.07314103096723557, 0.04496141895651817, -0.03145808354020119, 0.10149843990802765, -0.1302942931652069, -0.009184298105537891, -0.02301621250808239, -0.026789994910359383, 0.01439785584807396, -0.009126028046011925, 0.06093640625476837, 0.14544613659381866, -0.015215626917779446, 0.007702765055000782, 0.0388328917324543, 0.30866363644599915, -0.06911761313676834, -0.017816761508584023, 0.07822558283805847, -0.014477519318461418, 0.07874706387519836, 0.10165968537330627, 0.010122529231011868, -0.06801431626081467, -0.02871706523001194, 0.023593073710799217, -0.002862353343516588, -0.31518468260765076, -0.08280438929796219, -0.007070782128721476, 0.06505168229341507, 0.09742564707994461, 0.06353352218866348, 0.059511713683605194, 0.03372986987233162, -0.06301756948232651, 0.018983718007802963, 0.005472434684634209, 0.05014006420969963, 0.10561313480138779, 0.016091886907815933, 0.06621290743350983, 0.0016279822448268533, 0.000024685083189979196, 0.06896025687456131, 0.05943916365504265, 0.04152577742934227, 0.06233488395810127, 0.21538639068603516, 0.07095904648303986, 0.1789407879114151, -0.02918904647231102, -0.008432586677372456, -0.008611250668764114, 0.016896357759833336, 0.04799826070666313, -0.05946952849626541, -0.09147043526172638, 0.08320388197898865, 0.13118240237236023, -0.05542919784784317, 0.0614645890891552, 0.08173996210098267, -0.011536954902112484, 0.176010861992836, 0.06436635553836823, -0.37411677837371826, -0.038278840482234955, -0.009663109667599201, -0.07255161553621292, -0.07829701155424118, -0.013674194924533367, 0.023342585191130638, -0.022613294422626495, 0.1210145577788353, 0.016236329451203346, 0.07071821391582489, -0.12608321011066437, -0.03122185543179512, 0.04371235519647598, 0.10566136240959167, 0.05888623744249344, 0.054827310144901276, -0.19907435774803162, 0.2687794864177704, -0.002151808701455593, 0.07183535397052765, 0.029521917924284935, 0.04372788965702057, -0.02303624339401722, -0.05347717925906181, 0.1502608209848404, 0.047576844692230225, -0.02272934466600418, -0.07985267788171768, -0.17201800644397736, -0.010037996806204319, 0.1300930231809616, 0.01677132211625576, 0.07777304947376251, 0.01398785226047039, -0.015143254771828651, 0.029164299368858337, -0.059396494179964066, -0.14454145729541779, -0.014993447810411453, 0.06999972462654114, 0.0695180669426918, 0.0194009430706501, -0.033911850303411484, -0.05257042869925499, -0.08544357120990753, 0.16100181639194489, -0.203169047832489, -0.09585031121969223, -0.04482116550207138, 0.016980117186903954, 0.22319018840789795, -0.09431825578212738, 0.034773848950862885, 0.028677811846137047, 0.0730586051940918, 0.015048347413539886, -0.00849233940243721, 0.10952688008546829, -0.1088736429810524, -0.15898476541042328, 0.004985705949366093, 0.12792731821537018, 0.08699822425842285, 0.06539075821638107, -0.017549628391861916, 0.052506450563669205, -0.05467105284333229, -0.06893555074930191, 0.04148956015706062, -0.008443391881883144, -0.007434065919369459, 0.07979678362607956, 0.01053047925233841, -0.12079137563705444, -0.13293156027793884, 0.02280374988913536, 0.058361027389764786, 0.31789544224739075, -0.04218694940209389, -0.03291524946689606, 0.19135497510433197, -0.05202709138393402, -0.1485339105129242, -0.1356593370437622, 0.1372302770614624, -0.03448387607932091, -0.06639369577169418, -0.2022228240966797, -0.014007160440087318, 0.08426153659820557, -0.04185190424323082, 0.04792347550392151, -0.29809844493865967, -0.11949694156646729, 0.16068866848945618, -0.05325702577829361, -0.10416366904973984, -0.19210153818130493, -0.11069715023040771, -0.07961766421794891, -0.12888647615909576, 0.04256841167807579, 0.12843568623065948, 0.043545112013816833, 0.00723061989992857, 0.1207645907998085, -0.027191242203116417, -0.02263340912759304, 0.15620267391204834, 0.048942308872938156, -0.04811858385801315, -0.04143068939447403, -0.04213228449225426, 0.0008751074783504009, -0.029255392029881477, 0.15396690368652344, 0.009310555644333363, 0.024268193170428276, -0.12265296280384064, -0.0073494561947882175, -0.11389503628015518, 0.01574263535439968, -0.022531848400831223, -0.009376028552651405, -0.05303117632865906, -0.004428000655025244, 0.08746486902236938, 0.03282562643289566, 0.12082359939813614, -0.016781408339738846, 0.06798618286848068, 0.17925982177257538, 0.10021214932203293, -0.022516077384352684, -0.1856919527053833, 0.042715150862932205, 0.02669796533882618, 0.0314936488866806, -0.06549234688282013, 0.012881114147603512, 0.11416183412075043, 0.03356121852993965, 0.10535233467817307, 0.03240425884723663, -0.18544216454029083, -0.07857823371887207, 0.0612185001373291, -0.11267919838428497, -0.146266371011734, 0.05458705499768257, 0.03957902267575264, -0.09089289605617523, -0.021290471777319908, 0.10902845114469528, -0.05915684625506401, -0.03257627785205841, 0.0077210296876728535, 0.11342697590589523, -0.09696291387081146, 0.21409040689468384, 0.11291585862636566, 0.06052243337035179, -0.1089707762002945, 0.09601951390504837, 0.0830821841955185, -0.032802850008010864, 0.08217337727546692, 0.10587258636951447, -0.03353714197874069, -0.022704949602484703, -0.07357203960418701, -0.06177588552236557, -0.08290404826402664, -0.12721937894821167, -0.0457434356212616, -0.015084374696016312, 0.07273580878973007, 0.07056096941232681, 0.06496986746788025, 0.04638485237956047, 0.067557193338871, 0.054253581911325455, -0.010824190452694893, 0.051916103810071945, 0.10274869948625565, 0.08497429639101028, -0.1283605396747589, 0.10449886322021484, 0.00027727015549317, 0.02188974805176258, 0.006036372855305672, 0.05554843321442604, -0.0405799075961113, 0.03173940256237984, -0.02204521931707859, 0.05043048784136772, -0.07611879706382751, -0.01799243688583374, 0.03808526694774628, -0.03437873348593712, -0.08861730247735977, 0.051317423582077026, -0.09469781070947647, -0.08030245453119278, -0.023595359176397324, 0.01596943661570549, -0.18120670318603516, -0.009181801229715347, 0.03685082122683525, -0.061209358274936676, 0.004251990467309952, 0.06617644429206848, 0.008825311437249184, -0.011354960501194, -0.10148312151432037, -0.026529652997851372, 0.09722688049077988, 0.06533171236515045, 0.04526778310537338, -0.1500903218984604, -0.02117072232067585, 0.03354734182357788, 0.02165021002292633, -0.02799697034060955, 0.05675869807600975, -0.1026531532406807, -0.023304790258407593, -0.05060520023107529, -0.0400313064455986, -0.02574903331696987, 0.0489114485681057, 0.0789928212761879, 0.028678329661488533, 0.17989231646060944, -0.027169840410351753, -0.018282350152730942, -0.14718742668628693, 0.023609066382050514, 0.0016088036354631186, -0.041510406881570816, 0.061045996844768524, 0.06544188410043716, 0.06576135754585266, -0.06660781055688858, 0.08255041390657425, -0.039504699409008026, -0.060954298824071884, 0.04496820643544197, -0.05547984689474106, -0.052304044365882874, 0.0288146510720253, 0.0870734378695488, -0.0013837445294484496, -0.04872368276119232, -0.034577567130327225, -0.024784225970506668, 0.010006078518927097, -0.023202309384942055, 0.07287944108247757, 0.09634290635585785, 0.06639613956212997, 0.14822344481945038, 0.12089826166629791, -0.12540799379348755, -0.12696506083011627, 0.0012941535096615553, -0.12952663004398346, 0.12511694431304932, 0.04236244782805443, 0.18842874467372894, 0.12710756063461304, -0.13421067595481873, 0.05334911495447159, -0.01934630051255226, -0.09562935680150986, -0.14399828016757965, -0.10768240690231323, -0.06362851709127426, -0.13517656922340393, 0.00892180297523737, -0.12670178711414337, 0.0791219174861908, 0.1339620053768158, 0.01918536052107811, 0.033955782651901245, 0.11978532373905182, 0.009080391377210617, -0.10593098402023315, 0.017510082572698593, 0.0021466300822794437, -0.0010164121631532907, -0.029364734888076782, -0.036449357867240906, 0.09927178174257278, 0.008940311148762703, 0.09930314868688583, -0.01771843060851097, -0.03785160183906555, 0.11052590608596802, 0.049966562539339066, -0.06936680525541306, -0.008570323698222637, 0.02375749871134758, 0.04310626909136772, 0.11336475610733032, 0.0419677272439003, -0.01849447377026081, 0.026607297360897064, 0.0781107172369957, -0.08806970715522766, -0.08066590130329132, -0.09321533888578415, 0.19456622004508972, 0.0015765565913170576, 0.07622884958982468, -0.011551427654922009, -0.07407789677381516, -0.06433344632387161, 0.11563501507043839, 0.1280088573694229, 0.007079575210809708, -0.0611678771674633, 0.010922460816800594, 0.023552075028419495, -0.046549323946237564, -0.016073592007160187, 0.12791325151920319, 0.23372861742973328, -0.030727526172995567, -0.01633462868630886, -0.05153955891728401, -0.00668534217402339, -0.044894177466630936, -0.012305357493460178, 0.006126333959400654, 0.010961601510643959, -0.0584120936691761, 0.11615655571222305, -0.08957583457231522, -0.18670344352722168, -0.0681680291891098, -0.08415713161230087, -0.08386159688234329, 0.03055901639163494, 0.13529831171035767, 0.07348057627677917, 0.12112060189247131, 0.030708376318216324, -0.059607185423374176, 0.02139662764966488, 0.00940687209367752, -0.12809787690639496, -0.029692094773054123, 0.035646721720695496, -0.1239498108625412, 0.23482421040534973, -0.008756705559790134, 0.18161991238594055, 0.10843173414468765, -0.013530435971915722, -0.0800124928355217, 0.022107446566224098, 0.07684469223022461, -0.04441782832145691, 0.028269600123167038, 0.12169373035430908, 0.00375218503177166, 0.017528630793094635, 0.05970458686351776, -0.08689633011817932, -0.033224381506443024, 0.07114335894584656, 0.03520825505256653, -0.09877032786607742, -0.020613940432667732, -0.12736381590366364, 0.09254614263772964, 0.13452768325805664, -0.06926951557397842, -0.02527991496026516, -0.054112955927848816, 0.004966406617313623, -0.002740032272413373, 0.12420682609081268, 0.0006516462308354676, -0.23525889217853546, -0.006777492351830006, -0.06543555855751038, 0.09810326248407364, -0.08447818458080292, 0.00030915747629478574, 0.020199894905090332, -0.053193654865026474, -0.010418199002742767, 0.08268304169178009, 0.011171829886734486, 0.04094196483492851, -0.04990061745047569, 0.03205432742834091, -0.021824417635798454, 0.1073988750576973, -0.1423579901456833, -0.11499341577291489 ]
null
null
espnet
## ESPnet2 ASR pretrained model ### `byan/librispeech_asr_train_asr_conformer_raw_bpe_batch_bins30000000_accum_grad3_optim_conflr0.001_sp` ♻️ Imported from https://huggingface.co/ This model was trained by byan using librispeech/asr1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "en", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["librispeech"]}
automatic-speech-recognition
espnet/byan_librispeech_asr_train_asr_conformer_raw_bpe_batch_bins30000000_ac-truncated-68a97b
[ "espnet", "audio", "automatic-speech-recognition", "en", "dataset:librispeech", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "en" ]
TAGS #espnet #audio #automatic-speech-recognition #en #dataset-librispeech #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 ASR pretrained model ### 'byan/librispeech_asr_train_asr_conformer_raw_bpe_batch_bins30000000_accum_grad3_optim_conflr0.001_sp' ️ Imported from URL This model was trained by byan using librispeech/asr1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 ASR pretrained model", "### 'byan/librispeech_asr_train_asr_conformer_raw_bpe_batch_bins30000000_accum_grad3_optim_conflr0.001_sp'\n️ Imported from URL\n\nThis model was trained by byan using librispeech/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-librispeech #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 ASR pretrained model", "### 'byan/librispeech_asr_train_asr_conformer_raw_bpe_batch_bins30000000_accum_grad3_optim_conflr0.001_sp'\n️ Imported from URL\n\nThis model was trained by byan using librispeech/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 49, 10, 78, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-librispeech #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 ASR pretrained model### 'byan/librispeech_asr_train_asr_conformer_raw_bpe_batch_bins30000000_accum_grad3_optim_conflr0.001_sp'\n️ Imported from URL\n\nThis model was trained by byan using librispeech/asr1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.08222199976444244, -0.007167329546064138, -0.0027804714627563953, 0.047810085117816925, 0.06817006319761276, -0.02988451160490513, 0.189405620098114, 0.005103360395878553, 0.1378350406885147, -0.03233083337545395, 0.12305077165365219, 0.1196381002664566, -0.00488720927387476, 0.13389010727405548, 0.018784435465931892, -0.0953313559293747, 0.003710137214511633, -0.0005078286048956215, 0.12197752296924591, 0.09798005223274231, 0.151848703622818, -0.003089996287599206, 0.10044356435537338, 0.021786727011203766, -0.005394564010202885, 0.11169280856847763, -0.010080279782414436, -0.11762843281030655, 0.04456930607557297, 0.04664064198732376, 0.053945235908031464, -0.02751031517982483, 0.08730332553386688, -0.23519349098205566, -0.003988935612142086, -0.06088023632764816, -0.03945358470082283, 0.0391315296292305, 0.028538379818201065, -0.026798471808433533, -0.016306892037391663, 0.08411718159914017, 0.011491605080664158, 0.037091005593538284, -0.07409272342920303, -0.05207114294171333, 0.04058448225259781, 0.12806999683380127, 0.06789292395114899, 0.1259271502494812, -0.031809236854314804, 0.07954252511262894, -0.0915762186050415, 0.051158539950847626, 0.033620692789554596, -0.13882341980934143, 0.025523170828819275, -0.04805026575922966, -0.008116297423839569, 0.17425522208213806, 0.031494446098804474, -0.06604473292827606, 0.10069231688976288, 0.024507898837327957, -0.037420909851789474, -0.03002690151333809, -0.056062258780002594, -0.008334309794008732, -0.1445903331041336, -0.047080494463443756, 0.21044707298278809, 0.03587556630373001, -0.040234874933958054, 0.019562389701604843, -0.025287574157118797, -0.05187450721859932, 0.019785510376095772, -0.05947750806808472, 0.026607489213347435, 0.03585135191679001, 0.051508255302906036, -0.06824661791324615, -0.0811588317155838, -0.10948513448238373, -0.00699126860126853, 0.07011664658784866, 0.008694009855389595, 0.0373179093003273, -0.060521386563777924, 0.018199238926172256, 0.0056343646720051765, -0.051454681903123856, 0.06143033504486084, -0.008146013133227825, 0.07312489300966263, 0.03385414928197861, 0.08072968572378159, -0.03457307070493698, 0.009323427453637123, 0.06883259117603302, -0.012276288121938705, 0.011151689104735851, 0.08411462604999542, 0.10778869688510895, 0.015702426433563232, 0.037330739200115204, -0.03313664346933365, -0.05627581477165222, -0.009908303618431091, 0.09260999411344528, 0.023623477667570114, -0.023753434419631958, -0.17033685743808746, 0.05786709859967232, -0.04637166112661362, -0.04418826848268509, 0.012736612930893898, -0.058362387120723724, -0.12559746205806732, -0.03795567899942398, 0.17631682753562927, -0.1319444626569748, 0.04749218374490738, 0.015053631737828255, -0.0328231081366539, 0.018467817455530167, 0.054507266730070114, 0.05305889993906021, -0.07996883243322372, 0.020618274807929993, -0.11406315863132477, 0.04931261017918587, -0.047817837446928024, -0.04325459152460098, 0.033044494688510895, 0.04236011579632759, -0.004704275168478489, -0.18806150555610657, -0.1498655378818512, -0.049057845026254654, 0.011087676510214806, 0.01024522166699171, -0.017899638041853905, -0.14181207120418549, -0.029273847118020058, 0.03263844922184944, -0.13693688809871674, -0.11425521224737167, -0.09151285886764526, -0.02641252614557743, 0.0680711418390274, 0.06630462408065796, -0.15240004658699036, 0.08115831017494202, -0.09905572235584259, -0.05971188098192215, -0.14255931973457336, 0.18839436769485474, -0.13490448892116547, -0.046384844928979874, -0.11770244687795639, -0.03533048555254936, -0.12259142100811005, 0.05643497034907341, 0.021259810775518417, 0.10684684664011002, -0.16145436465740204, -0.09366138279438019, 0.04709405452013016, -0.1298815757036209, -0.008187944069504738, 0.14924480020999908, -0.02355562523007393, 0.037149205803871155, 0.07989580184221268, 0.2352646291255951, -0.09187136590480804, -0.11260449886322021, -0.06538212299346924, 0.08080632239580154, 0.0210439320653677, -0.07303804159164429, 0.08296945691108704, -0.046198029071092606, 0.07168534398078918, -0.06602463126182556, -0.05087658017873764, 0.08228860050439835, -0.0024508622009307146, -0.06946471333503723, 0.046895191073417664, -0.09492561966180801, 0.01827079989016056, -0.03137161210179329, 0.017102768644690514, 0.03752072900533676, -0.05396644026041031, 0.163169264793396, 0.06511037796735764, -0.058404646813869476, 0.05486664921045303, -0.12458726018667221, 0.02568874880671501, -0.08879094570875168, -0.050337791442871094, -0.10248599946498871, 0.09306968748569489, -0.020232947543263435, 0.002954420866444707, 0.15854886174201965, -0.04005969315767288, 0.01419934444129467, -0.0221136175096035, -0.0024705170653760433, -0.048322029411792755, -0.040921714156866074, 0.026387248188257217, -0.022913549095392227, -0.20057818293571472, 0.010305921547114849, -0.010573660023510456, 0.012365872971713543, -0.12906329333782196, -0.03816782310605049, -0.014503492042422295, 0.05100787431001663, -0.0192257072776556, -0.03487298637628555, -0.04568421095609665, 0.06117144972085953, -0.050783444195985794, 0.006881176494061947, -0.02581804059445858, -0.02116348408162594, -0.0661201998591423, 0.11205655336380005, -0.025126051157712936, 0.01380177028477192, 0.15153943002223969, -0.16152530908584595, -0.02684396132826805, 0.11188758909702301, 0.025889825075864792, -0.03477029874920845, 0.0014228224754333496, -0.07870681583881378, 0.3197558522224426, -0.05581895262002945, 0.12720532715320587, -0.10275772958993912, 0.013909697532653809, -0.03591328114271164, -0.13867613673210144, 0.0195461455732584, 0.11312620341777802, -0.049025677144527435, -0.09237150847911835, 0.1442612260580063, 0.03238140791654587, -0.13320662081241608, 0.15906938910484314, 0.07728694379329681, -0.08030172437429428, 0.00010796989954542369, 0.03630942851305008, -0.06078442931175232, 0.05959295108914375, -0.13202588260173798, -0.025016048923134804, 0.020785585045814514, -0.012279940769076347, 0.07967529445886612, -0.12727880477905273, 0.024126484990119934, 0.01865646056830883, -0.09202941507101059, -0.12705925107002258, -0.10579124838113785, -0.12004895508289337, 0.005209746770560741, -0.05916967988014221, -0.22739310562610626, 0.06057751178741455, -0.022072497755289078, -0.13246364891529083, 0.09903858602046967, -0.105535127222538, -0.18743287026882172, -0.21842408180236816, -0.016567157581448555, -0.01884680613875389, 0.07623427361249924, 0.027356982231140137, -0.10529450327157974, -0.040822695940732956, -0.05104224756360054, -0.018399229273200035, 0.0003458954452071339, -0.07944190502166748, 0.06372902542352676, 0.0004046320973429829, 0.05604372173547745, -0.14144717156887054, -0.010660631582140923, -0.05560370162129402, 0.07347510755062103, 0.02095421776175499, -0.00016309134662151337, 0.06129726767539978, 0.19001911580562592, -0.019086455926299095, -0.02110827900469303, 0.03688143193721771, 0.2249453365802765, -0.028799811378121376, -0.039568301290273666, 0.06894580274820328, -0.10549218952655792, 0.026187200099229813, 0.09928646683692932, 0.06116814538836479, -0.023800041526556015, 0.012237587943673134, -0.04786320775747299, -0.04180053621530533, -0.30257752537727356, -0.12041350454092026, -0.01751185581088066, -0.03398346155881882, 0.04842676967382431, 0.06605616211891174, 0.030443811789155006, 0.08384883403778076, 0.046148985624313354, 0.07640426605939865, 0.0155708696693182, 0.012884518131613731, 0.12474600970745087, -0.0035925351548939943, 0.07406063377857208, -0.013793746940791607, -0.06258014589548111, 0.07055230438709259, 0.09367264062166214, -0.0053864046931266785, 0.13174191117286682, 0.104498490691185, 0.06739199161529541, 0.060900915414094925, 0.07023308426141739, 0.022822150960564613, -0.009783031418919563, 0.030351102352142334, 0.0046590291894972324, -0.08959735929965973, -0.06420060247182846, 0.18104322254657745, 0.032628387212753296, -0.0020877248607575893, 0.09007185697555542, 0.03873618692159653, 0.02454456128180027, 0.10095512866973877, 0.021288227289915085, -0.35112863779067993, 0.019623015075922012, 0.0036895982921123505, -0.060478974133729935, -0.0254133939743042, 0.05025870352983475, 0.07624708116054535, 0.0070788562297821045, 0.05075714737176895, 0.09813128411769867, 0.06374301761388779, -0.1574964076280594, -0.0084912721067667, 0.025135016068816185, 0.004334566183388233, 0.021740835160017014, 0.05828843265771866, -0.2161211520433426, 0.17389628291130066, 0.025844290852546692, 0.07329793274402618, 0.05974067002534866, 0.03490692004561424, -0.03643636777997017, -0.02339380979537964, 0.16494351625442505, 0.04695601388812065, -0.011803330853581429, -0.11514924466609955, -0.1799207627773285, -0.014272342436015606, 0.048431992530822754, 0.08679130673408508, -0.051739417016506195, 0.053132541477680206, 0.010627900250256062, 0.06863216310739517, -0.09346699714660645, -0.2630543112754822, -0.08883747458457947, -0.0329107791185379, 0.31194934248924255, 0.016294894739985466, 0.03286110609769821, -0.06801149994134903, -0.04233285039663315, 0.05188222974538803, -0.19959034025669098, -0.0783107653260231, -0.007411410100758076, -0.06590349972248077, 0.09909877181053162, -0.026947248727083206, 0.059337593615055084, 0.07849273830652237, 0.008976815268397331, -0.04484208673238754, 0.00045130139915272593, 0.12131617963314056, -0.1200629249215126, -0.04044347628951073, -0.03371598199009895, 0.058120351284742355, 0.1859666258096695, 0.04408752918243408, 0.02824408933520317, 0.015089750289916992, -0.05466868728399277, -0.08021104335784912, 0.04761215299367905, 0.0794314369559288, -0.07117598503828049, 0.11947102844715118, -0.08319199085235596, -0.23534433543682098, -0.08097159117460251, -0.005769714713096619, 0.0954204648733139, 0.24153776466846466, -0.02069108560681343, 0.061835069209337234, 0.32298415899276733, -0.08557094633579254, -0.1569371372461319, -0.06988337635993958, 0.09033025801181793, -0.02465604618191719, 0.025101814419031143, -0.18475070595741272, 0.12974031269550323, 0.01695220172405243, -0.05051467567682266, 0.0031265101861208677, -0.17003658413887024, -0.12749360501766205, 0.2546842694282532, -0.11079589277505875, 0.02596336044371128, -0.06936053931713104, -0.11096024513244629, -0.14258791506290436, -0.018431369215250015, 0.07442247867584229, 0.0908629447221756, 0.06653999537229538, 0.04617483541369438, 0.09399863332509995, -0.037616606801748276, 0.01745750941336155, 0.10245293378829956, 0.22425684332847595, -0.018156137317419052, 0.010365089401602745, -0.009699469432234764, -0.006476080510765314, 0.04995075613260269, 0.16475710272789001, 0.05065455287694931, -0.028425415977835655, -0.1597404032945633, -0.06698580086231232, -0.034604765474796295, 0.0643966943025589, 0.09486056864261627, -0.05538676306605339, -0.011126148514449596, -0.08013874292373657, 0.02556220069527626, 0.07532639801502228, 0.1441725194454193, -0.08981253206729889, -0.023909520357847214, 0.24829742312431335, 0.10607077926397324, -0.13082461059093475, -0.19232869148254395, 0.013124222867190838, -0.048557035624980927, 0.08979113399982452, -0.014472002163529396, 0.06736259162425995, 0.0435953214764595, 0.013107992708683014, 0.11736266314983368, 0.09094886481761932, -0.09398698061704636, 0.023105937987565994, 0.0833040252327919, -0.07589832693338394, 0.03660139441490173, 0.022991467267274857, 0.040364380925893784, 0.04892487823963165, 0.013796238228678703, 0.17036285996437073, -0.12009827792644501, -0.013776479288935661, -0.010319867171347141, 0.04414352402091026, -0.1649867743253708, 0.19831489026546478, 0.17670360207557678, -0.018367815762758255, -0.12487275898456573, 0.17623372375965118, 0.06781791150569916, 0.0031769282650202513, 0.06612434983253479, -0.03202670440077782, -0.03124370239675045, -0.05953551083803177, -0.17265665531158447, 0.02398199960589409, -0.19693903625011444, -0.17754454910755157, -0.05316581577062607, -0.006646347232162952, 0.032952889800071716, -0.058936189860105515, 0.0649605542421341, -0.01840679720044136, -0.01942000351846218, 0.008931966498494148, 0.028047293424606323, 0.04263933748006821, 0.07219811528921127, 0.08105833828449249, -0.1516730636358261, -0.08833963423967361, 0.012461750768125057, -0.01953290030360222, -0.03871556371450424, 0.02866782620549202, -0.040384989231824875, 0.07111608982086182, 0.052926767617464066, 0.0674830824136734, -0.02249547652900219, 0.011960038915276527, 0.059566956013441086, -0.0191520806401968, -0.04726717248558998, 0.08613735437393188, -0.08481844514608383, 0.01109312567859888, 0.043248869478702545, 0.08209145814180374, -0.16959461569786072, 0.0060924687422811985, 0.011934163980185986, -0.0031256459187716246, 0.03663633018732071, 0.10436656326055527, -0.1196080893278122, -0.040744878351688385, -0.28374966979026794, -0.0137914028018713, 0.1920754611492157, 0.0667339414358139, 0.02869277074933052, -0.010251618921756744, 0.0018405306618660688, 0.11899640411138535, 0.03745224326848984, -0.042385391891002655, 0.1542854607105255, -0.08701076358556747, 0.008341076783835888, -0.10843740403652191, -0.059412579983472824, -0.015600094571709633, 0.05044374614953995, 0.1640356481075287, 0.07034678757190704, 0.1770685762166977, -0.0577784962952137, -0.05648542195558548, -0.04082772135734558, 0.059206120669841766, 0.039569027721881866, -0.003177829785272479, -0.07533745467662811, 0.006159936543554068, -0.004227622412145138, -0.057354044169187546, 0.21947208046913147, 0.023532221093773842, -0.07598293572664261, 0.008695532567799091, -0.01897319406270981, 0.026794344186782837, 0.005549392197281122, 0.1323658972978592, -0.02239096909761429, -0.009166591800749302, -0.09729098528623581, 0.012943809852004051, 0.1068287268280983, 0.1347089558839798, -0.06308993697166443, 0.07412786781787872, -0.08124630153179169, 0.16772551834583282, 0.09218402951955795, -0.04011859744787216, -0.08185390383005142, 0.036122940480709076, -0.008269385434687138, 0.049628645181655884, -0.03642835468053818, 0.18152236938476562, 0.07938839495182037, -0.04244677349925041, 0.02677147462964058, 0.04208601266145706, -0.07445637136697769, -0.18929719924926758, -0.08926787227392197, -0.04466256871819496, -0.22210387885570526, 0.007515223231166601, -0.09179875999689102, 0.0018230080604553223, 0.1346571147441864, -0.005066055338829756, 0.05047524720430374, 0.09525281190872192, -0.0617777481675148, -0.08140767365694046, 0.033488936722278595, -0.05967261269688606, 0.00899265892803669, -0.16752004623413086, -0.022043824195861816, 0.14355027675628662, 0.02504817768931389, 0.012352386489510536, -0.006176679395139217, -0.013532683253288269, 0.06543635576963425, 0.02892460487782955, -0.021495720371603966, -0.0543840155005455, 0.040251489728689194, 0.020421039313077927, 0.09939056634902954, 0.060643889009952545, -0.09333181381225586, 0.04216626286506653, 0.06687231361865997, -0.07775334268808365, -0.07696829736232758, -0.024053126573562622, 0.11709282547235489, -0.0024547684006392956, 0.16890886425971985, -0.10377860069274902, -0.10324618965387344, -0.025264358147978783, 0.079593226313591, 0.16994264721870422, -0.06841482222080231, -0.02768266201019287, -0.07200852036476135, 0.029667016118764877, -0.0596759095788002, -0.0435481034219265, 0.05506247282028198, 0.2284928858280182, -0.02050596848130226, 0.01561861950904131, -0.07159091532230377, -0.01705814339220524, 0.012073052115738392, -0.014420469291508198, -0.018983425572514534, -0.015358519740402699, -0.09350159019231796, 0.12553636729717255, -0.17751246690750122, -0.08342548459768295, -0.09415309131145477, 0.0031212433241307735, -0.001520906575024128, 0.011681048199534416, 0.10324867814779282, 0.07922013849020004, 0.07363227009773254, -0.03771213814616203, -0.0594484806060791, -0.0343080572783947, 0.006390565540641546, -0.21781449019908905, -0.02023669332265854, -0.0009876895928755403, -0.11379195749759674, 0.14781810343265533, -0.02077794447541237, 0.2497069537639618, 0.012099171988666058, 0.06921742111444473, 0.0021748896688222885, 0.09224672615528107, -0.02406792715191841, 0.005101116839796305, 0.0497305653989315, 0.04552328214049339, 0.004178738687187433, 0.14444217085838318, 0.01459408737719059, -0.028659215196967125, 0.03431949019432068, -0.0015795178478583694, -0.0865878015756607, -0.1551157534122467, -0.04986846446990967, -0.10236918926239014, 0.08330859243869781, -0.041907574981451035, -0.05152337998151779, -0.050158072263002396, -0.019955754280090332, 0.058810871094465256, 0.029115933924913406, -0.002016986720263958, 0.03502906858921051, -0.18856820464134216, -0.023468416184186935, 0.013389326632022858, 0.08738535642623901, -0.08001867681741714, 0.01351514458656311, -0.10715331137180328, -0.05202168971300125, -0.011099355295300484, -0.008561392314732075, 0.07781736552715302, 0.05080230161547661, -0.029129808768630028, -0.07744576036930084, 0.0342143252491951, 0.049616195261478424, -0.039062172174453735, -0.10684151947498322 ]
null
null
espnet
# ESPnet2 ENH pretrained model ## `Chenda Li/wsj0_2mix_enh_train_enh_conv_tasnet_raw_valid.si_snr.ave, fs=8k, lang=en` ♻️ Imported from <https://zenodo.org/record/4498562#.YOAOApozZH4>. This model was trained by Chenda Li using wsj0_2mix recipe in [espnet](https://github.com/espnet/espnet/). ### Python API ```text See https://github.com/espnet/espnet_model_zoo ``` ### Evaluate in the recipe ```python # coming soon ``` ### Results ```bash # RESULTS ## Environments - date: `Thu Feb 4 01:16:18 CST 2021` - python version: `3.7.6 (default, Jan 8 2020, 19:59:22) [GCC 7.3.0]` - espnet version: `espnet 0.9.7` - pytorch version: `pytorch 1.5.0` - Git hash: `a3334220b0352931677946d178fade3313cf82bb` - Commit date: `Fri Jan 29 23:35:47 2021 +0800` ## enh_train_enh_conv_tasnet_raw config: ./conf/tuning/train_enh_conv_tasnet.yaml |dataset|STOI|SAR|SDR|SIR| |---|---|---|---|---| |enhanced_cv_min_8k|0.949205|17.3785|16.8028|26.9785| |enhanced_tt_min_8k|0.95349|16.6221|15.9494|25.9032| ``` ### Training config See full config in [`config.yaml`](./exp/enh_train_enh_conv_tasnet_raw/config.yaml) ```yaml config: ./conf/tuning/train_enh_conv_tasnet.yaml print_config: false log_level: INFO dry_run: false iterator_type: chunk output_dir: exp/enh_train_enh_conv_tasnet_raw ngpu: 1 seed: 0 num_workers: 4 num_att_plot: 3 dist_backend: nccl dist_init_method: env:// dist_world_size: null dist_rank: null local_rank: 0 dist_master_addr: null dist_master_port: null dist_launcher: null multiprocessing_distributed: false cudnn_enabled: true cudnn_benchmark: false cudnn_deterministic: true ```
{"language": "en", "license": "cc-by-4.0", "tags": ["espnet", "audio", "audio-source-separation", "audio-to-audio"], "datasets": ["wsj0_2mix"], "inference": false}
audio-to-audio
espnet/chenda-li-wsj0_2mix_enh_train_enh_conv_tasnet_raw_valid.si_snr.ave
[ "espnet", "audio", "audio-source-separation", "audio-to-audio", "en", "dataset:wsj0_2mix", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #espnet #audio #audio-source-separation #audio-to-audio #en #dataset-wsj0_2mix #license-cc-by-4.0 #region-us
# ESPnet2 ENH pretrained model ## 'Chenda Li/wsj0_2mix_enh_train_enh_conv_tasnet_raw_valid.si_snr.ave, fs=8k, lang=en' ️ Imported from <URL This model was trained by Chenda Li using wsj0_2mix recipe in espnet. ### Python API ### Evaluate in the recipe ### Results ### Training config See full config in 'URL'
[ "# ESPnet2 ENH pretrained model", "## 'Chenda Li/wsj0_2mix_enh_train_enh_conv_tasnet_raw_valid.si_snr.ave, fs=8k, lang=en'\n\n️ Imported from <URL\n\nThis model was trained by Chenda Li using wsj0_2mix recipe in espnet.", "### Python API", "### Evaluate in the recipe", "### Results", "### Training config\n\nSee full config in 'URL'" ]
[ "TAGS\n#espnet #audio #audio-source-separation #audio-to-audio #en #dataset-wsj0_2mix #license-cc-by-4.0 #region-us \n", "# ESPnet2 ENH pretrained model", "## 'Chenda Li/wsj0_2mix_enh_train_enh_conv_tasnet_raw_valid.si_snr.ave, fs=8k, lang=en'\n\n️ Imported from <URL\n\nThis model was trained by Chenda Li using wsj0_2mix recipe in espnet.", "### Python API", "### Evaluate in the recipe", "### Results", "### Training config\n\nSee full config in 'URL'" ]
[ 51, 10, 79, 4, 7, 3, 13 ]
[ "passage: TAGS\n#espnet #audio #audio-source-separation #audio-to-audio #en #dataset-wsj0_2mix #license-cc-by-4.0 #region-us \n# ESPnet2 ENH pretrained model## 'Chenda Li/wsj0_2mix_enh_train_enh_conv_tasnet_raw_valid.si_snr.ave, fs=8k, lang=en'\n\n️ Imported from <URL\n\nThis model was trained by Chenda Li using wsj0_2mix recipe in espnet.### Python API### Evaluate in the recipe### Results### Training config\n\nSee full config in 'URL'" ]
[ -0.0939878597855568, 0.06382668763399124, -0.00020579082774929702, 0.08159974217414856, 0.020384201779961586, -0.019404634833335876, 0.10414589941501617, 0.00049791723722592, 0.07482567429542542, -0.014087138697504997, 0.014309365302324295, 0.0892181247472763, 0.013267715461552143, 0.15766409039497375, 0.013366876170039177, -0.08908698707818985, 0.0343240462243557, 0.04945732280611992, -0.02853240817785263, 0.12851464748382568, 0.10737662017345428, -0.02672121673822403, 0.061129774898290634, 0.045072175562381744, -0.02092987857758999, 0.09540219604969025, -0.056517452001571655, -0.0230599045753479, 0.038935620337724686, -0.015945106744766235, 0.15756866335868835, 0.029173973947763443, 0.12838275730609894, -0.27452075481414795, 0.010763402096927166, -0.02485041692852974, -0.032305434346199036, -0.0004419567412696779, 0.08844984322786331, 0.019162746146321297, -0.15790435671806335, 0.016729865223169327, -0.025416195392608643, -0.006098444107919931, -0.008798377588391304, -0.07074049860239029, -0.049344759434461594, 0.0465632900595665, 0.16504685580730438, 0.1325138807296753, -0.028880389407277107, 0.027431389316916466, -0.07329392433166504, 0.09367583692073822, 0.16601498425006866, -0.18939940631389618, 0.046714216470718384, -0.08428362011909485, 0.06463612616062164, 0.04380247741937637, 0.08152960240840912, -0.07005348056554794, 0.16645720601081848, 0.03975243121385574, -0.06013164669275284, -0.05005112290382385, -0.12564599514007568, -0.048916492611169815, -0.1130669116973877, -0.005359516944736242, 0.29514995217323303, 0.06888709217309952, -0.09129074960947037, 0.1269405484199524, -0.08934015035629272, -0.1980448067188263, 0.044883400201797485, -0.0943402424454689, 0.03681798651814461, 0.012317190878093243, -0.012240923941135406, -0.0387321300804615, -0.11049465090036392, -0.10811653733253479, -0.016974259167909622, 0.11831673234701157, 0.08659879118204117, 0.015817876905202866, -0.06685324013233185, 0.05700534209609032, -0.020118797197937965, -0.08223603665828705, 0.056214939802885056, 0.024940090253949165, -0.010638321749866009, -0.029893197119235992, 0.05310056731104851, -0.06528857350349426, -0.022518375888466835, 0.06962493062019348, -0.18260015547275543, 0.01900588348507881, 0.11200649291276932, 0.09301471710205078, 0.12312085181474686, -0.058414239436388016, -0.037698108702898026, -0.08125219494104385, -0.05971601977944374, 0.011723551899194717, 0.011104267090559006, -0.011939986608922482, -0.12083543837070465, 0.004969068802893162, -0.06747261434793472, -0.08369213342666626, -0.030655113980174065, -0.0981801450252533, -0.2030838578939438, -0.0359518900513649, 0.11566162109375, -0.08862876892089844, 0.06059309467673302, -0.00774660287424922, -0.06045394763350487, 0.07548537105321884, 0.057581521570682526, 0.11348529160022736, -0.06877082586288452, 0.07798551768064499, -0.08220389485359192, 0.030705831944942474, -0.05083061382174492, -0.03950374945998192, 0.07095982134342194, 0.07927744835615158, 0.053774960339069366, -0.11650855094194412, -0.18740761280059814, -0.07117811590433121, 0.06573019921779633, 0.04778581112623215, -0.006504486780613661, -0.1475880891084671, 0.005897540599107742, -0.03174528107047081, -0.0863117054104805, -0.15397942066192627, -0.08735916018486023, -0.005443202331662178, -0.017206043004989624, 0.01355772651731968, -0.10769394785165787, 0.06512018293142319, -0.056066662073135376, 0.007878335192799568, -0.09374891221523285, 0.07467405498027802, -0.08315523713827133, -0.04366939514875412, -0.0971398577094078, -0.14317511022090912, -0.09567152708768845, 0.04413321986794472, 0.07042127847671509, 0.0856383815407753, -0.24330100417137146, -0.02611415646970272, 0.04990037903189659, -0.10836544632911682, -0.042282961308956146, 0.18266841769218445, 0.0010099385399371386, 0.02327103540301323, 0.06139138713479042, 0.19121697545051575, 0.03582313284277916, -0.15776106715202332, -0.03342301398515701, 0.06352239847183228, 0.11584921181201935, -0.003197956597432494, 0.08437566459178925, -0.031082483008503914, -0.003591759828850627, -0.08705727010965347, -0.027051297947764397, 0.01645803079009056, -0.02665884420275688, -0.061784300953149796, 0.051064155995845795, -0.039455946534872055, 0.06867481768131256, -0.09704273194074631, -0.003120616776868701, 0.0020938944071531296, -0.07081993669271469, 0.09275825321674347, 0.168167844414711, -0.06623899191617966, 0.08157270401716232, -0.04556763544678688, 0.08452045172452927, -0.025863226503133774, -0.10832784324884415, -0.07436582446098328, 0.09361232817173004, 0.024709805846214294, -0.03538049757480621, 0.09004282206296921, 0.000837649975437671, -0.060023143887519836, 0.05276010185480118, 0.03580740466713905, -0.131145641207695, -0.09896200150251389, 0.007004890590906143, -0.03224969282746315, -0.19409343600273132, -0.033925894647836685, -0.002645821776241064, -0.0055501083843410015, -0.048672404140233994, -0.037391625344753265, -0.06256245076656342, 0.05318235233426094, -0.02910703420639038, 0.008962724357843399, -0.04254353418946266, 0.11231230199337006, -0.10003343969583511, 0.04758582264184952, -0.08415266126394272, 0.014260606840252876, -0.04608624801039696, -0.0036190883256495, 0.03526724502444267, 0.02227005548775196, 0.07535615563392639, -0.18587756156921387, -0.01239003986120224, 0.09064110368490219, 0.039070386439561844, -0.07577941566705704, -0.08171569555997849, 0.02479408122599125, 0.22401873767375946, -0.034407343715429306, 0.10855159163475037, -0.10273224115371704, -0.004961264785379171, -0.04477314278483391, -0.17028197646141052, 0.007650409359484911, 0.03558329865336418, -0.031207691878080368, -0.10435015708208084, 0.10510006546974182, 0.08029288798570633, -0.1454414427280426, 0.1695152223110199, 0.0740790143609047, -0.07327449321746826, -0.08117413520812988, 0.07254485785961151, -0.1259099841117859, 0.07911478728055954, -0.049056749790906906, 0.07185745984315872, -0.009617466479539871, 0.05090925097465515, 0.08032833784818649, -0.1759858876466751, 0.018665865063667297, 0.08365629613399506, -0.08822154998779297, -0.18409211933612823, -0.120608851313591, -0.11126618087291718, -0.055221982300281525, -0.0880098044872284, -0.11474590003490448, -0.006798743270337582, -0.0197928324341774, -0.1095629632472992, 0.146085724234581, -0.21761222183704376, -0.09310799837112427, -0.23261325061321259, -0.060215648263692856, 0.012955212965607643, 0.0468028299510479, 0.11441315710544586, -0.11469072103500366, -0.06985029578208923, -0.02496495470404625, -0.03207574412226677, -0.0930333212018013, -0.06624829024076462, 0.06774863600730896, 0.025694413110613823, 0.02178685925900936, -0.09847040474414825, 0.014984945766627789, 0.017964497208595276, 0.09882461279630661, 0.025741614401340485, -0.02801138162612915, 0.03419636934995651, 0.1714874804019928, 0.012514307163655758, -0.06456159800291061, 0.030238108709454536, 0.19042663276195526, -0.04961610585451126, 0.0053309486247599125, 0.06958509981632233, -0.07150271534919739, 0.049037206918001175, 0.11749602854251862, 0.05011982098221779, -0.0026722275651991367, 0.02418980374932289, -0.03911289945244789, 0.013078970834612846, -0.42600950598716736, -0.10361090302467346, -0.047761209309101105, 0.003935755230486393, -0.002485316712409258, 0.014378281310200691, 0.07861212641000748, 0.10654429346323013, -0.009473743848502636, 0.12149591743946075, -0.020774606615304947, -0.010806025937199593, 0.03626367822289467, 0.002135067479684949, 0.00657048961147666, -0.01041952520608902, 0.01709960773587227, 0.05492312088608742, 0.2030373066663742, 0.09288030862808228, 0.10450738668441772, 0.21690554916858673, 0.17166294157505035, 0.15202677249908447, 0.02640329860150814, 0.016008390113711357, 0.05495686084032059, 0.09196119755506516, 0.01227840967476368, -0.061282288283109665, 0.026290351524949074, 0.09882579743862152, -0.030072227120399475, 0.013197632506489754, -0.029019160196185112, 0.18601910769939423, -0.028110098093748093, 0.11091399192810059, 0.06410415470600128, -0.28424525260925293, 0.03028545156121254, 0.05031277984380722, 0.024558451026678085, -0.027596360072493553, 0.061349641531705856, 0.1382545828819275, -0.013413424603641033, 0.04684944078326225, 0.11617840081453323, 0.10150982439517975, -0.07929591089487076, -0.040618546307086945, 0.1494852751493454, 0.05440888553857803, 0.002509912708774209, 0.06389044970273972, -0.14087936282157898, 0.20917099714279175, 0.02323763631284237, 0.09174241125583649, 0.10571841895580292, 0.039285510778427124, -0.07679843157529831, 0.08446689695119858, 0.16343878209590912, 0.054704636335372925, -0.14221590757369995, -0.11328981071710587, -0.10841935127973557, -0.03268151730298996, 0.04268071427941322, 0.10946651548147202, -0.006182166747748852, 0.04491801932454109, 0.01964789256453514, 0.018696431070566177, 0.01960436999797821, -0.2257816046476364, -0.05539121478796005, -0.08499811589717865, 0.18711864948272705, 0.011474648490548134, -0.029747502878308296, -0.078276626765728, -0.07909418642520905, 0.12632040679454803, -0.1644279807806015, -0.09407807141542435, -0.01639399304986, -0.06083625182509422, 0.11528453230857849, -0.05433906242251396, 0.05729907378554344, 0.08698336035013199, 0.03388422727584839, -0.052484773099422455, 0.0013519458007067442, 0.08899714052677155, -0.14017073810100555, -0.015511629171669483, -0.1015770211815834, 0.08295414596796036, 0.18906071782112122, 0.03963999077677727, 0.031931642442941666, -0.06696127355098724, -0.06916654109954834, -0.048226531594991684, -0.12678636610507965, -0.01608514040708542, 0.05510464683175087, 0.1765773892402649, -0.10912790894508362, -0.13467800617218018, -0.09608396142721176, -0.03534447401762009, 0.060437072068452835, 0.2028023898601532, -0.017458146438002586, -0.00885277520865202, 0.27816349267959595, -0.08095749467611313, -0.09259774535894394, -0.07218240201473236, 0.1788051426410675, 0.04518575221300125, 0.056640248745679855, -0.2137395739555359, 0.1268930584192276, 0.07623960822820663, -0.0030157531145960093, -0.02295893058180809, -0.23006808757781982, -0.09273198246955872, 0.13433849811553955, -0.05956529825925827, 0.013454095460474491, 0.02613842487335205, -0.04348015785217285, -0.08827131241559982, -0.16270782053470612, 0.020189179107546806, -0.029133232310414314, 0.05392114445567131, 0.10153912007808685, 0.11837605386972427, -0.039882998913526535, 0.03249919414520264, 0.11388152837753296, 0.2241193652153015, 0.05598348006606102, 0.03771599009633064, 0.11686613410711288, -0.07650009542703629, 0.025048455223441124, 0.0846468061208725, 0.018143124878406525, 0.01636681891977787, -0.11462285369634628, -0.047748446464538574, -0.012122847139835358, 0.018094046041369438, -0.01804753951728344, -0.07801471650600433, -0.06478606909513474, -0.04713914915919304, 0.07255885750055313, 0.03863634169101715, 0.17320750653743744, 0.10300148278474808, 0.04040050506591797, 0.10829237848520279, 0.07687868177890778, 0.008458421565592289, -0.20526222884655, 0.02459004893898964, -0.0707210898399353, 0.08687096834182739, -0.08143603056669235, 0.039859674870967865, 0.0790271908044815, 0.0062791756354272366, 0.10785059630870819, 0.06621957570314407, -0.09300532191991806, -0.009046311490237713, 0.07998677343130112, -0.043148744851350784, 0.023513352498412132, -0.016318518668413162, -0.014266664162278175, 0.07484923303127289, -0.016659067943692207, 0.1424408257007599, -0.06100071594119072, -0.039811741560697556, -0.002113461261615157, 0.047841884195804596, -0.21697278320789337, 0.29094257950782776, 0.0807846263051033, 0.019646629691123962, -0.10740277916193008, 0.14831577241420746, 0.07762140780687332, 0.014584365300834179, 0.0392245389521122, -0.02124486304819584, -0.05552268028259277, -0.036826200783252716, -0.015439124777913094, -0.02172025293111801, -0.07026404142379761, -0.19365887343883514, -0.0738208219408989, 0.00017732896958477795, -0.008978353813290596, -0.12277492135763168, 0.07538821548223495, 0.0180512685328722, 0.010390283539891243, -0.004488940816372633, 0.013751417398452759, 0.06620608270168304, 0.17333775758743286, 0.11761094629764557, -0.23480093479156494, -0.020159419625997543, 0.0006425261963158846, 0.11242664605379105, -0.02161284349858761, 0.045971501618623734, 0.010724660009145737, 0.08591365814208984, 0.027073372155427933, 0.09431484341621399, -0.07323974370956421, -0.048785336315631866, 0.018833700567483902, 0.015117737464606762, -0.07183439284563065, 0.13799460232257843, -0.05200132355093956, 0.02057674713432789, 0.020066700875759125, 0.06280507147312164, -0.06401633471250534, 0.029318539425730705, 0.04693073034286499, -0.04968089237809181, -0.0413198322057724, 0.07535134255886078, -0.03166501969099045, -0.012773637659847736, -0.24585464596748352, -0.027212392538785934, 0.15360084176063538, 0.1086268201470375, 0.013082285411655903, -0.07157620042562485, -0.02295946143567562, 0.04061752185225487, 0.040561895817518234, -0.11692851036787033, 0.009306563064455986, -0.05639856308698654, -0.11355185508728027, -0.10566908866167068, -0.047730956226587296, -0.04986688122153282, -0.021144552156329155, 0.1186055988073349, 0.06180606409907341, 0.24088603258132935, -0.007728646043688059, -0.01028855238109827, -0.012789743021130562, 0.0400238037109375, 0.04706614464521408, 0.02335062250494957, -0.08026157319545746, -0.07634540647268295, -0.024082709103822708, -0.046596258878707886, 0.09173579514026642, -0.04195161536335945, -0.015599476173520088, -0.04714971035718918, -0.07859839498996735, -0.01970386505126953, 0.004447959829121828, 0.12561069428920746, -0.08119773864746094, -0.030395496636629105, -0.13634540140628815, -0.05567783862352371, 0.11015240103006363, 0.1408916860818863, -0.03937174752354622, 0.07174663990736008, -0.001481260871514678, 0.09552167356014252, 0.032809801399707794, -0.030444150790572166, -0.23649488389492035, -0.09281876683235168, -0.026722392067313194, -0.00557673117145896, 0.09031311422586441, 0.10346922278404236, 0.023919764906167984, -0.12159024178981781, 0.048272956162691116, 0.0947813019156456, -0.09870930761098862, -0.18683451414108276, -0.06003587692975998, -0.07201426476240158, -0.1976434886455536, 0.013784904964268208, -0.12266159057617188, 0.009998204186558723, 0.0518558993935585, 0.014746959321200848, 0.03416746109724045, 0.15123730897903442, -0.03249278664588928, -0.11672579497098923, -0.061266813427209854, -0.00420512817800045, -0.010516522452235222, -0.05393601208925247, -0.049653559923172, 0.13993282616138458, -0.0012365125585347414, 0.043721795082092285, -0.06120003014802933, -0.005073989741504192, 0.10087592154741287, 0.052175816148519516, -0.007109024096280336, -0.06814185529947281, -0.008103092201054096, 0.017965875566005707, 0.13274021446704865, 0.07901936769485474, -0.05574602261185646, 0.07350164651870728, 0.0963268056511879, -0.06304425746202469, -0.08659743517637253, -0.11950965225696564, 0.051304642111063004, 0.05135641247034073, 0.12060575187206268, 0.027539679780602455, -0.08454073965549469, -0.05566918104887009, 0.03912276774644852, 0.13439776003360748, -0.00013732537627220154, -0.03121969848871231, -0.027298759669065475, 0.0035899337381124496, -0.10363204032182693, -0.041665513068437576, 0.06935971975326538, 0.20082685351371765, -0.01082385703921318, -0.020931841805577278, -0.1075674369931221, 0.00030777620850130916, -0.06913548707962036, -0.08674593269824982, -0.03468938544392586, -0.0821528285741806, -0.021388519555330276, 0.16775967180728912, -0.166421577334404, -0.08065281808376312, -0.038392435759305954, 0.039857737720012665, -0.045536965131759644, 0.0022629345767199993, 0.2293577492237091, 0.11024431139230728, 0.03487319499254227, -0.10435576736927032, -0.052413344383239746, 0.16542308032512665, 0.01511914562433958, -0.14331170916557312, 0.026308532804250717, 0.005811111070215702, -0.11584873497486115, 0.15717683732509613, 0.041704460978507996, 0.23319119215011597, -0.036878474056720734, 0.0679444670677185, 0.07307814061641693, 0.11363957077264786, -0.005899579264223576, -0.00480520399287343, 0.01717773824930191, 0.07568955421447754, -0.04919477924704552, 0.04996700584888458, 0.023268479853868484, -0.0798727348446846, 0.006793049164116383, 0.1454695165157318, -0.01308955904096365, -0.136028453707695, -0.03405342996120453, -0.1057797372341156, 0.06556107103824615, -0.03503817319869995, -0.04194788262248039, -0.0011254005366936326, 0.0072194417007267475, 0.05345505103468895, 0.06584806740283966, 0.07120629400014877, 0.07341568917036057, -0.19349756836891174, 0.0006913928664289415, -0.0968499407172203, 0.09441667795181274, -0.07778431475162506, 0.03505270183086395, -0.10222604125738144, -0.08403163403272629, -0.05965857207775116, 0.04355623200535774, 0.061255183070898056, 0.021135572344064713, -0.0044806040823459625, -0.06151298061013222, -0.04030099883675575, 0.016995590180158615, -0.06112698093056679, -0.14249077439308167 ]
null
null
espnet
# ESPnet2 ENH pretrained model ## `Chenda Li/wsj0_2mix_enh_train_enh_rnn_tf_raw_valid.si_snr.ave, fs=8k, lang=en` ♻️ Imported from <https://zenodo.org/record/4498554#.YOAOEpozZH4>. This model was trained by Chenda Li using wsj0_2mix recipe in [espnet](https://github.com/espnet/espnet/). ### Python API ```text See https://github.com/espnet/espnet_model_zoo ``` ### Evaluate in the recipe ```python # coming soon ``` ### Results ```bash # RESULTS ## Environments - date: `Thu Feb 4 01:08:19 CST 2021` - python version: `3.7.6 (default, Jan 8 2020, 19:59:22) [GCC 7.3.0]` - espnet version: `espnet 0.9.7` - pytorch version: `pytorch 1.5.0` - Git hash: `a3334220b0352931677946d178fade3313cf82bb` - Commit date: `Fri Jan 29 23:35:47 2021 +0800` ## enh_train_enh_rnn_tf_raw config: conf/tuning/train_enh_rnn_tf.yaml |dataset|STOI|SAR|SDR|SIR| |---|---|---|---|---| |enhanced_cv_min_8k|0.891065|11.556|10.3982|18.0655| |enhanced_tt_min_8k|0.896373|11.4086|10.2433|18.0496| ``` ### Training config See full config in [`config.yaml`](./exp/enh_train_enh_rnn_tf_raw/config.yaml) ```yaml config: conf/tuning/train_enh_rnn_tf.yaml print_config: false log_level: INFO dry_run: false iterator_type: sequence output_dir: exp/enh_train_enh_rnn_tf_raw ngpu: 1 seed: 0 num_workers: 4 num_att_plot: 3 dist_backend: nccl dist_init_method: env:// dist_world_size: null dist_rank: null local_rank: 0 dist_master_addr: null dist_master_port: null dist_launcher: null multiprocessing_distributed: false cudnn_enabled: true cudnn_benchmark: false cudnn_deterministic: true ```
{"language": "en", "license": "cc-by-4.0", "tags": ["espnet", "audio", "audio-source-separation", "audio-to-audio"], "datasets": ["wsj0_2mix"], "inference": false}
audio-to-audio
espnet/chenda-li-wsj0_2mix_enh_train_enh_rnn_tf_raw_valid.si_snr.ave
[ "espnet", "audio", "audio-source-separation", "audio-to-audio", "en", "dataset:wsj0_2mix", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[]
[ "en" ]
TAGS #espnet #audio #audio-source-separation #audio-to-audio #en #dataset-wsj0_2mix #license-cc-by-4.0 #region-us
# ESPnet2 ENH pretrained model ## 'Chenda Li/wsj0_2mix_enh_train_enh_rnn_tf_raw_valid.si_snr.ave, fs=8k, lang=en' ️ Imported from <URL This model was trained by Chenda Li using wsj0_2mix recipe in espnet. ### Python API ### Evaluate in the recipe ### Results ### Training config See full config in 'URL'
[ "# ESPnet2 ENH pretrained model", "## 'Chenda Li/wsj0_2mix_enh_train_enh_rnn_tf_raw_valid.si_snr.ave, fs=8k, lang=en'\n\n️ Imported from <URL\n\nThis model was trained by Chenda Li using wsj0_2mix recipe in espnet.", "### Python API", "### Evaluate in the recipe", "### Results", "### Training config\n\nSee full config in 'URL'" ]
[ "TAGS\n#espnet #audio #audio-source-separation #audio-to-audio #en #dataset-wsj0_2mix #license-cc-by-4.0 #region-us \n", "# ESPnet2 ENH pretrained model", "## 'Chenda Li/wsj0_2mix_enh_train_enh_rnn_tf_raw_valid.si_snr.ave, fs=8k, lang=en'\n\n️ Imported from <URL\n\nThis model was trained by Chenda Li using wsj0_2mix recipe in espnet.", "### Python API", "### Evaluate in the recipe", "### Results", "### Training config\n\nSee full config in 'URL'" ]
[ 51, 10, 79, 4, 7, 3, 13 ]
[ "passage: TAGS\n#espnet #audio #audio-source-separation #audio-to-audio #en #dataset-wsj0_2mix #license-cc-by-4.0 #region-us \n# ESPnet2 ENH pretrained model## 'Chenda Li/wsj0_2mix_enh_train_enh_rnn_tf_raw_valid.si_snr.ave, fs=8k, lang=en'\n\n️ Imported from <URL\n\nThis model was trained by Chenda Li using wsj0_2mix recipe in espnet.### Python API### Evaluate in the recipe### Results### Training config\n\nSee full config in 'URL'" ]
[ -0.09043823927640915, 0.084757499396801, -0.00021481602743733674, 0.08687904477119446, 0.030082330107688904, -0.017314888536930084, 0.10001295059919357, 0.01138882152736187, 0.09694622457027435, -0.010763328522443771, 0.00527302548289299, 0.10835682600736618, 0.003135836450383067, 0.13068854808807373, 0.010656015016138554, -0.09339352697134018, 0.029658827930688858, 0.05356072261929512, -0.023533690720796585, 0.12344817817211151, 0.10474105924367905, -0.021717585623264313, 0.059862419962882996, 0.046316225081682205, -0.032858025282621384, 0.1033434197306633, -0.052825331687927246, -0.014624644070863724, 0.04023075848817825, -0.012468094006180763, 0.14632757008075714, 0.033076051622629166, 0.12830977141857147, -0.27705439925193787, 0.012482242658734322, -0.02697698213160038, -0.037778716534376144, 0.00489962799474597, 0.07866763323545456, 0.016333838924765587, -0.1504829078912735, 0.025302767753601074, -0.02800883539021015, -0.005973254796117544, -0.00917037297040224, -0.08262690156698227, -0.04726524278521538, 0.06752749532461166, 0.15379145741462708, 0.12552745640277863, -0.02616087533533573, 0.02426251396536827, -0.0741763785481453, 0.09334524720907211, 0.17515723407268524, -0.17883968353271484, 0.048510052263736725, -0.086380235850811, 0.06761197000741959, 0.05065671727061272, 0.08701339364051819, -0.06067056953907013, 0.16700029373168945, 0.044491976499557495, -0.06586280465126038, -0.050056807696819305, -0.09469546377658844, -0.04525066167116165, -0.10760552436113358, -0.005239542108029127, 0.2821591794490814, 0.07132498174905777, -0.0930476188659668, 0.12174120545387268, -0.08244794607162476, -0.1851446032524109, 0.04165723919868469, -0.09133369475603104, 0.03182973340153694, 0.005183922592550516, -0.0030992019455879927, -0.03793828561902046, -0.09207652509212494, -0.11211147904396057, -0.0026568244211375713, 0.1493845283985138, 0.08574642986059189, 0.016229411587119102, -0.07027415931224823, 0.06155472248792648, -0.01243309024721384, -0.08614974468946457, 0.05341530963778496, 0.028928736224770546, 0.00261234981007874, -0.025212708860635757, 0.04978175461292267, -0.03716249763965607, -0.021482203155755997, 0.0762958750128746, -0.19443386793136597, 0.018119728192687035, 0.11745979636907578, 0.09027443826198578, 0.12060804665088654, -0.06578682363033295, -0.037415746599435806, -0.08941172063350677, -0.053142644464969635, 0.015082405880093575, 0.008197195827960968, -0.011669036000967026, -0.1273925006389618, 0.003915532026439905, -0.07355629652738571, -0.0800117775797844, -0.0287337563931942, -0.10299509018659592, -0.19239988923072815, -0.0414489209651947, 0.1325354129076004, -0.0887840986251831, 0.05581623688340187, -0.007389156613498926, -0.060010116547346115, 0.06645634025335312, 0.052371349185705185, 0.10354848951101303, -0.07285644114017487, 0.0785779058933258, -0.08034012466669083, 0.03025071881711483, -0.04719182103872299, -0.04020609334111214, 0.06699884682893753, 0.0807836726307869, 0.060700275003910065, -0.113092340528965, -0.19180375337600708, -0.06970025599002838, 0.05833464488387108, 0.043353933840990067, -0.014994372613728046, -0.14464887976646423, 0.016454007476568222, -0.034474797546863556, -0.08695143461227417, -0.16365116834640503, -0.08404389023780823, 0.0013338358839973807, -0.011477064341306686, 0.015724429860711098, -0.11052383482456207, 0.0725332647562027, -0.04699036478996277, 0.00932365469634533, -0.09673410654067993, 0.08053575456142426, -0.07909043878316879, -0.0599958598613739, -0.09064137935638428, -0.15026777982711792, -0.09710418432950974, 0.05176148563623428, 0.0674254298210144, 0.08017899841070175, -0.23256856203079224, -0.03716728836297989, 0.0531187579035759, -0.1037907749414444, -0.04122498258948326, 0.18392673134803772, -0.0013139890506863594, 0.017791029065847397, 0.06264998018741608, 0.19610504806041718, 0.050595980137586594, -0.15552043914794922, -0.029543045908212662, 0.06626037508249283, 0.10733284056186676, -0.01009323913604021, 0.07401860505342484, -0.023005954921245575, -0.029432816430926323, -0.08787458389997482, -0.027899980545043945, 0.03028143011033535, -0.03495747968554497, -0.054227158427238464, 0.04824391007423401, -0.033807601779699326, 0.06732603162527084, -0.09471312165260315, -0.004937571939080954, -0.00042340453364886343, -0.07273122668266296, 0.11748452484607697, 0.17519032955169678, -0.06631647050380707, 0.0733836367726326, -0.04140890762209892, 0.10150430351495743, -0.029935382306575775, -0.1123872622847557, -0.08114718645811081, 0.10828198492527008, 0.024656539782881737, -0.052366502583026886, 0.09222715348005295, -0.006257233675569296, -0.05905596911907196, 0.05965287983417511, 0.027431150898337364, -0.14077256619930267, -0.10465344041585922, 0.010484029538929462, -0.024553392082452774, -0.17991042137145996, -0.031249208375811577, -0.006309422664344311, -0.02533777803182602, -0.05861593410372734, -0.03630240261554718, -0.0885387733578682, 0.05956042557954788, -0.02481568232178688, 0.009046574123203754, -0.04384533688426018, 0.11679350584745407, -0.09873327612876892, 0.05277160927653313, -0.08214586973190308, 0.012123197317123413, -0.04073745384812355, 0.005678026471287012, 0.04456782341003418, 0.030969813466072083, 0.07071033865213394, -0.1857903003692627, -0.010779671370983124, 0.09295310080051422, 0.03993244841694832, -0.0707249566912651, -0.08538196980953217, 0.024378249421715736, 0.2237480878829956, -0.03460045903921127, 0.11607187241315842, -0.10587681084871292, -0.0054973214864730835, -0.04488939419388771, -0.16174545884132385, 0.007513947319239378, 0.039068203419446945, -0.014608404599130154, -0.10081865638494492, 0.10101235657930374, 0.07821039110422134, -0.13872981071472168, 0.18436849117279053, 0.07523972541093826, -0.07799991220235825, -0.07948754727840424, 0.06081898882985115, -0.1329338252544403, 0.07113293558359146, -0.043315865099430084, 0.08315309137105942, -0.0078479228541255, 0.05060878396034241, 0.0801507905125618, -0.17887647449970245, 0.012602565810084343, 0.07945311814546585, -0.09370996057987213, -0.1925627589225769, -0.11310232430696487, -0.10449372977018356, -0.05287638679146767, -0.08909262716770172, -0.11011071503162384, -0.0020854095928370953, -0.016305087134242058, -0.10708771646022797, 0.13773863017559052, -0.20725558698177338, -0.10702738165855408, -0.24840867519378662, -0.05176173523068428, 0.0089190062135458, 0.041382696479558945, 0.11983375251293182, -0.11490629613399506, -0.06302937865257263, -0.02207178808748722, -0.020952126011252403, -0.09172245115041733, -0.07671020179986954, 0.06241486221551895, 0.02713259868323803, 0.021059194579720497, -0.09810226410627365, 0.011849799193441868, 0.02135690115392208, 0.12023065239191055, 0.022493857890367508, -0.02554859220981598, 0.03108767420053482, 0.16492882370948792, 0.010807236656546593, -0.05958680436015129, 0.036364346742630005, 0.19999182224273682, -0.050997354090213776, 0.0032692381646484137, 0.08262842148542404, -0.06168485805392265, 0.05460323765873909, 0.10305272787809372, 0.0550711452960968, 0.0002739040646702051, 0.022780943661928177, -0.03621519356966019, 0.017463095486164093, -0.41356995701789856, -0.10338813811540604, -0.04552336782217026, -0.011712202802300453, -0.005538513418287039, 0.017912186682224274, 0.07003675401210785, 0.09785652160644531, -0.007622826844453812, 0.11105403304100037, -0.03790956735610962, -0.014011488296091557, 0.048169709742069244, 0.0009414910455234349, 0.0038366513326764107, -0.011485402472317219, 0.009956290014088154, 0.05574493110179901, 0.19483855366706848, 0.09059594571590424, 0.10330121964216232, 0.1998414546251297, 0.1653437316417694, 0.13701513409614563, 0.03421347215771675, 0.020075690001249313, 0.06167180836200714, 0.08764182031154633, 0.010624362155795097, -0.06158784404397011, 0.03319971635937691, 0.09110283851623535, -0.020551349967718124, 0.011019881814718246, -0.02970517799258232, 0.1867082417011261, -0.03477569669485092, 0.12760761380195618, 0.05949779227375984, -0.27793076634407043, 0.026021108031272888, 0.04123492166399956, 0.02572476863861084, -0.030289730057120323, 0.06665483862161636, 0.13864432275295258, -0.007558486424386501, 0.03959062695503235, 0.1224207729101181, 0.10132100433111191, -0.07132314145565033, -0.045526936650276184, 0.15150628983974457, 0.0666198655962944, -0.0011314316652715206, 0.06214863806962967, -0.1238892450928688, 0.20348626375198364, 0.023640569299459457, 0.08663356304168701, 0.10701422393321991, 0.03154696151614189, -0.0688418298959732, 0.08321789652109146, 0.1688183844089508, 0.058906346559524536, -0.15169426798820496, -0.11902568489313126, -0.10188218206167221, -0.035909004509449005, 0.045480962842702866, 0.10916837304830551, -0.009429950267076492, 0.044903140515089035, 0.019175730645656586, 0.02026660181581974, -0.009015219286084175, -0.22493523359298706, -0.05006800964474678, -0.09029699862003326, 0.17865653336048126, -0.0061604613438248634, -0.02980811335146427, -0.08393155038356781, -0.06413041055202484, 0.10814829170703888, -0.14266763627529144, -0.08851784467697144, -0.020021671429276466, -0.06744911521673203, 0.11289873719215393, -0.06042031571269035, 0.05371132493019104, 0.08368294686079025, 0.03172694891691208, -0.05144370347261429, -0.0054809399880468845, 0.08742896467447281, -0.13755251467227936, -0.008888043463230133, -0.09603866934776306, 0.09217584878206253, 0.18950629234313965, 0.03556915000081062, 0.02887936495244503, -0.06985832750797272, -0.05693269893527031, -0.05188780650496483, -0.12172870337963104, -0.031243976205587387, 0.049759477376937866, 0.1962715983390808, -0.12813517451286316, -0.11334080994129181, -0.09253685176372528, -0.0392739474773407, 0.05629218742251396, 0.20442819595336914, -0.01798313856124878, -0.006896086968481541, 0.2754786014556885, -0.07459089159965515, -0.09397631883621216, -0.07709027081727982, 0.17911478877067566, 0.03880809620022774, 0.06251893192529678, -0.22004787623882294, 0.13691487908363342, 0.07368895411491394, 0.0027230072300881147, 0.006478695664554834, -0.22086045145988464, -0.0861862525343895, 0.13325907289981842, -0.04650687426328659, 0.01869027689099312, 0.0393107607960701, -0.04008496552705765, -0.08393333107233047, -0.18168966472148895, 0.029782405123114586, -0.008922073058784008, 0.06003741919994354, 0.08389583975076675, 0.12200561165809631, -0.03445195406675339, 0.032189566642045975, 0.10768099129199982, 0.22319485247135162, 0.06423036754131317, 0.03848034515976906, 0.10317739099264145, -0.0966143012046814, 0.025935033336281776, 0.08983905613422394, 0.0016471903072670102, 0.02206273376941681, -0.1271396428346634, -0.05420206859707832, -0.014580647461116314, 0.015546283684670925, -0.020718064159154892, -0.07708895951509476, -0.05958065390586853, -0.03998349979519844, 0.06824743747711182, 0.03840687870979309, 0.15986916422843933, 0.09732533991336823, 0.031551238149404526, 0.10736890137195587, 0.06739774346351624, 0.008641433902084827, -0.20743191242218018, 0.013554862700402737, -0.06953053921461105, 0.08710464090108871, -0.08203740417957306, 0.048131074756383896, 0.07841884344816208, 0.016651827841997147, 0.12318329513072968, 0.060621459037065506, -0.08597002923488617, -0.015428529120981693, 0.07940636575222015, -0.04369125887751579, 0.005236067343503237, -0.03308636695146561, -0.04363557696342468, 0.08048011362552643, -0.03697293996810913, 0.13779500126838684, -0.057347480207681656, -0.04101463779807091, -0.006882185582071543, 0.04316156357526779, -0.2170906364917755, 0.281584233045578, 0.09143024682998657, 0.020999964326620102, -0.10237578302621841, 0.14026834070682526, 0.06240146607160568, 0.025686930865049362, 0.03878714516758919, -0.016775529831647873, -0.04608454555273056, -0.03687737509608269, -0.022993966937065125, 0.007927410304546356, -0.09106313437223434, -0.1929759979248047, -0.0837969183921814, 0.005189947318285704, -0.00008982297731563449, -0.12772324681282043, 0.07405046373605728, 0.00589933292940259, 0.002167395781725645, -0.0075479974038898945, 0.0117332236841321, 0.06607469171285629, 0.17475970089435577, 0.11343556642532349, -0.23271049559116364, -0.025719767436385155, 0.0035251695662736893, 0.11943217366933823, -0.02602449804544449, 0.044069450348615646, 0.007504782639443874, 0.08266576379537582, -0.002591573167592287, 0.09593268483877182, -0.06560010462999344, -0.041569679975509644, 0.011189811863005161, 0.01859482191503048, -0.07179056853055954, 0.1371767222881317, -0.058112286031246185, 0.01564890891313553, 0.02723189815878868, 0.06787338852882385, -0.05953948199748993, 0.028320111334323883, 0.04786282405257225, -0.04875917732715607, -0.038190845400094986, 0.08194218575954437, -0.03516862168908119, -0.007419315632432699, -0.23712943494319916, -0.0339449942111969, 0.1504909098148346, 0.10684286057949066, 0.011302636004984379, -0.08611898869276047, -0.008035602048039436, 0.03197832778096199, 0.03985102102160454, -0.11737010627985, -0.009637124836444855, -0.06272760778665543, -0.11423061043024063, -0.11073986440896988, -0.05328889191150665, -0.057006534188985825, -0.01633823849260807, 0.1164744570851326, 0.06388706713914871, 0.23778706789016724, -0.015358896926045418, -0.009678325615823269, -0.02192957140505314, 0.03475874289870262, 0.04906158894300461, 0.025562409311532974, -0.07232438027858734, -0.07653801143169403, -0.026324933394789696, -0.03829691931605339, 0.09670448303222656, -0.031713034957647324, -0.0402383878827095, -0.050575654953718185, -0.0900794267654419, -0.02844630554318428, -0.013987400569021702, 0.13109637796878815, -0.08752339333295822, -0.032987482845783234, -0.13809725642204285, -0.05252561718225479, 0.11066877096891403, 0.14818279445171356, -0.03972060605883598, 0.08518078178167343, -0.002616714918985963, 0.08422742784023285, 0.04285259544849396, -0.028348799794912338, -0.23690994083881378, -0.09390796720981598, -0.013258169405162334, -0.0020181569270789623, 0.09619618952274323, 0.11283447593450546, 0.018876228481531143, -0.12190297991037369, 0.0576724037528038, 0.09635242074728012, -0.09356635808944702, -0.1875694990158081, -0.051264066249132156, -0.07287739217281342, -0.20035794377326965, 0.019653871655464172, -0.12401901930570602, 0.0096359271556139, 0.03811115771532059, 0.01239027176052332, 0.028564143925905228, 0.13758878409862518, -0.029029663652181625, -0.11040850728750229, -0.058969706296920776, -0.009690317325294018, -0.01374873984605074, -0.05083891749382019, -0.04528871551156044, 0.1477520912885666, -0.011884201318025589, 0.03924590349197388, -0.06493721157312393, -0.014248894527554512, 0.09904278814792633, 0.04808376356959343, -0.006833908148109913, -0.06099195033311844, -0.001792378374375403, 0.021216919645667076, 0.14866304397583008, 0.07974254339933395, -0.05572425574064255, 0.07281063497066498, 0.08949223160743713, -0.05659548565745354, -0.08236438035964966, -0.11575603485107422, 0.08439422398805618, 0.05500241741538048, 0.12093643099069595, 0.03230113536119461, -0.08007408678531647, -0.059431836009025574, 0.021603861823678017, 0.12683045864105225, -0.002229398814961314, -0.03359522297978401, -0.02081046625971794, 0.003789499867707491, -0.09910251945257187, -0.04089176282286644, 0.08582860976457596, 0.18889686465263367, -0.0026842462830245495, -0.02859683521091938, -0.1185443177819252, 0.005887234583497047, -0.06088189780712128, -0.08342741429805756, -0.023340556770563126, -0.08582666516304016, -0.022940970957279205, 0.164192795753479, -0.16969652473926544, -0.09786352515220642, -0.033745355904102325, 0.041623037308454514, -0.048334650695323944, -0.006251144222915173, 0.19885317981243134, 0.11016057431697845, 0.03052419051527977, -0.10562795400619507, -0.06310633569955826, 0.17244191467761993, 0.011432819068431854, -0.1498163938522339, 0.02563592977821827, 0.0003467382339295, -0.11992773413658142, 0.15158934891223907, 0.04398898035287857, 0.22707627713680267, -0.03232715278863907, 0.07108095288276672, 0.08203212916851044, 0.130019873380661, -0.016100339591503143, -0.00629021879285574, 0.010109125636518002, 0.08931435644626617, -0.0498458556830883, 0.03626041114330292, 0.014676819555461407, -0.07282187789678574, 0.003558219876140356, 0.1433088332414627, -0.028210196644067764, -0.1416405439376831, -0.0325905978679657, -0.10086598992347717, 0.06659901887178421, -0.025413040071725845, -0.035656172782182693, 0.002567436546087265, 0.002527240663766861, 0.0603291317820549, 0.07881911098957062, 0.05959827080368996, 0.0692208930850029, -0.17880290746688843, 0.006563506089150906, -0.08115581423044205, 0.08248724788427353, -0.10009026527404785, 0.032564468681812286, -0.0993349701166153, -0.08642429113388062, -0.051605917513370514, 0.04683475196361542, 0.05691893771290779, 0.03769262507557869, 0.002820553258061409, -0.0879744440317154, -0.04743712767958641, 0.02082492969930172, -0.06858936697244644, -0.14066368341445923 ]
null
null
espnet
## ESPnet2 ASR model ### `espnet/ftshijt_espnet2_asr_puebla_nahuatl_transfer` This model was trained by ftshijt using puebla_nahuatl recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```bash cd espnet pip install -e . cd els/puebla_nahuatl/asr1 ./run.sh --skip_data_prep false --skip_train true --download_model espnet/ftshijt_espnet2_asr_puebla_nahuatl_transfer ``` <!-- Generated by scripts/utils/show_asr_result.sh --> # RESULTS ## Environments - date: `Sun Nov 7 18:16:55 EST 2021` - python version: `3.9.7 (default, Sep 16 2021, 13:09:58) [GCC 7.5.0]` - espnet version: `espnet 0.10.4a1` - pytorch version: `pytorch 1.9.0` - Git hash: `` - Commit date: `` ## asr_train_asr_transformer_hubert_raw_bpe500_sp ### WER |dataset|Snt|Wrd|Corr|Sub|Del|Ins|Err|S.Err| |---|---|---|---|---|---|---|---|---| |decode_asr_lm_lm_train_bpe500_valid.loss.ave_asr_model_valid.acc.best/test|10576|90532|77.0|17.0|6.0|3.6|26.6|74.0| ### CER |dataset|Snt|Wrd|Corr|Sub|Del|Ins|Err|S.Err| |---|---|---|---|---|---|---|---|---| |decode_asr_lm_lm_train_bpe500_valid.loss.ave_asr_model_valid.acc.best/test|10576|590273|92.2|2.1|5.7|3.0|10.8|74.0| ### TER |dataset|Snt|Wrd|Corr|Sub|Del|Ins|Err|S.Err| |---|---|---|---|---|---|---|---|---| |decode_asr_lm_lm_train_bpe500_valid.loss.ave_asr_model_valid.acc.best/test|10576|242435|86.0|7.3|6.8|3.5|17.5|74.0| ## ASR config <details><summary>expand</summary> ``` config: conf/tuning/train_asr_transformer_hubert.yaml print_config: false log_level: INFO dry_run: false iterator_type: sequence output_dir: exp/asr_train_asr_transformer_hubert_raw_bpe500_sp ngpu: 1 seed: 0 num_workers: 1 num_att_plot: 3 dist_backend: nccl dist_init_method: env:// dist_world_size: null dist_rank: null local_rank: 0 dist_master_addr: null dist_master_port: null dist_launcher: null multiprocessing_distributed: false unused_parameters: false sharded_ddp: false cudnn_enabled: true cudnn_benchmark: false cudnn_deterministic: true collect_stats: false write_collected_feats: false max_epoch: 100 patience: 15 val_scheduler_criterion: - valid - loss early_stopping_criterion: - valid - loss - min best_model_criterion: - - valid - acc - max keep_nbest_models: 10 grad_clip: 5 grad_clip_type: 2.0 grad_noise: false accum_grad: 2 no_forward_run: false resume: true train_dtype: float32 use_amp: false log_interval: null use_tensorboard: true use_wandb: false wandb_project: null wandb_id: null wandb_entity: null wandb_name: null wandb_model_log_interval: -1 detect_anomaly: false pretrain_path: null init_param: [] ignore_init_mismatch: false freeze_param: [] num_iters_per_epoch: null batch_size: 32 valid_batch_size: null batch_bins: 1000000 valid_batch_bins: null train_shape_file: - exp/asr_stats_raw_bpe500_sp/train/speech_shape - exp/asr_stats_raw_bpe500_sp/train/text_shape.bpe valid_shape_file: - exp/asr_stats_raw_bpe500_sp/valid/speech_shape - exp/asr_stats_raw_bpe500_sp/valid/text_shape.bpe batch_type: folded valid_batch_type: null fold_length: - 80000 - 150 sort_in_batch: descending sort_batch: descending multiple_iterator: false chunk_length: 500 chunk_shift_ratio: 0.5 num_cache_chunks: 1024 train_data_path_and_name_and_type: - - /tmp/jiatong-150390.uytFFbyG/raw/train_sp/wav.scp - speech - kaldi_ark - - /tmp/jiatong-150390.uytFFbyG/raw/train_sp/text - text - text valid_data_path_and_name_and_type: - - /tmp/jiatong-150390.uytFFbyG/raw/dev/wav.scp - speech - kaldi_ark - - /tmp/jiatong-150390.uytFFbyG/raw/dev/text - text - text allow_variable_data_keys: false max_cache_size: 0.0 max_cache_fd: 32 valid_max_cache_size: null optim: adam optim_conf: lr: 1.0 scheduler: noamlr scheduler_conf: warmup_steps: 25000 token_list: - <blank> - <unk> - ':' - N - ▁A - ▁WA - ▁KE - ▁YO - ▁NE - ▁SE - H - MO - WA - '''' - ▁NO - ▁I - ▁N - S - ▁KI - K - ▁ - MAH - KA - TA - L - ▁POS - PA - ▁KA - ▁TA - ▁MO - T - ▁YEHWA - I - MEH - ▁YA - ▁DE - MA - A - ▁TE - TI - TSI - NI - CHI - ▁PERO - KI - LI - TO - WI - ▁PARA - KO - E - ▁O - ▁IKA - TE - O - W - ▁NEH - ▁NOCHI - CH - ▁TI - ▁TIK - LO - ▁SAH - ▁MAH - NA - LA - ▁OMPA - ▁IHKÓ - YA - ▁NI - ▁PORQUE - ▁MA - YO - ▁TEIN - LIA - ▁E - MPA - ▁NIKA - X - YAH - ▁KWALTSI - SA - TSA - ▁MOCHI - ▁NIK - ▁WE - ▁TO - TSÍ - ▁SEMI - ▁KITA - WAK - KWI - MI - ▁MM - ▁XO - ▁SEKI - JÓ - AH - ▁KOMO - R - NE - ▁OK - ▁KWALI - ▁CHI - ▁YEH - ▁NELI - SE - PO - WAH - PI - ME - KWA - ▁PA - ▁ONKAK - KE - ▁YE - ▁T - LTIK - ▁TEHWA - TAH - ▁TIKI - ▁QUE - ▁NIKI - PE - ▁IWKI - XI - TOK - ▁TAMAN - ▁KO - TSO - LE - RA - SI - WÍ - MAN - ▁TIMO - 'NO' - SO - ▁MIAK - U - ▁TEH - ▁KICHI - ▁XA - WE - ▁KOW - KEH - NÍ - LIK - ▁ITECH - TIH - ▁PE - ▁KIPIA - ▁CUANDO - ▁KWALTIA - ▁HASTA - LOWA - ▁ENTÓ - ▁NA - XO - RO - TIA - ▁NIKITA - CHIHCHI - ▁SEPA - ▁MAHYÁ - ▁PAHTI - ▁K - LIAH - ▁SAYOH - MATI - ▁PI - TS - ▁MÁS - XMATI - KAH - ▁XI - M - ▁ESTE - HKO - KOWIT - MIKI - CHO - ▁TAK - Á - ▁KILIAH - CHIO - ▁KIHTOWA - ▁KITE - NEKI - ▁ME - XA - ▁TEL - B - ▁KOWIT - ▁ATA - TIK - ▁EKINTSI - ▁IMA - ▁KWA - ▁OSO - ▁NEHJÓ - ▁ITEYO - Y - SKEH - ▁ISTA - ▁NIKILIA - LIH - ▁TIKWI - ▁PANÉ - KOWA - ▁OX - TEKI - ▁SA - NTE - ▁KIKWI - TSITSI - NOH - AHSI - ▁IXO - WIA - LTSI - ▁KIMA - C - ▁WEHWEI - ▁TEPITSI - ▁IHK - ▁XIWIT - YI - LIS - ▁CA - XMATTOK - SÁ - ▁MOTA - RE - ▁TIKIHTO - ▁MI - ▁X - D - ▁SAN - WIH - ▁WEHKA - KWE - CHA - ▁SI - KTIK - ▁YETOK - ▁MOKA - NEMI - LILIA - ▁¿ - TIW - ▁KIHTOWAH - LTI - Ó - MASÁ - ▁POR - ▁TIKITA - KETSA - ▁IWA - METS - YOH - ▁TAKWA - HKEH - ▁KIKWIH - ▁KIKWA - NIA - ▁ACHI - ▁KIKWAH - ▁KACHI - ▁PO - ▁IGUAL - NAL - ▁PILI - ▁NIMAN - YE - ▁NIKMATI - WIAH - ▁KIPA - ▁M - J - ▁KWI - ▁WI - WAYA - Z - ▁KITEKI - G - ▁' - ▁IHKO - CE - ▁TONI - ▁TSIKITSI - P - DO - TOKEH - NIK - ▁TIKILIAH - ▁KOWTAH - ▁TAI - ▁TATA - TIAH - CA - PIL - CHOWA - ▁KIMATI - ▁TAMA - XKA - XIWIT - TOS - KILIT - ILWI - SKI - YEH - DA - WAYO - ▁TAPA - ▁NIMO - CHIT - ▁NIMITS - ▁KINA - PAHTI - RI - ▁BUENO - ▁ESKI - WAYAH - PANO - KOW - WEYAK - LPAN - LTIA - ▁KITO - CO - ▁TINE - KIH - JO - ▁KATKA - ▁TIKTA - PAHTIA - ▁XIWTSI - ▁CHIKA - ▁KANAH - ▁KOYO - MPI - ▁IXIWYO - IHTIK - ▁KWE - ▁XIW - WILIA - XTIK - ▁VE - ▁TIKMATI - ▁KOKOLIS - LKWI - ▁AHKO - MEKAT - ▁TIKMA - ▁NIMITSILIA - ▁MITS - XTA - ▁CO - ▁KOMA - ▁KOMOHKÓ - F - ▁OKSEKI - ▁TEISÁ - ▁ESO - ▁IKOWYO - ▁ES - TOHTO - XTI - ▁TSI - ▁TIKO - PIHPI - ▁OKSÉ - ▁WEHKAPAN - KALAKI - ▁WEL - ▁MIGUEL - TEKITI - ▁TOKNI - ROWA - ▁MOSKALTIA - Í - XOKO - ▁TIKCHI - ▁EHE - ▁KWO - LPI - HTOK - TSTI - TÍ - ▁TEIHSÁ - KILO - ▁PUES - SKIA - HTIW - LILIAH - ▁IHWA - ▁KOSTIK - ▁TIKIHTOWAH - ▁CHA - ▁COMO - ▁KIMANA - CU - TAMAN - WITS - ▁KOKO - ILPIA - ▁NIMONO - ▁WELI - ▁NIKWI - WTOK - ▁KINEKI - KOKOH - ▁P - LTIAH - XKO - ▁ONKAYA - TAPOWI - MATTOK - ▁MISMO - ▁NIKIHTO - ▁NIKMATTOK - MESKIA - ▁SOH - KWOWIT - XTIA - WELITA - ▁DESPUÉS - ▁IXWA - ZA - TSAPOT - SKAL - ▁SIEMPRE - TINEMI - Ñ - ▁ESKIA - NELOWA - ▁TZINACAPAN - ▁DI - XIWYO - ▁AHA - ▁AHWIA - É - ▁KIKWIAH - MATTOKEH - ▁ACHTO - XTILIA - TAPAL - ▁KIHTO - TEHTE - ▁PORIN - ▁TSOPE - ▁KAHFE - GU - ▁NIMITSTAHTANI - ▁TAHTA - ▁KOWTATI - ISWAT - ▁TIKPIA - ▁KOMEKAT - TIOWIH - ▁TIMONOHNO - ▁TIEMPO - WEHKA - QUI - ▁TIHTI - ▁XOXOKTIK - ▁TAXKAL - EHE - ▁AJÁ - NANAKAT - NIWKI - ▁CI - ▁ITSMOL - ▁NIKPIA - TEKPA - ▁BO - ▁TASOHKA - Ú - ¡ - '8' - '9' - '0' - '1' - '2' - ¿ - Ò - '4' - À - '7' - '5' - '3' - ́ - V - ̈ - Ï - '6' - Q - Ì - <sos/eos> init: xavier_uniform input_size: null ctc_conf: dropout_rate: 0.0 ctc_type: builtin reduce: true ignore_nan_grad: true model_conf: ctc_weight: 0.3 lsm_weight: 0.1 length_normalized_loss: false extract_feats_in_collect_stats: false use_preprocessor: true token_type: bpe bpemodel: data/token_list/bpe_unigram500/bpe.model non_linguistic_symbols: null cleaner: null g2p: null speech_volume_normalize: null rir_scp: null rir_apply_prob: 1.0 noise_scp: null noise_apply_prob: 1.0 noise_db_range: '13_15' frontend: s3prl frontend_conf: frontend_conf: upstream: hubert_large_ll60k download_dir: ./hub multilayer_feature: true fs: 16k specaug: specaug specaug_conf: apply_time_warp: true time_warp_window: 5 time_warp_mode: bicubic apply_freq_mask: true freq_mask_width_range: - 0 - 30 num_freq_mask: 2 apply_time_mask: true time_mask_width_range: - 0 - 40 num_time_mask: 2 normalize: utterance_mvn normalize_conf: {} preencoder: linear preencoder_conf: input_size: 1024 output_size: 80 encoder: transformer encoder_conf: input_layer: conv2d num_blocks: 12 linear_units: 2048 dropout_rate: 0.1 output_size: 256 attention_heads: 4 attention_dropout_rate: 0.0 postencoder: null postencoder_conf: {} decoder: transformer decoder_conf: input_layer: embed num_blocks: 6 linear_units: 2048 dropout_rate: 0.1 required: - output_dir - token_list version: 0.10.4a1 distributed: false ``` </details> ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Yalta and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Yalta and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "noinfo", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["puebla_nahuatl"]}
automatic-speech-recognition
espnet/ftshijt_espnet2_asr_puebla_nahuatl_transfer
[ "espnet", "audio", "automatic-speech-recognition", "dataset:puebla_nahuatl", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "noinfo" ]
TAGS #espnet #audio #automatic-speech-recognition #dataset-puebla_nahuatl #arxiv-1804.00015 #license-cc-by-4.0 #region-us
ESPnet2 ASR model ----------------- ### 'espnet/ftshijt\_espnet2\_asr\_puebla\_nahuatl\_transfer' This model was trained by ftshijt using puebla\_nahuatl recipe in espnet. ### Demo: How to use in ESPnet2 RESULTS ======= Environments ------------ * date: 'Sun Nov 7 18:16:55 EST 2021' * python version: '3.9.7 (default, Sep 16 2021, 13:09:58) [GCC 7.5.0]' * espnet version: 'espnet 0.10.4a1' * pytorch version: 'pytorch 1.9.0' * Git hash: '' + Commit date: '' asr\_train\_asr\_transformer\_hubert\_raw\_bpe500\_sp ----------------------------------------------------- ### WER ### CER ### TER ASR config ---------- expand ### Citing ESPnet or arXiv:
[ "### 'espnet/ftshijt\\_espnet2\\_asr\\_puebla\\_nahuatl\\_transfer'\n\n\nThis model was trained by ftshijt using puebla\\_nahuatl recipe in espnet.", "### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Sun Nov 7 18:16:55 EST 2021'\n* python version: '3.9.7 (default, Sep 16 2021, 13:09:58) [GCC 7.5.0]'\n* espnet version: 'espnet 0.10.4a1'\n* pytorch version: 'pytorch 1.9.0'\n* Git hash: ''\n\t+ Commit date: ''\n\n\nasr\\_train\\_asr\\_transformer\\_hubert\\_raw\\_bpe500\\_sp\n-----------------------------------------------------", "### WER", "### CER", "### TER\n\n\n\nASR config\n----------\n\n\nexpand", "### Citing ESPnet\n\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #dataset-puebla_nahuatl #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "### 'espnet/ftshijt\\_espnet2\\_asr\\_puebla\\_nahuatl\\_transfer'\n\n\nThis model was trained by ftshijt using puebla\\_nahuatl recipe in espnet.", "### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Sun Nov 7 18:16:55 EST 2021'\n* python version: '3.9.7 (default, Sep 16 2021, 13:09:58) [GCC 7.5.0]'\n* espnet version: 'espnet 0.10.4a1'\n* pytorch version: 'pytorch 1.9.0'\n* Git hash: ''\n\t+ Commit date: ''\n\n\nasr\\_train\\_asr\\_transformer\\_hubert\\_raw\\_bpe500\\_sp\n-----------------------------------------------------", "### WER", "### CER", "### TER\n\n\n\nASR config\n----------\n\n\nexpand", "### Citing ESPnet\n\n\nor arXiv:" ]
[ 51, 58, 137, 4, 3, 10, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #dataset-puebla_nahuatl #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n### 'espnet/ftshijt\\_espnet2\\_asr\\_puebla\\_nahuatl\\_transfer'\n\n\nThis model was trained by ftshijt using puebla\\_nahuatl recipe in espnet.### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Sun Nov 7 18:16:55 EST 2021'\n* python version: '3.9.7 (default, Sep 16 2021, 13:09:58) [GCC 7.5.0]'\n* espnet version: 'espnet 0.10.4a1'\n* pytorch version: 'pytorch 1.9.0'\n* Git hash: ''\n\t+ Commit date: ''\n\n\nasr\\_train\\_asr\\_transformer\\_hubert\\_raw\\_bpe500\\_sp\n-----------------------------------------------------### WER### CER### TER\n\n\n\nASR config\n----------\n\n\nexpand### Citing ESPnet\n\n\nor arXiv:" ]
[ -0.06712369620800018, 0.11083530634641647, -0.004862693604081869, -0.00927597377449274, 0.036879926919937134, 0.0030545908957719803, 0.08092445135116577, 0.07582386583089828, -0.005308372899889946, 0.08577342331409454, 0.154594287276268, 0.1304464489221573, 0.09504233300685883, 0.1622464805841446, 0.007436799351125956, -0.2387121021747589, 0.00020591898646671325, -0.044329140335321426, -0.10479079931974411, 0.12340689450502396, 0.13110743463039398, -0.041973043233156204, 0.12056051939725876, 0.025792576372623444, 0.03890402242541313, 0.05756377801299095, -0.054983243346214294, -0.11042198538780212, 0.023254703730344772, 0.05596531182527542, 0.06315311044454575, 0.014614150859415531, 0.06146632879972458, -0.2163051813840866, -0.01956389658153057, 0.04596216231584549, -0.015477106906473637, 0.06609800457954407, 0.11604871600866318, -0.012669174000620842, 0.14971329271793365, -0.0618092380464077, 0.01684403419494629, 0.032032959163188934, -0.0785612165927887, -0.18729254603385925, -0.08582460135221481, 0.15108317136764526, 0.10070984065532684, 0.05827704444527626, -0.027796367183327675, 0.07336245477199554, -0.08008641004562378, 0.053475067019462585, 0.13091713190078735, -0.21701614558696747, -0.020336532965302467, -0.0035024143289774656, 0.050857920199632645, 0.13353873789310455, -0.006491939537227154, -0.08438286930322647, 0.07933639734983444, 0.03635125979781151, 0.053569018840789795, -0.027202453464269638, -0.0017269067466259003, -0.013944911770522594, -0.2100057303905487, -0.11258257180452347, 0.15332530438899994, 0.008620227687060833, -0.007446517702192068, 0.02673269622027874, -0.10242151468992233, -0.1667536050081253, 0.00230609648860991, -0.07651928067207336, 0.049668360501527786, 0.00828034058213234, 0.06391724199056625, -0.039916835725307465, -0.07702333480119705, -0.05906360223889351, -0.01690101996064186, 0.06409082561731339, 0.06299285590648651, 0.024493826553225517, -0.0034390806686133146, 0.028540344908833504, 0.020854778587818146, -0.12464839220046997, 0.032230131328105927, 0.0008177232230082154, 0.027329452335834503, 0.04585948586463928, 0.08046504110097885, -0.0397869274020195, 0.03627780079841614, 0.11644520610570908, -0.09991642087697983, 0.05851200222969055, 0.07148890197277069, 0.028843402862548828, -0.03255174681544304, 0.15054140985012054, -0.12118563801050186, -0.07043077051639557, -0.08094499260187149, 0.08818817883729935, 0.029127664864063263, 0.01776718720793724, -0.09630727767944336, 0.030544273555278778, 0.06734839081764221, 0.014022120274603367, 0.08804778754711151, 0.002317815087735653, -0.041518840938806534, -0.05864187330007553, 0.22023320198059082, -0.14371512830257416, 0.039596326649188995, 0.023755138739943504, -0.11234521120786667, 0.06581298261880875, -0.002595231169834733, 0.004581106826663017, -0.1018146276473999, 0.10952601581811905, -0.1031716838479042, -0.0003132338752038777, -0.08947485685348511, -0.09490402042865753, 0.045076191425323486, -0.008231248706579208, -0.058270443230867386, -0.14066651463508606, -0.10494078695774078, -0.038336317986249924, 0.03424502909183502, -0.02589414454996586, 0.00017159772687591612, -0.024346591904759407, -0.11147419363260269, 0.05930691584944725, -0.11271393299102783, -0.004511246457695961, -0.08853565901517868, 0.01889282651245594, 0.06673307716846466, 0.06968678534030914, 0.03128589317202568, 0.07261195033788681, -0.03428132086992264, 0.05328859016299248, -0.14937524497509003, 0.12474602460861206, -0.18022368848323822, 0.016341157257556915, -0.17441312968730927, -0.13901248574256897, -0.05711311846971512, -0.036020249128341675, 0.05211494117975235, 0.1231050044298172, -0.13459676504135132, -0.08799948543310165, 0.14874562621116638, -0.08012735843658447, -0.04618376865983009, 0.16256499290466309, 0.06241745874285698, -0.14592157304286957, 0.051819413900375366, 0.16459310054779053, 0.07836104184389114, -0.1433957815170288, -0.06781008839607239, 0.07036957889795303, 0.04132935777306557, 0.020188864320516586, 0.10928038507699966, -0.06416918337345123, 0.0926469936966896, -0.039766259491443634, -0.06416144967079163, 0.05053248256444931, -0.022582149133086205, -0.07091639935970306, 0.02678036130964756, -0.06346181035041809, 0.06979987025260925, 0.02708418108522892, -0.025644678622484207, 0.006720542907714844, -0.09540294110774994, -0.02298879064619541, 0.09479780495166779, -0.01320667564868927, -0.0030433577485382557, -0.12078452110290527, 0.08126494288444519, -0.03248048201203346, -0.005606149788945913, -0.07242715358734131, -0.01744566299021244, 0.029446465894579887, -0.03535003960132599, 0.03272185102105141, -0.02205522730946541, 0.04724583402276039, -0.010740671306848526, -0.005045941099524498, -0.06669754534959793, 0.011880648322403431, -0.021297255530953407, 0.0056160492822527885, -0.14622142910957336, -0.07600407302379608, 0.017430325970053673, 0.07212317734956741, -0.16882137954235077, -0.0019140525255352259, 0.03296273574233055, 0.11370817571878433, -0.05569380149245262, -0.009845012798905373, -0.024444695562124252, 0.024312566965818405, -0.021793927997350693, -0.08973392844200134, -0.06842658668756485, -0.020819012075662613, -0.02037236839532852, 0.09538466483354568, -0.1356516033411026, 0.07142984867095947, 0.11182321608066559, -0.0191324595361948, -0.023857103660702705, 0.13062091171741486, -0.029419297352433205, -0.05275365710258484, 0.08415533602237701, -0.00980212539434433, 0.1561938226222992, -0.012104489840567112, 0.12228350341320038, -0.12127784639596939, -0.010048468597233295, -0.0041207377798855305, -0.11723791807889938, -0.004265633877366781, 0.13800853490829468, -0.04763791710138321, -0.15181441605091095, 0.14529965817928314, 0.026238800957798958, -0.11622966080904007, 0.13726559281349182, 0.02120102010667324, -0.10135180503129959, -0.0588686466217041, 0.07044164091348648, 0.007337481249123812, 0.029956074431538582, -0.019707437604665756, -0.005653207190334797, 0.01299041137099266, 0.005263104569166899, 0.07603508234024048, -0.1620318740606308, 0.05315028503537178, 0.0013272151118144393, -0.11755794286727905, -0.03955822065472603, -0.05844029784202576, -0.06223048269748688, 0.028465207666158676, 0.020327884703874588, -0.11553949117660522, -0.030557289719581604, 0.005390123464167118, -0.09454572945833206, 0.1833999752998352, -0.1666402667760849, -0.2617087960243225, -0.1961042582988739, -0.028933510184288025, -0.009023116901516914, 0.03335289657115936, -0.013289501890540123, -0.11938029527664185, -0.08068107813596725, -0.021276414394378662, 0.049161750823259354, -0.11823588609695435, -0.07759162783622742, -0.0004273917293176055, -0.01514224149286747, 0.09705568850040436, -0.11904988437891006, 0.0034389998763799667, -0.005779583007097244, -0.03360987454652786, 0.016011226922273636, -0.011679970659315586, 0.050342123955488205, 0.1817231923341751, -0.004467322491109371, -0.01364831067621708, 0.032302986830472946, 0.23533527553081512, -0.08610528707504272, -0.000361496553523466, 0.07460901141166687, 0.004073424730449915, 0.06981955468654633, 0.10445623844861984, 0.016090869903564453, -0.02591782435774803, -0.033197883516550064, 0.006005432922393084, -0.007569628302007914, -0.3572427034378052, -0.10667884349822998, -0.04049059376120567, 0.01344197429716587, 0.1001894399523735, 0.07382295280694962, 0.10760489851236343, 0.05684058740735054, -0.07108976691961288, 0.05357181280851364, -0.01907169073820114, 0.040547050535678864, 0.13248701393604279, 0.01169340219348669, 0.06973959505558014, -0.030567744746804237, -0.02282126061618328, 0.07740139216184616, 0.08269067853689194, 0.08335737884044647, 0.07588830590248108, 0.14940527081489563, 0.08621872216463089, 0.22770477831363678, 0.005678337067365646, -0.03388721123337746, 0.012452708557248116, 0.026004254817962646, 0.02824556827545166, -0.05503465235233307, -0.12620821595191956, 0.0903390571475029, 0.16067641973495483, -0.05116897448897362, 0.060068946331739426, 0.04829706251621246, -0.0013903328217566013, 0.21845512092113495, 0.023138396441936493, -0.3735414147377014, -0.025072475895285606, 0.002438184106722474, -0.07957427203655243, -0.047422800213098526, 0.01343146339058876, 0.07063256949186325, -0.036217205226421356, 0.14441406726837158, -0.007259300909936428, 0.06738197058439255, -0.09825590997934341, -0.046972282230854034, 0.059869080781936646, 0.12474749237298965, 0.0667029544711113, 0.07796888053417206, -0.2347242534160614, 0.26847487688064575, 0.017784524708986282, 0.04725613817572594, 0.04726012796163559, 0.05775843933224678, 0.00023858025087974966, 0.01537285279482603, 0.09093242883682251, 0.04482266679406166, -0.03630240634083748, -0.08660079538822174, -0.13935625553131104, -0.02367519959807396, 0.12355794757604599, 0.04963995888829231, 0.062391526997089386, -0.01449520792812109, -0.02264430932700634, 0.018953680992126465, -0.09410973638296127, -0.15206481516361237, -0.05713619664311409, 0.05448303371667862, 0.08494449406862259, 0.04363830387592316, -0.025847390294075012, -0.03621239215135574, -0.11534325778484344, 0.09519250690937042, -0.23108160495758057, -0.09793129563331604, -0.06459024548530579, -0.02287614345550537, 0.2226029336452484, -0.07966572791337967, 0.05985458567738533, 0.038718413561582565, 0.07573200017213821, 0.05015963315963745, -0.029185542836785316, 0.07611707597970963, -0.14368143677711487, -0.14553599059581757, 0.02654542215168476, 0.0998120903968811, 0.07707533985376358, 0.07172363996505737, -0.016767341643571854, 0.040334392338991165, -0.06705255061388016, -0.08711843192577362, 0.023155979812145233, 0.06976700574159622, -0.023931214585900307, 0.10045871883630753, -0.017477480694651604, -0.10668039321899414, -0.10404718667268753, 0.022605853155255318, 0.059992752969264984, 0.20213305950164795, -0.05585592985153198, 0.03707696869969368, 0.20714809000492096, -0.08416453003883362, -0.14792825281620026, -0.12843084335327148, 0.1392051726579666, -0.03193711116909981, -0.026244351640343666, -0.21876023709774017, -0.03041587397456169, 0.0896889939904213, -0.05322869122028351, 0.02268134243786335, -0.32349857687950134, -0.08438394218683243, 0.15781444311141968, -0.10697305202484131, -0.14621829986572266, -0.19273701310157776, -0.12599977850914001, -0.08790484070777893, -0.06509599089622498, 0.021185046061873436, 0.08540872484445572, 0.05775799602270126, 0.00043004073086194694, 0.10523595660924911, -0.02604544907808304, -0.023330040276050568, 0.16470561921596527, 0.03854243829846382, -0.03901716694235802, -0.039460983127355576, 0.06249985843896866, 0.032895129173994064, -0.03452259302139282, 0.15062008798122406, -0.008460394106805325, 0.025322604924440384, -0.1261848658323288, -0.028768301010131836, -0.07544048875570297, 0.028990495949983597, 0.010849679820239544, -0.0009384062723256648, -0.058935292065143585, -0.019079983234405518, 0.12158241122961044, 0.00767045421525836, 0.11766359955072403, -0.006079327315092087, 0.07438740134239197, 0.18920987844467163, 0.08405132591724396, -0.05840269848704338, -0.20435461401939392, -0.0028330255299806595, 0.04606476053595543, 0.05317824333906174, -0.08683367818593979, 0.03536124899983406, 0.09906607866287231, 0.01235378347337246, 0.11207474023103714, 0.0252391304820776, -0.15199017524719238, -0.040590137243270874, 0.07522240281105042, -0.08332628011703491, -0.14066451787948608, 0.021609632298350334, 0.063909612596035, -0.06454276293516159, -0.01359801460057497, 0.11155933141708374, -0.08645258098840714, -0.022291406989097595, 0.008073560893535614, 0.11536246538162231, -0.08959868550300598, 0.23391665518283844, 0.13757379353046417, 0.052509672939777374, -0.11730452626943588, 0.12647861242294312, 0.11063466966152191, -0.032086215913295746, 0.06103885918855667, 0.10286469757556915, -0.04050648584961891, -0.031828779727220535, -0.059454746544361115, -0.08579470962285995, -0.08270562440156937, -0.15288326144218445, -0.028814340010285378, -0.022613652050495148, 0.05895087867975235, 0.01883099600672722, 0.04353786259889603, 0.031534336507320404, 0.015396728180348873, 0.03521557152271271, -0.0033485298044979572, 0.058193378150463104, 0.08932717144489288, 0.08194670081138611, -0.17449010908603668, 0.09511911869049072, 0.03020220249891281, 0.019266808405518532, -0.014596854336559772, 0.04862299934029579, -0.033593229949474335, 0.04364572837948799, -0.03338718041777611, 0.047225043177604675, -0.06362509727478027, -0.004473240580409765, 0.03093557432293892, -0.03747307509183884, -0.09792234748601913, 0.05960454046726227, -0.10799799114465714, -0.04569881036877632, -0.02896525338292122, 0.04726709425449371, -0.16481667757034302, -0.010673345066606998, 0.03964751958847046, -0.041317328810691833, -0.016236642375588417, 0.0573878288269043, -0.028755417093634605, 0.001485347398556769, -0.11323091387748718, -0.04140901938080788, 0.11976661533117294, 0.09186892211437225, 0.053465958684682846, -0.12063585966825485, 0.011320405639708042, 0.06332915276288986, -0.001081770984455943, -0.028982941061258316, 0.017385290935635567, -0.12109208852052689, -0.03582584485411644, -0.08651906996965408, -0.0682932585477829, -0.020316965878009796, 0.06695310026407242, 0.06798692047595978, 0.015797151252627373, 0.1899709850549698, -0.061107978224754333, -0.034188296645879745, -0.11521662771701813, 0.0003938169393222779, -0.016844402998685837, -0.03726792708039284, 0.0077956002205610275, 0.04846241697669029, 0.05814579874277115, -0.04051139950752258, 0.12321434170007706, 0.057374488562345505, -0.0261328537017107, 0.02171439118683338, -0.06828058511018753, -0.014703717082738876, 0.017042264342308044, 0.08795025944709778, 0.025769753381609917, -0.03741390258073807, -0.025885120034217834, -0.027730591595172882, 0.03584222123026848, 0.0002521340793464333, 0.058137331157922745, 0.1098441332578659, 0.017123376950621605, 0.13534773886203766, 0.0904914066195488, -0.150239497423172, -0.12981393933296204, -0.009122381918132305, -0.12408573180437088, 0.1442616730928421, 0.0366227962076664, 0.13654720783233643, 0.12606044113636017, -0.1343538612127304, 0.07202496379613876, 0.002830368699505925, -0.08446958661079407, -0.1601366251707077, -0.06403131783008575, -0.06283281743526459, -0.2179163694381714, -0.004059890750795603, -0.10839993506669998, 0.08006315678358078, 0.16065098345279694, 0.017745180055499077, 0.038080062717199326, 0.11440348625183105, 0.03267384693026543, -0.13657860457897186, 0.01822197623550892, 0.014115273021161556, 0.014156886376440525, -0.08333621174097061, -0.02449016273021698, 0.08400870114564896, -0.001748299109749496, 0.07380063086748123, -0.027617821469902992, -0.03378145024180412, 0.11695203930139542, 0.025102628394961357, -0.040329452604055405, 0.003875937545672059, 0.030667683109641075, 0.03999301791191101, 0.09891685843467712, 0.04043599218130112, -0.049300920218229294, 0.025332219898700714, 0.10145121067762375, -0.09198078513145447, -0.0670432299375534, -0.10854703933000565, 0.21911503374576569, 0.026169495657086372, 0.08696436136960983, -0.014844242483377457, -0.07666134089231491, -0.06758362054824829, 0.1327688843011856, 0.15377028286457062, 0.024887310341000557, -0.0677986815571785, -0.02827354706823826, 0.012985236011445522, -0.03815416991710663, 0.039886340498924255, 0.13205137848854065, 0.27767321467399597, -0.015837157145142555, -0.022690104320645332, -0.04218022897839546, -0.017477575689554214, -0.048900969326496124, 0.01196795143187046, -0.027667788788676262, -0.016423143446445465, -0.02684725821018219, 0.1322871893644333, -0.10818677395582199, -0.14136606454849243, -0.05469203367829323, -0.046465128660202026, -0.06922229379415512, 0.0035335335414856672, 0.1658770591020584, 0.06398878246545792, 0.08012528717517853, 0.018541252240538597, -0.06955479085445404, 0.059080228209495544, 0.01610894687473774, -0.14154179394245148, -0.0536762960255146, 0.05300387740135193, -0.10926973819732666, 0.20043374598026276, -0.016452673822641373, 0.1385270357131958, 0.10166035592556, 0.004846031311899424, -0.07166336476802826, 0.015955403447151184, 0.07468120753765106, -0.07172993570566177, 0.06104066222906113, 0.08625271916389465, 0.014793623238801956, 0.041736070066690445, 0.0524577721953392, -0.033068057149648666, -0.0251481756567955, 0.006402169354259968, 0.03997129574418068, -0.08894773572683334, -0.021447734907269478, -0.10118487477302551, 0.07674569636583328, 0.129243403673172, -0.060664985328912735, -0.005806802771985531, -0.07475099712610245, 0.02999747358262539, -0.00836083572357893, 0.12889784574508667, 0.02383260801434517, -0.22668492794036865, -0.04657765105366707, -0.06148405373096466, 0.08792435377836227, -0.07394147664308548, 0.0003640592622105032, 0.01494442205876112, -0.06306982785463333, -0.03108971193432808, 0.07619347423315048, -0.012742445804178715, 0.04787847772240639, -0.04195480793714523, 0.014854195527732372, -0.03875250369310379, 0.08015234023332596, -0.16166803240776062, -0.06443678587675095 ]
null
null
espnet
## ESPnet2 ASR model ### `espnet/ftshijt_espnet2_asr_totonac_transformer` This model was trained by ftshijt using totonac recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```bash cd espnet pip install -e . cd els/totonac/asr1 ./run.sh --skip_data_prep false --skip_train true --download_model espnet/ftshijt_espnet2_asr_totonac_transformer ``` <!-- Generated by scripts/utils/show_asr_result.sh --> # RESULTS ## Environments - date: `Sun Nov 7 09:22:09 EST 2021` - python version: `3.9.7 (default, Sep 16 2021, 13:09:58) [GCC 7.5.0]` - espnet version: `espnet 0.10.4a1` - pytorch version: `pytorch 1.9.0` - Git hash: `` - Commit date: `` ## asr_train_asr_transformer_specaug_raw_bpe250_sp ### WER |dataset|Snt|Wrd|Corr|Sub|Del|Ins|Err|S.Err| |---|---|---|---|---|---|---|---|---| |decode_asr_lm_lm_train_bpe250_valid.loss.ave_asr_model_valid.acc.best/dev|530|3547|59.8|32.9|7.3|6.5|46.7|87.4| |decode_asr_lm_lm_train_bpe250_valid.loss.ave_asr_model_valid.acc.best/test|704|5018|55.5|35.7|8.8|6.1|50.6|92.0| ### CER |dataset|Snt|Wrd|Corr|Sub|Del|Ins|Err|S.Err| |---|---|---|---|---|---|---|---|---| |decode_asr_lm_lm_train_bpe250_valid.loss.ave_asr_model_valid.acc.best/dev|530|22510|88.1|4.4|7.4|3.9|15.8|87.4| |decode_asr_lm_lm_train_bpe250_valid.loss.ave_asr_model_valid.acc.best/test|704|32990|86.9|4.3|8.8|4.0|17.1|92.0| ### TER |dataset|Snt|Wrd|Corr|Sub|Del|Ins|Err|S.Err| |---|---|---|---|---|---|---|---|---| |decode_asr_lm_lm_train_bpe250_valid.loss.ave_asr_model_valid.acc.best/dev|530|9360|70.3|15.8|13.8|4.3|34.0|87.4| |decode_asr_lm_lm_train_bpe250_valid.loss.ave_asr_model_valid.acc.best/test|704|13835|70.5|16.0|13.6|4.4|33.9|92.0| ## ASR config <details><summary>expand</summary> ``` config: conf/tuning/train_asr_transformer_specaug.yaml print_config: false log_level: INFO dry_run: false iterator_type: sequence output_dir: exp/asr_train_asr_transformer_specaug_raw_bpe250_sp ngpu: 1 seed: 0 num_workers: 1 num_att_plot: 3 dist_backend: nccl dist_init_method: env:// dist_world_size: null dist_rank: null local_rank: 0 dist_master_addr: null dist_master_port: null dist_launcher: null multiprocessing_distributed: false unused_parameters: false sharded_ddp: false cudnn_enabled: true cudnn_benchmark: false cudnn_deterministic: true collect_stats: false write_collected_feats: false max_epoch: 100 patience: 15 val_scheduler_criterion: - valid - loss early_stopping_criterion: - valid - loss - min best_model_criterion: - - valid - acc - max keep_nbest_models: 10 grad_clip: 5 grad_clip_type: 2.0 grad_noise: false accum_grad: 2 no_forward_run: false resume: true train_dtype: float32 use_amp: false log_interval: null use_tensorboard: true use_wandb: false wandb_project: null wandb_id: null wandb_entity: null wandb_name: null wandb_model_log_interval: -1 detect_anomaly: false pretrain_path: null init_param: [] ignore_init_mismatch: false freeze_param: [] num_iters_per_epoch: null batch_size: 32 valid_batch_size: null batch_bins: 1000000 valid_batch_bins: null train_shape_file: - exp/asr_stats_raw_bpe250_sp/train/speech_shape - exp/asr_stats_raw_bpe250_sp/train/text_shape.bpe valid_shape_file: - exp/asr_stats_raw_bpe250_sp/valid/speech_shape - exp/asr_stats_raw_bpe250_sp/valid/text_shape.bpe batch_type: folded valid_batch_type: null fold_length: - 80000 - 150 sort_in_batch: descending sort_batch: descending multiple_iterator: false chunk_length: 500 chunk_shift_ratio: 0.5 num_cache_chunks: 1024 train_data_path_and_name_and_type: - - /tmp/jiatong-7359.okvPvI3Z/raw/train_sp/wav.scp - speech - kaldi_ark - - /tmp/jiatong-7359.okvPvI3Z/raw/train_sp/text - text - text valid_data_path_and_name_and_type: - - /tmp/jiatong-7359.okvPvI3Z/raw/dev/wav.scp - speech - kaldi_ark - - /tmp/jiatong-7359.okvPvI3Z/raw/dev/text - text - text allow_variable_data_keys: false max_cache_size: 0.0 max_cache_fd: 32 valid_max_cache_size: null optim: adam optim_conf: lr: 1.0 scheduler: noamlr scheduler_conf: warmup_steps: 4000 token_list: - <blank> - <unk> - ':' - ▁N - NI - N - ▁IYMA - ▁NA - NA - ▁WA - WA - ▁ - '''' - KA - ▁MA - MA - T - ▁XA - TA - NCHU - WI - ▁LI - ▁NI - PA - YI - ▁PUS - K - ▁PI - ▁X - S - ▁TA - YA - ▁LA - Q - QA - TI - ▁KA - QO - W - ▁KAH - ▁PALA - H - X - XA - ▁KI - A - LH - I - LA - ▁CHA - ▁A - ▁XLI - ▁LHI - U - ▁K - KANI - KU - Y - ▁LU - Á - ▁CHU - O - KI - ▁KIWI - NTLA - ▁TLA - M - ▁TAWA - ▁TI - ▁S - WANI - CHA - LHI - LI - ▁TU - ▁PALHA - Í - ▁CHANÁ - ▁KILHWAMPA - KÁN - ▁WAYMA - E - SA - ▁E - ▁LHU - LHA - PU - ▁LHA - ▁PA - ▁LAK - ▁ANTA - ▁KITI - NCHÚ - SI - TLA - PI - ▁KINI - CHI - ▁PEROH - ▁PU - QÓ - QALHCHIWINA - TU - ▁TLHA - ▁WI - NÁ - ▁KAN - ▁NAYI - CH - 'NO' - ▁U - TSA - MÁ - NQO - ▁ANA - ▁LIKWA - ▁XTA - J - ▁QALH - TO - TÁ - ▁USA - ▁PORQUE - ▁MI - L - ▁TAWÁ - XI - LHAQAPASA - P - CHIWI - WÁ - NTI - ▁JKA - Ú - NTLHA - R - TSI - C - STA - ▁LH - LHU - MPI - ▁I - ▁NILH - ▁KATSI - ▁LHAK - MAKLHAKASKI - ▁WANIKÁN - ▁WIXI - ▁TSI - KÚ - NÍ - ▁PAKS - NU - TLHA - YÁ - KUCHAN - XAQATLI - ▁MAX - ▁LAQAPASA - ▁LAQ - QALH - KATSI - Ó - LAQAPASA - ▁J - ▁QAMA - NTU - MI - KIWI - ▁KIN - ▁XANAT - ▁CHI - JA - ▁IY - ▁TSU - MAKLAKAS - ▁MAQA - LÁ - ▁KATSIYA - ▁TLANKA - ▁STAK - ▁XLA - ▁LHIKWA - ▁SQA - ▁P - TAHNA - ▁TLAQ - ▁JKATSI - MAKLAKASKINKA - YÁW - WATIYA - CHÁ - ▁IPORQUEI - ▁AKXNI - TSU - ▁TSINÓ - ▁STAKA - ▁AKXNÍ - LAKATA - KATSÍ - ▁XALHAK - TLAWAYA - SPUT - ▁XATAWA - QALHCHIWI - PÁ - JU - ▁XAXANAT - ▁PÉREZ - ▁AKTSU - ▁JKI - NTÚ - ▁KATSIYÁ - ▁IESTEI - LAQAPASÁ - ▁MASKI - ▁LAQSQATÁ - ▁TLHANKA - ▁WANIKANI - ▁LÓPEZ - MAKLAKASKINKÁN - ▁ANTÁ - ▁TACHIWÍ - ▁SEBAST - ▁CANO - ▁XKUTNI - ▁UKXILH - TANKAH - LAKASKINQO - LAKAPASTAK - ▁XCHACHAT - TAKAWANÍ - ▁TLÁ - ▁TSINOH - KAXTLAWA - ▁NÚÑEZ - ▁XLAKASKINKA - ▁WÁTIYA - ONCE - Z - É - D - Ñ - V - F - G - '1' - B - <sos/eos> init: xavier_uniform input_size: null ctc_conf: dropout_rate: 0.0 ctc_type: builtin reduce: true ignore_nan_grad: true model_conf: ctc_weight: 0.3 lsm_weight: 0.1 length_normalized_loss: false use_preprocessor: true token_type: bpe bpemodel: data/token_list/bpe_unigram250/bpe.model non_linguistic_symbols: null cleaner: null g2p: null speech_volume_normalize: null rir_scp: null rir_apply_prob: 1.0 noise_scp: null noise_apply_prob: 1.0 noise_db_range: '13_15' frontend: default frontend_conf: fs: 16k specaug: specaug specaug_conf: apply_time_warp: true time_warp_window: 5 time_warp_mode: bicubic apply_freq_mask: true freq_mask_width_range: - 0 - 30 num_freq_mask: 2 apply_time_mask: true time_mask_width_range: - 0 - 40 num_time_mask: 2 normalize: global_mvn normalize_conf: stats_file: exp/asr_stats_raw_bpe250_sp/train/feats_stats.npz preencoder: null preencoder_conf: {} encoder: transformer encoder_conf: input_layer: conv2d num_blocks: 12 linear_units: 2048 dropout_rate: 0.1 output_size: 256 attention_heads: 4 attention_dropout_rate: 0.0 postencoder: null postencoder_conf: {} decoder: transformer decoder_conf: input_layer: embed num_blocks: 6 linear_units: 2048 dropout_rate: 0.1 required: - output_dir - token_list version: 0.10.4a1 distributed: false ``` </details> ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Yalta and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Yalta and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "noinfo", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["totonac"]}
automatic-speech-recognition
espnet/ftshijt_espnet2_asr_totonac_transformer
[ "espnet", "audio", "automatic-speech-recognition", "dataset:totonac", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "noinfo" ]
TAGS #espnet #audio #automatic-speech-recognition #dataset-totonac #arxiv-1804.00015 #license-cc-by-4.0 #region-us
ESPnet2 ASR model ----------------- ### 'espnet/ftshijt\_espnet2\_asr\_totonac\_transformer' This model was trained by ftshijt using totonac recipe in espnet. ### Demo: How to use in ESPnet2 RESULTS ======= Environments ------------ * date: 'Sun Nov 7 09:22:09 EST 2021' * python version: '3.9.7 (default, Sep 16 2021, 13:09:58) [GCC 7.5.0]' * espnet version: 'espnet 0.10.4a1' * pytorch version: 'pytorch 1.9.0' * Git hash: '' + Commit date: '' asr\_train\_asr\_transformer\_specaug\_raw\_bpe250\_sp ------------------------------------------------------ ### WER ### CER ### TER ASR config ---------- expand ### Citing ESPnet or arXiv:
[ "### 'espnet/ftshijt\\_espnet2\\_asr\\_totonac\\_transformer'\n\n\nThis model was trained by ftshijt using totonac recipe in espnet.", "### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Sun Nov 7 09:22:09 EST 2021'\n* python version: '3.9.7 (default, Sep 16 2021, 13:09:58) [GCC 7.5.0]'\n* espnet version: 'espnet 0.10.4a1'\n* pytorch version: 'pytorch 1.9.0'\n* Git hash: ''\n\t+ Commit date: ''\n\n\nasr\\_train\\_asr\\_transformer\\_specaug\\_raw\\_bpe250\\_sp\n------------------------------------------------------", "### WER", "### CER", "### TER\n\n\n\nASR config\n----------\n\n\nexpand", "### Citing ESPnet\n\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #dataset-totonac #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "### 'espnet/ftshijt\\_espnet2\\_asr\\_totonac\\_transformer'\n\n\nThis model was trained by ftshijt using totonac recipe in espnet.", "### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Sun Nov 7 09:22:09 EST 2021'\n* python version: '3.9.7 (default, Sep 16 2021, 13:09:58) [GCC 7.5.0]'\n* espnet version: 'espnet 0.10.4a1'\n* pytorch version: 'pytorch 1.9.0'\n* Git hash: ''\n\t+ Commit date: ''\n\n\nasr\\_train\\_asr\\_transformer\\_specaug\\_raw\\_bpe250\\_sp\n------------------------------------------------------", "### WER", "### CER", "### TER\n\n\n\nASR config\n----------\n\n\nexpand", "### Citing ESPnet\n\n\nor arXiv:" ]
[ 47, 48, 137, 4, 3, 10, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #dataset-totonac #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n### 'espnet/ftshijt\\_espnet2\\_asr\\_totonac\\_transformer'\n\n\nThis model was trained by ftshijt using totonac recipe in espnet.### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Sun Nov 7 09:22:09 EST 2021'\n* python version: '3.9.7 (default, Sep 16 2021, 13:09:58) [GCC 7.5.0]'\n* espnet version: 'espnet 0.10.4a1'\n* pytorch version: 'pytorch 1.9.0'\n* Git hash: ''\n\t+ Commit date: ''\n\n\nasr\\_train\\_asr\\_transformer\\_specaug\\_raw\\_bpe250\\_sp\n------------------------------------------------------### WER### CER### TER\n\n\n\nASR config\n----------\n\n\nexpand### Citing ESPnet\n\n\nor arXiv:" ]
[ -0.07998418807983398, 0.07554472237825394, -0.0037090920377522707, -0.01593238301575184, 0.028956979513168335, 0.012583057396113873, 0.06795552372932434, 0.09500076621770859, 0.04242264851927757, 0.10012465715408325, 0.18330548703670502, 0.10435809940099716, 0.0880538746714592, 0.17235223948955536, 0.005989823956042528, -0.23508918285369873, 0.03690725937485695, -0.03353891894221306, -0.04653343930840492, 0.1287747025489807, 0.1399613916873932, -0.04344752058386803, 0.12099381536245346, 0.01074453629553318, 0.005986365024000406, 0.05914098024368286, -0.038792937994003296, -0.11672961711883545, 0.04015833139419556, 0.0715685486793518, 0.043068040162324905, 0.0023166323080658913, 0.06557013094425201, -0.24000410735607147, -0.01642390713095665, 0.04148487001657486, -0.019423548132181168, 0.07435639947652817, 0.0942346602678299, 0.010844442062079906, 0.10816716402769089, -0.04750632867217064, 0.0058723571710288525, 0.008037005551159382, -0.06676796078681946, -0.15510600805282593, -0.06559246778488159, 0.12831763923168182, 0.09044338762760162, 0.08529063314199448, -0.04075182229280472, 0.10545384883880615, -0.07507412135601044, 0.043039578944444656, 0.14012411236763, -0.21337798237800598, -0.012705343775451183, -0.0021371173206716776, 0.03089289925992489, 0.10428617894649506, -0.029356272891163826, -0.07311852276325226, 0.08317471295595169, 0.046340398490428925, 0.02965455874800682, -0.004359506070613861, -0.015041147358715534, 0.0068680159747600555, -0.20510560274124146, -0.12117630988359451, 0.19789186120033264, 0.024273792281746864, -0.019648855552077293, 0.052898433059453964, -0.1004653051495552, -0.16771681606769562, 0.015306299552321434, -0.08215541392564774, 0.03468097001314163, 0.022539928555488586, 0.026097584515810013, -0.05160043388605118, -0.11432459950447083, -0.09239715337753296, -0.05764016881585121, 0.10821325331926346, 0.04961327835917473, 0.04995213821530342, 0.008166930638253689, 0.05335571989417076, -0.06903966516256332, -0.1050833910703659, 0.010540674440562725, 0.01055978238582611, 0.009625320322811604, 0.03383566439151764, 0.0462459959089756, -0.00935775600373745, 0.047443509101867676, 0.15210896730422974, -0.10907462984323502, 0.043843746185302734, 0.08619996905326843, 0.04947573319077492, -0.01578586921095848, 0.10462980717420578, -0.15561334788799286, -0.020431999117136, -0.05572466924786568, 0.06897105276584625, 0.04365924745798111, 0.0008314104634337127, -0.08395491540431976, 0.019125638529658318, 0.09013158082962036, -0.0013516898034140468, 0.06207410991191864, 0.006381911225616932, -0.03539497032761574, -0.03290627524256706, 0.25582170486450195, -0.14797534048557281, 0.022865047678351402, 0.02278103679418564, -0.10670915246009827, 0.03061770834028721, -0.010281804949045181, 0.03359999880194664, -0.09755103290081024, 0.11003928631544113, -0.11761366575956345, -0.00028122850926592946, -0.06020188704133034, -0.06647602468729019, 0.056484024971723557, 0.02770002745091915, -0.05601916089653969, -0.1246684342622757, -0.14408205449581146, -0.03661925345659256, 0.022304942831397057, -0.013131051324307919, -0.0034821138251572847, -0.02309715375304222, -0.1333651840686798, 0.04759320244193077, -0.09577386826276779, -0.005854771472513676, -0.09939417243003845, 0.022327100858092308, 0.05076879262924194, 0.052950773388147354, -0.04480309039354324, 0.056827642023563385, -0.06872455775737762, 0.02406683750450611, -0.17138944566249847, 0.10578286647796631, -0.1536502093076706, -0.024567212909460068, -0.16833710670471191, -0.11926278471946716, -0.07618557661771774, -0.021326296031475067, 0.06811690330505371, 0.1331915557384491, -0.16567645967006683, -0.07245894521474838, 0.11471623182296753, -0.11710723489522934, -0.059070076793432236, 0.16612881422042847, 0.054495278745889664, -0.13500602543354034, 0.04019896313548088, 0.17660176753997803, 0.01711445301771164, -0.11257924884557724, -0.09380745142698288, 0.06398431211709976, 0.01907283440232277, 0.0035583176650106907, 0.12691976130008698, -0.07937760651111603, 0.08922647684812546, -0.04732431843876839, -0.09530332684516907, 0.01730361022055149, -0.03862975537776947, -0.07511183619499207, 0.005206830333918333, -0.038786180317401886, 0.054072823375463486, -0.0004068879352416843, -0.01099573913961649, -0.008555826731026173, -0.0925898477435112, 0.00880399439483881, 0.10044270753860474, -0.015801332890987396, 0.03299920633435249, -0.1122594028711319, 0.07726389169692993, -0.04270486906170845, -0.010308927856385708, -0.10557196289300919, -0.00948544405400753, 0.030391531065106392, -0.024608207866549492, 0.06309833377599716, -0.04196672886610031, 0.034189507365226746, -0.0113206896930933, 0.004612642806023359, -0.06403445452451706, 0.000055771248298697174, -0.01422079373151064, -0.014038228429853916, -0.1566941738128662, -0.06823612749576569, 0.00317704351618886, 0.025359034538269043, -0.15025922656059265, 0.0031026427168399096, 0.05095267295837402, 0.1275138109922409, -0.056624822318553925, -0.02612936682999134, -0.04888278245925903, -0.003022901713848114, -0.030037306249141693, -0.0606587789952755, -0.08245644718408585, -0.02034749649465084, -0.06828831136226654, 0.08006595820188522, -0.10132841020822525, 0.06471049040555954, 0.13587892055511475, -0.059489890933036804, -0.03592664748430252, 0.1251135617494583, -0.03226171061396599, -0.06632978469133377, 0.058517929166555405, -0.06668027490377426, 0.16347962617874146, -0.013832489028573036, 0.06694990396499634, -0.13206204771995544, -0.01700056530535221, -0.006255871616303921, -0.1167953833937645, -0.03474672511219978, 0.09673367440700531, -0.004402130376547575, -0.1700124740600586, 0.14660009741783142, 0.0587993785738945, -0.12386889010667801, 0.13095073401927948, 0.006671925541013479, -0.11417088657617569, -0.05407208204269409, 0.07151776552200317, -0.03693671151995659, 0.048760294914245605, -0.07737576216459274, -0.006947866640985012, 0.012698641046881676, 0.01861525885760784, 0.07254119217395782, -0.1871776580810547, 0.04453152045607567, -0.021213442087173462, -0.12881441414356232, -0.040922850370407104, -0.052275434136390686, -0.06767982989549637, 0.05104004591703415, 0.022720923647284508, -0.13284286856651306, 0.0008534853113815188, -0.006624438799917698, -0.10917019844055176, 0.19167397916316986, -0.17761901021003723, -0.2094992697238922, -0.17662696540355682, 0.03259146213531494, -0.026640167459845543, 0.042786337435245514, 0.0020578219555318356, -0.09621741622686386, -0.06793223321437836, -0.0520634800195694, 0.02162199281156063, -0.11963187903165817, -0.039815161377191544, -0.0010411670664325356, -0.040373314172029495, 0.07120359688997269, -0.11183366924524307, -0.002449899213388562, -0.026286646723747253, -0.04739059880375862, 0.012561360374093056, -0.0017301744082942605, 0.043933700770139694, 0.18186193704605103, -0.015762044116854668, -0.008418395183980465, 0.018597295507788658, 0.24811933934688568, -0.07709599286317825, 0.001931955455802381, 0.08960070461034775, -0.019166233018040657, 0.07051384449005127, 0.12579944729804993, 0.02755224145948887, -0.03789404034614563, -0.02164413593709469, 0.007465706672519445, -0.001326594385318458, -0.3395366966724396, -0.09706158936023712, -0.01587868668138981, 0.03154045715928078, 0.04066108167171478, 0.08740559220314026, 0.089483842253685, 0.04134718328714371, -0.07617758214473724, -0.016709504649043083, -0.022312190383672714, 0.04009383171796799, 0.11351777613162994, 0.006964389700442553, 0.08170310407876968, -0.002598196268081665, -0.018842414021492004, 0.09026703983545303, 0.06158312037587166, 0.08031878620386124, 0.08223086595535278, 0.1451447457075119, 0.07455857843160629, 0.21202784776687622, 0.008569627068936825, -0.023771537467837334, 0.01972503960132599, 0.02184656821191311, 0.02339814230799675, -0.059823229908943176, -0.09045006334781647, 0.12561574578285217, 0.13603365421295166, -0.043049879372119904, 0.051972396671772, 0.023683831095695496, 0.02014053612947464, 0.18211446702480316, 0.04914228990674019, -0.35116735100746155, -0.026911526918411255, 0.004765741061419249, -0.08745613694190979, -0.05686497688293457, 0.026796767488121986, 0.09497442841529846, -0.03499571233987808, 0.11357659101486206, 0.012552824802696705, 0.047449883073568344, -0.09713156521320343, -0.023884117603302002, 0.05508587509393692, 0.10725905746221542, 0.03539998084306717, 0.08067110180854797, -0.21270564198493958, 0.2683400809764862, 0.015248971059918404, 0.05191538855433464, 0.00638263113796711, 0.049791887402534485, -0.006600202061235905, 0.03297596424818039, 0.11919185519218445, 0.03850801661610603, -0.07666607946157455, -0.05999429523944855, -0.14004363119602203, -0.0014013942563906312, 0.1318577229976654, 0.02112940140068531, 0.03273003548383713, 0.01007618848234415, -0.006285622715950012, 0.04261132329702377, -0.06928031146526337, -0.1670091301202774, -0.024510057643055916, 0.056791599839925766, 0.13050143420696259, 0.02633911930024624, -0.03752245754003525, -0.047414056956768036, -0.08434391021728516, 0.12374914437532425, -0.17676332592964172, -0.09419956058263779, -0.05742078647017479, 0.0019370713271200657, 0.23047661781311035, -0.08069976419210434, 0.05373421311378479, 0.03664678707718849, 0.07703380286693573, 0.06015734747052193, -0.02357754297554493, 0.11583562940359116, -0.12283535301685333, -0.142516627907753, 0.011538962833583355, 0.12262523174285889, 0.0673556923866272, 0.05610727518796921, -0.02551836334168911, 0.044931378215551376, -0.07388568669557571, -0.10137078911066055, 0.04000665247440338, 0.04193384200334549, -0.015083151869475842, 0.10816670209169388, -0.008669174276292324, -0.12793372571468353, -0.09010136127471924, -0.003841853467747569, 0.07938848435878754, 0.2241954207420349, -0.049983903765678406, 0.006312994752079248, 0.2384311705827713, -0.04780559614300728, -0.18274912238121033, -0.10628378391265869, 0.11943554878234863, -0.03041543997824192, -0.04620938003063202, -0.20000720024108887, 0.0015711638843640685, 0.09903773665428162, -0.05926375091075897, 0.03546902537345886, -0.2813102900981903, -0.09606611728668213, 0.1631462126970291, -0.09570849686861038, -0.11483275890350342, -0.17575034499168396, -0.1275274008512497, -0.07308025658130646, -0.01914466917514801, 0.05737800523638725, 0.047906626015901566, 0.0629417672753334, 0.01174713671207428, 0.09550320357084274, -0.03305727243423462, -0.02657664380967617, 0.16865356266498566, 0.07194508612155914, -0.02056357078254223, -0.028261631727218628, 0.02515317127108574, 0.022719189524650574, -0.01088358648121357, 0.1614631563425064, 0.013374773785471916, 0.023734375834465027, -0.10595446825027466, -0.013215051963925362, -0.08505064249038696, 0.043249912559986115, 0.019150646403431892, -0.030329512432217598, -0.06482577323913574, -0.025003548711538315, 0.061294712126255035, 0.007307269144803286, 0.14150875806808472, -0.013525551185011864, 0.06862910836935043, 0.20101496577262878, 0.06381933391094208, -0.04821407422423363, -0.16280505061149597, 0.03595839813351631, 0.010712637566030025, 0.06032581627368927, -0.09975608438253403, 0.018565475940704346, 0.089833103120327, 0.010322158224880695, 0.11698300391435623, 0.04551739990711212, -0.17472797632217407, -0.06096763163805008, 0.07000494748353958, -0.12141190469264984, -0.10647822171449661, 0.012602566741406918, 0.049785275012254715, -0.06277994066476822, 0.03159261494874954, 0.11976005882024765, -0.0862031877040863, -0.0175948366522789, 0.0021150156389921904, 0.10600303113460541, -0.11740535497665405, 0.23984098434448242, 0.11844805628061295, 0.034868013113737106, -0.12833170592784882, 0.14173132181167603, 0.08473241329193115, -0.014055933803319931, 0.06430040299892426, 0.07559849321842194, -0.04900766909122467, -0.04230323061347008, -0.08135821670293808, -0.07352665066719055, -0.10993900895118713, -0.16069097816944122, -0.01870523765683174, -0.025353409349918365, 0.06763098388910294, 0.047855425626039505, 0.06051275506615639, 0.043320395052433014, 0.02454068511724472, 0.050896137952804565, 0.015577612444758415, 0.04566893354058266, 0.0740952417254448, 0.07912526279687881, -0.15969127416610718, 0.08774425834417343, 0.009455769322812557, 0.04245566949248314, -0.010827776044607162, 0.05124439671635628, -0.031208675354719162, 0.038493022322654724, 0.009811571799218655, 0.027019640430808067, -0.059536468237638474, -0.031410377472639084, 0.06756620854139328, -0.05823550373315811, -0.08359863609075546, 0.048865851014852524, -0.09732861071825027, -0.04929402843117714, -0.02863491326570511, 0.03991188853979111, -0.18859119713306427, -0.007426241412758827, 0.03815320506691933, -0.0415864996612072, 0.02807159721851349, 0.10218556225299835, -0.00029579122201539576, 0.009838983416557312, -0.13615038990974426, -0.007672578562051058, 0.13543924689292908, 0.07224619388580322, 0.02772403322160244, -0.08243288099765778, -0.01291012205183506, 0.060508280992507935, 0.004565600771456957, -0.023709040135145187, 0.03331699222326279, -0.10917391628026962, -0.03849560394883156, -0.09213481098413467, -0.047807853668928146, -0.015755552798509598, 0.030904818326234818, 0.09431742876768112, 0.045585814863443375, 0.162114679813385, -0.040375445038080215, -0.038046982139348984, -0.11982322484254837, 0.029086248949170113, -0.008097908459603786, -0.02759968489408493, 0.0007555420161224902, 0.06055903062224388, 0.06198522076010704, -0.0629771426320076, 0.13555632531642914, 0.009268417954444885, -0.03164863958954811, 0.027826154604554176, -0.029496164992451668, 0.02001795917749405, 0.02808491885662079, 0.10975684970617294, 0.03277091681957245, -0.04720558598637581, -0.032533373683691025, -0.023888668045401573, 0.03759073466062546, -0.05666566267609596, 0.061830006539821625, 0.06929652392864227, 0.025551116093993187, 0.16553644835948944, 0.1087946966290474, -0.13818584382534027, -0.0923035517334938, -0.045074213296175, -0.07820858061313629, 0.10545703768730164, 0.044864557683467865, 0.17359691858291626, 0.13259199261665344, -0.12924665212631226, 0.03214140981435776, 0.015353634022176266, -0.09690077602863312, -0.16199558973312378, -0.07717025279998779, -0.061256516724824905, -0.1896408498287201, -0.0011282070772722363, -0.1256306916475296, 0.07872148603200912, 0.15013879537582397, 0.015490725636482239, 0.02286054939031601, 0.13408613204956055, 0.031806934624910355, -0.11980566382408142, 0.02504245564341545, 0.014838971197605133, 0.016528340056538582, -0.049039751291275024, -0.05646365135908127, 0.11122070252895355, 0.00324448780156672, 0.06812279671430588, -0.02301722578704357, -0.026819119229912758, 0.11963483691215515, 0.020767170935869217, -0.04736317694187164, -0.009800393134355545, 0.01854686439037323, 0.02164982631802559, 0.10233818739652634, 0.04110988229513168, -0.04204379767179489, 0.034532539546489716, 0.1271718144416809, -0.12981322407722473, -0.044170036911964417, -0.09991934150457382, 0.20192526280879974, 0.025013310834765434, 0.10189639776945114, -0.014627496711909771, -0.11602265387773514, -0.07936112582683563, 0.11493278294801712, 0.15183304250240326, -0.0012232746230438352, -0.041615720838308334, 0.0026884162798523903, 0.011160851456224918, -0.04563823714852333, 0.007847025990486145, 0.11634602397680283, 0.23614419996738434, -0.02749067172408104, -0.01009826548397541, -0.043076351284980774, 0.000007923965313239023, -0.055057838559150696, -0.006508975755423307, -0.009747428819537163, -0.03828924894332886, -0.029492037370800972, 0.11853097379207611, -0.09968990087509155, -0.15763676166534424, -0.07857521623373032, -0.044922079890966415, -0.058882251381874084, 0.03746580332517624, 0.13976618647575378, 0.062147583812475204, 0.07975814491510391, 0.00364473694935441, -0.03985696658492088, 0.03665318340063095, 0.02443949691951275, -0.17174789309501648, -0.04455243796110153, 0.048067446798086166, -0.07978513091802597, 0.19057035446166992, -0.004643313121050596, 0.19077980518341064, 0.07795264571905136, 0.02192744053900242, -0.05733809247612953, 0.0700015276670456, 0.0660349428653717, -0.060369282960891724, 0.036473583430051804, 0.10067636519670486, 0.019047250971198082, 0.04083415865898132, 0.054164234548807144, -0.07382787764072418, -0.03232623636722565, 0.04457637295126915, 0.0174478217959404, -0.11050973832607269, -0.04240069538354874, -0.12623777985572815, 0.10065200924873352, 0.08206377178430557, -0.058534033596515656, -0.012393821962177753, -0.05296788737177849, 0.02189512737095356, -0.004097520839422941, 0.08935632556676865, 0.03163939714431763, -0.2336805760860443, -0.021266736090183258, -0.03695719689130783, 0.10121423751115799, -0.07063049077987671, -0.002415210008621216, 0.019753847271203995, -0.04526548087596893, -0.026179464533925056, 0.06568491458892822, -0.006293126381933689, 0.029087934643030167, -0.04339427128434181, 0.03931555151939392, -0.014068998396396637, 0.07671104371547699, -0.1540025919675827, -0.09063161164522171 ]
null
null
espnet
## ESPnet2 ASR model ### `espnet/ftshijt_espnet2_asr_yolo_mixtec_transformer` This model was trained by ftshijt using yolo_mixtec recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```bash cd espnet pip install -e . cd els/yolo_mixtec/asr1 ./run.sh --skip_data_prep false --skip_train true --download_model espnet/ftshijt_espnet2_asr_yolo_mixtec_transformer ``` <!-- Generated by scripts/utils/show_asr_result.sh --> # RESULTS ## Environments - date: `Wed Nov 10 02:59:39 EST 2021` - python version: `3.9.7 (default, Sep 16 2021, 13:09:58) [GCC 7.5.0]` - espnet version: `espnet 0.10.4a1` - pytorch version: `pytorch 1.9.0` - Git hash: `` - Commit date: `` ## asr_train_asr_transformer_specaug_raw_bpe500 ### WER |dataset|Snt|Wrd|Corr|Sub|Del|Ins|Err|S.Err| |---|---|---|---|---|---|---|---|---| |decode_asr_lm_lm_train_bpe500_valid.loss.ave_asr_model_valid.acc.best/test|4985|81348|84.1|11.8|4.1|2.5|18.3|82.5| ### CER |dataset|Snt|Wrd|Corr|Sub|Del|Ins|Err|S.Err| |---|---|---|---|---|---|---|---|---| |decode_asr_lm_lm_train_bpe500_valid.loss.ave_asr_model_valid.acc.best/test|4985|626187|93.4|2.2|4.4|2.4|9.0|82.5| ### TER |dataset|Snt|Wrd|Corr|Sub|Del|Ins|Err|S.Err| |---|---|---|---|---|---|---|---|---| |decode_asr_lm_lm_train_bpe500_valid.loss.ave_asr_model_valid.acc.best/test|4985|325684|90.7|5.2|4.1|2.2|11.5|82.5| ## ASR config <details><summary>expand</summary> ``` config: conf/tuning/train_asr_transformer_specaug.yaml print_config: false log_level: INFO dry_run: false iterator_type: sequence output_dir: exp/asr_train_asr_transformer_specaug_raw_bpe500 ngpu: 1 seed: 0 num_workers: 1 num_att_plot: 3 dist_backend: nccl dist_init_method: env:// dist_world_size: null dist_rank: null local_rank: 0 dist_master_addr: null dist_master_port: null dist_launcher: null multiprocessing_distributed: false unused_parameters: false sharded_ddp: false cudnn_enabled: true cudnn_benchmark: false cudnn_deterministic: true collect_stats: false write_collected_feats: false max_epoch: 100 patience: 15 val_scheduler_criterion: - valid - loss early_stopping_criterion: - valid - loss - min best_model_criterion: - - valid - acc - max keep_nbest_models: 10 grad_clip: 5 grad_clip_type: 2.0 grad_noise: false accum_grad: 2 no_forward_run: false resume: true train_dtype: float32 use_amp: false log_interval: null use_tensorboard: true use_wandb: false wandb_project: null wandb_id: null wandb_entity: null wandb_name: null wandb_model_log_interval: -1 detect_anomaly: false pretrain_path: null init_param: [] ignore_init_mismatch: false freeze_param: [] num_iters_per_epoch: null batch_size: 32 valid_batch_size: null batch_bins: 1000000 valid_batch_bins: null train_shape_file: - exp/asr_stats_raw_bpe500/train/speech_shape - exp/asr_stats_raw_bpe500/train/text_shape.bpe valid_shape_file: - exp/asr_stats_raw_bpe500/valid/speech_shape - exp/asr_stats_raw_bpe500/valid/text_shape.bpe batch_type: folded valid_batch_type: null fold_length: - 80000 - 150 sort_in_batch: descending sort_batch: descending multiple_iterator: false chunk_length: 500 chunk_shift_ratio: 0.5 num_cache_chunks: 1024 train_data_path_and_name_and_type: - - /tmp/st-jiatong-54826.tbQP9L0N/raw/train/wav.scp - speech - kaldi_ark - - /tmp/st-jiatong-54826.tbQP9L0N/raw/train/text - text - text valid_data_path_and_name_and_type: - - /tmp/st-jiatong-54826.tbQP9L0N/raw/dev/wav.scp - speech - kaldi_ark - - /tmp/st-jiatong-54826.tbQP9L0N/raw/dev/text - text - text allow_variable_data_keys: false max_cache_size: 0.0 max_cache_fd: 32 valid_max_cache_size: null optim: adam optim_conf: lr: 1.0 scheduler: noamlr scheduler_conf: warmup_steps: 25000 token_list: - <blank> - <unk> - '4' - '3' - '1' - '2' - A - ▁NDI - '''4' - '''1' - U - ▁BA - O - ▁I - E - 4= - ▁KU - ▁TAN - ▁KA - '''3' - NI - ▁YA - RA - 3= - 2= - IN - NA - ▁TA - AN - ▁KAN - ▁NI - ▁NDA - ▁NA - ▁JI - KAN - CHI - (3)= - I - UN - 1- - ▁SA - (4)= - ▁JA - XI - ▁KO - ▁TI - TA - KU - BI - ▁YU - ▁KWA - KA - XA - 1= - ▁YO - RI - NDO - ▁XA - TU - ▁TU - ▁ÑA - ▁KI - ▁XI - YO - NDU - NDA - ▁CHI - (2)= - ▁BI - ▁NU - KI - (1)= - YU - 3- - ▁MI - 'ON' - ▁A - BA - 4- - KO - ▁NDU - ▁ÑU - ▁NDO - NU - ÑU - '143' - ▁SI - ▁SO - 13- - NDI - ▁AN - ▁SU - TIN - SA - ▁BE - TO - RUN - KWA - KWI - ▁NDE - ▁KWI - XIN - ▁U - SI - SO - ▁TUN - EN - ▁KWE - YA - (4)=2 - NDE - TI - TUN - ▁TIN - MA - ▁SE - ▁XU - SU - ▁LU - ▁KE - ▁ - MI - ▁RAN - (3)=2 - 14- - ▁MA - KUN - LU - N - ▁O - KE - NGA - ▁IS - ▁JU - '=' - ▁LA - ÑA - JA - CHUN - R - TAN - PU - ▁TIEM - LI - LA - CHIU - ▁PA - M - ▁REY - ▁BAN - JI - L - SUN - ▁SEÑOR - ▁JO - ▁TIO - KWE - CHU - S - ▁YE - KIN - XU - BE - ▁CUENTA - ▁SAN - RRU - ▁¿ - CHA - ▁TO - RRA - LO - TE - ▁AMIGU - PA - XAN - ▁C - C - ▁CHA - ▁TE - ▁HIJO - ▁MB - ▁PI - G - ▁ÁNIMA - ▁CHE - ▁P - B - NDIO - SE - ▁SANTU - MU - ▁PADRE - D - JU - Z - ▁TORO - ▁PO - LE - ▁LI - RO - ▁LO - ▁MESA - CA - ▁CHIU - DO - ▁BU - ▁BUTA - JO - T - TRU - RU - ▁MBO - ▁JUAN - ▁MM - ▁CA - ▁M - ▁MAS - ▁DE - V - ▁MAÑA - ▁UTA - DA - ▁MULA - ▁YOLOXÓCHITL - ▁CONSEJU - ▁Y - ▁LE - ÓN - ▁MISA - TIU - ▁CANDELA - ▁PATRÓN - ▁PADRINU - ▁MARCU - ▁V - ▁G - Í - ▁XE - ▁MU - ▁XO - NGUI - ▁CO - ▁HOMBRE - ▁PESU - ▁PE - ▁D - ▁MACHITI - CO - REN - ▁RANCHU - ▁MIS - ▁MACHU - J - ▁PAN - CHO - H - ▁CHU - Y - ▁TON - GA - X - ▁VI - ▁FE - ▁TARRAYA - ▁SANTÍSIMA - ▁N - ▁MAYÓ - ▁CARRU - ▁F - ▁PAPÁ - ▁PALOMA - ▁MARÍA - ▁PEDRU - ▁CAFÉ - ▁COMISARIO - ▁PANELA - ▁PELÓN - É - ▁POZO - ▁CABRÓN - ▁GUACHU - ▁S - RES - ▁COSTUMBRE - ▁SEÑA - QUI - ▁ORO - CH - ▁MAR - SIN - SAN - ▁COSTA - ▁MAMÁ - ▁CINCUENTA - ▁CHO - ▁PEDR - ▁JUNTA - MÚ - ▁TIENDA - ▁JOSÉ - NC - ▁ES - ▁SUERTE - ▁FAMILIA - ▁ZAPATU - NTE - ▁PASTO - ▁CON - Ñ - ▁BOTE - CIÓN - ▁RE - ▁BOLSA - ▁MANGO - ▁JWE - ▁GASTU - ▁T - ▁B - ▁KW - ÍN - ▁HIJA - ▁CUARENT - ▁VAQUERU - ▁NECHITO - ▁NOVIA - ▁NOVIO - JWE - ▁PUENTE - ▁SANDÍA - ▁MALA - Ó - ▁ABONO - ▁JESÚS - ▁CUARTO - ▁EFE - ▁REINA - ▁COMANDANTE - ▁ESCUELA - ▁MANZANA - ▁MÁQUINA - LLA - ▁COR - ▁JERÓNIMO - ▁PISTOLA - NGI - CIO - ▁FRANCISCU - ▁TEODORO - CER - ▁SALUBI - ▁MEZA - ▁MÚSIC - ▁RU - ▁CONSTANTINO - ▁GARCÍA - ▁FRENU - ▁ROSA - ▁CERVEZA - ▁CIGARRU - ▁COMISIÓN - ▁CUNIJO - ▁FRANCISCO - ▁HÍJOLE - ▁NUEVE - ▁MUL - ▁PANTALÓN - ▁CAMISA - ▁CHINGADA - ▁SEMANA - ▁COM - GAR - ▁MARTÍN - ▁SÁBADO - ▁TRABAJO - ▁CINCO - ▁DIE - ▁EST - NDWA - ▁LECHIN - ▁COCO - ILLU - ▁CORRE - ▁MADR - ▁REC - ▁BAUTISTA - ▁VENTANA - ▁CUÑAD - ▁ANTONIU - ▁COPALA - LÍN - ▁SECUND - ▁COHETE - ▁HISTORIA - ▁POLICÍA - ENCIA - ▁CAD - ▁LUIS - ▁DOCTOR - ▁GONZÁLEZ - ▁JUEVE - ▁LIBRU - ▁QUESU - ▁VIAJE - ▁CART - ▁LOCO - ▁BOL - ▁COMPADRE - ▁JWI - ▁METRU - ▁BUENO - ▁TRE - ▁CASTILLO - ▁COMITÉ - ▁ETERNO - ▁LÍQUIDO - ▁MOLE - ▁CAPULCU - ▁DOMING - ▁ROMA - ▁CARAJU - ▁RIATA - ▁TRATU - ▁SEIS - ▁ADÁN - ▁JUANCITO - ▁HOR - '''' - ▁ARRÓ - ▁COCINA - ▁PALACIO - ▁RÓMULO - K - ▁ALFONSO - ▁BARTOLO - ▁FELIPE - ▁HERRER - ▁PAULINO - ▁YEGUA - ▁LISTA - Ú - ▁ABRIL - ▁CUATRO - ▁DICIEMBRE - ▁MARGARITO - ▁MOJONERA - ▁SOLEDAD - ▁VESTIDO - ▁PELOTA - RRET - ▁CAPITÁN - ▁COMUNIÓN - ▁CUCHARA - ▁FERNANDO - ▁GUADALUPE - ▁MIGUEL - ▁PELÚN - ▁SECRETARIU - ▁LENCHU - ▁EVA - ▁SEGUND - ▁CANTOR - ▁CHILPANCINGO - ▁GABRIEL - ▁QUINIENTO - ▁RAÚL - ▁SEVERIAN - ▁TUMBADA - ▁MALINCHI - ▁PRIMU - ▁MORAL - ▁AGOSTO - ▁CENTÍMETRO - ▁FIRMA - ▁HUEHUETÁN - ▁MANGUERA - ▁MEDI - ▁MUERT - ▁SALAZAR - ▁VIERNI - LILL - ▁LL - '-' - ▁CAMPESINO - ▁CIVIL - ▁COMISARIADO - ) - ( - Ã - ‘ - ¿ - Ü - ¡ - Q - F - Á - P - Ÿ - W - Ý - <sos/eos> init: xavier_uniform input_size: null ctc_conf: dropout_rate: 0.0 ctc_type: builtin reduce: true ignore_nan_grad: true model_conf: ctc_weight: 0.3 lsm_weight: 0.1 length_normalized_loss: false use_preprocessor: true token_type: bpe bpemodel: data/token_list/bpe_unigram500/bpe.model non_linguistic_symbols: null cleaner: null g2p: null speech_volume_normalize: null rir_scp: null rir_apply_prob: 1.0 noise_scp: null noise_apply_prob: 1.0 noise_db_range: '13_15' frontend: default frontend_conf: fs: 16k specaug: specaug specaug_conf: apply_time_warp: true time_warp_window: 5 time_warp_mode: bicubic apply_freq_mask: true freq_mask_width_range: - 0 - 30 num_freq_mask: 2 apply_time_mask: true time_mask_width_range: - 0 - 40 num_time_mask: 2 normalize: global_mvn normalize_conf: stats_file: exp/asr_stats_raw_bpe500/train/feats_stats.npz preencoder: null preencoder_conf: {} encoder: transformer encoder_conf: input_layer: conv2d num_blocks: 12 linear_units: 2048 dropout_rate: 0.1 output_size: 512 attention_heads: 4 attention_dropout_rate: 0.0 postencoder: null postencoder_conf: {} decoder: transformer decoder_conf: input_layer: embed num_blocks: 6 linear_units: 2048 dropout_rate: 0.1 required: - output_dir - token_list version: 0.10.4a1 distributed: false ``` </details> ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Yalta and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Yalta and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "noinfo", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["yolo_mixtec"]}
automatic-speech-recognition
espnet/ftshijt_espnet2_asr_yolo_mixtec_transformer
[ "espnet", "audio", "automatic-speech-recognition", "dataset:yolo_mixtec", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "noinfo" ]
TAGS #espnet #audio #automatic-speech-recognition #dataset-yolo_mixtec #arxiv-1804.00015 #license-cc-by-4.0 #region-us
ESPnet2 ASR model ----------------- ### 'espnet/ftshijt\_espnet2\_asr\_yolo\_mixtec\_transformer' This model was trained by ftshijt using yolo\_mixtec recipe in espnet. ### Demo: How to use in ESPnet2 RESULTS ======= Environments ------------ * date: 'Wed Nov 10 02:59:39 EST 2021' * python version: '3.9.7 (default, Sep 16 2021, 13:09:58) [GCC 7.5.0]' * espnet version: 'espnet 0.10.4a1' * pytorch version: 'pytorch 1.9.0' * Git hash: '' + Commit date: '' asr\_train\_asr\_transformer\_specaug\_raw\_bpe500 -------------------------------------------------- ### WER ### CER ### TER ASR config ---------- expand ### Citing ESPnet or arXiv:
[ "### 'espnet/ftshijt\\_espnet2\\_asr\\_yolo\\_mixtec\\_transformer'\n\n\nThis model was trained by ftshijt using yolo\\_mixtec recipe in espnet.", "### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Wed Nov 10 02:59:39 EST 2021'\n* python version: '3.9.7 (default, Sep 16 2021, 13:09:58) [GCC 7.5.0]'\n* espnet version: 'espnet 0.10.4a1'\n* pytorch version: 'pytorch 1.9.0'\n* Git hash: ''\n\t+ Commit date: ''\n\n\nasr\\_train\\_asr\\_transformer\\_specaug\\_raw\\_bpe500\n--------------------------------------------------", "### WER", "### CER", "### TER\n\n\n\nASR config\n----------\n\n\nexpand", "### Citing ESPnet\n\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #dataset-yolo_mixtec #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "### 'espnet/ftshijt\\_espnet2\\_asr\\_yolo\\_mixtec\\_transformer'\n\n\nThis model was trained by ftshijt using yolo\\_mixtec recipe in espnet.", "### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Wed Nov 10 02:59:39 EST 2021'\n* python version: '3.9.7 (default, Sep 16 2021, 13:09:58) [GCC 7.5.0]'\n* espnet version: 'espnet 0.10.4a1'\n* pytorch version: 'pytorch 1.9.0'\n* Git hash: ''\n\t+ Commit date: ''\n\n\nasr\\_train\\_asr\\_transformer\\_specaug\\_raw\\_bpe500\n--------------------------------------------------", "### WER", "### CER", "### TER\n\n\n\nASR config\n----------\n\n\nexpand", "### Citing ESPnet\n\n\nor arXiv:" ]
[ 49, 55, 134, 4, 3, 10, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #dataset-yolo_mixtec #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n### 'espnet/ftshijt\\_espnet2\\_asr\\_yolo\\_mixtec\\_transformer'\n\n\nThis model was trained by ftshijt using yolo\\_mixtec recipe in espnet.### Demo: How to use in ESPnet2\n\n\nRESULTS\n=======\n\n\nEnvironments\n------------\n\n\n* date: 'Wed Nov 10 02:59:39 EST 2021'\n* python version: '3.9.7 (default, Sep 16 2021, 13:09:58) [GCC 7.5.0]'\n* espnet version: 'espnet 0.10.4a1'\n* pytorch version: 'pytorch 1.9.0'\n* Git hash: ''\n\t+ Commit date: ''\n\n\nasr\\_train\\_asr\\_transformer\\_specaug\\_raw\\_bpe500\n--------------------------------------------------### WER### CER### TER\n\n\n\nASR config\n----------\n\n\nexpand### Citing ESPnet\n\n\nor arXiv:" ]
[ -0.06501545011997223, 0.052442766726017, -0.004747484344989061, -0.02315068244934082, 0.05157649144530296, 0.021617954596877098, 0.09282021224498749, 0.07873640209436417, 0.02620026469230652, 0.06453657895326614, 0.16328954696655273, 0.12238059937953949, 0.08131731301546097, 0.18821929395198822, 0.002434843685477972, -0.24195951223373413, 0.020770438015460968, -0.028284084051847458, -0.11552031338214874, 0.1319245845079422, 0.14647513628005981, -0.04550649970769882, 0.1176862120628357, 0.04193659871816635, 0.016526460647583008, 0.058373019099235535, -0.038019657135009766, -0.10401159524917603, 0.0335996150970459, 0.09014104306697845, 0.0670253112912178, 0.0117742158472538, 0.05504557490348816, -0.2189100980758667, -0.008967333473265171, 0.04978293552994728, -0.018626302480697632, 0.07057518512010574, 0.09288198500871658, -0.022474445402622223, 0.12356924265623093, -0.06252002716064453, 0.022740012034773827, 0.025850752368569374, -0.06230577453970909, -0.2082064002752304, -0.09101896733045578, 0.12979663908481598, 0.11241034418344498, 0.06959898769855499, -0.03172094374895096, 0.08321546018123627, -0.041410986334085464, 0.05770637467503548, 0.16730090975761414, -0.21454863250255585, -0.024447200819849968, -0.010225288569927216, 0.04500643536448479, 0.1104414239525795, -0.008521161042153835, -0.08173707872629166, 0.07917184382677078, 0.04925639554858208, 0.06544852256774902, -0.01362550724297762, 0.04193270578980446, -0.018618015572428703, -0.21083945035934448, -0.10817688703536987, 0.1711011677980423, 0.014144275337457657, -0.038043346256017685, 0.036236345767974854, -0.11070650070905685, -0.1619875431060791, 0.014998653903603554, -0.09033519774675369, 0.039594944566488266, 0.011153900064527988, 0.028183069080114365, -0.07079919427633286, -0.0912848562002182, -0.06733470410108566, -0.0531562939286232, 0.13446144759655, 0.05967315286397934, 0.033736057579517365, 0.00811485294252634, 0.04386645555496216, -0.018954074010252953, -0.10365132242441177, 0.020268943160772324, 0.004974888637661934, 0.021922428160905838, 0.031675856560468674, 0.06206097826361656, -0.07922279089689255, 0.04044299200177193, 0.13267478346824646, -0.11266247183084488, 0.04253401234745979, 0.1131269782781601, 0.030925970524549484, -0.02021007053554058, 0.12926866114139557, -0.1362801045179367, -0.04562622308731079, -0.056520864367485046, 0.07843314111232758, 0.03577462211251259, 0.00998460128903389, -0.0788159966468811, 0.01817905157804489, 0.06579528003931046, -0.0034615907352417707, 0.0742836445569992, 0.00858375709503889, -0.03939710929989815, -0.04840097576379776, 0.19507475197315216, -0.15556438267230988, 0.028389224782586098, -0.00982654094696045, -0.09256944060325623, 0.05270839110016823, 0.004437755327671766, 0.013142122887074947, -0.0991947278380394, 0.1370789259672165, -0.10609133541584015, -0.001902375603094697, -0.08020535856485367, -0.09420648217201233, 0.03332846984267235, 0.038545530289411545, -0.04406270384788513, -0.13532379269599915, -0.1263073831796646, -0.03523949161171913, 0.04036455601453781, 0.006896205712109804, -0.004621755797415972, -0.006709906738251448, -0.1087346076965332, 0.04496513307094574, -0.09778221696615219, -0.009619316086173058, -0.09269899874925613, 0.021964292973279953, 0.05465809255838394, 0.052200186997652054, -0.029417289420962334, 0.060214195400476456, -0.03581494837999344, 0.04985541105270386, -0.15058284997940063, 0.12350066751241684, -0.1651354730129242, -0.017774170264601707, -0.17756684124469757, -0.13241735100746155, -0.035521250218153, -0.030013155192136765, 0.06451399624347687, 0.10201331228017807, -0.1398203819990158, -0.0936359241604805, 0.13553862273693085, -0.10729724168777466, -0.05891505628824234, 0.17720240354537964, 0.05249208211898804, -0.13021937012672424, 0.056215573102235794, 0.12850819528102875, 0.1137012466788292, -0.13066773116588593, -0.09649480134248734, 0.0668376013636589, 0.03248480334877968, 0.0328681506216526, 0.11941133439540863, -0.05329412966966629, 0.1019047424197197, -0.04191562160849571, -0.09080516546964645, 0.05403909832239151, -0.03797497600317001, -0.06879565119743347, 0.007952941581606865, -0.04367094114422798, 0.09872507303953171, -0.0012220398057252169, -0.02923685684800148, -0.00716357072815299, -0.11276237666606903, 0.010080806910991669, 0.11033354699611664, -0.030365915969014168, 0.010716045275330544, -0.13026000559329987, 0.09103856235742569, -0.03133110702037811, -0.009674112312495708, -0.0754578560590744, -0.045248255133628845, 0.0006195157766342163, -0.04986344277858734, 0.041187260299921036, -0.03878428414463997, 0.04780683293938637, -0.001552642323076725, -0.007279284298419952, -0.061818912625312805, -0.017245490103960037, -0.024592529982328415, -0.009497813880443573, -0.14167195558547974, -0.0915994793176651, 0.014274410903453827, 0.0436752550303936, -0.12385458499193192, 0.01577930711209774, 0.039200592786073685, 0.13090652227401733, -0.060883913189172745, -0.017436781898140907, -0.044540323317050934, 0.015164653770625591, -0.03125804662704468, -0.07824748009443283, -0.0808955654501915, -0.012795564718544483, -0.062465064227581024, 0.04387513920664787, -0.11741774529218674, 0.07634229958057404, 0.13073775172233582, -0.0055186268873512745, -0.02523820661008358, 0.11534744501113892, -0.025946317240595818, -0.04491129890084267, 0.05549241229891777, -0.022833535447716713, 0.2035030722618103, 0.000002830545781762339, 0.09810957312583923, -0.1034509614109993, -0.008774888701736927, -0.00937864650040865, -0.11744341254234314, -0.012322177179157734, 0.09843703359365463, -0.05937699228525162, -0.1504291445016861, 0.14361035823822021, 0.05643683299422264, -0.13499008119106293, 0.1321556121110916, 0.011015229858458042, -0.09884964674711227, -0.05349182337522507, 0.07120110094547272, -0.016280068084597588, 0.019148940220475197, -0.050589658319950104, 0.008499370887875557, 0.016652315855026245, -0.0057937754318118095, 0.05869775265455246, -0.17367486655712128, 0.05340828746557236, 0.014192366972565651, -0.12110964208841324, -0.03081934154033661, -0.061236053705215454, -0.05906682461500168, 0.026429839432239532, 0.025731492787599564, -0.10998116433620453, -0.01028390508145094, 0.015482227317988873, -0.09457471966743469, 0.19474735856056213, -0.16939161717891693, -0.23008272051811218, -0.19315634667873383, -0.016665121540427208, -0.02951791137456894, 0.021283606067299843, 0.0021835598163306713, -0.1073409914970398, -0.07583875954151154, -0.01825632154941559, 0.0826898142695427, -0.11954794824123383, -0.05019296705722809, 0.01907430961728096, -0.030461125075817108, 0.08510717749595642, -0.1289992779493332, -0.003183553693816066, 0.003159628016874194, -0.05491466075181961, 0.020103709772229195, 0.017787352204322815, 0.03539823740720749, 0.16212883591651917, -0.040627073496580124, -0.010530667379498482, 0.017739571630954742, 0.2552841007709503, -0.09053711593151093, -0.010018102824687958, 0.10741367191076279, -0.004696443676948547, 0.06959496438503265, 0.10030613839626312, 0.020781535655260086, -0.021821465343236923, -0.0249650739133358, 0.011411666870117188, -0.009074250236153603, -0.3432117700576782, -0.10010380297899246, -0.024056708440184593, 0.007771859876811504, 0.06572916358709335, 0.06383129209280014, 0.08026646822690964, 0.07697732746601105, -0.09689961373806, 0.03385155275464058, -0.016848862171173096, 0.049102623015642166, 0.1354282945394516, 0.010872799903154373, 0.07978181540966034, -0.009517761878669262, -0.01739228330552578, 0.08441706746816635, 0.06835568696260452, 0.09140410274267197, 0.06488999724388123, 0.1506224125623703, 0.07963483035564423, 0.22233323752880096, 0.0063133519142866135, -0.006776731926947832, 0.029232071712613106, 0.029659949243068695, 0.03405771777033806, -0.045562975108623505, -0.11489428579807281, 0.09772680699825287, 0.12993711233139038, -0.03444339707493782, 0.06045745313167572, 0.07163049280643463, 0.008929547853767872, 0.23781011998653412, 0.018770532682538033, -0.388088196516037, -0.057059064507484436, 0.001069909892976284, -0.09105909615755081, -0.06579548865556717, 0.0004428557585924864, 0.06372661888599396, -0.04434765875339508, 0.14540335536003113, -0.01868516393005848, 0.053366485983133316, -0.10525933653116226, -0.039212312549352646, 0.06267146021127701, 0.1401699185371399, 0.04364313185214996, 0.07089749723672867, -0.22154557704925537, 0.25739923119544983, 0.009232481941580772, 0.06025046855211258, 0.039332207292318344, 0.06413005292415619, 0.005165870767086744, 0.022016391158103943, 0.09188146889209747, 0.04530356079339981, -0.013096356764435768, -0.0651058554649353, -0.12950600683689117, -0.004925297573208809, 0.11426020413637161, 0.026095163077116013, 0.0625750869512558, -0.027531761676073074, -0.008103572763502598, 0.027476683259010315, -0.05725470557808876, -0.12989430129528046, -0.057918328791856766, 0.05045376718044281, 0.09911442548036575, 0.07317575067281723, -0.04543815925717354, -0.05289994925260544, -0.06643683463335037, 0.15988163650035858, -0.1859603077173233, -0.12356142699718475, -0.06620337814092636, 0.012437722645699978, 0.211713045835495, -0.08703994005918503, 0.060554325580596924, 0.03650219738483429, 0.0903390645980835, 0.026918141171336174, -0.03867233544588089, 0.0825590267777443, -0.12044902890920639, -0.14292125403881073, 0.03292921558022499, 0.10730282217264175, 0.06332182884216309, 0.06317780911922455, -0.015821777284145355, 0.033284734934568405, -0.06892335414886475, -0.09301959723234177, 0.024615777656435966, 0.06314940005540848, -0.029933925718069077, 0.11128176748752594, 0.013975704088807106, -0.12997600436210632, -0.10456960648298264, 0.012247774749994278, 0.09183640033006668, 0.206979438662529, -0.05533335357904434, -0.0005323755322024226, 0.19140198826789856, -0.061836421489715576, -0.1431167870759964, -0.13242611289024353, 0.1500394642353058, -0.024414025247097015, -0.04308795556426048, -0.21161366999149323, -0.0024326436687260866, 0.12208843231201172, -0.042988426983356476, 0.02019580639898777, -0.29466891288757324, -0.0988706648349762, 0.16467830538749695, -0.07479382306337357, -0.11599965393543243, -0.18740548193454742, -0.09912433475255966, -0.09916473180055618, -0.06449264287948608, 0.027810994535684586, 0.061985403299331665, 0.06134021654725075, 0.010849305428564548, 0.11970929056406021, -0.033259134739637375, -0.012926895171403885, 0.1772446483373642, 0.020749330520629883, -0.029299644753336906, -0.020364712923765182, 0.04850540682673454, 0.023489048704504967, -0.02410019002854824, 0.14731299877166748, 0.009761241264641285, 0.017966223880648613, -0.09289588779211044, -0.03280886635184288, -0.06713663041591644, 0.03829994797706604, 0.023894304409623146, -0.030720101669430733, -0.07547474652528763, -0.03574035316705704, 0.08993285149335861, -0.0037683958653360605, 0.14692334830760956, -0.003258037380874157, 0.09053897112607956, 0.16640998423099518, 0.08455735445022583, -0.06490809470415115, -0.24009567499160767, 0.026768382638692856, 0.032413262873888016, 0.05374159291386604, -0.09216871857643127, 0.03999679163098335, 0.1003638505935669, 0.02365957386791706, 0.1088399887084961, 0.04072730615735054, -0.1597936451435089, -0.028858346864581108, 0.06877993792295456, -0.10445854812860489, -0.18038210272789001, 0.007774206344038248, 0.04655403271317482, -0.08928807079792023, 0.01836208440363407, 0.1304975003004074, -0.09552767127752304, -0.032608285546302795, -0.0002895080833695829, 0.1002926230430603, -0.12095413357019424, 0.23166349530220032, 0.09510312229394913, 0.05067988112568855, -0.12211692333221436, 0.11182688921689987, 0.09854244440793991, -0.011659245006740093, 0.06085764244198799, 0.07688534259796143, -0.04068285599350929, -0.03138415142893791, -0.07284853607416153, -0.11267449706792831, -0.10155312716960907, -0.14163421094417572, -0.02734457142651081, -0.043025363236665726, 0.04748200252652168, 0.03805327042937279, 0.05457843467593193, 0.03025149554014206, 0.02467726171016693, 0.03449935093522072, -0.011428453959524632, 0.05452728271484375, 0.09814096242189407, 0.08706802129745483, -0.18725694715976715, 0.12354956567287445, 0.014155334793031216, 0.03127255663275719, -0.015401716344058514, 0.04407598450779915, -0.006877743639051914, 0.035323306918144226, -0.052187416702508926, 0.03230217471718788, -0.07332655042409897, -0.010441139340400696, 0.060218971222639084, -0.045540016144514084, -0.08868279308080673, 0.06158868223428726, -0.10322313010692596, -0.056198474019765854, -0.019358109682798386, 0.031070582568645477, -0.16596731543540955, 0.003992301411926746, 0.035740260034799576, -0.042056288570165634, -0.00198172009550035, 0.08144837617874146, -0.010884173214435577, -0.0013702926225960255, -0.1333134025335312, -0.028183873742818832, 0.1378197968006134, 0.08159387856721878, 0.03966207057237625, -0.12325001507997513, 0.0013258956605568528, 0.060193125158548355, 0.004585193935781717, -0.02120460383594036, 0.027568725869059563, -0.11754124611616135, -0.04464361071586609, -0.08007816970348358, -0.032095011323690414, -0.031109388917684555, 0.04484148696064949, 0.09007755666971207, 0.05010116100311279, 0.20291759073734283, -0.05068305507302284, -0.03807419538497925, -0.12544330954551697, 0.012114628218114376, -0.01738521084189415, -0.03792400658130646, 0.020883886143565178, 0.04273271933197975, 0.050162896513938904, -0.04982474818825722, 0.1094442754983902, 0.03575584664940834, -0.03706933185458183, 0.030805684626102448, -0.071256123483181, 0.00868234783411026, 0.01733599230647087, 0.0938686653971672, 0.017107078805565834, -0.036225058138370514, -0.025998465716838837, -0.02256767638027668, 0.04097096994519234, -0.023794319480657578, 0.048743583261966705, 0.06836047768592834, -0.006795621011406183, 0.14233556389808655, 0.06926887482404709, -0.13274700939655304, -0.12175340205430984, -0.06376525014638901, -0.09802217781543732, 0.13144809007644653, 0.05332133173942566, 0.1541774421930313, 0.14595244824886322, -0.14210112392902374, 0.0679197758436203, 0.025790322571992874, -0.09279705584049225, -0.1602824628353119, -0.06325103342533112, -0.06521490961313248, -0.218547523021698, -0.004698875825852156, -0.1270303726196289, 0.060966622084379196, 0.17077971994876862, 0.018088044598698616, 0.036880385130643845, 0.12001238018274307, 0.03252660855650902, -0.14713753759860992, 0.019411982968449593, 0.012020083144307137, 0.020449578762054443, -0.06912051886320114, -0.053340643644332886, 0.10622387379407883, -0.013035494834184647, 0.07561884075403214, -0.02070646733045578, -0.03073096089065075, 0.12180633842945099, 0.006409980822354555, -0.0498526506125927, -0.006438899785280228, 0.034592486917972565, 0.03726954013109207, 0.09080031514167786, 0.031051786616444588, -0.04210011288523674, 0.021886123344302177, 0.12505097687244415, -0.10579487681388855, -0.053425226360559464, -0.1141490712761879, 0.23201912641525269, 0.029063599184155464, 0.08721854537725449, 0.006653758231550455, -0.08913210034370422, -0.07000018656253815, 0.08579826354980469, 0.15228746831417084, 0.051842786371707916, -0.05803670361638069, -0.02851305902004242, 0.006889803800731897, -0.045700233429670334, 0.027461495250463486, 0.13821522891521454, 0.23784783482551575, -0.033763986080884933, 0.013135905377566814, -0.04205261170864105, -0.011317341588437557, -0.053004246205091476, -0.014734272845089436, -0.027967605739831924, -0.010136670432984829, -0.019403938204050064, 0.1329537183046341, -0.07780256867408752, -0.17167316377162933, -0.053324487060308456, -0.0258965864777565, -0.063531793653965, 0.018374068662524223, 0.12887537479400635, 0.06149233132600784, 0.09460388123989105, 0.021265573799610138, -0.05730830132961273, 0.0674133449792862, 0.021241242066025734, -0.16270165145397186, -0.04065011441707611, 0.0751628652215004, -0.11825410276651382, 0.18357272446155548, -0.0008597566047683358, 0.1483858823776245, 0.09522565454244614, 0.006998410914093256, -0.05856586620211601, 0.035964976996183395, 0.06340941041707993, -0.0625075101852417, 0.0635143369436264, 0.09229989349842072, 0.00798861589282751, 0.043972332030534744, 0.04183955490589142, -0.057657212018966675, -0.03176985681056976, 0.00003102618575212546, 0.018728233873844147, -0.07671521604061127, -0.02256021834909916, -0.12193179130554199, 0.0781000405550003, 0.13407592475414276, -0.0609472393989563, -0.004798233974725008, -0.0767190158367157, 0.033179476857185364, 0.02244626358151436, 0.11814505606889725, 0.021382225677371025, -0.21930843591690063, -0.04146736115217209, -0.03447963669896126, 0.08157555013895035, -0.07282605022192001, -0.0005218565347604454, 0.011025656014680862, -0.06110389903187752, -0.013493604026734829, 0.08144363760948181, 0.002458984963595867, 0.031203914433717728, -0.04438469931483269, 0.01953793689608574, -0.040259990841150284, 0.07206137478351593, -0.15114638209342957, -0.07086709886789322 ]
null
null
espnet
## Example ESPnet2 ASR model ### `ftshijt/mls_asr_transformer_valid.acc.best` ♻️ Imported from https://zenodo.org/record/4458452/ This model was trained by ftshijt using mls/asr1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "es", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["mls"]}
automatic-speech-recognition
espnet/ftshijt_mls_asr_transformer_valid.acc.best
[ "espnet", "audio", "automatic-speech-recognition", "es", "dataset:mls", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "es" ]
TAGS #espnet #audio #automatic-speech-recognition #es #dataset-mls #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 ASR model ### 'ftshijt/mls_asr_transformer_valid.URL' ️ Imported from URL This model was trained by ftshijt using mls/asr1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 ASR model", "### 'ftshijt/mls_asr_transformer_valid.URL'\n️ Imported from URL\n\nThis model was trained by ftshijt using mls/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #es #dataset-mls #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 ASR model", "### 'ftshijt/mls_asr_transformer_valid.URL'\n️ Imported from URL\n\nThis model was trained by ftshijt using mls/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 48, 9, 49, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #es #dataset-mls #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 ASR model### 'ftshijt/mls_asr_transformer_valid.URL'\n️ Imported from URL\n\nThis model was trained by ftshijt using mls/asr1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.07923623919487, -0.019603624939918518, -0.0013018640456721187, 0.004644446540623903, 0.11429929733276367, -0.05783519521355629, 0.18012242019176483, -0.00623693224042654, 0.16799604892730713, -0.059368863701820374, 0.13273397088050842, 0.1276957243680954, -0.006677755154669285, 0.14146772027015686, 0.020749803632497787, -0.08281916379928589, -0.002580642933025956, -0.046045660972595215, -0.0054778652265667915, 0.07927872240543365, 0.15829089283943176, 0.0018983969930559397, 0.1044946014881134, 0.024840528145432472, 0.02925710938870907, 0.09163787215948105, 0.015814591199159622, -0.14236482977867126, 0.034974899142980576, 0.05376787111163139, 0.0073535810224711895, 0.009660430252552032, 0.10304625332355499, -0.24369587004184723, -0.0042052133940160275, -0.06129003316164017, -0.003138821106404066, 0.01991233229637146, 0.053258977830410004, 0.03251393139362335, -0.054374098777770996, 0.06021193414926529, 0.00824490562081337, 0.024065759032964706, -0.043887559324502945, -0.04143702611327171, 0.03467618301510811, 0.08698949217796326, 0.09370697289705276, 0.11931437253952026, -0.02750965766608715, 0.08460544049739838, -0.10806034505367279, 0.038564283400774, -0.014958127401769161, -0.13233856856822968, 0.05918487161397934, -0.006570391822606325, -0.03808668628334999, 0.15156690776348114, 0.06707511842250824, -0.004734392743557692, 0.07195241004228592, 0.04607048258185387, -0.02547796629369259, -0.023980073630809784, -0.07120054960250854, 0.01220655720680952, -0.1332443505525589, -0.053243789821863174, 0.2731921374797821, 0.038114283233881, -0.007430217228829861, -0.015083054080605507, -0.020223446190357208, 0.002275096718221903, 0.0025188098661601543, -0.10445110499858856, 0.014751633629202843, 0.06563533842563629, 0.02326597459614277, -0.039336804300546646, -0.08733217418193817, -0.059771519154310226, -0.043762773275375366, 0.052704717963933945, -0.016309816390275955, 0.04718489944934845, -0.0876164436340332, -0.03658074140548706, -0.001184042077511549, -0.03630293905735016, 0.09390490502119064, -0.014972037635743618, 0.050527527928352356, 0.03456420823931694, 0.05941755324602127, -0.14455173909664154, 0.06801606714725494, -0.009636642411351204, -0.0019496965687721968, 0.005190588533878326, 0.14526282250881195, 0.10270040482282639, 0.014890134334564209, 0.023004639893770218, -0.08908597379922867, -0.06355934590101242, -0.01751825213432312, 0.05213537812232971, 0.007407059893012047, -0.04437878727912903, -0.1620454639196396, 0.10946743190288544, -0.03421080484986305, -0.035581737756729126, 0.028795666992664337, -0.057751741260290146, -0.09741586446762085, -0.02853570133447647, 0.16095776855945587, -0.11452449858188629, 0.045828547328710556, 0.0008381622610613704, -0.031944625079631805, 0.042687270790338516, 0.01733688823878765, 0.10443142801523209, -0.08404555916786194, 0.03784783184528351, -0.08949874341487885, 0.0434870570898056, 0.0080284234136343, -0.03091762401163578, 0.05011146143078804, 0.07861655205488205, 0.01893801800906658, -0.20696879923343658, -0.11573505401611328, -0.057196661829948425, -0.005477788858115673, 0.03776151314377785, -0.019226783886551857, -0.13092981278896332, -0.05566393584012985, 0.053308311849832535, -0.13337048888206482, -0.12989287078380585, -0.08667030930519104, -0.040566012263298035, -0.003643358824774623, 0.06675045937299728, -0.11706259101629257, 0.08472277224063873, -0.09309247881174088, -0.05149271711707115, -0.04260728880763054, 0.20748083293437958, -0.15090209245681763, -0.046253714710474014, -0.11198728531599045, -0.032137513160705566, -0.11878367513418198, 0.05388215184211731, 0.014255577698349953, 0.15064872801303864, -0.1617545783519745, -0.10714030265808105, -0.019946129992604256, -0.09353484213352203, -0.026063302531838417, 0.17347155511379242, 0.0144772594794631, -0.02663360722362995, 0.07357903569936752, 0.29139071702957153, -0.08074156939983368, -0.09338930249214172, -0.023121191188693047, 0.08584363013505936, -0.004035226535052061, -0.07097607105970383, 0.09585448354482651, -0.050225336104631424, 0.076417475938797, -0.04921849071979523, -0.012445653788745403, 0.11774557083845139, -0.031079040840268135, -0.09003843367099762, 0.037330400198698044, -0.10280149430036545, 0.02366982400417328, -0.01814761385321617, 0.04734852910041809, 0.04806084558367729, 0.0032776121515780687, 0.11691844463348389, 0.06272463500499725, -0.04227369651198387, 0.007970747537910938, -0.15820632874965668, 0.04457784444093704, -0.1120690405368805, -0.03398369625210762, -0.12149520963430405, 0.047628290951251984, -0.02785641700029373, -0.012689153663814068, 0.14033499360084534, -0.019280944019556046, 0.03399818763136864, -0.027643462643027306, 0.008502596989274025, -0.0345110148191452, 0.0032580799888819456, 0.04839693382382393, -0.010129756294190884, -0.18654194474220276, 0.0343426950275898, -0.011014020070433617, 0.02878532186150551, -0.14280962944030762, -0.05966559052467346, -0.043221332132816315, 0.07515820860862732, -0.01413152739405632, -0.023809462785720825, -0.016210217028856277, 0.06385698914527893, -0.01945941522717476, -0.017264455556869507, -0.021649044007062912, -0.03785322606563568, -0.07420969009399414, 0.13390929996967316, -0.022358829155564308, 0.11231113225221634, 0.14020012319087982, -0.17817464470863342, -0.008290925063192844, 0.1585603952407837, 0.044871050864458084, -0.011841222643852234, -0.016668763011693954, -0.014963747933506966, 0.2678818106651306, -0.07226750254631042, 0.11206069588661194, -0.07877290993928909, 0.05636806786060333, -0.0008509336039423943, -0.16383476555347443, 0.023479798808693886, 0.08474564552307129, -0.02855151891708374, -0.18796510994434357, 0.13734778761863708, 0.05209103599190712, -0.08865088224411011, 0.1570223867893219, 0.048367198556661606, -0.0530194491147995, 0.010884215123951435, 0.0016866951482370496, -0.07907959818840027, 0.02703363075852394, -0.057976529002189636, -0.020806001499295235, 0.023421920835971832, 0.009470682591199875, 0.07979763299226761, -0.130343496799469, -0.005982597358524799, 0.027457894757390022, -0.08640362322330475, -0.1808757334947586, -0.0684012621641159, -0.12465967983007431, 0.011415574699640274, -0.06308613717556, -0.2081056833267212, 0.0666377991437912, -0.02471448853611946, -0.1545320749282837, 0.10404007136821747, -0.13583405315876007, -0.24736535549163818, -0.20946605503559113, 0.07231457531452179, -0.030614113435149193, 0.08926603943109512, 0.027561668306589127, -0.13607531785964966, -0.038557469844818115, -0.04021855443716049, -0.02782575972378254, 0.01902608387172222, -0.06327206641435623, 0.09573797136545181, -0.01370549201965332, 0.06610552966594696, -0.090025395154953, -0.008737735450267792, -0.03858561813831329, 0.09543626010417938, 0.0144377201795578, -0.0017642813036218286, 0.08235599100589752, 0.21843558549880981, -0.0024776060599833727, -0.035830285400152206, 0.04066251218318939, 0.2280324548482895, -0.06406175345182419, -0.04731593653559685, 0.08218421041965485, -0.071051687002182, -0.00009637155017117038, 0.08779869228601456, 0.05920232832431793, -0.008471709676086903, 0.006742998491972685, -0.06290724873542786, -0.0626295953989029, -0.29666560888290405, -0.15256161987781525, -0.01530814915895462, -0.05504549294710159, 0.0017213226528838277, 0.06695203483104706, 0.07062600553035736, 0.05783063918352127, 0.07528077811002731, 0.023359140381217003, 0.03609062358736992, -0.024338895455002785, 0.171514093875885, -0.004384982865303755, 0.06750258058309555, -0.03869481757283211, -0.06892096251249313, 0.07423697412014008, 0.08531200885772705, 0.009937357157468796, 0.16341203451156616, 0.021677663549780846, 0.06810811907052994, 0.04816669970750809, 0.06666900962591171, 0.013909970410168171, 0.07222077250480652, 0.010721534490585327, -0.006101698148995638, -0.05731887370347977, -0.07409006357192993, 0.1721881479024887, 0.12032069265842438, -0.09795286506414413, 0.07370208203792572, 0.12210851907730103, 0.02145708166062832, 0.10631046444177628, 0.014441544190049171, -0.3356480896472931, 0.025143731385469437, 0.008377973921597004, -0.07155730575323105, 0.02099268138408661, 0.08617965131998062, 0.15411317348480225, -0.007756954059004784, 0.07741434127092361, 0.10499240458011627, 0.04441038519144058, -0.10978525876998901, -0.01301267184317112, 0.028445731848478317, -0.012983794324100018, 0.03751131519675255, 0.055803488940000534, -0.23891548812389374, 0.18262676894664764, 0.02730982005596161, 0.06470325589179993, 0.047461897134780884, -0.006876446306705475, -0.014705491252243519, 0.02481742948293686, 0.16423633694648743, 0.07863084226846695, -0.048645421862602234, -0.10177421569824219, -0.12313228100538254, -0.001578052411787212, 0.05855785682797432, 0.1549261212348938, -0.09326517581939697, 0.03208786994218826, 0.006572659593075514, 0.06634996831417084, -0.11390559375286102, -0.2341972142457962, -0.048792630434036255, -0.05668559670448303, 0.33252671360969543, 0.000708357896655798, 0.018094442784786224, -0.046859510242938995, -0.1088981032371521, -0.024682067334651947, -0.15751412510871887, -0.0702628642320633, -0.02153869904577732, -0.09111611545085907, 0.10035321861505508, -0.02683473564684391, 0.0533166378736496, 0.11671019345521927, 0.011632806621491909, -0.0056899841874837875, -0.029707252979278564, 0.12508948147296906, -0.15034295618534088, -0.04889998584985733, -0.018469572067260742, 0.03181581199169159, 0.13807010650634766, 0.0506228432059288, 0.04610999673604965, 0.019877564162015915, -0.03247543051838875, -0.08691086620092392, 0.0833355262875557, 0.10078335553407669, -0.17063918709754944, 0.14748042821884155, -0.015805592760443687, -0.21677054464817047, -0.08415805548429489, -0.029126068577170372, 0.13209125399589539, 0.19346046447753906, -0.04489741101861, 0.09124705195426941, 0.29548758268356323, -0.07784789800643921, -0.2136339694261551, -0.11686365306377411, 0.09057831019163132, -0.02775401435792446, 0.05413070321083069, -0.15150600671768188, 0.09591236710548401, -0.03085871785879135, -0.05611271411180496, -0.03618381544947624, -0.16856326162815094, -0.11718858778476715, 0.2417960911989212, -0.13576899468898773, 0.03960786387324333, -0.06422754377126694, -0.09810654073953629, -0.11343346536159515, -0.012472412548959255, 0.08407893031835556, 0.06755347549915314, 0.06525957584381104, 0.08050481230020523, 0.10773633420467377, -0.029047569260001183, 0.018859514966607094, 0.11406812816858292, 0.22244442999362946, -0.01948857121169567, 0.01454026810824871, 0.030071169137954712, -0.015004102140665054, 0.09614478051662445, 0.14799563586711884, 0.12122944742441177, -0.015790928155183792, -0.12814901769161224, -0.05504815652966499, -0.051972705870866776, 0.02543199621140957, 0.11784972250461578, -0.03665176033973694, -0.0039031957276165485, -0.07690611481666565, 0.07850030064582825, 0.04798474162817001, 0.18398639559745789, -0.09001841396093369, -0.025622352957725525, 0.23777151107788086, 0.1408146619796753, -0.13640767335891724, -0.1632593274116516, 0.013118465431034565, -0.07175486534833908, 0.060765840113162994, -0.06984784454107285, 0.08282556384801865, 0.03807241842150688, 0.0005497942911460996, 0.11019045859575272, 0.07417172938585281, -0.07946039736270905, 0.04000241309404373, 0.10569942742586136, -0.023871727287769318, -0.028539158403873444, -0.004760417155921459, 0.03793764114379883, 0.11564605683088303, 0.003476235317066312, 0.1527169942855835, -0.12203996628522873, 0.006328777875751257, -0.022730646654963493, 0.07709787040948868, -0.17818894982337952, 0.23364168405532837, 0.1621512472629547, -0.010622947476804256, -0.13014237582683563, 0.19471146166324615, 0.02135062776505947, 0.003996105864644051, 0.05130099132657051, -0.04349374398589134, -0.06931893527507782, -0.05272069573402405, -0.13961704075336456, -0.02847629226744175, -0.21870937943458557, -0.21436309814453125, -0.0389234758913517, -0.032109584659338, 0.022398583590984344, -0.1308232992887497, 0.04044972360134125, -0.027309060096740723, -0.02478988841176033, -0.030067576095461845, 0.04508234187960625, -0.0013856024015694857, 0.09324358403682709, 0.02685394696891308, -0.20678693056106567, -0.08887982368469238, 0.003343060612678528, 0.01742366887629032, -0.0757693201303482, 0.025301948189735413, 0.00016031877021305263, 0.08422384411096573, 0.06252575665712357, 0.039550092071294785, -0.04405052959918976, 0.004501040559262037, 0.05875920131802559, -0.04718438535928726, -0.05064047500491142, 0.08972368389368057, -0.10152529180049896, 0.00872234907001257, 0.028964325785636902, 0.08152639120817184, -0.12273173034191132, -0.015977879986166954, -0.021182313561439514, 0.025107741355895996, 0.01568920537829399, 0.10580563545227051, -0.1417967528104782, 0.006557137239724398, -0.27685266733169556, -0.07229683548212051, 0.22655130922794342, 0.0869462713599205, 0.007791668642312288, -0.03049314394593239, 0.0024920639116317034, 0.14525172114372253, 0.025214815512299538, -0.025852994993329048, 0.08348462730646133, -0.051639340817928314, -0.007853110320866108, -0.18304969370365143, -0.03800978511571884, -0.025751052424311638, 0.015354524366557598, 0.15943513810634613, 0.09319890290498734, 0.21321812272071838, -0.07709414511919022, -0.05507148057222366, -0.025749173015356064, 0.046072691679000854, 0.014823083765804768, -0.0035031635779887438, -0.08729329705238342, 0.010328280739486217, 0.004410404711961746, -0.0465581975877285, 0.2257770597934723, 0.02639082632958889, -0.07354293018579483, 0.01966506987810135, 0.0051366062834858894, 0.022109318524599075, 0.007487515918910503, 0.09161227941513062, -0.01657494716346264, -0.02263646572828293, -0.11417600512504578, -0.0008164802566170692, 0.09554062783718109, 0.09050606191158295, -0.09169543534517288, 0.032591741532087326, -0.08005475997924805, 0.151227205991745, 0.09210205078125, -0.050459034740924835, -0.07698743790388107, 0.00342734856531024, -0.05329739674925804, 0.06329793483018875, -0.0350375659763813, 0.06438073515892029, 0.10490336269140244, -0.04755203425884247, 0.03207668662071228, -0.009272195398807526, -0.06301800906658173, -0.20040710270404816, -0.046311717480421066, -0.06889159977436066, -0.23369501531124115, 0.005828311201184988, -0.08746223896741867, 0.018009711056947708, 0.16651853919029236, 0.017866237089037895, 0.015721743926405907, 0.07034293562173843, -0.08451224118471146, -0.07810504734516144, 0.0242925975471735, -0.08516109734773636, -0.0026866758707910776, -0.150283083319664, -0.02685585245490074, 0.13734430074691772, 0.025631409138441086, 0.01183337066322565, -0.029227307066321373, -0.04326117783784866, 0.0908062756061554, -0.006202615797519684, -0.010170732624828815, -0.046196285635232925, 0.047437649220228195, -0.001169127761386335, 0.047336168587207794, 0.06616944819688797, -0.11209835857152939, 0.05060652270913124, 0.09911735355854034, -0.08756916224956512, -0.14077997207641602, -0.07901657372713089, 0.11501260101795197, 0.0139451390132308, 0.1959977000951767, -0.0887749195098877, -0.09314391762018204, -0.0526040755212307, 0.07817456871271133, 0.20329011976718903, -0.08114854991436005, -0.035131003707647324, -0.10772216320037842, 0.02409861795604229, -0.09739384055137634, 0.014916054904460907, 0.0660143494606018, 0.21034139394760132, -0.012985109351575375, 0.031189531087875366, -0.11975288391113281, -0.028634386137127876, -0.007189496885985136, -0.0009176806197501719, 0.0039433701895177364, -0.03309369459748268, -0.07062593847513199, 0.16729217767715454, -0.23253019154071808, -0.04877171292901039, -0.13443660736083984, 0.0043376837857067585, 0.001564362202771008, -0.0048392717726528645, 0.07268741726875305, 0.09596755355596542, 0.06301461905241013, -0.03812902793288231, -0.017422331497073174, -0.07334889471530914, 0.01886524260044098, -0.1836586594581604, 0.07237239927053452, -0.037077516317367554, -0.12169726192951202, 0.07316792756319046, 0.011566637083888054, 0.24595250189304352, 0.0004036878817714751, 0.061353012919425964, 0.03142427280545235, 0.1128392219543457, -0.011021389625966549, 0.03543737903237343, 0.05799230560660362, 0.03348643332719803, 0.01776755228638649, 0.1078052967786789, 0.024180464446544647, -0.04532131180167198, 0.03011578693985939, -0.03764386847615242, -0.06954843550920486, -0.12603437900543213, -0.048932481557130814, -0.07613761723041534, 0.07053942233324051, -0.08359646797180176, -0.04570620507001877, -0.009986198507249355, -0.005573698785156012, 0.05849466472864151, 0.023073116317391396, -0.015628986060619354, 0.021718472242355347, -0.14928807318210602, -0.03824689984321594, -0.09945221990346909, 0.08324699103832245, -0.0185980424284935, 0.042536694556474686, -0.12809573113918304, -0.07052110135555267, 0.01544752437621355, 0.023375730961561203, 0.09097164869308472, 0.014718742109835148, -0.04062103480100632, -0.08610182255506516, 0.07223827391862869, 0.06094091385602951, -0.013468130491673946, -0.10043900460004807 ]
null
null
espnet
## ESPnet2 ASR pretrained model ### `jv_openslr35` ♻️ Imported from https://zenodo.org/record/5090139/ This model was trained by jv_openslr35 using jv_openslr35/asr1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "jv", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["jv_openslr35"]}
automatic-speech-recognition
espnet/jv_openslr35
[ "espnet", "audio", "automatic-speech-recognition", "jv", "dataset:jv_openslr35", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "jv" ]
TAGS #espnet #audio #automatic-speech-recognition #jv #dataset-jv_openslr35 #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 ASR pretrained model ### 'jv_openslr35' ️ Imported from URL This model was trained by jv_openslr35 using jv_openslr35/asr1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 ASR pretrained model", "### 'jv_openslr35'\n️ Imported from URL\n\nThis model was trained by jv_openslr35 using jv_openslr35/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #jv #dataset-jv_openslr35 #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 ASR pretrained model", "### 'jv_openslr35'\n️ Imported from URL\n\nThis model was trained by jv_openslr35 using jv_openslr35/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 54, 10, 47, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #jv #dataset-jv_openslr35 #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 ASR pretrained model### 'jv_openslr35'\n️ Imported from URL\n\nThis model was trained by jv_openslr35 using jv_openslr35/asr1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.07303318381309509, 0.06830504536628723, -0.0018561999313533306, 0.0004014376027043909, 0.0377945639193058, -0.06360239535570145, 0.18666666746139526, 0.011706567369401455, 0.13631883263587952, -0.0435553677380085, 0.13164514303207397, 0.16190679371356964, 0.019171448424458504, 0.13600420951843262, 0.0011323990765959024, -0.0737052857875824, 0.018079614266753197, -0.018615100532770157, 0.054266516119241714, 0.08339647203683853, 0.14837966859340668, -0.0041505079716444016, 0.06817753612995148, 0.0329764150083065, 0.06277097016572952, 0.1069798693060875, -0.022367533296346664, -0.1245097815990448, 0.03784724697470665, 0.04224332422018051, 0.0013173529878258705, 0.03231923282146454, 0.08873992413282394, -0.267348974943161, -0.006324051879346371, -0.030145062133669853, -0.008844190277159214, 0.03826167806982994, 0.07086317241191864, 0.04640708863735199, -0.05937255173921585, 0.015748167410492897, -0.013744513504207134, 0.019756434485316277, -0.016358185559511185, -0.15620335936546326, 0.03922339156270027, 0.06041645631194115, 0.0801524892449379, 0.09879317879676819, -0.03425559401512146, 0.07057371735572815, -0.06583631783723831, 0.06033337861299515, 0.023748593404889107, -0.16378241777420044, 0.058942437171936035, -0.034004345536231995, -0.05292832851409912, 0.09560969471931458, 0.07498449832201004, -0.0422358475625515, 0.10789227485656738, 0.001856199698522687, -0.04041585698723793, -0.00984884612262249, -0.16555725038051605, -0.015019088983535767, -0.11667550355195999, -0.06481765955686569, 0.3019939661026001, 0.05479096621274948, -0.01960509642958641, -0.021558813750743866, -0.07239902764558792, 0.016824834048748016, 0.021698875352740288, -0.06970333307981491, 0.03915330767631531, 0.051406849175691605, 0.0781535729765892, -0.03353138640522957, -0.11842049658298492, -0.07682042568922043, -0.01690380461513996, 0.056031934916973114, 0.02794954553246498, 0.0738573744893074, -0.09362886101007462, -0.032295845448970795, -0.018151776865124702, -0.07142652571201324, 0.08630914241075516, -0.005328776314854622, 0.09236380457878113, 0.030840858817100525, 0.07122015953063965, -0.15759426355361938, 0.09417694807052612, 0.026037467643618584, -0.03371166065335274, -0.002568117342889309, 0.08510056883096695, 0.09581461548805237, 0.07470125705003738, -0.01989966444671154, -0.06825341284275055, -0.02935226634144783, -0.0060892533510923386, 0.04274456202983856, 0.042269669473171234, -0.02811546064913273, -0.11233741044998169, 0.05466684699058533, -0.023407185450196266, -0.03612825646996498, 0.04025328904390335, -0.059326156973838806, -0.07258599251508713, -0.01682138442993164, 0.18206627666950226, -0.11163128912448883, 0.019198156893253326, 0.001571887289173901, -0.051273684948682785, 0.08016885817050934, 0.035617128014564514, 0.10560120642185211, -0.1039263904094696, 0.023995041847229004, -0.06669697910547256, 0.029978495091199875, -0.006364741362631321, -0.03620515391230583, 0.05508951097726822, 0.0793505534529686, 0.030913926661014557, -0.1658003181219101, -0.13092191517353058, -0.09447304904460907, 0.019286105409264565, 0.04588782787322998, -0.06599367409944534, -0.1406843662261963, -0.035132117569446564, 0.03809541091322899, -0.13968686759471893, -0.08187209069728851, -0.10129896551370621, -0.01892813667654991, -0.008504623547196388, 0.08981243520975113, -0.1158098578453064, 0.07322467863559723, -0.12665025889873505, -0.07582493871450424, 0.006119667086750269, 0.15918031334877014, -0.17016994953155518, -0.05691955238580704, -0.1369217485189438, -0.029841603711247444, -0.08469339460134506, 0.04894481599330902, 0.022848626598715782, 0.11454944312572479, -0.18287046253681183, -0.060494471341371536, 0.07323969900608063, -0.1121501475572586, -0.002378914039582014, 0.15736602246761322, 0.0161727424710989, -0.04193416237831116, 0.05818735063076019, 0.28644412755966187, -0.10089605301618576, -0.11800392717123032, -0.028567146509885788, 0.11408144980669022, 0.037131235003471375, -0.06363403052091599, 0.09595656394958496, -0.07439684867858887, 0.04020847752690315, -0.059129055589437485, 0.006153667811304331, 0.06881856173276901, -0.015100523829460144, -0.07529616355895996, 0.03144008666276932, -0.10337439924478531, 0.0042411829344928265, -0.026664795354008675, 0.039059970527887344, 0.028022736310958862, -0.023236149922013283, 0.0349295400083065, 0.09177320450544357, -0.04957912117242813, 0.023049084469676018, -0.122621551156044, -0.009019143879413605, -0.10311267524957657, -0.02971947193145752, -0.06813119351863861, 0.08091648668050766, 0.006100094877183437, -0.06988780200481415, 0.0925586000084877, 0.020124919712543488, -0.00204901653341949, -0.03085022233426571, 0.04129273071885109, -0.05153318867087364, 0.01949070207774639, 0.027632728219032288, 0.004760966636240482, -0.2339041382074356, 0.0027634338475763798, -0.0075076185166835785, -0.05358445271849632, -0.09209680557250977, -0.06706532090902328, -0.08424736559391022, 0.0684577152132988, -0.017824074253439903, -0.006540527567267418, 0.014942503534257412, 0.034351278096437454, -0.018164703622460365, 0.004079692531377077, -0.030278276652097702, -0.02422293834388256, -0.0018961456371471286, 0.12486673891544342, 0.014485853724181652, 0.10727764666080475, 0.11846485733985901, -0.1915963739156723, 0.010256537236273289, 0.18083715438842773, 0.005429988261312246, -0.03234533593058586, -0.053409501910209656, 0.044287730008363724, 0.21188730001449585, -0.08286550641059875, 0.09479085355997086, -0.0955081433057785, 0.03367846459150314, -0.017804909497499466, -0.18154646456241608, 0.02469484694302082, 0.08355899155139923, 0.01760600320994854, -0.16051235795021057, 0.1255469024181366, 0.00150219292845577, -0.11886048316955566, 0.15717117488384247, 0.05051591619849205, -0.05958034470677376, 0.01698845811188221, 0.03899434953927994, -0.10045107454061508, 0.03058190830051899, -0.13074353337287903, 0.007000369485467672, 0.03241051733493805, -0.012177263386547565, 0.09768685698509216, -0.1432153284549713, 0.012032578699290752, 0.033304594457149506, -0.07174143195152283, -0.12972088158130646, -0.056356653571128845, -0.1370181441307068, 0.019508913159370422, -0.07267782092094421, -0.19210097193717957, 0.03775806725025177, -0.04021622613072395, -0.14437589049339294, 0.10488785803318024, -0.1246950626373291, -0.13104185461997986, -0.15968143939971924, 0.06335899233818054, -0.010326651856303215, 0.07145383208990097, 0.0446309968829155, -0.11717355996370316, -0.058810196816921234, -0.033431701362133026, -0.03906150162220001, 0.02524864301085472, -0.048297300934791565, 0.09628107398748398, -0.0003577118332032114, 0.056195370852947235, -0.10656963288784027, 0.0010847827652469277, -0.045036640018224716, 0.04946020618081093, -0.009906087070703506, 0.039879363030195236, 0.06127094849944115, 0.18549756705760956, 0.005065892357379198, -0.04499932378530502, 0.048096995800733566, 0.20873944461345673, -0.016448944807052612, -0.06015487387776375, 0.0708223357796669, -0.06864231824874878, 0.002338432241231203, 0.10768551379442215, 0.06812401115894318, -0.021329611539840698, -0.006321499589830637, -0.05507253110408783, -0.036598119884729385, -0.33157578110694885, -0.12363213300704956, -0.022921141237020493, 0.03537573665380478, 0.03787394240498543, 0.04930655658245087, 0.08943764865398407, 0.07478976994752884, 0.023104775696992874, 0.09208124130964279, 0.015261939726769924, -0.030847111716866493, 0.17394627630710602, -0.005013618618249893, 0.04224054142832756, -0.05183979868888855, -0.05054096505045891, 0.04855819419026375, 0.1072593554854393, -0.073642797768116, 0.12519901990890503, 0.045818742364645004, 0.10644447803497314, 0.09520946443080902, 0.04888095706701279, 0.027453957125544548, 0.024635281413793564, 0.04027341678738594, 0.005020580254495144, -0.08921971917152405, -0.0851970985531807, 0.1722061187028885, 0.0648888498544693, -0.07508954405784607, 0.07281415164470673, 0.10899652540683746, -0.011819645762443542, 0.12194348871707916, 0.059684980660676956, -0.27286162972450256, 0.02757696993649006, 0.01053390558809042, -0.06226373091340065, -0.009263693355023861, 0.11328424513339996, 0.11532596498727798, 0.007888629101216793, 0.09523516148328781, 0.13521741330623627, 0.037368740886449814, -0.1718297302722931, -0.019872017204761505, 0.03163254261016846, -0.0037127716932445765, 0.0376756377518177, 0.08050864934921265, -0.2534100413322449, 0.17732523381710052, 0.031876251101493835, 0.07587757706642151, 0.023326080292463303, 0.03513611480593681, -0.05445965752005577, -0.05895325541496277, 0.1805380880832672, 0.03666301444172859, -0.06446328014135361, -0.01609029807150364, -0.1440686285495758, 0.018365884199738503, 0.013382254168391228, 0.13286875188350677, -0.0918414294719696, 0.05534893274307251, 0.008913707919418812, 0.053492363542318344, -0.015879753977060318, -0.2827201783657074, -0.04412208870053291, -0.050461333245038986, 0.3777277171611786, -0.04845961555838585, 0.010423514991998672, -0.0561864860355854, -0.08602052927017212, 0.0051002902910113335, -0.18339098989963531, -0.09671856462955475, 0.004433411173522472, -0.06450050324201584, 0.09802141785621643, -0.013722400180995464, 0.03994271159172058, 0.07467256486415863, 0.010328457690775394, -0.03240005299448967, -0.036200203001499176, 0.1325678527355194, -0.1499592810869217, -0.06318938732147217, -0.042086485773324966, 0.05738217011094093, 0.12842875719070435, 0.03384345397353172, 0.02456708997488022, 0.007591018918901682, -0.03965998440980911, -0.05979495123028755, 0.0996924415230751, 0.09477632492780685, -0.16178451478481293, 0.1073329895734787, 0.019337184727191925, -0.29812154173851013, -0.032848209142684937, -0.015235363505780697, 0.09989935159683228, 0.1862703114748001, -0.02828172594308853, 0.10395462065935135, 0.3162759840488434, -0.07826580107212067, -0.16720885038375854, -0.1196160688996315, 0.08946181833744049, -0.026221279054880142, -0.0085414694622159, -0.2143731266260147, 0.12342909723520279, -0.05250047519803047, -0.08229079842567444, -0.0200009997934103, -0.14890985190868378, -0.11497354507446289, 0.2462194412946701, -0.12297436594963074, 0.055141594260931015, -0.02100510522723198, -0.11799459904432297, -0.09997759014368057, -0.061003558337688446, 0.0993860512971878, 0.04994899034500122, 0.04000901058316231, 0.06783890724182129, 0.08210494369268417, -0.014927754178643227, -0.0015363182174041867, 0.07497134804725647, 0.2224431186914444, -0.021799450740218163, 0.0035568890161812305, 0.04616773501038551, -0.08783336728811264, 0.08707844465970993, 0.16160158812999725, 0.10395684838294983, -0.00881814956665039, -0.10639374703168869, -0.06747422367334366, -0.06407950818538666, 0.04148191958665848, 0.09253902733325958, -0.07179778069257736, 0.016057508066296577, -0.10254138708114624, 0.08892328292131424, 0.07684464007616043, 0.24574720859527588, -0.033134907484054565, 0.027768250554800034, 0.2763630449771881, 0.11944109201431274, -0.07570274919271469, -0.07689239829778671, 0.008727427572011948, -0.06307094544172287, 0.09240426123142242, -0.10642366111278534, 0.06415782123804092, 0.03008910082280636, 0.018072202801704407, 0.06676354259252548, 0.05312877148389816, -0.09833638370037079, 0.0035399317275732756, 0.06779662519693375, -0.09126487374305725, 0.023938756436109543, 0.009602023288607597, 0.08967846632003784, 0.12141533941030502, 0.04716471955180168, 0.14723028242588043, -0.1293083131313324, -0.0016102675581350923, -0.03132815286517143, 0.0834292620420456, -0.15980808436870575, 0.22528043389320374, 0.16790513694286346, -0.001632487284950912, -0.13822056353092194, 0.2012968808412552, 0.05069899931550026, 0.01722135581076145, 0.06933866441249847, -0.04181750863790512, -0.028717156499624252, -0.045133110135793686, -0.10901276022195816, -0.010323465801775455, -0.14662550389766693, -0.21992187201976776, -0.01932448148727417, -0.00844656489789486, 0.031928665935993195, -0.1052887961268425, 0.04383968561887741, 0.00391937792301178, 0.014421887695789337, -0.023979632183909416, 0.024763019755482674, 0.019746461883187294, 0.049890365451574326, 0.024960219860076904, -0.16271880269050598, -0.10679180175065994, -0.010268178768455982, 0.016360865905880928, -0.04104774072766304, 0.036657556891441345, 0.006036068312823772, 0.0842069685459137, 0.05711522325873375, 0.051918841898441315, -0.04941321536898613, 0.00947421696037054, 0.05667656660079956, -0.030958957970142365, -0.05164383351802826, 0.11162223666906357, -0.09471729397773743, 0.01610633172094822, 0.021090487018227577, 0.0981045812368393, -0.14987128973007202, -0.002968049608170986, -0.0453578419983387, 0.030838344246149063, 0.018029142171144485, 0.06447914987802505, -0.13008038699626923, -0.019397040829062462, -0.3190802037715912, -0.06954465806484222, 0.1993168443441391, 0.0705634355545044, -0.0031162367668002844, 0.017321867868304253, -0.010657657869160175, 0.1304459422826767, 0.009453685022890568, -0.09001994132995605, 0.06628778576850891, -0.05380656197667122, 0.005459577776491642, -0.12281696498394012, -0.011207016184926033, -0.014578094705939293, 0.005608626175671816, 0.11314287036657333, 0.05106561258435249, 0.1555260866880417, -0.05858435481786728, -0.040467508137226105, -0.03651236742734909, 0.0527116134762764, 0.03410618007183075, -0.0019249916076660156, -0.10721363127231598, 0.03845397010445595, 0.0023612307850271463, -0.06667937338352203, 0.23867954313755035, 0.035499460995197296, -0.06613259017467499, 0.011229575611650944, -0.034340791404247284, 0.01727912761271, 0.02643701061606407, 0.11541005223989487, -0.06272570043802261, -0.02071879431605339, -0.08480118215084076, -0.013713439926505089, 0.10289101302623749, 0.11054649949073792, -0.0963897556066513, 0.030557511374354362, -0.015507970005273819, 0.14654430747032166, 0.06987547129392624, -0.09240216016769409, -0.07111375778913498, 0.021380428224802017, -0.010737751610577106, 0.0956459566950798, -0.016263574361801147, 0.053197409957647324, 0.056249022483825684, -0.02328965999186039, 0.0029984782449901104, 0.03536147251725197, -0.026353001594543457, -0.2406596839427948, -0.13622145354747772, -0.05651348456740379, -0.20970085263252258, 0.012902921065688133, -0.09005355089902878, 0.026108499616384506, 0.05711923912167549, 0.013290797360241413, 0.014150163158774376, 0.04598621651530266, -0.004965346306562424, -0.07391253858804703, 0.03755761310458183, -0.06983838975429535, -0.023355552926659584, -0.16581255197525024, -0.025267455726861954, 0.1385250985622406, 0.029396984726190567, 0.0034205324482172728, -0.04052009433507919, -0.053462158888578415, 0.10226470232009888, 0.03732019290328026, -0.019038215279579163, -0.04408349096775055, 0.011737745255231857, 0.041297800838947296, 0.0637984648346901, 0.0690075159072876, -0.08331084251403809, 0.06507456302642822, 0.1282956749200821, -0.06512771546840668, -0.09885526448488235, -0.04275399446487427, -0.008150062523782253, 0.019950048997998238, 0.19056223332881927, -0.03266056254506111, -0.07246270775794983, -0.04801669344305992, 0.03358326107263565, 0.1552940011024475, -0.00868161953985691, -0.01721745729446411, -0.08778924494981766, 0.027491111308336258, -0.09392441809177399, -0.03408436104655266, 0.05711312219500542, 0.2520252764225006, -0.02254096232354641, 0.008267819881439209, -0.08190032094717026, -0.014401942491531372, 0.0010269434424117208, -0.028364215046167374, 0.0051260897889733315, -0.0698612779378891, -0.04565086588263512, 0.14984920620918274, -0.2492436319589615, -0.06741153448820114, -0.12065118551254272, 0.010376031510531902, -0.009916792623698711, 0.0033585315104573965, 0.16111205518245697, 0.14058935642242432, 0.05063522979617119, -0.053237318992614746, -0.03107764758169651, -0.003318474628031254, 0.004447033163160086, -0.17638520896434784, 0.04913639649748802, -0.06319115310907364, -0.1625259667634964, 0.1376081109046936, 0.015109742060303688, 0.2619355618953705, -0.01886184886097908, 0.052563101053237915, -0.0026979362592101097, 0.08933860808610916, -0.007849972695112228, -0.020223649218678474, 0.02969791740179062, 0.03293275833129883, 0.012018496170639992, 0.15601269900798798, 0.038351595401763916, -0.07125392556190491, 0.028625933453440666, 0.056828469038009644, -0.06752503663301468, -0.13916641473770142, -0.014272281900048256, -0.07831567525863647, 0.04480695351958275, -0.10163639485836029, -0.07720772922039032, -0.04104158654808998, -0.008594510145485401, 0.06421201676130295, 0.008110493421554565, -0.004805371630936861, 0.02645849622786045, -0.1364201456308365, 0.00017665170889813453, -0.11742840707302094, 0.1171843484044075, 0.048065051436424255, 0.0736958310008049, -0.12285817414522171, -0.07784763723611832, -0.03360111266374588, -0.03495343029499054, 0.08051151037216187, 0.019863106310367584, -0.031071577221155167, -0.1123165413737297, 0.07399629056453705, 0.04554241895675659, -0.020902050659060478, -0.13768146932125092 ]
null
null
espnet
# ESPnet2 ASR pretrained model ## `kamo-naoyuki/mini_an4_asr_train_raw_bpe_valid.acc.best` ♻️ Imported from <https://zenodo.org/record/3957940#.YN7zwJozZH4> This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ``` ### Training config See full config in [`config.yaml`](./config.yaml) ```yaml config: null print_config: false log_level: INFO dry_run: false iterator_type: sequence output_dir: exp/asr_train_raw_bpe ngpu: 1 seed: 0 num_workers: 1 num_att_plot: 3 dist_backend: nccl dist_init_method: env:// dist_world_size: null dist_rank: null local_rank: 0 dist_master_addr: null dist_master_port: null dist_launcher: null multiprocessing_distributed: false cudnn_enabled: true cudnn_benchmark: false cudnn_deterministic: true ```
{"language": "en", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["mini-an4"]}
automatic-speech-recognition
espnet/kamo-naoyuki-mini_an4_asr_train_raw_bpe_valid.acc.best
[ "espnet", "audio", "automatic-speech-recognition", "en", "dataset:mini-an4", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "en" ]
TAGS #espnet #audio #automatic-speech-recognition #en #dataset-mini-an4 #arxiv-1804.00015 #license-cc-by-4.0 #region-us
# ESPnet2 ASR pretrained model ## 'kamo-naoyuki/mini_an4_asr_train_raw_bpe_valid.URL' ️ Imported from <URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv: ### Training config See full config in 'URL'
[ "# ESPnet2 ASR pretrained model", "## 'kamo-naoyuki/mini_an4_asr_train_raw_bpe_valid.URL'\n\n️ Imported from <URL\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\n\n\nor arXiv:", "### Training config\n\nSee full config in 'URL'" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-mini-an4 #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "# ESPnet2 ASR pretrained model", "## 'kamo-naoyuki/mini_an4_asr_train_raw_bpe_valid.URL'\n\n️ Imported from <URL\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\n\n\nor arXiv:", "### Training config\n\nSee full config in 'URL'" ]
[ 50, 10, 60, 11, 11, 13 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-mini-an4 #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n# ESPnet2 ASR pretrained model## 'kamo-naoyuki/mini_an4_asr_train_raw_bpe_valid.URL'\n\n️ Imported from <URL\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\n\n\nor arXiv:### Training config\n\nSee full config in 'URL'" ]
[ -0.04538882523775101, -0.04904675483703613, 0.00025959909544326365, 0.03081822581589222, 0.13035720586776733, -0.0308039840310812, 0.19410279393196106, 0.02131880819797516, 0.06508564949035645, -0.011339412070810795, 0.026844395324587822, 0.0690825879573822, 0.04872903227806091, 0.10797637701034546, 0.06390324234962463, -0.14593233168125153, -0.00011493474448798224, -0.006153604481369257, 0.06467088311910629, 0.08424598723649979, 0.15236219763755798, -0.012812797911465168, 0.05712100863456726, 0.040398769080638885, -0.042268455028533936, 0.12001274526119232, 0.005422685761004686, -0.1581389158964157, 0.00959889404475689, 0.022307170554995537, 0.08180864155292511, -0.029094185680150986, 0.12020072340965271, -0.19244125485420227, 0.004230067133903503, -0.0021442819852381945, 0.011721402406692505, -0.0002597504062578082, 0.029681233689188957, 0.033075712621212006, -0.09325756132602692, 0.053650759160518646, -0.023632345721125603, 0.026445306837558746, -0.02003680169582367, -0.07176056504249573, 0.06629084795713425, 0.13762931525707245, 0.14032430946826935, 0.14595285058021545, -0.028079325333237648, 0.06367821246385574, -0.12077241390943527, 0.04087301343679428, -0.013659615069627762, -0.15563486516475677, 0.028090622276067734, -0.00827465858310461, -0.007065173704177141, 0.17119158804416656, 0.020210226997733116, -0.08771081268787384, 0.13489246368408203, 0.014949528500437737, -0.08733277767896652, -0.015572558157145977, -0.0932953804731369, -0.030783947557210922, -0.09312959015369415, -0.01593456044793129, 0.27710261940956116, 0.028695935383439064, -0.031703583896160126, 0.05083863064646721, -0.01365692913532257, -0.0915399119257927, 0.041460998356342316, -0.11042673885822296, 0.013668202795088291, 0.042525894939899445, 0.03522513806819916, -0.03616880998015404, -0.10284233093261719, -0.09648946672677994, 0.0049710641615092754, 0.1005340963602066, 0.05200449749827385, 0.0016659327084198594, -0.08331315219402313, 0.0017615336691960692, 0.023609604686498642, -0.05726129189133644, 0.0562262199819088, 0.031168151646852493, 0.09078686684370041, 0.027511846274137497, 0.04617505148053169, -0.07960645854473114, 0.015618892386555672, 0.021095342934131622, -0.012302110902965069, 0.027534885331988335, 0.098133884370327, 0.1141851618885994, 0.014534572139382362, 0.025636518374085426, -0.034157462418079376, -0.06961746513843536, 0.008672546595335007, 0.06576942652463913, 0.028727872297167778, -0.042005497962236404, -0.162039652466774, 0.02760215848684311, -0.017554815858602524, -0.020234037190675735, -0.07389264553785324, -0.061438437551259995, -0.10047657042741776, -0.03752153366804123, 0.17355650663375854, -0.1450394243001938, 0.03289254754781723, -0.02417912147939205, -0.04170390963554382, 0.11547169834375381, 0.010185173712670803, 0.10128841549158096, -0.11063038557767868, 0.012163196690380573, -0.04833851382136345, 0.037970781326293945, -0.023487750440835953, -0.0016412391560152173, 0.01307241152971983, 0.07254026085138321, 0.00949864275753498, -0.2262343317270279, -0.09000830352306366, -0.06111372262239456, -0.014247532933950424, 0.0634056031703949, -0.02328798547387123, -0.14046664535999298, -0.030486613512039185, -0.00469602458178997, -0.10397806763648987, -0.1307094246149063, -0.09214179217815399, -0.038649436086416245, 0.06396877765655518, 0.057326287031173706, -0.05295528843998909, 0.06789753586053848, -0.09481088072061539, -0.07113272696733475, -0.09207620471715927, 0.1298028528690338, -0.0941053107380867, -0.05876029655337334, -0.11337821930646896, -0.046316467225551605, -0.11834526062011719, 0.06477364897727966, 0.03256663680076599, 0.04457183554768562, -0.11115798354148865, -0.09078171849250793, 0.0521756187081337, -0.11969604343175888, 0.010820026509463787, 0.18006466329097748, 0.02682158350944519, 0.06330997496843338, 0.09231947362422943, 0.2536112368106842, -0.053658485412597656, -0.10058355331420898, 0.0043371208012104034, 0.04568995162844658, 0.04440261051058769, -0.07215386629104614, 0.0874548852443695, -0.03898286074399948, -0.005177798680961132, -0.02956598810851574, 0.022689612582325935, 0.06351056694984436, 0.0014497966039925814, -0.07344209402799606, 0.02645622193813324, -0.10236859321594238, -0.05301244556903839, -0.034001488238573074, 0.04818635433912277, -0.008089044131338596, -0.07119012624025345, 0.07059668749570847, 0.12678785622119904, -0.0656731128692627, 0.04418538883328438, -0.13299310207366943, 0.004283582791686058, -0.09984087198972702, -0.06674627214670181, -0.030741648748517036, 0.160230353474617, 0.019990604370832443, 0.0023092199116945267, 0.16051742434501648, -0.029908079653978348, -0.006447416264563799, -0.014884166419506073, -0.01106992457062006, -0.07815864682197571, -0.02822519652545452, 0.019005704671144485, -0.003771668765693903, -0.1801990270614624, 0.010806110687553883, 0.004921029321849346, -0.06171025335788727, -0.0934164971113205, -0.04982069507241249, -0.09974402189254761, 0.055852361023426056, -0.048092637211084366, 0.009112659841775894, -0.026559030637145042, 0.061020735651254654, -0.060649994760751724, -0.007454668637365103, -0.036008644849061966, 0.02159327268600464, -0.026409711688756943, 0.09409721195697784, -0.03205377981066704, -0.012749132700264454, 0.130327045917511, -0.15844914317131042, -0.05962369218468666, 0.21364471316337585, 0.03567523881793022, -0.06915745884180069, -0.022927209734916687, -0.025212803855538368, 0.27586379647254944, -0.10413867235183716, 0.11094998568296432, -0.0935451090335846, 0.0601472482085228, -0.020038744434714317, -0.16185469925403595, 0.015088274143636227, 0.047393254935741425, -0.03262586519122124, -0.1437084674835205, 0.11513575166463852, 0.007465575356036425, -0.2055390477180481, 0.2182280719280243, 0.07539462298154831, -0.07587973773479462, -0.014239436015486717, 0.03263864666223526, -0.05665845796465874, 0.03057803027331829, -0.0995219498872757, -0.008158990181982517, 0.006443008314818144, 0.021557483822107315, 0.09312067180871964, -0.16111864149570465, 0.008247381076216698, 0.028796326369047165, -0.08699017018079758, -0.08705107867717743, -0.09627901017665863, -0.14637517929077148, 0.007094983942806721, -0.07952163368463516, -0.148222416639328, 0.05111123248934746, -0.005365264136344194, -0.10425899177789688, 0.07632322609424591, -0.13522644340991974, -0.20572692155838013, -0.18820010125637054, 0.11169372498989105, -0.004958173725754023, 0.07088261842727661, 0.06377086788415909, -0.18111123144626617, -0.047525811940431595, -0.03850112855434418, -0.0707027018070221, -0.043682001531124115, -0.08105190098285675, 0.045576103031635284, 0.04695172980427742, 0.047464169561862946, -0.11963950842618942, 0.0038514770567417145, 0.0072587402537465096, 0.015635857358574867, 0.009035144001245499, -0.019596580415964127, 0.02243894897401333, 0.24535149335861206, 0.005689525976777077, -0.05816848948597908, 0.02356787584722042, 0.1332220882177353, -0.05652683228254318, 0.006962293293327093, 0.1078721284866333, -0.05594104900956154, 0.010573627427220345, 0.10592194646596909, 0.01428356021642685, -0.01903422735631466, 0.0492108054459095, -0.059769030660390854, -0.04426097124814987, -0.31397634744644165, -0.06097280979156494, -0.02827344834804535, -0.0280520711094141, 0.019769253209233284, 0.05511465668678284, 0.10084383934736252, 0.0772012323141098, 0.014974642544984818, 0.09400448203086853, -0.018732618540525436, 0.009452627040445805, -0.0008379634818993509, 0.006014985963702202, 0.06504236906766891, -0.021818604320287704, -0.04235269874334335, 0.060117557644844055, 0.15661297738552094, -0.059514597058296204, 0.11942499876022339, 0.1175466999411583, 0.05595683306455612, 0.14017508924007416, 0.0871119573712349, -0.04833909124135971, 0.06592258810997009, 0.03344600647687912, -0.0038574531208723783, -0.04347580298781395, -0.040593720972537994, 0.16353097558021545, 0.1092984527349472, -0.009630336426198483, 0.0653722807765007, 0.07033484429121017, 0.005110322497785091, 0.14464682340621948, 0.006654010619968176, -0.30989837646484375, -0.03907424956560135, 0.006241555325686932, -0.043469350785017014, -0.0003928036312572658, 0.0810980498790741, 0.12393596768379211, -0.020515156909823418, 0.008873152546584606, 0.1322036236524582, 0.05627664923667908, -0.09052857756614685, -0.04360722377896309, 0.05903731286525726, 0.07757489383220673, 0.012869652360677719, 0.06357455253601074, -0.22354048490524292, 0.10022883862257004, 0.002313770819455385, 0.1486392617225647, 0.043241579085588455, 0.02540462277829647, 0.0035416833125054836, 0.004208473023027182, 0.12138986587524414, 0.06086723133921623, -0.1495147943496704, -0.10821224749088287, -0.09822430461645126, 0.0072642103768885136, 0.07669930905103683, 0.1148003488779068, -0.08535237610340118, 0.016883783042430878, 0.017556115984916687, 0.06292999535799026, -0.1423136293888092, -0.3384367823600769, -0.028637342154979706, -0.04528571665287018, 0.3643816411495209, 0.006211415398865938, 0.014216006733477116, -0.06942802667617798, -0.06693585216999054, 0.12522494792938232, -0.11315859854221344, -0.06516504287719727, 0.014517884701490402, -0.12700816988945007, 0.045061253011226654, -0.02258053980767727, 0.03508860245347023, 0.08148743957281113, 0.059287719428539276, 0.012450015172362328, 0.007126480806618929, 0.11259973049163818, -0.13605281710624695, -0.05293252691626549, -0.024192679673433304, 0.06379881501197815, 0.15155895054340363, 0.03714100271463394, 0.006958657875657082, -0.05086306110024452, -0.012226061895489693, -0.0380895659327507, 0.02244480326771736, 0.0792478546500206, -0.08084814250469208, 0.1315106451511383, -0.0829322561621666, -0.21050694584846497, -0.13119348883628845, -0.0678848922252655, 0.08335047215223312, 0.18685775995254517, 0.016413474455475807, 0.024050064384937286, 0.30769750475883484, -0.08279102295637131, -0.15002059936523438, -0.05110984295606613, 0.09334865212440491, 0.012342997826635838, -0.027258742600679398, -0.16169783473014832, 0.1246904730796814, 0.0037742340937256813, -0.04131225869059563, 0.02685675024986267, -0.1815149039030075, -0.1569315642118454, 0.19211456179618835, -0.08389690518379211, 0.03234974294900894, -0.01774752140045166, -0.04808037355542183, -0.1454334408044815, 0.03775310888886452, 0.04994973912835121, 0.03448410704731941, 0.10412319749593735, 0.07901415228843689, 0.06662698090076447, -0.045100707560777664, 0.014506925828754902, 0.09764307737350464, 0.16651269793510437, -0.030591795220971107, -0.018307017162442207, 0.059025850147008896, 0.03563227877020836, 0.05935223773121834, 0.10062941163778305, 0.02251203916966915, -0.038339704275131226, -0.06243565306067467, -0.08763114362955093, -0.01232637744396925, 0.0352243110537529, 0.08515619486570358, -0.10144613683223724, -0.05319235101342201, -0.02832837961614132, 0.06629909574985504, 0.05977384001016617, 0.1572047621011734, -0.030907168984413147, 0.007341295946389437, 0.21141237020492554, 0.06574408710002899, -0.042412254959344864, -0.120061956346035, -0.00041088671423494816, -0.0653015747666359, 0.1306787133216858, -0.07705998420715332, 0.08216484636068344, 0.004524675663560629, -0.01451164297759533, 0.1048584133386612, 0.06820042431354523, -0.10806217044591904, 0.02929743006825447, 0.0728481113910675, 0.007913568057119846, 0.04097166657447815, 0.019588032737374306, 0.012025601230561733, 0.12426561117172241, -0.007847725413739681, 0.12311839312314987, -0.16899831593036652, -0.015167377889156342, -0.011496610939502716, 0.053494490683078766, -0.21819855272769928, 0.23333431780338287, 0.1381227821111679, -0.020948493853211403, -0.0684681311249733, 0.2249881774187088, 0.06875519454479218, -0.0006570977275259793, 0.09979167580604553, -0.04261603578925133, -0.040042005479335785, -0.054262448102235794, -0.026917384937405586, -0.03668039292097092, -0.06938286125659943, -0.2421184778213501, -0.09005668759346008, 0.003919142298400402, -0.0017057841178029776, -0.18961596488952637, 0.04997524991631508, -0.0708153173327446, -0.03075362741947174, 0.046996984630823135, -0.04074963927268982, -0.0034549562260508537, 0.11684991419315338, 0.09693478047847748, -0.17925330996513367, 0.00765786599367857, 0.05195590853691101, 0.03169862926006317, -0.03786103427410126, 0.011665573343634605, -0.020247718319296837, 0.09779198467731476, 0.013840336352586746, 0.09071043133735657, -0.03915050998330116, -0.024537749588489532, 0.045133959501981735, -0.026452859863638878, -0.07358308881521225, 0.12518443167209625, -0.0649276152253151, 0.02216588892042637, 0.03950933367013931, 0.06637486070394516, -0.06760917603969574, 0.01723998412489891, 0.005698798689991236, -0.01017274521291256, -0.021687548607587814, 0.09552853554487228, -0.1282113939523697, -0.007713179104030132, -0.3028046488761902, -0.0065716044045984745, 0.19138267636299133, 0.07708712667226791, -0.008526673540472984, -0.03602679818868637, 0.012877524830400944, 0.10837818682193756, 0.046810586005449295, -0.07379022985696793, 0.14447294175624847, -0.051403794437646866, -0.031530074775218964, -0.1549161672592163, -0.040870461612939835, -0.028897671028971672, -0.006600494030863047, 0.11026417464017868, 0.062068354338407516, 0.1909271776676178, -0.09056277573108673, -0.032614585012197495, -0.0030978426802903414, 0.03598977252840996, 0.02551637962460518, -0.007401658687740564, -0.05513304844498634, 0.004831664264202118, 0.008562042377889156, -0.06379786878824234, 0.15932272374629974, -0.013935640454292297, -0.0445699505507946, -0.008908402174711227, -0.10800159722566605, 0.0073022241704165936, 0.016415778547525406, 0.1941741704940796, -0.02432647906243801, -0.032011959701776505, -0.105622299015522, -0.05238042026758194, 0.1455911248922348, 0.09493771195411682, -0.04709740728139877, 0.09653662890195847, -0.05229935422539711, 0.16507595777511597, 0.02336299419403076, -0.0566815547645092, -0.14574748277664185, 0.0012737489305436611, -0.05756823346018791, 0.047321658581495285, 0.029078343883156776, 0.0743648111820221, 0.14348874986171722, -0.05962261185050011, 0.005457614548504353, -0.024289917200803757, -0.07249525934457779, -0.16238105297088623, -0.14865392446517944, -0.07162090390920639, -0.21997441351413727, 0.04010333865880966, -0.05392708629369736, -0.002305789617821574, 0.10022611916065216, 0.013428499922156334, 0.016294246539473534, 0.1532210111618042, -0.06047598272562027, -0.08673740178346634, 0.027661915868520737, -0.0649147778749466, -0.02168774977326393, -0.12831427156925201, -0.061156775802373886, 0.12005266547203064, 0.015182671137154102, 0.03763726353645325, -0.03493492677807808, -0.03977624699473381, 0.0759233832359314, 0.03076617419719696, -0.01060680951923132, -0.025978853926062584, 0.01100847590714693, 0.02246338315308094, 0.03851834684610367, 0.10183996707201004, -0.08973181992769241, 0.07881851494312286, 0.09718312323093414, -0.07875626534223557, -0.13701331615447998, -0.06166345626115799, 0.03272951766848564, 0.017212558537721634, 0.11481539160013199, -0.05357920378446579, -0.095220647752285, -0.07298165559768677, 0.10908046364784241, 0.15941327810287476, -0.0410965159535408, -0.020321503281593323, -0.09078854322433472, 0.00965756643563509, -0.1274101287126541, 0.05840455740690231, 0.07936397194862366, 0.08372903615236282, 0.009863924235105515, 0.00783534999936819, -0.08459394425153732, -0.04861771687865257, -0.04610419273376465, -0.015916112810373306, -0.03623790666460991, -0.06939646601676941, -0.042901117354631424, 0.1190313994884491, -0.22514508664608002, -0.08301328867673874, -0.03130418807268143, 0.04221770539879799, -0.03451576828956604, 0.029987633228302002, 0.1653832197189331, 0.08992515504360199, 0.03753294795751572, -0.05243542417883873, -0.011162050999701023, -0.018715839833021164, 0.0330425389111042, -0.0960652083158493, 0.003990848548710346, -0.07612449675798416, -0.09956076741218567, 0.1545444130897522, 0.021500997245311737, 0.2499438226222992, -0.030080348253250122, 0.110557921230793, 0.04002869501709938, 0.1468377709388733, -0.009022019803524017, 0.02987448312342167, 0.05398763716220856, 0.09901421517133713, -0.04465970769524574, 0.135133296251297, 0.049255821853876114, -0.06640665978193283, 0.03208185359835625, 0.03733449429273605, -0.015201250091195107, -0.16641001403331757, -0.036840759217739105, -0.12698444724082947, 0.09281467646360397, -0.045523762702941895, -0.06183212995529175, -0.057752955704927444, -0.009853258728981018, 0.09326475113630295, 0.06871291995048523, 0.035632308572530746, 0.03061533533036709, -0.1939643919467926, -0.053753599524497986, -0.04499462991952896, 0.1410781443119049, -0.04744467884302139, 0.021127931773662567, -0.1133129671216011, -0.09659730643033981, -0.06396923214197159, 0.008464076556265354, 0.04757208004593849, 0.041019462049007416, -0.03467491641640663, -0.12269343435764313, 0.024850357323884964, 0.061347220093011856, -0.08922507613897324, -0.14826631546020508 ]
null
null
espnet
## Example ESPnet2 ASR model ### `kamo-naoyuki/aishell_conformer` ♻️ Imported from https://zenodo.org/record/4105763/ This model was trained by kamo-naoyuki using aishell/asr1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "zh", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["aishell"]}
automatic-speech-recognition
espnet/kamo-naoyuki_aishell_conformer
[ "espnet", "audio", "automatic-speech-recognition", "zh", "dataset:aishell", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "zh" ]
TAGS #espnet #audio #automatic-speech-recognition #zh #dataset-aishell #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 ASR model ### 'kamo-naoyuki/aishell_conformer' ️ Imported from URL This model was trained by kamo-naoyuki using aishell/asr1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/aishell_conformer'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using aishell/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #zh #dataset-aishell #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/aishell_conformer'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using aishell/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 48, 9, 48, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #zh #dataset-aishell #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 ASR model### 'kamo-naoyuki/aishell_conformer'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using aishell/asr1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.049625203013420105, -0.021636705845594406, 0.0003073757397942245, -0.022716742008924484, 0.09656485170125961, -0.06139068305492401, 0.21469250321388245, 0.008465619757771492, 0.15965411067008972, -0.03147916495800018, 0.08223828673362732, 0.1023913323879242, 0.03589111194014549, 0.0936032310128212, 0.044942691922187805, -0.1634618490934372, 0.005010263994336128, 0.002154488582164049, 0.01719038188457489, 0.07430551946163177, 0.1585719883441925, -0.00933204498142004, 0.0936521589756012, 0.07011748105287552, 0.05818270891904831, 0.0636621043086052, -0.016710886731743813, -0.1561397910118103, 0.03473734110593796, 0.06156906485557556, 0.04418567568063736, 0.0035509420558810234, 0.08958100527524948, -0.264789879322052, -0.004007217474281788, -0.0738605260848999, -0.020988687872886658, 0.007949307560920715, 0.03293689712882042, 0.060027509927749634, 0.043784551322460175, 0.040376387536525726, -0.031198306009173393, 0.028699606657028198, -0.026938848197460175, 0.0036714531015604734, 0.0279825571924448, 0.09476521611213684, 0.11648574471473694, 0.1314471811056137, -0.038160860538482666, 0.10295227915048599, -0.11782365292310715, 0.03312398120760918, 0.038941849023103714, -0.20386219024658203, 0.04042540118098259, -0.012701562605798244, 0.007695395033806562, 0.13898998498916626, 0.022896738722920418, -0.0033493300434201956, 0.08150707930326462, 0.023123884573578835, -0.09861548244953156, -0.008108414709568024, 0.015910571441054344, 0.002141428180038929, -0.13975533843040466, -0.0341099351644516, 0.2887226641178131, 0.052545901387929916, -0.00022362777963280678, -0.028429154306650162, 0.0026934032794088125, -0.03038709983229637, -0.0028695594519376755, -0.08825334906578064, -0.026211703196167946, 0.04346230998635292, 0.037625864148139954, -0.024839650839567184, -0.10078809410333633, -0.06395593285560608, -0.026895707473158836, 0.12915344536304474, 0.019024107605218887, 0.04492935538291931, -0.08166760206222534, -0.04054480046033859, 0.02673603780567646, -0.04742222651839256, 0.07012125104665756, -0.014808383770287037, 0.07964353263378143, 0.04845182225108147, 0.06171335279941559, -0.10993585735559464, 0.10445113480091095, 0.02599077671766281, -0.007358828093856573, 0.04647411033511162, 0.14604265987873077, 0.09981509298086166, 0.04966345056891441, 0.0592544861137867, -0.07668723911046982, -0.068944051861763, -0.0113058527931571, 0.06044547259807587, 0.013194531202316284, -0.06370174884796143, -0.17212529480457306, 0.08778542280197144, 0.007216930389404297, -0.03812853991985321, -0.003272698260843754, -0.05746021866798401, -0.09318126738071442, -0.04836798086762428, 0.16661334037780762, -0.10336277633905411, 0.023828107863664627, -0.00589880533516407, -0.04103618115186691, 0.06370889395475388, 0.0004007939132861793, 0.1228664368391037, -0.09511801600456238, -0.005304630845785141, -0.05863884091377258, 0.026072140783071518, 0.011555547825992107, 0.0033917021937668324, 0.03822175785899162, 0.08298440277576447, 0.03410287946462631, -0.20925161242485046, -0.05248575285077095, -0.049994826316833496, 0.01609482802450657, 0.055286940187215805, -0.044216692447662354, -0.13240356743335724, -0.030107980594038963, 0.0404718816280365, -0.107933409512043, -0.16130900382995605, -0.08234208077192307, -0.02591671049594879, -0.011441091075539589, 0.04396585747599602, -0.11011946946382523, 0.06457960605621338, -0.06900040805339813, -0.03909560665488243, -0.01550294179469347, 0.15251585841178894, -0.1357496827840805, -0.08630543947219849, -0.1175493374466896, -0.025798223912715912, -0.095862977206707, 0.05873078852891922, 0.024725157767534256, 0.11284223943948746, -0.1051051914691925, -0.09372906386852264, -0.02638752944767475, -0.09734784066677094, -0.04010751098394394, 0.18661797046661377, 0.008232662454247475, -0.021574662998318672, 0.06437540054321289, 0.2510606050491333, -0.07633692771196365, -0.11342734098434448, -0.05949787423014641, 0.0652533620595932, -0.0049216654151678085, -0.04746613651514053, 0.09613557904958725, -0.011202162131667137, 0.028310582041740417, -0.0457022599875927, 0.011983517557382584, 0.08991770446300507, -0.035954058170318604, -0.11316496133804321, 0.05605333298444748, -0.10666219890117645, 0.018266623839735985, -0.015551561489701271, 0.06827984750270844, 0.05373047664761543, -0.028490692377090454, 0.05605229735374451, 0.10428823530673981, -0.058008432388305664, 0.020513085648417473, -0.17627876996994019, 0.053338222205638885, -0.08029474318027496, -0.03209291025996208, -0.07938653230667114, 0.060102611780166626, -0.013662190176546574, -0.03987671807408333, 0.14526420831680298, -0.05337287485599518, 0.011488359421491623, 0.002158421091735363, 0.016233405098319054, -0.04926762357354164, -0.005758038721978664, 0.05104247108101845, -0.018965713679790497, -0.16441169381141663, 0.03887308016419411, 0.001291776541620493, 0.03345814347267151, -0.12681743502616882, -0.0620589405298233, -0.032165978103876114, 0.06336244195699692, -0.0504298061132431, 0.010304010473191738, -0.0269736647605896, 0.07780355215072632, -0.051068760454654694, 0.02850627526640892, -0.005350887775421143, -0.020848117768764496, -0.12585966289043427, 0.11317357420921326, -0.029964325949549675, 0.05070867761969566, 0.12803451716899872, -0.17205023765563965, 0.017658580094575882, 0.11314638704061508, 0.02051948569715023, -0.038094520568847656, -0.0033824434503912926, 0.020104480907320976, 0.2776896059513092, -0.07730037719011307, 0.11346788704395294, -0.08269485831260681, 0.08954907953739166, 0.014958500862121582, -0.17548227310180664, 0.02301548235118389, 0.09694918245077133, -0.050941888242959976, -0.1751808524131775, 0.12792044878005981, 0.05016927048563957, -0.10703642666339874, 0.22956717014312744, 0.01068410649895668, -0.03798734024167061, -0.014896437525749207, 0.02084958925843239, -0.07446324080228806, 0.0535610094666481, -0.0788305401802063, -0.02298133261501789, 0.020872758701443672, -0.00436757504940033, 0.08265325427055359, -0.14414860308170319, -0.0073434291407465935, 0.009603285230696201, -0.057588472962379456, -0.12189412117004395, -0.06051284074783325, -0.14152324199676514, 0.0008767378749325871, -0.047347456216812134, -0.21680337190628052, 0.057528384029865265, -0.030131883919239044, -0.1273651421070099, 0.07937654107809067, -0.11002158373594284, -0.1878548115491867, -0.1832410991191864, 0.05478304252028465, -0.061487484723329544, 0.048274002969264984, 0.03521468862891197, -0.13942396640777588, -0.017674952745437622, -0.02422560565173626, -0.06644656509160995, 0.013405337929725647, -0.07634048163890839, 0.08287130296230316, -0.01363425888121128, 0.0061355819925665855, -0.0906357616186142, -0.03303571045398712, -0.07082962989807129, 0.04674561694264412, 0.029239045456051826, -0.04833758994936943, 0.09709590673446655, 0.2235385924577713, 0.01617441698908806, -0.023034531623125076, 0.039857082068920135, 0.178854838013649, -0.0979166030883789, -0.025779804214835167, 0.08040331304073334, -0.07447965443134308, 0.030720705166459084, 0.07143732905387878, 0.057211101055145264, 0.01600632071495056, 0.0025664521381258965, -0.06376085430383682, -0.06994068622589111, -0.2842150032520294, -0.15122215449810028, -0.02993062324821949, -0.02110949344933033, -0.012889934703707695, 0.04552923142910004, 0.16159570217132568, 0.055155638605356216, 0.05411243438720703, 0.03428991138935089, 0.037531133741140366, 0.004583924077451229, 0.07989851385354996, 0.018996672704815865, 0.053598374128341675, -0.020532753318548203, -0.09770448505878448, 0.05939595401287079, 0.09199384599924088, 0.004672665148973465, 0.1675570011138916, 0.07855647057294846, 0.0701339989900589, 0.10579341650009155, 0.09294603019952774, -0.029211578890681267, 0.0701877698302269, 0.003096776083111763, -0.008460668846964836, -0.06498488783836365, -0.061866626143455505, 0.17911487817764282, 0.1150381863117218, -0.11106739193201065, 0.07700153440237045, 0.109328493475914, 0.024194296449422836, 0.1566309630870819, 0.009502231143414974, -0.24121162295341492, 0.023020783439278603, 0.00009294599294662476, -0.050760746002197266, 0.0030430424958467484, 0.10858619958162308, 0.07702101767063141, -0.061432063579559326, 0.07181676477193832, 0.08656975626945496, 0.04436717554926872, -0.13765943050384521, -0.004941198974847794, -0.03204341232776642, -0.01381670031696558, 0.014916004613041878, 0.06515946239233017, -0.2038654088973999, 0.16867177188396454, 0.013674604706466198, 0.06467615813016891, -0.002855598460882902, -0.01632772758603096, 0.023934654891490936, -0.029599882662296295, 0.15668869018554688, 0.07188713550567627, -0.10411930084228516, -0.1181541383266449, -0.12838569283485413, 0.013269379734992981, 0.07638687640428543, 0.11512927711009979, -0.0861528292298317, 0.03241074085235596, 0.0025304341688752174, 0.04391441121697426, -0.12062832713127136, -0.25149720907211304, -0.04924336448311806, -0.040304042398929596, 0.32624828815460205, 0.0016924114897847176, 0.020212583243846893, -0.05386785790324211, -0.08799267560243607, -0.038266394287347794, -0.11634281277656555, -0.05654892325401306, -0.00584676256403327, -0.11162398755550385, 0.08156567066907883, -0.045124754309654236, 0.052616048604249954, 0.09221065044403076, -0.0018229219131171703, -0.01757907308638096, -0.018292173743247986, 0.10233846306800842, -0.11996255815029144, -0.06295120716094971, 0.00008445372804999352, 0.05583484098315239, 0.1706022173166275, 0.05255031958222389, 0.027817968279123306, -0.004970134701579809, -0.022969277575612068, -0.07700797915458679, 0.039114609360694885, 0.08966784179210663, -0.14760708808898926, 0.15374936163425446, -0.012846599332988262, -0.22781437635421753, -0.14763036370277405, -0.0797778069972992, 0.13279293477535248, 0.18024684488773346, -0.002840004861354828, 0.07200760394334793, 0.32202181220054626, -0.045779187232255936, -0.1958182454109192, -0.20976366102695465, 0.08953769505023956, -0.001024507568217814, 0.009334251284599304, -0.14637157320976257, 0.10807379335165024, -0.031514424830675125, -0.06508708745241165, -0.009832173585891724, -0.16279082000255585, -0.12273517996072769, 0.2485520839691162, -0.11238376051187515, 0.07076402753591537, -0.05218789726495743, -0.07572022825479507, -0.11284132301807404, 0.026098493486642838, 0.07804594933986664, 0.09983962774276733, 0.08764340728521347, 0.05841374024748802, 0.06847541034221649, -0.023073839023709297, 0.026827041059732437, 0.11592984199523926, 0.1807330697774887, -0.04202185943722725, -0.015819905325770378, -0.05342080444097519, -0.01178508996963501, 0.07151075452566147, 0.10695655643939972, 0.06177926063537598, -0.04463609308004379, -0.1250377595424652, -0.04762120917439461, -0.05197780951857567, 0.019144583493471146, 0.10938126593828201, -0.05671129375696182, -0.04869062453508377, -0.02414572238922119, 0.07727539539337158, 0.08416695147752762, 0.26283764839172363, -0.04072704538702965, -0.06657775491476059, 0.22203375399112701, 0.10504943877458572, -0.056090228259563446, -0.11635586619377136, -0.031107185408473015, -0.06699655205011368, 0.08947779983282089, -0.07263962179422379, 0.06438784301280975, 0.04799878969788551, 0.011372053995728493, 0.09504102170467377, 0.062068406492471695, -0.13496878743171692, 0.04641849547624588, 0.092928446829319, -0.010600744746625423, -0.029702669009566307, -0.046132832765579224, 0.0847489982843399, 0.16305826604366302, 0.020905131474137306, 0.13037647306919098, -0.12344484776258469, -0.0034787447657436132, -0.021608425304293633, 0.05423538386821747, -0.18561933934688568, 0.1970950812101364, 0.1491626352071762, -0.014952380210161209, -0.11371730268001556, 0.16045136749744415, 0.03649967163801193, 0.08670878410339355, 0.08673132210969925, -0.02660294622182846, -0.05170077085494995, -0.06316974759101868, -0.10864333808422089, 0.03856567665934563, -0.21055036783218384, -0.22954434156417847, -0.04070564731955528, -0.029971733689308167, -0.0025242026895284653, -0.11875757575035095, 0.05372962728142738, -0.05294806882739067, -0.015993904322385788, -0.012490008026361465, 0.013870635069906712, -0.007482854649424553, 0.10381662845611572, 0.02025679126381874, -0.20327380299568176, -0.17218421399593353, 0.043233223259449005, 0.08137490600347519, -0.07376217842102051, -0.0287097729742527, -0.029219770804047585, 0.08138789981603622, 0.029096221551299095, 0.04995352029800415, -0.08009567856788635, 0.00032516615465283394, 0.03247974067926407, -0.04618730768561363, -0.060144439339637756, 0.08677682280540466, -0.08386171609163284, 0.012199249118566513, 0.023433716967701912, 0.08481372892856598, -0.0624605193734169, -0.018645068630576134, 0.008380412124097347, -0.0014642507303506136, 0.00505857914686203, 0.09651190787553787, -0.08481317013502121, 0.0306154265999794, -0.25550031661987305, -0.02362423576414585, 0.16666603088378906, 0.0820215716958046, 0.006063043139874935, -0.02608679234981537, -0.016752304509282112, 0.1114875003695488, 0.03400196507573128, -0.04789185896515846, 0.07768873870372772, -0.04873648285865784, -0.03425664082169533, -0.1866227686405182, -0.06406494230031967, -0.04536677896976471, 0.02210107259452343, 0.1444128304719925, 0.08127305656671524, 0.1756604015827179, -0.05995914712548256, -0.01498647965490818, -0.00047478964552283287, 0.04569048061966896, 0.01659448817372322, -0.030060280114412308, -0.028007663786411285, -0.04755644500255585, -0.01404406689107418, -0.05283461883664131, 0.16679160296916962, 0.010823206976056099, -0.08071790635585785, -0.014775603078305721, 0.019956102594733238, -0.019356613978743553, 0.005270456895232201, 0.16837064921855927, 0.0005153708625584841, -0.020348699763417244, -0.09754972159862518, -0.005762766115367413, 0.0610186904668808, 0.15035653114318848, -0.11651641130447388, 0.019079921767115593, -0.039861857891082764, 0.14344924688339233, 0.09058687090873718, -0.032997142523527145, -0.10532130300998688, -0.010120810009539127, -0.06927420198917389, 0.03785146400332451, -0.002424417994916439, 0.05785054713487625, 0.1343298703432083, -0.05049748346209526, 0.029902568086981773, 0.008187031373381615, -0.07190942764282227, -0.17619991302490234, -0.123636893928051, -0.08310675621032715, -0.19792136549949646, 0.026790712028741837, -0.061025626957416534, -0.009387798607349396, 0.1740354299545288, 0.02425088733434677, 0.015957936644554138, 0.10809237509965897, -0.058447595685720444, -0.0720353052020073, 0.05421596020460129, -0.08107016980648041, -0.024168681353330612, -0.10599625110626221, -0.03453264385461807, 0.10715427249670029, -0.02366902120411396, 0.013932457193732262, -0.024375831708312035, -0.06324020028114319, 0.10070806741714478, 0.015818988904356956, -0.04391523450613022, -0.03822711110115051, 0.001970042008906603, 0.0639338418841362, 0.06088879704475403, 0.0626659244298935, -0.08923478424549103, 0.04432873800396919, 0.08330399543046951, -0.03964393213391304, -0.13080991804599762, -0.06552045047283173, 0.13053418695926666, 0.01744275912642479, 0.1320907473564148, -0.07215424627065659, -0.08245202153921127, -0.03976266086101532, 0.11610503494739532, 0.16608433425426483, -0.052014101296663284, -0.03717074543237686, -0.09071523696184158, 0.024958761408925056, -0.11172375082969666, 0.014809655025601387, 0.039330560714006424, 0.21219150722026825, -0.017573397606611252, 0.044124048203229904, -0.14421354234218597, -0.04848813638091087, -0.04239179939031601, 0.0032606443855911493, 0.06236553564667702, -0.06598109006881714, -0.06657467037439346, 0.1575685292482376, -0.24980726838111877, -0.03674130141735077, -0.09085497260093689, -0.023428816348314285, -0.017512235790491104, 0.017661377787590027, 0.1036604717373848, 0.1284305900335312, 0.07391668856143951, -0.059511344879865646, -0.022345080971717834, -0.10458748787641525, 0.03170614689588547, -0.1535315364599228, 0.09132838994264603, -0.019639529287815094, -0.12427285313606262, 0.12234064936637878, 0.0056395321153104305, 0.27282264828681946, 0.022056013345718384, 0.07520760595798492, 0.0640137642621994, 0.14673303067684174, -0.004736429546028376, 0.019425930455327034, 0.02987947128713131, 0.056359779089689255, 0.0015363870188593864, 0.07897542417049408, 0.03344932943582535, -0.06734294444322586, 0.032296665012836456, 0.05312318727374077, -0.024073950946331024, -0.1121140718460083, 0.017654208466410637, -0.09459167718887329, 0.09396474063396454, -0.09044397622346878, -0.045519035309553146, -0.03582315146923065, -0.0015161396004259586, 0.07687582075595856, 0.004042170941829681, -0.027959005907177925, -0.0003169415285810828, -0.15052028000354767, -0.041555456817150116, -0.12007498741149902, 0.07052958011627197, 0.008254226297140121, 0.025442812591791153, -0.1409221589565277, -0.07258076965808868, -0.021540194749832153, 0.004308667965233326, 0.09869904071092606, -0.007553966715931892, -0.01610160619020462, -0.07920609414577484, 0.03489476814866066, 0.015321286395192146, -0.0381845086812973, -0.10751184076070786 ]
null
null
espnet
## Example ESPnet2 ASR model ### `kamo-naoyuki/chime4_asr_train_asr_transformer3_raw_en_char_sp_valid.acc.ave` ♻️ Imported from https://zenodo.org/record/4414883/ This model was trained by kamo-naoyuki using chime4/asr1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "en", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["chime4"]}
automatic-speech-recognition
espnet/kamo-naoyuki_chime4_asr_train_asr_transformer3_raw_en_char_sp_valid.acc.ave
[ "espnet", "audio", "automatic-speech-recognition", "en", "dataset:chime4", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "en" ]
TAGS #espnet #audio #automatic-speech-recognition #en #dataset-chime4 #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 ASR model ### 'kamo-naoyuki/chime4_asr_train_asr_transformer3_raw_en_char_sp_valid.URL' ️ Imported from URL This model was trained by kamo-naoyuki using chime4/asr1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/chime4_asr_train_asr_transformer3_raw_en_char_sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using chime4/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-chime4 #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/chime4_asr_train_asr_transformer3_raw_en_char_sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using chime4/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 49, 9, 72, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-chime4 #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 ASR model### 'kamo-naoyuki/chime4_asr_train_asr_transformer3_raw_en_char_sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using chime4/asr1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.07107596099376678, 0.009035659953951836, 0.0004622091946657747, -0.0009677468333393335, 0.12952236831188202, -0.055953264236450195, 0.18812072277069092, 0.01502396259456873, 0.07924554497003555, -0.022695554420351982, 0.06903614103794098, 0.18982480466365814, 0.04702485352754593, 0.09823953360319138, 0.02863047458231449, -0.17560023069381714, 0.004039010498672724, -0.022016437724232674, 0.07170475274324417, 0.08779191225767136, 0.14924807846546173, -0.007671621162444353, 0.11883530020713806, 0.07267390191555023, 0.013545154593884945, 0.08827358484268188, 0.014443849213421345, -0.18790702521800995, 0.025728989392518997, 0.0615009181201458, 0.048770785331726074, -0.0005054272478446364, 0.099525086581707, -0.20860961079597473, 0.0044198655523359776, -0.07046589255332947, -0.03342447802424431, 0.021144667640328407, 0.018760165199637413, 0.00037671966128982604, 0.01789655163884163, 0.03304711729288101, -0.007829103618860245, 0.04062223061919212, -0.05274201184511185, 0.011845512315630913, 0.032114427536726, 0.10419362783432007, 0.10153944790363312, 0.1552392989397049, -0.033654771745204926, 0.06479129940271378, -0.1337711215019226, 0.03583800047636032, -0.01523922011256218, -0.18934208154678345, 0.03293083608150482, -0.030078869313001633, 0.01724720187485218, 0.17077557742595673, 0.02152293361723423, -0.02981961891055107, 0.10215719044208527, 0.008547650650143623, -0.07262387871742249, -0.028868716210126877, -0.07255714386701584, -0.010827367193996906, -0.14722566306591034, 0.006053937133401632, 0.23434914648532867, 0.030742302536964417, -0.020998012274503708, -0.00024745959672145545, -0.014097810722887516, -0.045349009335041046, 0.028455955907702446, -0.10218368470668793, -0.008887289091944695, 0.04496254399418831, 0.025280071422457695, -0.015196962282061577, -0.07215829193592072, -0.07150113582611084, -0.02787914127111435, 0.09903230518102646, 0.011533081531524658, 0.022788850590586662, -0.07360422611236572, -0.0343262180685997, 0.03731163963675499, -0.032851990312337875, 0.056059177964925766, -0.008781716227531433, 0.05979657545685768, 0.020914556458592415, 0.07310769706964493, -0.08230068534612656, 0.06759000569581985, -0.008551616221666336, 0.0000750586114008911, 0.02282562106847763, 0.11974555253982544, 0.09619595110416412, 0.029128653928637505, 0.09536293148994446, -0.08164016902446747, -0.028271812945604324, -0.027119683101773262, 0.07061109691858292, 0.029034895822405815, -0.06070451810956001, -0.1798163205385208, 0.04254843667149544, -0.03110678680241108, -0.020615456625819206, -0.0246123094111681, -0.04890087991952896, -0.10392012447118759, -0.041302818804979324, 0.1778959333896637, -0.1352635771036148, 0.0401199534535408, 0.023397518321871758, -0.028381217271089554, 0.10695856064558029, -0.008976778946816921, 0.10309308022260666, -0.09079750627279282, -0.0014072578633204103, -0.07489173859357834, 0.05144105851650238, 0.0016069709090515971, -0.0035964935086667538, 0.031579725444316864, 0.08396338671445847, 0.011754751205444336, -0.23129108548164368, 0.011898756958544254, -0.06260599941015244, -0.022729475051164627, 0.03624337166547775, -0.033846475183963776, -0.13241437077522278, -0.05281716212630272, 0.019283199682831764, -0.12155584990978241, -0.14614629745483398, -0.0849466547369957, -0.04137875512242317, 0.03342386335134506, 0.06950894743204117, -0.06979002058506012, 0.06704873591661453, -0.07342710345983505, -0.06132601946592331, -0.09546706080436707, 0.16015852987766266, -0.10912580788135529, -0.0861940085887909, -0.11133934557437897, -0.028055213391780853, -0.119723379611969, 0.044452082365751266, -0.004266186151653528, 0.08328229188919067, -0.11397787183523178, -0.09261614084243774, 0.052139293402433395, -0.10338536649942398, -0.01997934840619564, 0.18357917666435242, 0.0021885414607822895, 0.0070647927932441235, 0.0734020248055458, 0.2156601995229721, -0.08619318902492523, -0.12977668642997742, -0.06762218475341797, 0.06035112962126732, -0.026775309816002846, -0.042052336037158966, 0.07911165058612823, -0.03854897990822792, 0.0012056329287588596, -0.0599169060587883, 0.028163651004433632, 0.08204248547554016, -0.015867196023464203, -0.10005268454551697, 0.048218563199043274, -0.09758573770523071, -0.007240431848913431, -0.04589375853538513, 0.04760679975152016, 0.055557169020175934, -0.038026705384254456, 0.03599249944090843, 0.0931440144777298, -0.06380295008420944, 0.021085331216454506, -0.16961996257305145, 0.052157409489154816, -0.127298042178154, -0.04684772714972496, -0.06901447474956512, 0.11600401997566223, 0.0030921215657144785, -0.05298451706767082, 0.1252506971359253, -0.08396295458078384, 0.001733026816509664, -0.005751603748649359, -0.0015523715410381556, -0.060565873980522156, 0.004116710741072893, 0.051835112273693085, -0.019831283017992973, -0.1744065135717392, 0.049586810171604156, 0.00103707704693079, 0.04757361114025116, -0.12185858190059662, -0.04401695355772972, 0.0009596990421414375, 0.054343946278095245, -0.04813956841826439, 0.012106691487133503, -0.01311105489730835, 0.09032563865184784, -0.04122154787182808, 0.002784076379612088, -0.023015599697828293, 0.00036641411134041846, -0.11387761682271957, 0.1643560826778412, -0.11595699936151505, -0.007905098609626293, 0.1561097800731659, -0.17839306592941284, -0.03798483684659004, 0.13907279074192047, 0.02625678852200508, -0.02704424411058426, -0.03261709213256836, 0.018630273640155792, 0.2894936501979828, -0.10246735066175461, 0.12242738902568817, -0.07432672381401062, 0.08936824649572372, 0.004824434407055378, -0.1388026624917984, 0.04127965122461319, 0.10285264253616333, -0.02204492874443531, -0.14607001841068268, 0.12119460105895996, 0.04053765907883644, -0.1370314210653305, 0.18808428943157196, 0.0575585700571537, -0.07007279992103577, -0.031083038076758385, 0.03352736309170723, -0.0511799231171608, 0.03484842926263809, -0.06119238957762718, -0.03912562131881714, -0.0058927214704453945, -0.01694622077047825, 0.0797458365559578, -0.15843679010868073, 0.006529620848596096, -0.0007378098671324551, -0.06481696665287018, -0.09076650440692902, -0.05372492969036102, -0.1332072764635086, -0.007440245244652033, -0.04434611275792122, -0.20878031849861145, 0.07004690915346146, -0.008776403963565826, -0.1171947568655014, 0.10531678795814514, -0.09301188588142395, -0.21761752665042877, -0.17749036848545074, 0.10117900371551514, -0.027926305308938026, 0.07389084994792938, 0.03546622768044472, -0.18864986300468445, -0.01810578815639019, -0.038883112370967865, -0.07539962232112885, -0.021383218467235565, -0.07729042321443558, 0.033321525901556015, 0.0016773378010839224, 0.02687615342438221, -0.09412189573049545, -0.02352321147918701, -0.05030626058578491, 0.0629262924194336, 0.03487874194979668, -0.021191401407122612, 0.08189999312162399, 0.24604488909244537, -0.004669522400945425, -0.03938634321093559, 0.050096139311790466, 0.17434433102607727, -0.06921669840812683, -0.04395270720124245, 0.07455862313508987, -0.08199615031480789, 0.023159289732575417, 0.08158854395151138, 0.027502350509166718, -0.00033336662454530597, 0.02012823522090912, -0.06350583583116531, -0.0414019376039505, -0.3021252453327179, -0.0922996923327446, -0.0219647865742445, -0.01997571811079979, 0.0010584162082523108, 0.057153671979904175, 0.11518480628728867, 0.08403953164815903, 0.06983046233654022, 0.018151964992284775, 0.03775155171751976, 0.023057905957102776, 0.09742168337106705, -0.003406955860555172, 0.06422834098339081, -0.027108607813715935, -0.09227336198091507, 0.04394744709134102, 0.11812269687652588, -0.059909235686063766, 0.187472864985466, 0.049988217651844025, 0.04903338849544525, 0.1251038908958435, 0.09574170410633087, -0.05537125840783119, 0.10472262650728226, 0.014592435210943222, 0.0036471914499998093, -0.06741375476121902, -0.06876123696565628, 0.1917097270488739, 0.13959269225597382, -0.05710980296134949, 0.03920979052782059, 0.12329283356666565, 0.029337000101804733, 0.13735255599021912, 0.0029695644043385983, -0.3045847713947296, 0.0010430397232994437, -0.022308051586151123, -0.04619965702295303, 0.021125836297869682, 0.08626414835453033, 0.07845684885978699, -0.03841778263449669, 0.04054084047675133, 0.0885656327009201, 0.041329022496938705, -0.14854052662849426, -0.034399133175611496, -0.007748461328446865, 0.03182101249694824, 0.022287534549832344, 0.04800305515527725, -0.18617714941501617, 0.15588872134685516, 0.019964808598160744, 0.10322914272546768, 0.04195520654320717, -0.0014238754520192742, 0.008389415219426155, 0.011100875213742256, 0.154385507106781, 0.053040761500597, -0.18751782178878784, -0.11625158041715622, -0.14890645444393158, 0.015181934460997581, 0.10096301138401031, 0.11852629482746124, -0.060192275792360306, 0.028856731951236725, -0.0023058089427649975, 0.05527035892009735, -0.14610697329044342, -0.31319671869277954, -0.06799890846014023, -0.03817291557788849, 0.3409397006034851, 0.07502016425132751, 0.040106646716594696, -0.06462961435317993, -0.0701156035065651, 0.02781306393444538, -0.11448723077774048, -0.021625356748700142, -0.004448492079973221, -0.15941444039344788, 0.08051635324954987, -0.04006902873516083, 0.03798501193523407, 0.08139554411172867, 0.025299446657299995, -0.0008873198530636728, 0.020244687795639038, 0.131049245595932, -0.10523995757102966, -0.07535862922668457, -0.010048246011137962, 0.03873538598418236, 0.1665695607662201, 0.049708131700754166, 0.03509416803717613, 0.008152719587087631, -0.017419610172510147, -0.05998754873871803, 0.06035576015710831, 0.1596967726945877, -0.09609456360340118, 0.17227064073085785, -0.08726770430803299, -0.23842135071754456, -0.16026084125041962, -0.06433984637260437, 0.12842433154582977, 0.16040483117103577, -0.01626727543771267, 0.05051537603139877, 0.298389196395874, -0.08690038323402405, -0.14329424500465393, -0.10953707247972488, 0.05587829649448395, -0.009562592022120953, -0.0038370084948837757, -0.1347970813512802, 0.08347368240356445, -0.014516428112983704, -0.053933680057525635, -0.09221981465816498, -0.21256904304027557, -0.11661094427108765, 0.20546406507492065, -0.09656663984060287, 0.04682343080639839, -0.06905733048915863, -0.07082545012235641, -0.14855386316776276, 0.03358011320233345, 0.07675504684448242, 0.03216630592942238, 0.09116252511739731, 0.05810471624135971, 0.06668094545602798, -0.03801942989230156, 0.009240261279046535, 0.11700767278671265, 0.1842544823884964, -0.06703624129295349, -0.005955889355391264, -0.018771501258015633, -0.010483618825674057, 0.06879448145627975, 0.10566579550504684, 0.041059937328100204, -0.03131754323840141, -0.07291723042726517, -0.08759884536266327, -0.031933147460222244, 0.050744909793138504, 0.10770060867071152, -0.048594433814287186, -0.024300379678606987, -0.05235239863395691, 0.09394969046115875, 0.0651932805776596, 0.1350502371788025, -0.08333190530538559, -0.024481704458594322, 0.1843995302915573, 0.11521542817354202, -0.007645515259355307, -0.11085645854473114, -0.0013184420531615615, -0.059173621237277985, 0.1132233589887619, -0.03585801273584366, 0.08057097345590591, 0.03882557898759842, -0.021194396540522575, 0.1335584670305252, 0.08343536406755447, -0.0831456184387207, 0.05668390914797783, 0.07014203816652298, -0.009413298219442368, -0.023497391492128372, 0.014274846762418747, 0.0010455739684402943, 0.11692773550748825, 0.020148921757936478, 0.13484686613082886, -0.12429311126470566, -0.016950039193034172, -0.03617917001247406, 0.08747241646051407, -0.18398334085941315, 0.18179593980312347, 0.14499317109584808, -0.04077473655343056, -0.08312203735113144, 0.16776257753372192, 0.05846913158893585, -0.07074024528265, 0.09367720782756805, -0.04737386107444763, -0.03035418502986431, -0.062472499907016754, -0.12405884265899658, 0.014421201311051846, -0.2217315286397934, -0.22016732394695282, -0.06883865594863892, -0.026560861617326736, 0.0034252172335982323, -0.08153945207595825, 0.03678375855088234, -0.03837677836418152, -0.015680328011512756, 0.007386568933725357, -0.023783888667821884, -0.017593029886484146, 0.10756350308656693, 0.048963192850351334, -0.2039739340543747, -0.09015428274869919, 0.04911874979734421, 0.035025179386138916, -0.04470277950167656, -0.004942161031067371, -0.03867926448583603, 0.06461314111948013, 0.013488531112670898, 0.07581036537885666, -0.07448719441890717, 0.005875112023204565, 0.03509288281202316, -0.024212289601564407, -0.06910213083028793, 0.08971200883388519, -0.08750713616609573, 0.020543459802865982, 0.024422073736786842, 0.0854242667555809, -0.0720912292599678, -0.00531381368637085, 0.001750313793309033, -0.0007526950794272125, -0.011545899324119091, 0.10918276757001877, -0.1439514458179474, -0.020422663539648056, -0.26648882031440735, -0.015563092194497585, 0.19540615379810333, 0.07185845822095871, 0.012496761977672577, -0.06473325192928314, 0.003758446779102087, 0.1299089789390564, 0.049369778484106064, -0.04551594704389572, 0.1666780710220337, -0.06646376848220825, -0.029173551127314568, -0.1610923707485199, -0.06918364763259888, -0.04744786396622658, 0.024722345173358917, 0.1585048884153366, 0.057151537388563156, 0.19839908182621002, -0.09392911195755005, -0.0030857271049171686, 0.012581835500895977, 0.04277243837714195, 0.006056332029402256, -0.007598057389259338, -0.031191015616059303, -0.0094611756503582, 0.01970953680574894, -0.05880747362971306, 0.20574374496936798, 0.015134066343307495, -0.0429614819586277, -0.004159652162343264, -0.08300633728504181, 0.015036548487842083, 0.03165885806083679, 0.1929977387189865, 0.007617345079779625, -0.033768270164728165, -0.06762085109949112, 0.008577113971114159, 0.09227535128593445, 0.13904015719890594, -0.11068971455097198, 0.06742885708808899, -0.061010848730802536, 0.17679354548454285, 0.10373178124427795, -0.05071436986327171, -0.07184116542339325, -0.002878517145290971, -0.10362624377012253, 0.03624555468559265, -0.00780376186594367, 0.06757304072380066, 0.12919551134109497, -0.008576514199376106, 0.009245102293789387, -0.018909592181444168, -0.10340186953544617, -0.20509861409664154, -0.07409221678972244, -0.08937612920999527, -0.21382173895835876, 0.03655863553285599, -0.05704708397388458, -0.0007788129150867462, 0.12473233789205551, 0.00461569195613265, 0.031796280294656754, 0.13522422313690186, -0.04253315553069115, -0.0786752849817276, 0.02837793156504631, -0.07139962166547775, 0.006384561304003, -0.1509251445531845, -0.027641957625746727, 0.13020503520965576, -0.01438861433416605, 0.013635764829814434, -0.022049318999052048, -0.040359821170568466, 0.09374810755252838, 0.007553881499916315, -0.008361353538930416, -0.03769372031092644, 0.017386699095368385, 0.04657021164894104, 0.06533263623714447, 0.09088639914989471, -0.11819309741258621, 0.06606264412403107, 0.07255052775144577, -0.0840202122926712, -0.09518568217754364, -0.07992380857467651, 0.16327352821826935, 0.0005156847764737904, 0.14277014136314392, -0.09184383600950241, -0.08333991467952728, -0.037346068769693375, 0.10778762400150299, 0.15495888888835907, -0.04148779809474945, -0.03678252920508385, -0.09186482429504395, 0.020609604194760323, -0.08616255968809128, -0.020266152918338776, 0.08661497384309769, 0.1666780561208725, 0.0009552077972330153, 0.033153340220451355, -0.1136525496840477, -0.031476110219955444, -0.01650446280837059, -0.01281873881816864, -0.012302195653319359, -0.03136049211025238, -0.06419708579778671, 0.1552266925573349, -0.21799924969673157, -0.0847959965467453, -0.08376838266849518, 0.012964343652129173, -0.009327081963419914, 0.01355336420238018, 0.10247643291950226, 0.10956937819719315, 0.07657964527606964, -0.04575573652982712, -0.06998874992132187, -0.024327609688043594, 0.05480441078543663, -0.17070992290973663, 0.07794887572526932, -0.06063162162899971, -0.18954816460609436, 0.11344935745000839, 0.0050858561880886555, 0.26112714409828186, 0.035460274666547775, 0.10606672614812851, 0.050846345722675323, 0.13619166612625122, -0.006143422797322273, 0.0024672746658325195, 0.08209720999002457, 0.06258061528205872, 0.0026630167849361897, 0.11522350460290909, 0.03559963405132294, -0.043008893728256226, 0.06554096192121506, -0.028819162398576736, -0.029799994081258774, -0.14366401731967926, -0.021541111171245575, -0.0962335467338562, 0.0911463275551796, -0.043409716337919235, -0.05076153203845024, -0.022686371579766273, 0.0032931952737271786, 0.045103393495082855, 0.02465706504881382, -0.0607634074985981, 0.00485607236623764, -0.1814580112695694, -0.04423534870147705, -0.07653823494911194, 0.10748707503080368, -0.024184690788388252, 0.008953609503805637, -0.11166320741176605, -0.08633340895175934, -0.018246088176965714, -0.0037265224382281303, 0.05074049532413483, 0.026362765580415726, -0.03408225253224373, -0.08886793255805969, 0.028859129175543785, 0.06753939390182495, -0.06816761940717697, -0.11768627911806107 ]
null
null
espnet
## Example ESPnet2 ASR model ### `kamo-naoyuki/dirha_wsj_asr_train_asr_transformer_cmvn_raw_char_rir_scpdatadirha_irwav.scp_noise_db_range10_17_noise_scpdatadirha_noisewav.scp_speech_volume_normalize1.0_num_workers2_rir_apply_prob1._sp_valid.acc.ave` ♻️ Imported from https://zenodo.org/record/4415021/ This model was trained by kamo-naoyuki using dirha_wsj/asr1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "en", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["dirha_wsj"]}
automatic-speech-recognition
espnet/kamo-naoyuki_dirha_wsj_asr_train_asr_transformer_cmvn_raw_char_rir_scp-truncated-2fd1f8
[ "espnet", "audio", "automatic-speech-recognition", "en", "dataset:dirha_wsj", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "en" ]
TAGS #espnet #audio #automatic-speech-recognition #en #dataset-dirha_wsj #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 ASR model ### 'kamo-naoyuki/dirha_wsj_asr_train_asr_transformer_cmvn_raw_char_rir_scpdatadirha_irwav.scp_noise_db_range10_17_noise_scpdatadirha_noisewav.scp_speech_volume_normalize1.0_num_workers2_rir_apply_prob1._sp_valid.URL' ️ Imported from URL This model was trained by kamo-naoyuki using dirha_wsj/asr1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/dirha_wsj_asr_train_asr_transformer_cmvn_raw_char_rir_scpdatadirha_irwav.scp_noise_db_range10_17_noise_scpdatadirha_noisewav.scp_speech_volume_normalize1.0_num_workers2_rir_apply_prob1._sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using dirha_wsj/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-dirha_wsj #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/dirha_wsj_asr_train_asr_transformer_cmvn_raw_char_rir_scpdatadirha_irwav.scp_noise_db_range10_17_noise_scpdatadirha_noisewav.scp_speech_volume_normalize1.0_num_workers2_rir_apply_prob1._sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using dirha_wsj/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 51, 9, 144, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-dirha_wsj #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 ASR model### 'kamo-naoyuki/dirha_wsj_asr_train_asr_transformer_cmvn_raw_char_rir_scpdatadirha_irwav.scp_noise_db_range10_17_noise_scpdatadirha_noisewav.scp_speech_volume_normalize1.0_num_workers2_rir_apply_prob1._sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using dirha_wsj/asr1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.07738000154495239, 0.052170947194099426, -0.004227465949952602, -0.00802225898951292, 0.06394075602293015, -0.058358751237392426, 0.19179736077785492, -0.004757208283990622, 0.0666549950838089, 0.02346009574830532, 0.08794848620891571, 0.1654173582792282, 0.03731987625360489, 0.057751502841711044, -0.014923447743058205, -0.10489818453788757, 0.03070167452096939, -0.026574116200208664, 0.07398192584514618, 0.10159172117710114, 0.15203620493412018, -0.03948760777711868, 0.08519411087036133, 0.07444632053375244, 0.020210351794958115, 0.06687922775745392, 0.021864771842956543, -0.14534606039524078, 0.05816350877285004, 0.06952744722366333, 0.12306336313486099, 0.04756329953670502, 0.13098527491092682, -0.23217721283435822, 0.0062027000822126865, -0.038105498999357224, 0.005443950183689594, 0.05310400202870369, 0.06583525240421295, -0.00406090822070837, 0.0003308719606138766, 0.014091202057898045, 0.0016380895394831896, 0.03733183816075325, -0.029482610523700714, -0.12597304582595825, 0.004521061200648546, 0.17082026600837708, 0.11611869931221008, 0.11114661395549774, -0.034479934722185135, 0.05718119442462921, -0.10865305364131927, 0.04815493896603584, 0.05930088460445404, -0.14590591192245483, 0.04417237266898155, 0.011319019831717014, -0.012172442860901356, 0.0606868714094162, -0.004500066861510277, -0.060135532170534134, 0.05572299659252167, 0.018666783347725868, 0.006509716622531414, -0.03945166617631912, -0.035775311291217804, -0.0028993769083172083, -0.10097669810056686, -0.031653374433517456, 0.23103928565979004, 0.036476340144872665, -0.04178512841463089, -0.007288789376616478, -0.05934043228626251, -0.033982180058956146, 0.02537228725850582, -0.07502992451190948, -0.011887582950294018, 0.030590513721108437, 0.03297783061861992, 0.02850533463060856, -0.09258361905813217, -0.07199409604072571, -0.0026715483982115984, 0.08014042675495148, 0.013082601130008698, -0.00005559426426771097, 0.018474677577614784, 0.005102159921079874, 0.04012388736009598, -0.05416526272892952, 0.09230798482894897, 0.028556840494275093, 0.010288991965353489, 0.01575644128024578, 0.06997674703598022, -0.12057264894247055, 0.022012682631611824, 0.027612166479229927, -0.09118741750717163, 0.011580820195376873, 0.10757863521575928, 0.06773237138986588, 0.011330368928611279, 0.024409813806414604, -0.07661179453134537, -0.06586483865976334, -0.02167820744216442, 0.08853891491889954, 0.0369110144674778, -0.02024981565773487, -0.08202137798070908, -0.01133399736136198, -0.010846573859453201, -0.019840428605675697, -0.01241984497755766, -0.0013732106890529394, -0.10844698548316956, -0.038902416825294495, 0.21585005521774292, -0.14624084532260895, -0.0012385852169245481, 0.03578644245862961, 0.00962946005165577, 0.11973840743303299, 0.020635034888982773, 0.07702826708555222, -0.1039460301399231, 0.11017952859401703, -0.05877745896577835, 0.03506320342421532, 0.014334036968648434, -0.0235508531332016, 0.008320063352584839, 0.09209884703159332, -0.02834348939359188, -0.14451567828655243, -0.08824115991592407, -0.057738956063985825, 0.014164549298584461, 0.06735550612211227, -0.06179480254650116, -0.08808769285678864, -0.0532849095761776, 0.014190124347805977, -0.12595026195049286, -0.12880490720272064, -0.08055558055639267, 0.024427548050880432, -0.0005195620469748974, 0.0625239685177803, -0.03672252595424652, 0.06378587335348129, -0.052164845168590546, -0.02509714663028717, -0.12180092185735703, 0.12930643558502197, -0.11691290140151978, -0.08401773869991302, -0.1666448712348938, -0.08316459506750107, -0.09312378615140915, 0.052923936396837234, -0.00418457668274641, 0.11737482994794846, -0.14852699637413025, -0.06629779189825058, 0.017447859048843384, -0.09219331294298172, 0.03580882400274277, 0.1880776733160019, -0.014641816727817059, -0.05513951554894447, 0.09321142733097076, 0.17880409955978394, -0.07861646264791489, -0.1769852340221405, -0.07052882760763168, 0.040153246372938156, -0.00986451655626297, 0.023919181898236275, 0.09700174629688263, -0.08733882009983063, 0.02452383190393448, -0.05174517259001732, 0.0067153871059417725, 0.028642568737268448, -0.0015852628275752068, -0.08673800528049469, 0.02865978702902794, -0.06776956468820572, 0.02987835370004177, -0.06162673234939575, -0.005977696273475885, 0.04547756165266037, -0.07588914781808853, 0.023277759552001953, 0.10783382505178452, -0.04843289032578468, 0.010135132819414139, -0.13380903005599976, 0.05364936217665672, -0.10638000071048737, -0.027329545468091965, -0.09856738150119781, 0.12681908905506134, -0.03610939159989357, -0.02793739177286625, 0.1293986290693283, 0.024014241993427277, 0.009506471455097198, -0.025681033730506897, -0.02141815982758999, -0.07284776121377945, -0.01083367969840765, 0.007460089400410652, -0.001306669320911169, -0.1356055736541748, 0.009227029979228973, 0.012547068297863007, -0.02798095904290676, -0.1734982281923294, -0.029172562062740326, 0.004291666205972433, 0.04001288488507271, -0.00486166262999177, -0.019671082496643066, 0.00046097004087641835, 0.03471323102712631, -0.04748505726456642, -0.0019559580832719803, -0.06073696166276932, -0.017349403351545334, -0.05582277476787567, 0.1357719451189041, -0.10031415522098541, 0.09610417485237122, 0.10732537508010864, -0.12768487632274628, -0.04126541316509247, 0.14663447439670563, 0.010600905865430832, -0.02637346275150776, -0.05065332353115082, -0.004601429682224989, 0.22304555773735046, -0.02421407960355282, 0.07051092386245728, -0.07014501094818115, 0.05825098976492882, -0.02689366787672043, -0.11472439765930176, 0.05140334367752075, 0.07824728637933731, -0.015318448655307293, -0.10200139880180359, 0.08597030490636826, 0.0398770309984684, -0.14632466435432434, 0.16065579652786255, 0.04163921996951103, -0.0661795362830162, -0.011190428398549557, 0.04685695841908455, -0.05432727560400963, 0.018544506281614304, 0.010851604864001274, 0.03621934726834297, 0.038095198571681976, -0.024921024218201637, 0.030241671949625015, -0.1549123376607895, 0.010201593860983849, 0.00408077472820878, -0.10774305462837219, -0.1563721001148224, -0.046581611037254333, -0.07210443913936615, 0.021688563749194145, -0.09108394384384155, -0.14627930521965027, 0.01563430018723011, -0.011670832522213459, -0.10657847672700882, 0.1011435016989708, -0.06453421711921692, -0.1864921748638153, -0.20975860953330994, 0.0729689672589302, -0.013165490701794624, 0.07310964912176132, 0.03698241338133812, -0.1315014511346817, -0.09025498479604721, -0.04830160737037659, 0.07601597160100937, -0.017713697627186775, -0.08428466320037842, 0.033938705921173096, -0.018750516697764397, 0.06597106158733368, -0.11639179289340973, 0.00561066810041666, -0.01825249381363392, 0.05838075280189514, 0.028081132099032402, 0.03516285866498947, 0.02481192909181118, 0.20291846990585327, -0.018714427947998047, -0.0821833610534668, 0.055440258234739304, 0.21667136251926422, -0.07478338479995728, 0.031670160591602325, 0.10341165959835052, -0.08590082824230194, 0.048671793192625046, 0.1559045910835266, 0.04938897863030434, -0.029656819999217987, 0.0013666328741237521, -0.011650234460830688, -0.022746838629245758, -0.319968044757843, -0.0934208407998085, -0.0337652713060379, -0.0728769600391388, 0.03768257051706314, 0.04130299761891365, 0.06818486750125885, 0.09324871003627777, -0.02058274857699871, 0.0488513708114624, 0.045013174414634705, 0.019664471969008446, 0.16996215283870697, 0.009269854985177517, 0.08301476389169693, -0.045701414346694946, -0.0994168147444725, 0.039718836545944214, 0.13014186918735504, 0.017636572942137718, 0.10235293954610825, 0.07036922127008438, 0.052697163075208664, 0.09219805151224136, 0.07726632058620453, 0.021390527486801147, 0.0669325441122055, 0.02584020420908928, -0.020255843177437782, -0.06945885717868805, -0.07899397611618042, 0.13780853152275085, 0.16893552243709564, -0.047129273414611816, 0.09543449431657791, 0.05588778480887413, 0.0049550193361938, 0.1414760947227478, -0.012509622611105442, -0.3014591634273529, -0.03233819082379341, -0.0006835602689534426, -0.06706374138593674, 0.020267602056264877, 0.0613621361553669, 0.06383439898490906, -0.01660158857703209, 0.07312116771936417, 0.0498678982257843, 0.05663098767399788, -0.12732337415218353, -0.014879992231726646, -0.056044984608888626, 0.07706961780786514, 0.006830316968262196, 0.038161177188158035, -0.1566188633441925, 0.17083552479743958, 0.03711066395044327, 0.11127130687236786, 0.046526987105607986, 0.016162613406777382, -0.029346521943807602, 0.01496045384556055, 0.14392146468162537, 0.037911321967840195, -0.11232034862041473, -0.09720734506845474, -0.1012183427810669, 0.006995682138949633, 0.05190335214138031, 0.11461883038282394, -0.02503049373626709, 0.0422983281314373, 0.005280769430100918, 0.0542820505797863, -0.06903745234012604, -0.2714681029319763, -0.08107786625623703, -0.021452249959111214, 0.2896718680858612, 0.03022659756243229, -0.015952080488204956, -0.04699958860874176, -0.10353975743055344, 0.06433039903640747, -0.14814017713069916, -0.05852317065000534, -0.024117469787597656, -0.16135628521442413, 0.16353356838226318, -0.052756417542696, 0.029730800539255142, 0.05041193962097168, 0.01398874819278717, -0.043868497014045715, 0.012722166255116463, 0.0985836386680603, -0.09239161759614944, -0.10631994903087616, -0.016209198161959648, 0.1178649291396141, 0.120000459253788, 0.06138056144118309, 0.020480811595916748, -0.003416315419599414, -0.02622896432876587, -0.10164390504360199, 0.03420291468501091, 0.06795090436935425, -0.0802479162812233, 0.10369070619344711, -0.036409735679626465, -0.2612682580947876, -0.12687063217163086, -0.053504131734371185, 0.07359898090362549, 0.23583105206489563, -0.013690657913684845, 0.08456103503704071, 0.29474037885665894, -0.042925525456666946, -0.13961946964263916, -0.1323501467704773, 0.07051633298397064, 0.0033774995245039463, 0.027780795469880104, -0.1460135132074356, 0.07105658948421478, -0.0029932204633951187, -0.0466044545173645, -0.04897954314947128, -0.17789991199970245, -0.1406548172235489, 0.22574448585510254, -0.06833601742982864, -0.023582791909575462, -0.06134997680783272, -0.06352084130048752, -0.1553809940814972, -0.059785231947898865, 0.12073051929473877, 0.10467689484357834, 0.07286342233419418, 0.06109612435102463, 0.14661678671836853, -0.01664782501757145, -0.021309908479452133, 0.10013005882501602, 0.19064447283744812, 0.011342153884470463, -0.005202415399253368, 0.03453495353460312, -0.027316294610500336, 0.07075729221105576, 0.17153175175189972, -0.041432783007621765, 0.0012105059577152133, -0.12287773936986923, -0.09487724304199219, -0.04862714931368828, 0.06047298014163971, 0.06313622742891312, -0.07479064911603928, -0.05739932134747505, -0.07619194686412811, 0.08923440426588058, 0.04300609976053238, 0.15242911875247955, -0.058951281011104584, 0.023967739194631577, 0.1836346834897995, 0.10993068665266037, -0.021242884919047356, -0.14950959384441376, -0.003644114825874567, -0.055655382573604584, 0.11132016032934189, -0.10770342499017715, 0.07525477558374405, 0.04260372370481491, 0.016846908256411552, 0.12472733110189438, 0.0484863705933094, -0.08673442900180817, 0.0042806025594472885, 0.052381496876478195, -0.039374902844429016, -0.05604102835059166, 0.06646080315113068, 0.006890269462019205, 0.04026087373495102, -0.01681385561823845, 0.14123548567295074, -0.1240013986825943, -0.0006400297279469669, 0.01915803924202919, 0.06284644454717636, -0.13740867376327515, 0.26645323634147644, 0.12642855942249298, 0.015926536172628403, -0.08880742639303207, 0.13213598728179932, 0.07844136655330658, -0.03321532905101776, 0.05735446885228157, -0.07800889015197754, -0.049443569034338, -0.044551119208335876, -0.1191093847155571, -0.07052408903837204, -0.14487607777118683, -0.14155682921409607, -0.028348533436655998, -0.04408727213740349, 0.030807938426733017, -0.15366250276565552, 0.028040627017617226, -0.007241948042064905, -0.05203370004892349, -0.022466540336608887, 0.002606875030323863, 0.01582413539290428, 0.12339545786380768, 0.059417467564344406, -0.1569918841123581, -0.005046629812568426, 0.012679586187005043, -0.025957612320780754, -0.027536362409591675, 0.04093466326594353, -0.0216510109603405, 0.06295794248580933, 0.017287280410528183, 0.06976213306188583, -0.07772663235664368, 0.029086144641041756, 0.035450488328933716, -0.029076462611556053, -0.047638170421123505, 0.08073462545871735, -0.09361317753791809, 0.014688690192997456, 0.012346809729933739, 0.06887602806091309, -0.12551718950271606, 0.007204742170870304, 0.017192179337143898, -0.033391322940588, 0.014518627896904945, 0.08224847167730331, -0.15470105409622192, 0.00823935680091381, -0.33101120591163635, -0.02884027175605297, 0.18701529502868652, 0.07397499680519104, -0.020780030637979507, -0.09109065681695938, -0.002119923010468483, 0.11317074298858643, 0.054137974977493286, -0.056893784552812576, 0.08368958532810211, -0.08084048330783844, -0.010856280103325844, -0.15380623936653137, -0.06259199976921082, -0.03216854855418205, 0.012623431161046028, 0.1344229131937027, 0.05637139454483986, 0.26135626435279846, -0.06363619863986969, -0.015643132850527763, -0.0539216473698616, 0.0368037149310112, 0.014730140566825867, 0.004598432686179876, -0.04976944625377655, -0.014545128680765629, 0.01797754317522049, -0.06373404711484909, 0.16696275770664215, -0.04114953801035881, -0.08158170431852341, 0.00578615115955472, -0.011324377730488777, -0.09033258259296417, -0.014661889523267746, 0.14486163854599, -0.0003977862070314586, -0.021798977628350258, -0.09009053558111191, -0.0812978595495224, 0.07597760856151581, 0.10199741274118423, -0.04296530410647392, 0.12678691744804382, -0.0759626105427742, 0.11497277766466141, 0.05651095509529114, -0.09046212583780289, -0.08660653978586197, 0.08170364052057266, -0.08752784132957458, 0.04183250665664673, 0.013310604728758335, 0.080194853246212, 0.1508135348558426, -0.023562973365187645, 0.0373285748064518, -0.006942573003470898, -0.07749112695455551, -0.17584551870822906, -0.08955787122249603, -0.07107732445001602, -0.1409052014350891, 0.05125989764928818, -0.05724002793431282, 0.039495520293712616, 0.0925319492816925, 0.0002186406054534018, 0.048293646425008774, 0.13589462637901306, -0.04416792094707489, -0.10317820310592651, -0.003922874573618174, -0.040850281715393066, -0.053890395909547806, -0.08584409207105637, 0.0022892989218235016, 0.14561696350574493, 0.007424867711961269, 0.059347618371248245, 0.0012362817069515586, -0.037285517901182175, 0.06588780134916306, -0.0005561283905990422, -0.009867914952337742, -0.038080912083387375, 0.03452376276254654, 0.04753072187304497, 0.13244034349918365, 0.06690056622028351, -0.05528200790286064, 0.04521491006016731, 0.037513308227062225, -0.06296489387750626, -0.15451978147029877, -0.07395841926336288, 0.09410454332828522, 0.011613082140684128, 0.12460872530937195, -0.03319581225514412, -0.0648270919919014, -0.01213341485708952, 0.04882894456386566, 0.17954343557357788, -0.03195568919181824, -0.011304263025522232, -0.09521313011646271, 0.018170509487390518, -0.0970752090215683, -0.021736426278948784, 0.0733741894364357, 0.22342097759246826, 0.009032033383846283, 0.050439223647117615, -0.10056155920028687, -0.0049637798219919205, 0.004814509302377701, 0.010206157341599464, -0.05338342860341072, -0.05253808572888374, -0.06105973199009895, 0.12214253097772598, -0.18913549184799194, -0.19833049178123474, -0.11112912744283676, 0.04284985736012459, 0.011751235462725163, 0.016336683183908463, 0.06182510033249855, 0.07650157064199448, 0.03255043923854828, -0.058488551527261734, -0.056539230048656464, 0.027425268664956093, 0.02677563764154911, -0.16471202671527863, 0.08330997824668884, -0.01738751493394375, -0.03232082352042198, 0.06379657238721848, 0.03460552170872688, 0.2502794861793518, 0.0011183328460901976, 0.06016891449689865, 0.029854871332645416, 0.17374858260154724, 0.017970088869333267, -0.0062284525483846664, 0.0412069708108902, 0.08324608206748962, 0.014712448231875896, 0.1468246579170227, 0.04198943451046944, -0.03550564497709274, 0.04422392696142197, 0.05197741836309433, -0.03246605768799782, -0.1454472541809082, -0.019860336557030678, -0.1005326583981514, 0.07228778302669525, -0.049961987882852554, -0.023537948727607727, 0.000059986956330249086, -0.022947819903492928, 0.08678086847066879, 0.032158613204956055, -0.04265069589018822, 0.007903809659183025, -0.17354869842529297, -0.004302468616515398, -0.11052190512418747, 0.0687427669763565, -0.02365613356232643, 0.007091182749718428, -0.09554973989725113, -0.04252423718571663, -0.015115967020392418, 0.010524280369281769, 0.011876462958753109, 0.03729047253727913, -0.01247477438300848, -0.11173877865076065, 0.029272962361574173, 0.06433551013469696, -0.07048718631267548, -0.08195390552282333 ]
null
null
espnet
## Example ESPnet2 ASR model ### `kamo-naoyuki/hkust_asr_train_asr_transformer2_raw_zh_char_batch_bins20000000_ctc_confignore_nan_gradtrue_sp_valid.acc.ave` ♻️ Imported from https://zenodo.org/record/4430974/ This model was trained by kamo-naoyuki using hkust/asr1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "zh", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["hkust"]}
automatic-speech-recognition
espnet/kamo-naoyuki_hkust_asr_train_asr_transformer2_raw_zh_char_batch_bins20-truncated-934e17
[ "espnet", "audio", "automatic-speech-recognition", "zh", "dataset:hkust", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "zh" ]
TAGS #espnet #audio #automatic-speech-recognition #zh #dataset-hkust #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 ASR model ### 'kamo-naoyuki/hkust_asr_train_asr_transformer2_raw_zh_char_batch_bins20000000_ctc_confignore_nan_gradtrue_sp_valid.URL' ️ Imported from URL This model was trained by kamo-naoyuki using hkust/asr1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/hkust_asr_train_asr_transformer2_raw_zh_char_batch_bins20000000_ctc_confignore_nan_gradtrue_sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using hkust/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #zh #dataset-hkust #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/hkust_asr_train_asr_transformer2_raw_zh_char_batch_bins20000000_ctc_confignore_nan_gradtrue_sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using hkust/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 48, 9, 92, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #zh #dataset-hkust #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 ASR model### 'kamo-naoyuki/hkust_asr_train_asr_transformer2_raw_zh_char_batch_bins20000000_ctc_confignore_nan_gradtrue_sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using hkust/asr1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.08833906054496765, -0.03225306421518326, 0.000025594064936740324, -0.032081928104162216, 0.07495984435081482, -0.04828821122646332, 0.16780942678451538, 0.03425195440649986, 0.1266292929649353, -0.014075064100325108, 0.054100990295410156, 0.09915304183959961, 0.055344369262456894, 0.08206139504909515, 0.03975875303149223, -0.1340392827987671, 0.013355799950659275, 0.011312995105981827, 0.058788400143384933, 0.07095170766115189, 0.1442965418100357, -0.0092094661667943, 0.0858808234333992, 0.08105246722698212, 0.024063672870397568, 0.08559836447238922, -0.02252853289246559, -0.1556602567434311, 0.036085136234760284, 0.03457218036055565, 0.03572269529104233, 0.025798894464969635, 0.11812592297792435, -0.23443107306957245, 0.003056023735553026, -0.07505277544260025, -0.02300793118774891, 0.004511148203164339, 0.011085281148552895, 0.011471329256892204, 0.04984159395098686, -0.018059533089399338, -0.06451163440942764, 0.03807555139064789, -0.005105223972350359, -0.0683690533041954, 0.018091484904289246, 0.13305802643299103, 0.10157161206007004, 0.12048859894275665, -0.04219777137041092, 0.05435974523425102, -0.10902336239814758, 0.031573254615068436, 0.07275040447711945, -0.16367536783218384, 0.033924400806427, -0.02063736319541931, -0.014828205108642578, 0.12479998171329498, 0.01766049861907959, -0.0077631426975131035, 0.08404366672039032, 0.01106096152216196, -0.09036875516176224, -0.033959873020648956, -0.012050923891365528, 0.00710260821506381, -0.12707465887069702, -0.00891121942549944, 0.25877922773361206, 0.05048077553510666, -0.010461412370204926, 0.02869543433189392, -0.02236815169453621, -0.0491141676902771, 0.016626529395580292, -0.06147972494363785, -0.028262967243790627, 0.005113478284329176, 0.016163671389222145, -0.014269832521677017, -0.09965982288122177, -0.08160819858312607, 0.011642174795269966, 0.10664889216423035, 0.033318065106868744, 0.03058001585304737, -0.03172918036580086, 0.0017882116371765733, 0.013198772445321083, -0.06101888790726662, 0.03727341070771217, 0.03357035294175148, 0.04354853555560112, 0.041667066514492035, 0.0712413489818573, -0.08152296394109726, 0.09204055368900299, -0.009232272394001484, -0.028589900583028793, 0.046676136553287506, 0.12720274925231934, 0.0891980305314064, 0.013421189971268177, 0.05520853400230408, -0.06316768378019333, -0.06267020106315613, -0.020445656031370163, 0.07349923253059387, 0.028994061052799225, -0.05145347863435745, -0.1534506380558014, 0.018647072836756706, 0.018435586243867874, -0.03606231138110161, -0.04823775589466095, -0.05053168535232544, -0.06494037806987762, -0.03335703909397125, 0.1545594334602356, -0.1218789592385292, 0.002801072085276246, 0.019703123718500137, -0.03749469295144081, 0.0924404114484787, 0.0015244480455294251, 0.10584589838981628, -0.10328402370214462, 0.01776443049311638, -0.0588018000125885, 0.06658019870519638, 0.016093051061034203, 0.026713557541370392, 0.028192387893795967, 0.09340324997901917, 0.010312660597264767, -0.2140246480703354, -0.05393041670322418, -0.05211591720581055, -0.01537046767771244, 0.07184132933616638, 0.006758437491953373, -0.14464618265628815, -0.03071027621626854, 0.020967399701476097, -0.11756007373332977, -0.11361667513847351, -0.09814108163118362, -0.013529990799725056, 0.022417182102799416, 0.042980942875146866, -0.08029506355524063, 0.06513585150241852, -0.05620132014155388, -0.04991321265697479, -0.041560664772987366, 0.11972175538539886, -0.1266094297170639, -0.08258049190044403, -0.1213432028889656, -0.059554267674684525, -0.06961459666490555, 0.04132883995771408, 0.013368280604481697, 0.06964346766471863, -0.1342364251613617, -0.08940728008747101, -0.013518860563635826, -0.08361530303955078, 0.0014642254682257771, 0.18436624109745026, 0.016553658992052078, -0.015387029387056828, 0.0747242197394371, 0.25045856833457947, -0.05097687989473343, -0.1367095410823822, -0.05073428153991699, 0.06966952234506607, 0.02126755192875862, -0.044182632118463516, 0.08478808403015137, -0.028289243578910828, 0.015315181575715542, -0.03375336155295372, -0.017393093556165695, 0.0589304193854332, -0.00620264234021306, -0.09797956794500351, 0.04980310797691345, -0.10326844453811646, 0.015849748626351357, -0.05077918618917465, 0.06502345204353333, 0.04704979434609413, -0.05234512686729431, 0.027310507372021675, 0.14240017533302307, -0.07242357730865479, 0.04186670854687691, -0.13298006355762482, 0.05898287519812584, -0.07609543204307556, -0.040574587881565094, -0.03589560464024544, 0.1596595197916031, -0.013835222460329533, -0.06389231234788895, 0.1402648389339447, -0.030781665816903114, -0.009714317508041859, -0.0004989426815882325, -0.006504398304969072, -0.06335344165563583, -0.009212860837578773, 0.050973471254110336, 0.00819511990994215, -0.15417928993701935, 0.014733251184225082, 0.03125083073973656, 0.07493758946657181, -0.10674594342708588, -0.06403980404138565, 0.010939983651041985, 0.06429398059844971, -0.07631214708089828, 0.017383040860295296, -0.00873334426432848, 0.058146554976701736, -0.03322466090321541, 0.024090884253382683, -0.02434384636580944, 0.0028450381942093372, -0.11303586512804031, 0.08461470156908035, -0.06101129949092865, -0.0550188310444355, 0.12211436778306961, -0.1353679746389389, 0.011146875098347664, 0.13398127257823944, 0.025148222222924232, -0.051938943564891815, -0.012726365588605404, -0.006229979917407036, 0.24990743398666382, -0.08874405920505524, 0.09689275920391083, -0.06684762984514236, 0.07192268967628479, -0.004704069811850786, -0.15464018285274506, 0.03494436666369438, 0.10020709782838821, -0.08799779415130615, -0.14585627615451813, 0.08976397663354874, 0.006967682391405106, -0.15684719383716583, 0.22843052446842194, 0.039895836263895035, -0.06379871815443039, -0.02662891522049904, 0.029389042407274246, -0.07026240974664688, 0.08336250483989716, -0.08927825093269348, -0.03721560165286064, 0.0215824693441391, -0.01336117833852768, 0.0725855603814125, -0.16803374886512756, 0.021972360089421272, -0.023214399814605713, -0.09188535064458847, -0.08617191761732101, -0.05296950042247772, -0.1442415565252304, -0.017001118510961533, -0.07370536029338837, -0.2020917534828186, 0.050723642110824585, -0.03129781782627106, -0.11788985133171082, 0.08175800740718842, -0.11697732657194138, -0.19580501317977905, -0.1741843968629837, 0.08707933127880096, -0.06269141286611557, 0.04268476739525795, 0.055603183805942535, -0.14020666480064392, -0.036220524460077286, -0.006403058301657438, -0.042354434728622437, -0.022270383313298225, -0.08169780671596527, 0.04950643703341484, -0.0053499797359108925, 0.017087243497371674, -0.11037281155586243, -0.022749651223421097, -0.06884308904409409, 0.04511024430394173, 0.06075717508792877, -0.01584702916443348, 0.058919042348861694, 0.20637543499469757, 0.02439110167324543, -0.01594490557909012, 0.050601519644260406, 0.11222133040428162, -0.0727505013346672, -0.0007917616167105734, 0.06833526492118835, -0.06511484831571579, 0.030066700652241707, 0.07052150368690491, 0.04053621366620064, 0.01719477027654648, 0.010821170173585415, -0.078556127846241, -0.047652389854192734, -0.25279438495635986, -0.12136295437812805, -0.0372445322573185, -0.04622986912727356, 0.006083115004003048, 0.049185093492269516, 0.1372218132019043, 0.06313535571098328, 0.021741999313235283, 0.04531547427177429, 0.003361458657309413, 0.00311004975810647, 0.08474805951118469, 0.013032921589910984, 0.035305920988321304, -0.0168832466006279, -0.07453140616416931, 0.037883516401052475, 0.10092756152153015, -0.017098039388656616, 0.1310809850692749, 0.11492495983839035, 0.07431934773921967, 0.1494956761598587, 0.09437084197998047, -0.040666211396455765, 0.07488250732421875, 0.023771990090608597, 0.01284538209438324, -0.08955761790275574, -0.04006802290678024, 0.19114843010902405, 0.14812739193439484, -0.05792964994907379, 0.08749351650476456, 0.09005311131477356, 0.0173807330429554, 0.11846205592155457, 0.026322755962610245, -0.2496379166841507, 0.011500071734189987, -0.017407603561878204, -0.032818786799907684, 0.0096998680382967, 0.07570517808198929, 0.06037682294845581, -0.04120619595050812, 0.07433474808931351, 0.1043759360909462, 0.025845026597380638, -0.11822699755430222, -0.007998894900083542, -0.024398401379585266, 0.04535681754350662, 0.01202453300356865, 0.07718615233898163, -0.2393953800201416, 0.15760400891304016, 0.020418141037225723, 0.09753680974245071, -0.006479029078036547, -0.014035499654710293, 0.03667285665869713, -0.052895281463861465, 0.15319041907787323, 0.08073479682207108, -0.17526017129421234, -0.10670914500951767, -0.12731021642684937, 0.02611856907606125, 0.07279704511165619, 0.10161340236663818, -0.07281859219074249, 0.05695349723100662, -0.012902301736176014, 0.03355264291167259, -0.07622909545898438, -0.29501956701278687, -0.016891412436962128, 0.00114703387953341, 0.336151123046875, 0.03125802427530289, 0.006953870877623558, -0.06516139209270477, -0.09716935455799103, -0.03223984315991402, -0.12357153743505478, -0.05825907737016678, 0.0024598678573966026, -0.1263977736234665, 0.08832090348005295, -0.05504787340760231, 0.021912889555096626, 0.09228654205799103, 0.030663546174764633, -0.03150700032711029, -0.013078717514872551, 0.09311631321907043, -0.08171208202838898, -0.07382441312074661, 0.014989032410085201, 0.10196907818317413, 0.1986246109008789, 0.05962614715099335, 0.024231290444731712, 0.0025348560884594917, -0.02787858434021473, -0.058894507586956024, 0.025967886671423912, 0.1257118582725525, -0.11145670711994171, 0.14378756284713745, -0.031818635761737823, -0.22303541004657745, -0.15351985394954681, -0.07224269956350327, 0.09990540146827698, 0.1785779595375061, -0.004616175312548876, 0.05396676063537598, 0.30754968523979187, -0.033298034220933914, -0.16085153818130493, -0.13988272845745087, 0.07701054215431213, 0.00541252177208662, -0.050304051488637924, -0.13472408056259155, 0.13198834657669067, -0.009643820114433765, -0.05946965143084526, 0.006952579598873854, -0.15040326118469238, -0.13632135093212128, 0.25966528058052063, -0.09793047606945038, 0.055306971073150635, -0.03178314492106438, -0.06674183905124664, -0.1479789763689041, 0.003177461912855506, 0.05962967872619629, 0.024872364476323128, 0.09735817462205887, 0.035266000777482986, 0.1102597787976265, -0.031133249402046204, 0.018007317557930946, 0.12080102413892746, 0.2262898087501526, -0.059597376734018326, -0.010197929106652737, 0.008810816332697868, -0.02521199733018875, 0.04348639026284218, 0.11825087666511536, 0.017834525555372238, -0.04718974605202675, -0.0799732506275177, -0.04183300957083702, -0.06095004081726074, 0.06866316497325897, 0.09612927585840225, -0.0744052603840828, -0.047528836876153946, -0.03861687332391739, 0.07322269678115845, 0.06866564601659775, 0.21209445595741272, -0.05289311334490776, -0.024879658594727516, 0.17458799481391907, 0.04330195486545563, -0.07596097141504288, -0.09827463328838348, -0.020546460524201393, -0.04518895968794823, 0.09815777093172073, -0.046466950327157974, 0.0721200555562973, 0.05408233404159546, 0.03446623310446739, 0.12625640630722046, 0.057651858776807785, -0.1363685429096222, 0.0328279472887516, 0.07048891484737396, -0.030020873993635178, 0.010391312651336193, -0.029759911820292473, 0.024655863642692566, 0.14258018136024475, 0.021562257781624794, 0.13803279399871826, -0.12917755544185638, -0.008747297339141369, -0.02969875931739807, 0.060014110058546066, -0.20737162232398987, 0.21021641790866852, 0.1555662304162979, -0.004617128521203995, -0.11314067244529724, 0.1586313098669052, 0.039205070585012436, 0.07146196812391281, 0.07651326805353165, -0.03536826744675636, -0.048853252083063126, -0.06751470267772675, -0.11792823672294617, 0.023210003972053528, -0.18708664178848267, -0.22222886979579926, -0.0698159858584404, -0.03601108863949776, -0.005748237483203411, -0.10284487903118134, 0.05856585502624512, -0.05180471017956734, -0.016047000885009766, 0.012595057487487793, 0.011168413795530796, -0.009998125024139881, 0.11034180223941803, 0.06663083285093307, -0.1764785647392273, -0.06811739504337311, 0.03170463815331459, 0.08286992460489273, -0.04637782648205757, -0.016869081184267998, -0.0160999596118927, 0.0882289707660675, -0.023406799882650375, 0.0777340903878212, -0.09942450374364853, -0.0033342831302434206, 0.03850216045975685, -0.028735479339957237, -0.04998752847313881, 0.12556996941566467, -0.08473846316337585, 0.03413056954741478, 0.012211784720420837, 0.07391518354415894, -0.06609148532152176, 0.0005901966360397637, -0.009436522610485554, -0.022681862115859985, 0.004735378548502922, 0.1215977668762207, -0.12444984912872314, 0.04875585064291954, -0.2703293263912201, -0.0521988719701767, 0.17003317177295685, 0.08719966560602188, 0.01814553141593933, -0.057196445763111115, -0.026538075879216194, 0.11187691986560822, 0.06815367192029953, -0.06747587025165558, 0.08098286390304565, -0.04032803699374199, -0.035873182117938995, -0.2131035327911377, -0.027833275496959686, -0.033612608909606934, 0.02796606905758381, 0.11903876066207886, 0.09346120059490204, 0.16509774327278137, -0.0728137269616127, -0.033310212194919586, 0.012827787548303604, 0.027452224865555763, 0.020469332113862038, -0.04838625341653824, -0.01808023452758789, -0.028551971539855003, 0.011904310435056686, -0.05630021169781685, 0.13259248435497284, -0.036282654851675034, -0.051602691411972046, -0.02217579260468483, -0.02130744978785515, -0.0272467490285635, 0.0018390781478956342, 0.19981952011585236, -0.0265800878405571, -0.011929398402571678, -0.08332683891057968, -0.024220244958996773, 0.09637843817472458, 0.14610494673252106, -0.08133707195520401, 0.028159085661172867, -0.023523705080151558, 0.1412668526172638, 0.07798833400011063, -0.05388205125927925, -0.10802071541547775, 0.027955394238233566, -0.0830286517739296, 0.03771739453077316, 0.006293246056884527, 0.06457819789648056, 0.1271316558122635, -0.06261506676673889, 0.003229674184694886, 0.0020034860353916883, -0.09797069430351257, -0.1667347252368927, -0.14069706201553345, -0.08022552728652954, -0.21203631162643433, 0.042340442538261414, -0.03682161495089531, -0.010350908152759075, 0.16319754719734192, 0.014576739631593227, 0.05069935694336891, 0.15323758125305176, -0.03369925543665886, -0.09537090361118317, 0.04685823246836662, -0.07097864896059036, -0.04627232626080513, -0.09724095463752747, -0.01907222904264927, 0.15559029579162598, -0.025846321135759354, 0.037351783365011215, -0.034253332763910294, -0.04332488402724266, 0.08577315509319305, 0.03011048026382923, -0.023819560185074806, -0.031455256044864655, -0.00678578857332468, 0.06303904205560684, 0.05814115330576897, 0.10111265629529953, -0.09886446595191956, 0.05971834436058998, 0.051977645605802536, -0.0607086718082428, -0.14430512487888336, -0.0276164710521698, 0.12856754660606384, 0.003692719154059887, 0.08977393060922623, -0.044975560158491135, -0.0736459419131279, -0.00740005262196064, 0.06736363470554352, 0.1421717405319214, -0.01310995314270258, -0.008736391551792622, -0.10697314143180847, 0.022030670195817947, -0.12871307134628296, -0.017639614641666412, 0.06811702996492386, 0.13193540275096893, 0.004141055978834629, 0.018795158714056015, -0.11731819808483124, -0.06037505343556404, -0.054328132420778275, -0.04728540778160095, -0.004635835997760296, -0.07391779869794846, -0.04557235911488533, 0.13047721982002258, -0.23528695106506348, -0.12138015031814575, -0.09403558075428009, 0.032631970942020416, -0.009328178130090237, 0.03586215898394585, 0.12844865024089813, 0.1349336802959442, 0.03294457495212555, -0.07428407669067383, -0.02256864495575428, -0.04323066771030426, 0.041482191532850266, -0.13922205567359924, 0.06737710535526276, -0.02029520273208618, -0.14535178244113922, 0.10697796940803528, -0.00010202651901636273, 0.24056334793567657, -0.0034338110126554966, 0.11288115382194519, 0.07503533363342285, 0.17173638939857483, 0.0040038819424808025, -0.030531927943229675, 0.04515029862523079, 0.11404269188642502, -0.005295183975249529, 0.1026739850640297, 0.024367326870560646, -0.05920645222067833, 0.030676836147904396, 0.10559408366680145, 0.0019114369060844183, -0.12405229359865189, -0.012354615144431591, -0.0928405299782753, 0.10928148776292801, -0.08429200947284698, -0.04254515841603279, -0.03276534751057625, -0.014238095842301846, 0.05809211730957031, 0.017360612750053406, -0.020309604704380035, 0.016946470364928246, -0.16585439443588257, -0.026431873440742493, -0.11974259465932846, 0.08510986715555191, -0.004872584715485573, 0.016543716192245483, -0.13545632362365723, -0.08903809636831284, -0.0009591793641448021, 0.007706750184297562, 0.06058059260249138, 0.023338379338383675, -0.00974547304213047, -0.09021489322185516, 0.01509078312665224, 0.03418806940317154, -0.10213761031627655, -0.12678778171539307 ]
null
null
espnet
## Example ESPnet2 ASR model ### `kamo-naoyuki/librispeech_asr_train_asr_conformer5_raw_bpe5000_frontend_confn_fft400_frontend_confhop_length160_scheduler_confwarmup_steps25000_batch_bins140000000_optim_conflr0.0015_initnone_sp_valid.acc.ave` ♻️ Imported from https://zenodo.org/record/4543003/ This model was trained by kamo-naoyuki using librispeech/asr1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "en", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["librispeech"]}
automatic-speech-recognition
espnet/kamo-naoyuki_librispeech_asr_train_asr_conformer5_raw_bpe5000_frontend-truncated-55c091
[ "espnet", "audio", "automatic-speech-recognition", "en", "dataset:librispeech", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "en" ]
TAGS #espnet #audio #automatic-speech-recognition #en #dataset-librispeech #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 ASR model ### 'kamo-naoyuki/librispeech_asr_train_asr_conformer5_raw_bpe5000_frontend_confn_fft400_frontend_confhop_length160_scheduler_confwarmup_steps25000_batch_bins140000000_optim_conflr0.0015_initnone_sp_valid.URL' ️ Imported from URL This model was trained by kamo-naoyuki using librispeech/asr1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/librispeech_asr_train_asr_conformer5_raw_bpe5000_frontend_confn_fft400_frontend_confhop_length160_scheduler_confwarmup_steps25000_batch_bins140000000_optim_conflr0.0015_initnone_sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using librispeech/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-librispeech #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/librispeech_asr_train_asr_conformer5_raw_bpe5000_frontend_confn_fft400_frontend_confhop_length160_scheduler_confwarmup_steps25000_batch_bins140000000_optim_conflr0.0015_initnone_sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using librispeech/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 49, 9, 126, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-librispeech #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 ASR model### 'kamo-naoyuki/librispeech_asr_train_asr_conformer5_raw_bpe5000_frontend_confn_fft400_frontend_confhop_length160_scheduler_confwarmup_steps25000_batch_bins140000000_optim_conflr0.0015_initnone_sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using librispeech/asr1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.07123076915740967, 0.03837854415178299, -0.0012812400236725807, 0.013822656124830246, 0.05651526153087616, -0.045056719332933426, 0.1771412491798401, 0.031644534319639206, 0.06439419090747833, 0.003313739551231265, 0.07656440138816833, 0.13231399655342102, 0.04649990051984787, 0.12101080268621445, 0.03920814022421837, -0.1720905601978302, 0.01829862967133522, -0.006703734863549471, 0.1046357974410057, 0.09175114333629608, 0.1503468155860901, -0.020352695137262344, 0.06659884005784988, 0.05016529560089111, -0.031488459557294846, 0.0890158861875534, -0.021257229149341583, -0.12941020727157593, 0.03208615630865097, 0.04751240834593773, 0.036410778760910034, -0.008082911372184753, 0.1078287735581398, -0.24028176069259644, -0.0027036364190280437, -0.0443875715136528, -0.0029579775873571634, 0.019684217870235443, 0.06130854785442352, 0.011124654673039913, 0.03956989198923111, 0.06898979097604752, -0.00548415957018733, 0.01772807538509369, -0.04443603381514549, -0.055829647928476334, 0.014697901904582977, 0.12703199684619904, 0.11200963705778122, 0.16098031401634216, -0.045234743505716324, 0.05006399005651474, -0.07293546199798584, 0.07844865322113037, 0.011684105731546879, -0.1826407015323639, 0.010568065568804741, 0.008343309164047241, 0.0017154494998976588, 0.09075005352497101, -0.0024442404974251986, -0.04072681814432144, 0.08008213341236115, 0.025343965739011765, -0.04733804240822792, -0.043536748737096786, -0.13074280321598053, -0.02984045259654522, -0.13865846395492554, -0.025219054892659187, 0.27417632937431335, 0.038139745593070984, -0.05825329199433327, -0.011898403987288475, -0.027600200846791267, -0.04365723207592964, 0.0035114383790642023, -0.05640874803066254, 0.019410688430070877, 0.04713136702775955, 0.035792116075754166, -0.03677072748541832, -0.08696004003286362, -0.093783900141716, -0.037940602749586105, 0.0834403857588768, 0.01751040667295456, 0.01066563930362463, -0.02306719869375229, 0.02924591489136219, -0.04721064865589142, -0.07707817107439041, 0.026234716176986694, 0.03184032812714577, 0.068165123462677, 0.011298706755042076, 0.05082971602678299, -0.05108025670051575, 0.027418766170740128, 0.07702329754829407, -0.006326073780655861, 0.03188649192452431, 0.051707420498132706, 0.10050754994153976, 0.02304338663816452, 0.07007352262735367, -0.0757145881652832, -0.04876566678285599, -0.010876956395804882, 0.033776238560676575, 0.035234447568655014, -0.026306739076972008, -0.1497279554605484, 0.032661862671375275, -0.02417270839214325, -0.03541005775332451, -0.03252650424838066, -0.026462487876415253, -0.09310625493526459, -0.03623388707637787, 0.128574937582016, -0.12568412721157074, 0.025866180658340454, -0.008148467168211937, -0.05095444247126579, 0.10007157921791077, 0.04837731271982193, 0.07947695255279541, -0.09151057153940201, 0.0009878936689347029, -0.06651762872934341, 0.053867585957050323, -0.019139736890792847, -0.03394540026783943, 0.031963299959897995, 0.017576929181814194, 0.024482280015945435, -0.21289855241775513, -0.136939138174057, -0.04670477658510208, 0.01913144439458847, 0.02356742136180401, -0.026661287993192673, -0.17290987074375153, -0.04823211207985878, 0.01927783712744713, -0.10049246996641159, -0.0916934609413147, -0.09336809068918228, -0.021430728957057, 0.01588740386068821, 0.07298266142606735, -0.07788482308387756, 0.07366326451301575, -0.06778331100940704, -0.04569289833307266, -0.11163865774869919, 0.14425887167453766, -0.1152021586894989, -0.07185540348291397, -0.14727632701396942, -0.038247525691986084, -0.10473562777042389, 0.07905252277851105, 0.03882003575563431, 0.13948403298854828, -0.17939405143260956, -0.06761438399553299, 0.04336236044764519, -0.0824725553393364, -0.006522215437144041, 0.14429281651973724, 0.0073364172130823135, 0.06440660357475281, 0.07417496293783188, 0.2447562962770462, -0.028637532144784927, -0.1658317595720291, -0.008625960908830166, 0.08157844096422195, 0.02122262679040432, -0.042412083595991135, 0.0721629410982132, -0.07112741470336914, 0.012864195741713047, -0.021200008690357208, 0.016453882679343224, 0.08892598003149033, -0.01080032717436552, -0.07050162553787231, 0.04282081872224808, -0.09399402141571045, -0.0450306311249733, -0.04079754650592804, 0.03640083596110344, 0.02474001608788967, -0.05057412013411522, 0.05603349953889847, 0.11644177883863449, -0.07044166326522827, 0.037206776440143585, -0.11010250449180603, 0.022481080144643784, -0.10077352821826935, -0.028528589755296707, -0.09911535680294037, 0.11896907538175583, -0.0022981171496212482, -0.011232182383537292, 0.1348971277475357, -0.033393241465091705, 0.015002327039837837, -0.008806431666016579, 0.006835590582340956, -0.07053618133068085, 0.04023437574505806, 0.01515472773462534, -0.02401772513985634, -0.156035915017128, 0.0345241017639637, -0.013527676463127136, 0.018034737557172775, -0.08512307703495026, -0.0497230663895607, -0.03522307053208351, 0.0708460658788681, -0.04100640490651131, -0.016434231773018837, 0.005546105559915304, 0.046763863414525986, -0.04259931296110153, -0.004071208648383617, -0.036930106580257416, 0.017088139429688454, -0.05474456027150154, 0.09434013813734055, -0.036081645637750626, 0.03720331937074661, 0.14974966645240784, -0.10708931088447571, -0.052323728799819946, 0.09461318701505661, 0.01924924924969673, -0.040176451206207275, -0.006750615779310465, -0.014271092601120472, 0.2571319341659546, -0.07839100807905197, 0.11141620576381683, -0.08684080839157104, 0.0314595028758049, 0.0026323036290705204, -0.13451863825321198, -0.0184975266456604, 0.10305487364530563, -0.019320333376526833, -0.10278496146202087, 0.1172192171216011, 0.013635823503136635, -0.13538393378257751, 0.20015966892242432, 0.03141302987933159, -0.08759845793247223, -0.03746133670210838, 0.05537441372871399, -0.0676906630396843, 0.05522218346595764, -0.12963059544563293, -0.01191088929772377, 0.02115279622375965, 0.0004783996846526861, 0.08032230287790298, -0.13628673553466797, 0.0055561428889632225, 0.01657765731215477, -0.09041133522987366, -0.06329751014709473, -0.051782626658678055, -0.12831296026706696, 0.005970792844891548, -0.06043623015284538, -0.20740029215812683, 0.0444481261074543, -0.016936207190155983, -0.11638307571411133, 0.11431865394115448, -0.14156559109687805, -0.18388278782367706, -0.18305069208145142, -0.007790973410010338, -0.051112912595272064, 0.06340543925762177, 0.033863283693790436, -0.10193279385566711, -0.0678073987364769, -0.07191303372383118, -0.031211718916893005, -0.04382592812180519, -0.05990159139037132, 0.014608810655772686, -0.01568206027150154, 0.02436763048171997, -0.11324407905340195, -0.005814799573272467, -0.03300543874502182, 0.04402735084295273, 0.003951228689402342, -0.01040493045002222, 0.08186230063438416, 0.21470655500888824, 0.02120896615087986, -0.02256283350288868, 0.05278284475207329, 0.21384747326374054, -0.06574917584657669, 0.0053558130748569965, 0.07813823223114014, -0.04953835904598236, 0.018299659714102745, 0.14558611810207367, 0.04164564609527588, -0.043081048876047134, 0.01323205977678299, -0.07048366963863373, -0.038068290799856186, -0.26650625467300415, -0.10886870324611664, -0.03942957893013954, -0.021305061876773834, 0.03726179525256157, 0.06062503531575203, 0.11000750213861465, 0.07394888997077942, 0.042320795357227325, 0.06779983639717102, 0.03322787955403328, 0.03627096116542816, 0.09050869941711426, -0.023586099967360497, 0.05536122992634773, -0.01181893888860941, -0.07687526196241379, 0.0470571294426918, 0.09035491198301315, -0.019121192395687103, 0.13273410499095917, 0.06875741481781006, 0.060615554451942444, 0.11488863080739975, 0.06048186495900154, 0.04092179983854294, 0.03762485086917877, 0.015797654166817665, 0.001799106365069747, -0.07887985557317734, -0.034137848764657974, 0.16818773746490479, 0.11575735360383987, -0.0328281968832016, 0.05933781713247299, 0.02016097865998745, -0.01147739589214325, 0.12590795755386353, 0.04859223961830139, -0.31536248326301575, 0.007465686183422804, 0.005118138622492552, -0.02975045144557953, -0.04716319963335991, 0.0923134833574295, 0.09094811975955963, -0.01591862365603447, 0.025978270918130875, 0.10737276077270508, 0.0570073202252388, -0.13499116897583008, -0.024261310696601868, 0.013667266815900803, 0.05486749857664108, 0.010744638741016388, 0.04389521852135658, -0.20599910616874695, 0.15992221236228943, 0.03357644006609917, 0.10162852704524994, 0.013372213579714298, 0.0356924869120121, -0.01112950686365366, -0.041699137538671494, 0.20559370517730713, 0.02960743010044098, -0.14429008960723877, -0.1267312914133072, -0.12943045794963837, -0.017960384488105774, 0.09395626932382584, 0.062376271933317184, -0.0336611270904541, 0.055932555347681046, -0.030521873384714127, 0.049982596188783646, -0.1341118961572647, -0.271014541387558, -0.0912415161728859, -0.030074216425418854, 0.30899909138679504, 0.03331383317708969, 0.014264943078160286, -0.03838514909148216, -0.07951939851045609, 0.08466724306344986, -0.15254195034503937, -0.06463844329118729, -0.03395448252558708, -0.11140703409910202, 0.11847516149282455, -0.03654525429010391, 0.08633559197187424, 0.06242112070322037, 0.05180914327502251, -0.02664480358362198, -0.017331140115857124, 0.11492831259965897, -0.11934898048639297, 0.00012876273831352592, -0.030051708221435547, 0.11758469045162201, 0.14802634716033936, 0.024317769333720207, 0.04184762388467789, 0.008856459520757198, -0.03271042928099632, -0.06804724037647247, 0.029516061767935753, 0.13402141630649567, -0.07639619708061218, 0.10735683888196945, -0.07194385677576065, -0.1686743050813675, -0.11141456663608551, -0.031762104481458664, 0.09466354548931122, 0.1845582276582718, 0.0022198930382728577, 0.04218395799398422, 0.2908392548561096, -0.07562054693698883, -0.16260261833667755, -0.08072326332330704, 0.0738525465130806, 0.009790514595806599, -0.026951098814606667, -0.16536742448806763, 0.09692533314228058, -0.018645785748958588, -0.04326528683304787, 0.06267136335372925, -0.1928286850452423, -0.1269121915102005, 0.25902608036994934, -0.05858488753437996, -0.007799798157066107, -0.03396826609969139, -0.10221854597330093, -0.11329486221075058, 0.006260259076952934, 0.048147063702344894, 0.05000533163547516, 0.10008411854505539, 0.06912026554346085, 0.08677377551794052, -0.003028453793376684, 0.005723957903683186, 0.10354698449373245, 0.1951875537633896, -0.005920232739299536, -0.017740637063980103, 0.05444829910993576, -0.023648474365472794, 0.05612320825457573, 0.1714518815279007, 0.053468503057956696, -0.021611662581562996, -0.09284621477127075, -0.07689676433801651, -0.03770424798130989, 0.04528960585594177, 0.06589610129594803, -0.07984843105077744, -0.028918150812387466, -0.021632127463817596, 0.04533664882183075, 0.04912303015589714, 0.11198584735393524, -0.05961509793996811, -0.0012245995458215475, 0.2696544826030731, 0.07787404209375381, -0.0041527291759848595, -0.12188195437192917, 0.021032284945249557, -0.06988533586263657, 0.08483444154262543, -0.05477066710591316, 0.02885408140718937, 0.049970418214797974, 0.01805729977786541, 0.12793566286563873, 0.059831131249666214, -0.11745619773864746, -0.016375815495848656, 0.06471290439367294, -0.06482900679111481, -0.004906673450022936, -0.024005964398384094, 0.0216191615909338, 0.10553636401891708, -0.02071523293852806, 0.15154245495796204, -0.12129708379507065, 0.0068306284956634045, -0.007056029047816992, 0.036279357969760895, -0.16729411482810974, 0.21226829290390015, 0.12627078592777252, -0.01747938059270382, -0.1204594075679779, 0.17156226933002472, 0.02901800535619259, 0.00270334305241704, 0.06604880839586258, -0.028861939907073975, -0.045167967677116394, -0.053535714745521545, -0.10087739676237106, 0.02309863269329071, -0.15241461992263794, -0.16535347700119019, -0.03684244677424431, -0.0584137849509716, 0.024850718677043915, -0.05956070125102997, 0.04187332093715668, -0.015462718904018402, -0.0506727509200573, 0.027619758620858192, -0.015735667198896408, 0.020660962909460068, 0.11435484141111374, 0.048576537519693375, -0.16423696279525757, -0.04101349040865898, 0.017705481499433517, 0.007843527011573315, -0.030431218445301056, -0.01070378441363573, -0.04246176406741142, 0.07549556344747543, 0.03813959285616875, 0.04129641130566597, -0.05905601382255554, -0.0049720341339707375, 0.045784495770931244, 0.004809532780200243, -0.04949041083455086, 0.07472461462020874, -0.09290684759616852, -0.0038295756094157696, 0.010810185223817825, 0.060110244899988174, -0.09062661230564117, -0.0244094580411911, -0.004857024643570185, -0.052395112812519073, 0.007628143299371004, 0.13108643889427185, -0.0870714783668518, 0.001213954878039658, -0.2825804650783539, -0.026958076283335686, 0.1765136420726776, 0.06323593109846115, 0.01780409924685955, -0.04251645877957344, -0.005098970141261816, 0.09897109866142273, 0.02385139651596546, -0.07750891149044037, 0.03120708465576172, -0.06334750354290009, -0.031967949122190475, -0.13415586948394775, -0.03868325054645538, -0.049736060202121735, 0.03042760118842125, 0.1743808388710022, 0.08478803932666779, 0.1666063368320465, -0.07547319680452347, -0.0005174474790692329, -0.02512354403734207, 0.03828964754939079, 0.022707151249051094, -0.03845466673374176, -0.049789875745773315, -0.03698647394776344, 0.011497137136757374, -0.05847864970564842, 0.14197644591331482, 0.004988889675587416, -0.04105270281434059, -0.02594924345612526, -0.04330666363239288, 0.032987140119075775, 0.014162130653858185, 0.19938895106315613, 0.010754462331533432, -0.02540639042854309, -0.08988303691148758, 0.00660910177975893, 0.11959072202444077, 0.10989286005496979, -0.12033288180828094, 0.05891638994216919, -0.02419433929026127, 0.18709683418273926, 0.10113576799631119, -0.06289092451334, -0.07952433079481125, 0.022703096270561218, -0.030633486807346344, 0.058560896664857864, -0.010381990112364292, 0.126020148396492, 0.08256009221076965, -0.09050082415342331, 0.018535809591412544, 0.0354837141931057, -0.08248710632324219, -0.16904519498348236, -0.160065695643425, -0.07548815757036209, -0.1700848788022995, 0.04289930686354637, -0.07797545194625854, 0.042494986206293106, 0.05899835377931595, 0.020933503285050392, 0.04233170300722122, 0.13025256991386414, -0.05622371286153793, -0.10119344294071198, 0.08187588304281235, -0.05178406834602356, -0.05294189229607582, -0.1336025893688202, -0.04065476730465889, 0.11017538607120514, -0.02263917587697506, 0.008382345549762249, -0.011291955597698689, -0.008736371994018555, 0.07011065632104874, 0.020661044865846634, -0.027350785210728645, -0.0380508191883564, 0.012564146891236305, 0.03853011503815651, 0.09046202898025513, 0.08218041807413101, -0.09933090209960938, 0.05401257053017616, 0.08130927383899689, -0.08340675383806229, -0.0967165008187294, -0.05087367817759514, 0.12271434813737869, 0.0006085208151489496, 0.14694157242774963, -0.06177655607461929, -0.08160801976919174, -0.045791853219270706, 0.15934273600578308, 0.1389300674200058, -0.04218176752328873, -0.021505562588572502, -0.05683252215385437, 0.008743129670619965, -0.08617416024208069, -0.025821173563599586, 0.08024309575557709, 0.18469318747520447, -0.009085532277822495, 0.04682634770870209, -0.08997968584299088, -0.05193151906132698, -0.010134982876479626, -0.008277448825538158, -0.007569742854684591, -0.053292933851480484, -0.0559096485376358, 0.1271894872188568, -0.2489662915468216, -0.07561198621988297, -0.06934020668268204, 0.015744810923933983, -0.028141982853412628, 0.009349573403596878, 0.06147472560405731, 0.1141497865319252, 0.053387194871902466, -0.07640666514635086, -0.024527112022042274, 0.02051365002989769, 0.021870959550142288, -0.1645292192697525, -0.007884206250309944, -0.05297714099287987, -0.08558624237775803, 0.13936427235603333, -0.0002412025787634775, 0.21020536124706268, 0.0072317421436309814, 0.08738545328378677, 0.004379056394100189, 0.13558456301689148, 0.0077465008944272995, -0.03895636275410652, 0.050364069640636444, 0.10955647379159927, -0.01835441403090954, 0.11911336332559586, 0.01719732955098152, -0.07716424763202667, 0.049699265509843826, 0.042718082666397095, -0.03865593671798706, -0.15678226947784424, -0.03108021803200245, -0.1071331724524498, 0.10533783584833145, -0.03691648319363594, -0.03965504840016365, -0.04454398155212402, 0.0002331974101252854, 0.08907918632030487, 0.03135649114847183, -0.009466147981584072, 0.053853970021009445, -0.1665724664926529, -0.042122211307287216, -0.046452734619379044, 0.06649523973464966, -0.08192666620016098, -0.02361457236111164, -0.09631878137588501, -0.07418431341648102, -0.02854328602552414, 0.01816539466381073, 0.0716673955321312, 0.036201391369104385, -0.033118970692157745, -0.09063850343227386, 0.031354937702417374, 0.053700678050518036, -0.05617344751954079, -0.10723961889743805 ]
null
null
espnet
## Example ESPnet2 ASR model ### `kamo-naoyuki/librispeech_asr_train_asr_conformer5_raw_bpe5000_frontend_confn_fft512_frontend_confhop_length256_scheduler_confwarmup_steps25000_batch_bins140000000_optim_conflr0.0015_initnone_sp_valid.acc.ave` ♻️ Imported from https://zenodo.org/record/4543018/ This model was trained by kamo-naoyuki using librispeech/asr1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "en", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["librispeech"]}
automatic-speech-recognition
espnet/kamo-naoyuki_librispeech_asr_train_asr_conformer5_raw_bpe5000_frontend-truncated-b76af5
[ "espnet", "audio", "automatic-speech-recognition", "en", "dataset:librispeech", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "en" ]
TAGS #espnet #audio #automatic-speech-recognition #en #dataset-librispeech #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 ASR model ### 'kamo-naoyuki/librispeech_asr_train_asr_conformer5_raw_bpe5000_frontend_confn_fft512_frontend_confhop_length256_scheduler_confwarmup_steps25000_batch_bins140000000_optim_conflr0.0015_initnone_sp_valid.URL' ️ Imported from URL This model was trained by kamo-naoyuki using librispeech/asr1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/librispeech_asr_train_asr_conformer5_raw_bpe5000_frontend_confn_fft512_frontend_confhop_length256_scheduler_confwarmup_steps25000_batch_bins140000000_optim_conflr0.0015_initnone_sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using librispeech/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-librispeech #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/librispeech_asr_train_asr_conformer5_raw_bpe5000_frontend_confn_fft512_frontend_confhop_length256_scheduler_confwarmup_steps25000_batch_bins140000000_optim_conflr0.0015_initnone_sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using librispeech/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 49, 9, 127, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-librispeech #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 ASR model### 'kamo-naoyuki/librispeech_asr_train_asr_conformer5_raw_bpe5000_frontend_confn_fft512_frontend_confhop_length256_scheduler_confwarmup_steps25000_batch_bins140000000_optim_conflr0.0015_initnone_sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using librispeech/asr1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.08485464006662369, 0.05213146656751633, -0.00125105120241642, 0.014672799967229366, 0.06290768086910248, -0.05080169066786766, 0.17928041517734528, 0.02833773009479046, 0.05128812417387962, 0.0017639361321926117, 0.07788478583097458, 0.1384558081626892, 0.05287063866853714, 0.12284566462039948, 0.03070669248700142, -0.17000120878219604, 0.01050567626953125, -0.012110648676753044, 0.10178381949663162, 0.08573868870735168, 0.14692452549934387, -0.020918462425470352, 0.07400523126125336, 0.05563242733478546, -0.0245499424636364, 0.09535879641771317, -0.017641566693782806, -0.13824953138828278, 0.026919754222035408, 0.057279787957668304, 0.03145189210772514, -0.0035121808759868145, 0.10668240487575531, -0.23151518404483795, -0.0028606790583580732, -0.04686426743865013, -0.002545215655118227, 0.02382649853825569, 0.06056109815835953, 0.008706504479050636, 0.04728688299655914, 0.061263348907232285, -0.006715757306665182, 0.017686886712908745, -0.044075820595026016, -0.045799411833286285, 0.020840631797909737, 0.13270233571529388, 0.10423433780670166, 0.16479717195034027, -0.04446333274245262, 0.05827165022492409, -0.07817460596561432, 0.08197607100009918, -0.008133474737405777, -0.16949741542339325, 0.011797862127423286, -0.00954170897603035, -0.010415256954729557, 0.09486918151378632, 0.005522299092262983, -0.05060960352420807, 0.07560194283723831, 0.018040312454104424, -0.059823039919137955, -0.04471656307578087, -0.12540754675865173, -0.026182470843195915, -0.1403886079788208, -0.02024327963590622, 0.2698759436607361, 0.043401237577199936, -0.06140312924981117, -0.0056667751632630825, -0.030694331973791122, -0.03612438216805458, 0.007730242796242237, -0.06108469143509865, 0.023163795471191406, 0.04003099724650383, 0.03397630155086517, -0.027269423007965088, -0.09100191295146942, -0.07535089552402496, -0.04502485319972038, 0.08043531328439713, 0.009479687549173832, 0.016275744885206223, -0.027883170172572136, 0.018838953226804733, -0.04022566229104996, -0.0774465873837471, 0.036612674593925476, 0.034427154809236526, 0.0664311870932579, 0.006032135803252459, 0.05209561809897423, -0.054307207465171814, 0.03055347129702568, 0.05964627116918564, 0.00029862558585591614, 0.02495870739221573, 0.05357597395777702, 0.09336067736148834, 0.03222141042351723, 0.08702927082777023, -0.07481801509857178, -0.04309242591261864, -0.012790471315383911, 0.051777418702840805, 0.03636015206575394, -0.023961011320352554, -0.14852117002010345, 0.03417078033089638, -0.023700816556811333, -0.04166922718286514, -0.02511310577392578, -0.03629723936319351, -0.09697851538658142, -0.03740176931023598, 0.14464621245861053, -0.13194341957569122, 0.03074066713452339, -0.0018227739492431283, -0.05909755080938339, 0.10698623955249786, 0.04841510206460953, 0.08177769184112549, -0.09592141211032867, -0.0002855492348317057, -0.07000642269849777, 0.057507552206516266, -0.016103027388453484, -0.02959333173930645, 0.026488183066248894, 0.01921934261918068, 0.03018268011510372, -0.2159760743379593, -0.12530431151390076, -0.05060954764485359, 0.015895919874310493, 0.02311817556619644, -0.03248535096645355, -0.17512598633766174, -0.053974591195583344, 0.018149415031075478, -0.09790933132171631, -0.08458345383405685, -0.0872790738940239, -0.02208675630390644, 0.033537887036800385, 0.06476089358329773, -0.07731131464242935, 0.07012845575809479, -0.07609954476356506, -0.04921511933207512, -0.09895288944244385, 0.14526721835136414, -0.10968203842639923, -0.06751085817813873, -0.14237293601036072, -0.038708969950675964, -0.09432414174079895, 0.07726742327213287, 0.037075795233249664, 0.13705256581306458, -0.17185759544372559, -0.07015448063611984, 0.028150947764515877, -0.08313866704702377, 0.0036206678487360477, 0.14378207921981812, 0.008413498289883137, 0.04740387573838234, 0.06918472796678543, 0.23429802060127258, -0.028338957577943802, -0.16378381848335266, -0.0143424766138196, 0.08269616216421127, 0.0169440396130085, -0.05010990425944328, 0.07488749921321869, -0.06859848648309708, 0.006888444535434246, -0.020846214145421982, 0.022691253572702408, 0.08896243572235107, -0.006785506848245859, -0.07596950978040695, 0.04039391130208969, -0.09795823693275452, -0.05754530057311058, -0.03297640383243561, 0.038975391536951065, 0.02847355231642723, -0.05241808667778969, 0.041903674602508545, 0.11948572844266891, -0.06036178395152092, 0.022477012127637863, -0.11451099812984467, 0.027614835649728775, -0.11713573336601257, -0.034451812505722046, -0.0976405143737793, 0.12996624410152435, -0.001140907988883555, -0.013294096104800701, 0.12683533132076263, -0.022336173802614212, 0.019306015223264694, -0.0010581910610198975, 0.011752378195524216, -0.0796537846326828, 0.04405874013900757, 0.01788156107068062, -0.02233411930501461, -0.16006802022457123, 0.0382571779191494, -0.013181719928979874, 0.032296665012836456, -0.10198525339365005, -0.050405699759721756, -0.03844928368926048, 0.0668940469622612, -0.03803339973092079, -0.012837122194468975, 0.004805723205208778, 0.050253305584192276, -0.03954962641000748, -0.003983703907579184, -0.04031229019165039, 0.01893584057688713, -0.05353500694036484, 0.09537659585475922, -0.05032883584499359, 0.03796280920505524, 0.14734990894794464, -0.09413135796785355, -0.048244453966617584, 0.09565836936235428, 0.01155855692923069, -0.04091612994670868, -0.0004978145589120686, 0.0025157572235912085, 0.25555655360221863, -0.08325311541557312, 0.11342136561870575, -0.0817963257431984, 0.04289710894227028, 0.00446441862732172, -0.1370542198419571, -0.022956984117627144, 0.11313004791736603, -0.019787384197115898, -0.11464380472898483, 0.11177554726600647, 0.0020470425952225924, -0.13863727450370789, 0.19181710481643677, 0.03458385169506073, -0.09338613599538803, -0.0425945483148098, 0.05124712735414505, -0.06276921927928925, 0.05863587558269501, -0.11661279946565628, -0.008993025869131088, 0.02142849564552307, -0.008394242264330387, 0.07631582766771317, -0.13871866464614868, 0.011913670226931572, 0.021213356405496597, -0.07667712867259979, -0.06591928750276566, -0.05443250387907028, -0.1299542784690857, 0.005629109218716621, -0.0657610222697258, -0.2138327658176422, 0.04512378200888634, -0.011290588416159153, -0.1127065122127533, 0.11339639127254486, -0.1322678178548813, -0.18342182040214539, -0.17994429171085358, -0.00022501569765154272, -0.04744213446974754, 0.06617534905672073, 0.025909891352057457, -0.10062962025403976, -0.06660683453083038, -0.07487305253744125, -0.043367452919483185, -0.0443255715072155, -0.06234174221754074, 0.013740398921072483, -0.013334662653505802, 0.03177629038691521, -0.10303480178117752, -0.010308604687452316, -0.03388909623026848, 0.045531537383794785, 0.013428443111479282, -0.004764140117913485, 0.08059750497341156, 0.2080538421869278, 0.019595524296164513, -0.03012537769973278, 0.05962415784597397, 0.20174585282802582, -0.061722856014966965, -0.0036481632851064205, 0.07508982717990875, -0.04455734044313431, 0.018670251592993736, 0.13988268375396729, 0.03228979930281639, -0.03332047909498215, 0.011305471882224083, -0.0709901973605156, -0.02532045729458332, -0.26025936007499695, -0.10644003748893738, -0.03349743038415909, -0.02162308432161808, 0.04033619537949562, 0.061956677585840225, 0.10389348119497299, 0.07857052981853485, 0.05479668825864792, 0.06969305872917175, 0.01895255595445633, 0.027422379702329636, 0.0869683176279068, -0.021727263927459717, 0.05364792048931122, -0.009517867118120193, -0.08375313878059387, 0.05207028239965439, 0.0838138535618782, -0.03681698814034462, 0.12472464144229889, 0.05275482311844826, 0.04829295352101326, 0.11085943877696991, 0.05860958993434906, 0.030329059809446335, 0.05203623324632645, 0.0140261584892869, 0.00674626138061285, -0.07777085900306702, -0.04255964979529381, 0.17733055353164673, 0.1321449875831604, -0.020497610792517662, 0.04852462559938431, 0.049835264682769775, -0.016264380887150764, 0.1300099939107895, 0.049621857702732086, -0.32892322540283203, 0.00641531590372324, -0.0008361339569091797, -0.032882723957300186, -0.04794442281126976, 0.08204490691423416, 0.08678846806287766, -0.011356787756085396, 0.020844601094722748, 0.11005592346191406, 0.0472712479531765, -0.13436976075172424, -0.026294393464922905, 0.0035766696091741323, 0.05844816938042641, 0.01395997405052185, 0.049323778599500656, -0.22409626841545105, 0.15958617627620697, 0.03379848226904869, 0.10495095700025558, 0.01379835419356823, 0.03792361170053482, -0.014768483117222786, -0.04290507733821869, 0.20085670053958893, 0.030500689521431923, -0.14039137959480286, -0.12532319128513336, -0.14436468482017517, -0.013661783188581467, 0.08581981062889099, 0.07179401814937592, -0.03367702662944794, 0.05713450163602829, -0.030973700806498528, 0.04670512676239014, -0.13568462431430817, -0.27554696798324585, -0.08789347112178802, -0.024286586791276932, 0.30751246213912964, 0.02408437989652157, 0.015138193033635616, -0.04306863993406296, -0.06898696720600128, 0.07970723509788513, -0.142426997423172, -0.05232175439596176, -0.032342519611120224, -0.10197664052248001, 0.11588609963655472, -0.03870623558759689, 0.06901375949382782, 0.061907313764095306, 0.05213708057999611, -0.020944656804203987, -0.011941175907850266, 0.11758924275636673, -0.12074709683656693, -0.009412197396159172, -0.031440988183021545, 0.10449319332838058, 0.14567933976650238, 0.024050410836935043, 0.03587614744901657, 0.013299714773893356, -0.04274628311395645, -0.05923442170023918, 0.04500596970319748, 0.1432027518749237, -0.0760248601436615, 0.1177174374461174, -0.06676561385393143, -0.19046948850154877, -0.11383011937141418, -0.026975682005286217, 0.08750809729099274, 0.18090684711933136, 0.008114717900753021, 0.036512088030576706, 0.29071563482284546, -0.0740860104560852, -0.14693309366703033, -0.07600440084934235, 0.07627971470355988, 0.020377852022647858, -0.02908959798514843, -0.15829364955425262, 0.09818773716688156, -0.020221438258886337, -0.04354371502995491, 0.0525781512260437, -0.192854106426239, -0.12065117806196213, 0.2673328220844269, -0.06206664815545082, -0.0011817032936960459, -0.03907681256532669, -0.09465263783931732, -0.1194327175617218, 0.018643345683813095, 0.045801322907209396, 0.06324014067649841, 0.09388566017150879, 0.061630960553884506, 0.08715688437223434, 0.001216103439219296, -0.0023642675951123238, 0.10344234108924866, 0.1873505413532257, -0.015169686637818813, -0.02303721383213997, 0.04362946376204491, -0.020829172804951668, 0.055418744683265686, 0.16583913564682007, 0.05610877275466919, -0.014975454658269882, -0.09749632328748703, -0.0772014707326889, -0.038366951048374176, 0.046979840844869614, 0.06879612803459167, -0.07158802449703217, -0.013214445672929287, -0.023925822228193283, 0.05064203590154648, 0.05003703013062477, 0.08861988037824631, -0.06067901849746704, -0.021738478913903236, 0.2623855471611023, 0.07772154361009598, 0.00557564664632082, -0.11358045786619186, 0.016893135383725166, -0.06436522305011749, 0.08244446665048599, -0.039085566997528076, 0.02883998677134514, 0.050983868539333344, 0.011141880415380001, 0.134232297539711, 0.05467410758137703, -0.11203699558973312, -0.020564796403050423, 0.061190083622932434, -0.06523013859987259, 0.00823228433728218, -0.022268714383244514, 0.03592497110366821, 0.09863252192735672, -0.023492906242609024, 0.1539793163537979, -0.12062699347734451, 0.007083681877702475, -0.010171358473598957, 0.047138843685388565, -0.1677616536617279, 0.2103617787361145, 0.1258254200220108, -0.016077369451522827, -0.11238768696784973, 0.17195414006710052, 0.03808000311255455, -0.009977148845791817, 0.07101087272167206, -0.03947567194700241, -0.03632182255387306, -0.05639815703034401, -0.09940806776285172, 0.03457356244325638, -0.1561809629201889, -0.16941329836845398, -0.04437388852238655, -0.05263252556324005, 0.027976246550679207, -0.06772256642580032, 0.038404133170843124, -0.019230039790272713, -0.05463098734617233, 0.020928146317601204, -0.027225418016314507, 0.021669043228030205, 0.11607617884874344, 0.0515662357211113, -0.16326680779457092, -0.04077545925974846, 0.010884606279432774, 0.005926850251853466, -0.025672350078821182, -0.0084900027140975, -0.04542918875813484, 0.06985004246234894, 0.0382288359105587, 0.042454805225133896, -0.05394577607512474, -0.0005729921977035701, 0.049748700112104416, 0.00018729928706306964, -0.04547349363565445, 0.07459522783756256, -0.09033744037151337, -0.0021622187923640013, 0.014934360980987549, 0.06105361878871918, -0.08830351382493973, -0.02850460633635521, -0.011562981642782688, -0.04626433551311493, 0.0032383580692112446, 0.13343273103237152, -0.09556650370359421, -0.011128762736916542, -0.2751254439353943, -0.027438471093773842, 0.17630936205387115, 0.06760149449110031, 0.022226331755518913, -0.051489297300577164, 0.00022032298147678375, 0.11163869500160217, 0.020858697593212128, -0.08166854828596115, 0.04958173260092735, -0.06312772631645203, -0.03226228058338165, -0.12607702612876892, -0.04890846461057663, -0.0580090694129467, 0.03402385860681534, 0.1574791520833969, 0.07756904512643814, 0.17198790609836578, -0.07852240651845932, -0.0015590422553941607, -0.023088566958904266, 0.03545280173420906, 0.02181541919708252, -0.032951485365629196, -0.04608996957540512, -0.028299368917942047, 0.02038588374853134, -0.05921262502670288, 0.13916531205177307, 0.011570402421057224, -0.02904479019343853, -0.026287546381354332, -0.06044277921319008, 0.04430349916219711, 0.017383785918354988, 0.19857104122638702, 0.010679042898118496, -0.0250033438205719, -0.07979441434144974, 0.007859207689762115, 0.12153755128383636, 0.11480630189180374, -0.11747822165489197, 0.05407312884926796, -0.035125382244586945, 0.19194261729717255, 0.10585255920886993, -0.06939384341239929, -0.07072120159864426, 0.018816208466887474, -0.05774061381816864, 0.0654682070016861, -0.012962820008397102, 0.12080752104520798, 0.08154023438692093, -0.07677038758993149, 0.00829267967492342, 0.028896311298012733, -0.0860731303691864, -0.1707143783569336, -0.15611203014850616, -0.0811527669429779, -0.16185793280601501, 0.04149501025676727, -0.06957961618900299, 0.03540545701980591, 0.0510835126042366, 0.014925669878721237, 0.03642777353525162, 0.1255301833152771, -0.04883189871907234, -0.09071404486894608, 0.0774429515004158, -0.057353317737579346, -0.048381831496953964, -0.13454486429691315, -0.03682412579655647, 0.10855397582054138, -0.0192330963909626, 0.00933017861098051, -0.018055148422718048, -0.012606868520379066, 0.07698234170675278, 0.027072127908468246, -0.023432862013578415, -0.036578502506017685, 0.006787129677832127, 0.03621396794915199, 0.07950176298618317, 0.08702898025512695, -0.09299854934215546, 0.05454248934984207, 0.07981022447347641, -0.08618668466806412, -0.09719633311033249, -0.05010123550891876, 0.13631922006607056, -0.0004504849493969232, 0.14197593927383423, -0.060618121176958084, -0.08420828729867935, -0.040128085762262344, 0.14109446108341217, 0.13734382390975952, -0.04625294730067253, -0.026539504528045654, -0.058873530477285385, 0.007310265675187111, -0.09148596972227097, -0.030314337462186813, 0.08244813978672028, 0.18083660304546356, -0.01070432923734188, 0.03938889876008034, -0.08922871202230453, -0.04848993569612503, -0.0017635665135458112, -0.007327728904783726, -0.007243419997394085, -0.04553154855966568, -0.05348316580057144, 0.11705732345581055, -0.23491866886615753, -0.0740329697728157, -0.07439973205327988, 0.021698949858546257, -0.026822809129953384, 0.004983963910490274, 0.06480170041322708, 0.11485367268323898, 0.05822721868753433, -0.07716763019561768, -0.031571246683597565, 0.023631660267710686, 0.020242134109139442, -0.16488513350486755, 0.009365900419652462, -0.05754426494240761, -0.1014915332198143, 0.12785476446151733, 0.0011055999202653766, 0.2152390480041504, 0.015766603872179985, 0.09236535429954529, 0.00484536774456501, 0.13780353963375092, 0.0013064240338280797, -0.043900568038225174, 0.06498871743679047, 0.10835985839366913, -0.014269514009356499, 0.11788880079984665, 0.022391285747289658, -0.06969565898180008, 0.051610104739665985, 0.019123338162899017, -0.033454570919275284, -0.15551799535751343, -0.02572043426334858, -0.10182492434978485, 0.10274504125118256, -0.03141946718096733, -0.040117502212524414, -0.04046923667192459, -0.003290916094556451, 0.09319876879453659, 0.027474211528897285, -0.013267259113490582, 0.051339082419872284, -0.15855097770690918, -0.04024539887905121, -0.054180607199668884, 0.07184019684791565, -0.08500003069639206, -0.020566515624523163, -0.09799880534410477, -0.0873025581240654, -0.022247575223445892, 0.014712675474584103, 0.06772701442241669, 0.042167820036411285, -0.041478611528873444, -0.07616455852985382, 0.030306873843073845, 0.057275835424661636, -0.05923181399703026, -0.10722298175096512 ]
null
null
espnet
## Example ESPnet2 ASR model ### `kamo-naoyuki/librispeech_asr_train_asr_conformer5_raw_bpe5000_scheduler_confwarmup_steps25000_batch_bins140000000_optim_conflr0.0015_initnone_accum_grad2_sp_valid.acc.ave` ♻️ Imported from https://zenodo.org/record/4541452/ This model was trained by kamo-naoyuki using librispeech/asr1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "en", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["librispeech"]}
automatic-speech-recognition
espnet/kamo-naoyuki_librispeech_asr_train_asr_conformer5_raw_bpe5000_schedule-truncated-c8e5f9
[ "espnet", "audio", "automatic-speech-recognition", "en", "dataset:librispeech", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "en" ]
TAGS #espnet #audio #automatic-speech-recognition #en #dataset-librispeech #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 ASR model ### 'kamo-naoyuki/librispeech_asr_train_asr_conformer5_raw_bpe5000_scheduler_confwarmup_steps25000_batch_bins140000000_optim_conflr0.0015_initnone_accum_grad2_sp_valid.URL' ️ Imported from URL This model was trained by kamo-naoyuki using librispeech/asr1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/librispeech_asr_train_asr_conformer5_raw_bpe5000_scheduler_confwarmup_steps25000_batch_bins140000000_optim_conflr0.0015_initnone_accum_grad2_sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using librispeech/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-librispeech #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/librispeech_asr_train_asr_conformer5_raw_bpe5000_scheduler_confwarmup_steps25000_batch_bins140000000_optim_conflr0.0015_initnone_accum_grad2_sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using librispeech/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 49, 9, 113, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-librispeech #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 ASR model### 'kamo-naoyuki/librispeech_asr_train_asr_conformer5_raw_bpe5000_scheduler_confwarmup_steps25000_batch_bins140000000_optim_conflr0.0015_initnone_accum_grad2_sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using librispeech/asr1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.05192907899618149, 0.05748841166496277, -0.0014150138013064861, 0.047619156539440155, 0.07931266725063324, -0.03341072425246239, 0.1873984932899475, 0.017948701977729797, 0.0918130874633789, -0.038722217082977295, 0.08314884454011917, 0.14730016887187958, 0.027904478833079338, 0.10531213879585266, 0.05046984553337097, -0.1562880128622055, 0.004474875051528215, 0.001089157653041184, 0.05194675177335739, 0.09975888580083847, 0.15207263827323914, -0.0046546380035579205, 0.10108030587434769, 0.03658569976687431, 0.02578841522336006, 0.1062418520450592, -0.043325137346982956, -0.10522852092981339, 0.015834268182516098, 0.03984988480806351, 0.061000559478998184, -0.0068494160659611225, 0.1098656877875328, -0.24564045667648315, -0.0034876440186053514, -0.058082230389118195, -0.0498562753200531, 0.02423105202615261, 0.03747841343283653, -0.011806532740592957, 0.015661317855119705, 0.04662660136818886, -0.018630122765898705, 0.02150990627706051, -0.04919486865401268, -0.011735050939023495, 0.01662406511604786, 0.15603116154670715, 0.09614033997058868, 0.13379672169685364, -0.021659882739186287, 0.06742535531520844, -0.10415807366371155, 0.06924211978912354, 0.03217566758394241, -0.17508481442928314, 0.03070581890642643, 0.0027835897635668516, 0.0009688691352494061, 0.1510159969329834, 0.046618010848760605, -0.07360697537660599, 0.0990680605173111, 0.00820275116711855, -0.03397209197282791, -0.04829107224941254, -0.05640074983239174, -0.020788397639989853, -0.14253774285316467, -0.03597848862409592, 0.23870964348316193, 0.04921509698033333, -0.040666524320840836, 0.02741403691470623, -0.03261646255850792, -0.03646445646882057, 0.009407027624547482, -0.056258827447891235, 0.03672754764556885, 0.052166059613227844, 0.05370128154754639, -0.03766239061951637, -0.06912324577569962, -0.09557896852493286, 0.01593123935163021, 0.06568203121423721, 0.02628682367503643, 0.01784774661064148, -0.03445006534457207, 0.01774764619767666, -0.0006538690067827702, -0.07409308850765228, 0.06272447109222412, 0.01950518786907196, 0.10372278839349747, 0.03203081712126732, 0.07277338206768036, -0.04962502419948578, 0.041439346969127655, 0.04430331289768219, 0.030688703060150146, 0.017462803050875664, 0.13104332983493805, 0.09359079599380493, 0.023488447070121765, 0.03704862296581268, -0.0683053508400917, -0.08030860871076584, -0.02285238727927208, 0.0897698923945427, 0.03233224153518677, -0.008373165503144264, -0.16715051233768463, 0.05429954081773758, -0.041514355689287186, -0.048025283962488174, -0.012272756546735764, -0.03704189881682396, -0.11449798941612244, -0.042409010231494904, 0.1612979769706726, -0.13451091945171356, 0.04536641016602516, -0.012346635572612286, -0.06236016005277634, 0.09390240907669067, 0.033219512552022934, 0.0665578618645668, -0.09392206370830536, 0.019706567749381065, -0.09395266324281693, 0.05804729834198952, -0.05287204310297966, -0.036337971687316895, 0.048052459955215454, 0.0310659259557724, 0.02327081561088562, -0.18610912561416626, -0.14737121760845184, -0.06339491158723831, 0.029363548383116722, 0.044694166630506516, -0.002701929770410061, -0.14979055523872375, -0.03570174053311348, 0.012805754318833351, -0.11918959021568298, -0.1463424265384674, -0.09709321707487106, -0.023312058299779892, 0.01722528040409088, 0.06448019295930862, -0.07124495506286621, 0.08018545061349869, -0.10623155534267426, -0.0554126501083374, -0.12985116243362427, 0.141445130109787, -0.13197128474712372, -0.05677803233265877, -0.1407691389322281, -0.05403049662709236, -0.09847120940685272, 0.0707521066069603, 0.02928192913532257, 0.11901383846998215, -0.13350650668144226, -0.08054926991462708, 0.06484553217887878, -0.08566047251224518, -0.017379578202962875, 0.1644158810377121, -0.008051986806094646, 0.03596319630742073, 0.08739198744297028, 0.20794112980365753, -0.051847171038389206, -0.10144464671611786, -0.0632820576429367, 0.07232680916786194, 0.02895350754261017, -0.05491536483168602, 0.06699386239051819, -0.03702007234096527, 0.04839093238115311, -0.04594874754548073, -0.02810605987906456, 0.07614871114492416, 0.0021936616394668818, -0.07625744491815567, 0.03495083749294281, -0.10344401001930237, -0.03340039774775505, -0.03567997366189957, 0.01771397888660431, 0.041460126638412476, -0.06477147340774536, 0.09158074855804443, 0.10455864667892456, -0.07196161895990372, 0.032388169318437576, -0.09397958964109421, 0.02497836947441101, -0.1294240951538086, -0.0396965891122818, -0.06879665702581406, 0.09830550849437714, -0.004610509146004915, -0.06237844005227089, 0.11859570443630219, -0.043167345225811005, 0.006718400400131941, -0.021334737539291382, -0.010232488624751568, -0.07330100238323212, -0.031525012105703354, 0.015485609881579876, -0.016028663143515587, -0.17790189385414124, 0.007028406951576471, -0.0009863623417913914, 0.01179751381278038, -0.0937238410115242, -0.04669982194900513, -0.042019233107566833, 0.0780678316950798, -0.044476620852947235, -0.0016539484495297074, -0.007452032063156366, 0.05712275207042694, -0.049811866134405136, -0.009955103509128094, -0.03191772475838661, -0.01146206445991993, -0.08169692009687424, 0.08629617840051651, -0.03067377582192421, 0.06434126198291779, 0.154190793633461, -0.14565855264663696, -0.02139849215745926, 0.11304202675819397, 0.030494844540953636, -0.039474714547395706, -0.0008350482676178217, 0.0059667001478374004, 0.2444624900817871, -0.06578395515680313, 0.12324800342321396, -0.09817808866500854, 0.05194808915257454, -0.019893459975719452, -0.14147208631038666, 0.032698363065719604, 0.1298326551914215, -0.01984383910894394, -0.1374662071466446, 0.12861990928649902, 0.03180643916130066, -0.1463807076215744, 0.18860656023025513, 0.05610722675919533, -0.09206041693687439, -0.027633244171738625, 0.048052601516246796, -0.06498021632432938, 0.036193061619997025, -0.10285449028015137, -0.005862272810190916, 0.0149248531088233, -0.010353156365454197, 0.07049612700939178, -0.1519770622253418, 0.0016639712266623974, 0.014731252565979958, -0.08965469896793365, -0.11225439608097076, -0.08364243060350418, -0.14214429259300232, -0.004922445397824049, -0.07170432060956955, -0.21504224836826324, 0.04735342413187027, -0.01643100380897522, -0.09835753589868546, 0.11643298715353012, -0.11026721447706223, -0.18016821146011353, -0.19823101162910461, 0.03765765577554703, -0.040283236652612686, 0.06235414370894432, 0.022470006719231606, -0.1200827956199646, -0.07070623338222504, -0.05831393599510193, -0.038555923849344254, -0.008926944807171822, -0.09719947725534439, 0.029624955728650093, 0.011568864807486534, 0.030700620263814926, -0.12381239980459213, -0.013310451991856098, -0.04471030831336975, 0.0608246810734272, 0.013865587301552296, -0.015145293436944485, 0.07991478592157364, 0.18966883420944214, 0.010893125087022781, -0.041602276265621185, 0.07649367302656174, 0.1989995390176773, -0.06670109927654266, -0.008691851980984211, 0.06962930411100388, -0.0644964650273323, 0.03447650745511055, 0.09240808337926865, 0.06391499936580658, -0.02263222262263298, 0.018725857138633728, -0.049347467720508575, -0.031591180711984634, -0.3038911521434784, -0.10835262387990952, -0.033522527664899826, -0.043481871485710144, 0.05253953859210014, 0.05364636331796646, 0.06807353347539902, 0.11206582933664322, 0.023647772148251534, 0.10520162433385849, 0.007076413836330175, 0.02589241787791252, 0.0873655453324318, -0.002701330464333296, 0.046788230538368225, -0.025350529700517654, -0.09823598712682724, 0.042970091104507446, 0.12769778072834015, -0.025032002478837967, 0.1435016691684723, 0.11281228810548782, 0.06503678113222122, 0.11103450506925583, 0.03267741575837135, 0.03150368109345436, 0.048505138605833054, 0.021112844347953796, -0.01031967531889677, -0.08641280233860016, -0.049748651683330536, 0.18474683165550232, 0.06962775439023972, -0.028438685461878777, 0.0856962725520134, 0.07325391471385956, 0.009444311261177063, 0.11778431385755539, 0.012025675736367702, -0.33798152208328247, 0.016608139500021935, 0.013883702456951141, -0.023815061897039413, -0.006603080779314041, 0.06998070329427719, 0.0567779541015625, -0.010781235061585903, 0.04085133597254753, 0.10189710557460785, 0.08049718290567398, -0.14249227941036224, -0.03637180104851723, 0.0036453420761972666, 0.0597778744995594, 0.0245773047208786, 0.06037246435880661, -0.2044515460729599, 0.17809763550758362, 0.04193979501724243, 0.10001736134290695, 0.039869729429483414, 0.023383207619190216, 0.0030622221529483795, -0.027494585141539574, 0.18249006569385529, 0.05402057245373726, -0.06946178525686264, -0.11270562559366226, -0.15394042432308197, -0.00471019372344017, 0.08261262625455856, 0.07986587285995483, -0.02806851454079151, 0.04581227898597717, -0.014176134951412678, 0.04600820317864418, -0.11425953358411789, -0.2833268940448761, -0.07070358842611313, -0.02495402656495571, 0.30081623792648315, 0.01728452555835247, 0.028468580916523933, -0.060830529779195786, -0.054951850324869156, 0.08080198615789413, -0.16882583498954773, -0.07520163059234619, -0.01981811411678791, -0.11283811926841736, 0.1412702053785324, -0.041838862001895905, 0.06324899196624756, 0.08319903910160065, 0.004184393212199211, -0.014415953308343887, -0.002953366609290242, 0.11277370154857635, -0.11426986753940582, -0.05375637114048004, -0.01352501567453146, 0.06180601939558983, 0.1695430427789688, 0.04090610519051552, 0.026628587394952774, 0.005757479462772608, -0.03768417239189148, -0.08112560212612152, 0.021837811917066574, 0.10954119265079498, -0.06433430314064026, 0.16499203443527222, -0.09102089703083038, -0.14300338923931122, -0.10161488503217697, -0.035955578088760376, 0.06429041922092438, 0.20748686790466309, 0.009241576306521893, 0.012301541864871979, 0.32384172081947327, -0.09606702625751495, -0.1431499719619751, -0.09707336127758026, 0.05864298716187477, -0.01770123653113842, 0.004688401706516743, -0.15911659598350525, 0.12476646155118942, -0.005178444553166628, -0.04616394639015198, 0.014938178472220898, -0.19896802306175232, -0.1196746751666069, 0.22813501954078674, -0.07036162912845612, 0.023723343387246132, -0.061353933066129684, -0.07582015544176102, -0.15575049817562103, -0.07383300364017487, 0.05784812942147255, 0.09191793203353882, 0.1024690791964531, 0.03475729376077652, 0.10866051912307739, -0.02717927284538746, -0.00005804743341286667, 0.09742961823940277, 0.2228194773197174, -0.010626834817230701, -0.015186980366706848, 0.030534710735082626, -0.011551310308277607, 0.062356673181056976, 0.19002863764762878, 0.011779791675508022, -0.03285037726163864, -0.11024322360754013, -0.06387928873300552, -0.03654748946428299, 0.0375201515853405, 0.07929854840040207, -0.06724262982606888, -0.0417589507997036, -0.025014033541083336, 0.0843685194849968, 0.07286740094423294, 0.18208546936511993, -0.035293109714984894, -0.039011429995298386, 0.2146156132221222, 0.07042157649993896, -0.04664749279618263, -0.15993057191371918, 0.0064048683270812035, -0.04741668328642845, 0.09830982983112335, -0.06757621467113495, 0.06425552070140839, 0.062048137187957764, 0.008394462987780571, 0.1341169774532318, 0.07944513112306595, -0.10638326406478882, -0.009785654954612255, 0.07795235514640808, -0.053394168615341187, 0.007037431932985783, -0.0006010046927258372, -0.01604338176548481, 0.07801889628171921, -0.009633975103497505, 0.16049139201641083, -0.14641419053077698, -0.014460514299571514, -0.01619923673570156, 0.07131741940975189, -0.16683179140090942, 0.20935650169849396, 0.16202014684677124, -0.023102782666683197, -0.1124856024980545, 0.19880551099777222, 0.031383663415908813, -0.02608584053814411, 0.06517338007688522, -0.04273811727762222, -0.037219416350126266, -0.06316863745450974, -0.0691463053226471, 0.006407793145626783, -0.2038642019033432, -0.17014718055725098, -0.09106574952602386, -0.006027642637491226, 0.02487582340836525, -0.08621042966842651, 0.05855046212673187, -0.020676452666521072, -0.022093074396252632, 0.004534340929239988, -0.012262347154319286, 0.021114081144332886, 0.1465383768081665, 0.06384073942899704, -0.1689845472574234, -0.07981400191783905, 0.0224996916949749, -0.006911413744091988, -0.03026074729859829, 0.03506011143326759, -0.04503235965967178, 0.0618283785879612, 0.05474347621202469, 0.06037239357829094, -0.06301391124725342, 0.011619903147220612, 0.029217706993222237, -0.011358741670846939, -0.06988521665334702, 0.09965634346008301, -0.10537759959697723, -0.010511751286685467, 0.03269165754318237, 0.08205298334360123, -0.11277759820222855, -0.02312544733285904, 0.010250840336084366, -0.027351854369044304, -0.0262750256806612, 0.08608213067054749, -0.10679110139608383, -0.02061486802995205, -0.29901280999183655, -0.008608205243945122, 0.17800766229629517, 0.08233976364135742, 0.026028187945485115, -0.023287301883101463, 0.004129753913730383, 0.10372854024171829, 0.04576649144291878, -0.07067263126373291, 0.08767727762460709, -0.07859361916780472, -0.05483775958418846, -0.1594628244638443, -0.0477275587618351, -0.03770777955651283, 0.03780084848403931, 0.17692117393016815, 0.06046441197395325, 0.21372759342193604, -0.055043887346982956, -0.024775199592113495, -0.04500691965222359, 0.04274182394146919, 0.04027770832180977, -0.04725922271609306, -0.06044392287731171, -0.02288321778178215, -0.002515099011361599, -0.05978905409574509, 0.18195976316928864, 0.02020680345594883, -0.03873429447412491, -0.014943040907382965, -0.02371143363416195, 0.029769649729132652, -0.003045993624255061, 0.14921513199806213, -0.015608330257236958, -0.022827215492725372, -0.1133737564086914, -0.0021158435847610235, 0.1083286851644516, 0.10209556668996811, -0.12030383199453354, 0.06084533408284187, -0.025920681655406952, 0.1871977150440216, 0.08563387393951416, -0.034826844930648804, -0.08305198699235916, 0.00435833353549242, -0.009014686569571495, 0.08140479773283005, 0.006430763751268387, 0.12128306925296783, 0.09011483937501907, -0.059462856501340866, 0.04259932413697243, 0.03168918564915657, -0.07788018137216568, -0.18303662538528442, -0.140541210770607, -0.07788190245628357, -0.21310050785541534, 0.04010365903377533, -0.09736756235361099, 0.020677587017416954, 0.11251997947692871, -0.008121490478515625, 0.05159799009561539, 0.10268710553646088, -0.0533883161842823, -0.08799988776445389, 0.04567353427410126, -0.05647994950413704, -0.02924211509525776, -0.10614147037267685, -0.027021080255508423, 0.11651424318552017, -0.030289875343441963, 0.005820599850267172, -0.023513954132795334, -0.015094035305082798, 0.08041474223136902, 0.035846348851919174, -0.01953556388616562, -0.04970955476164818, 0.030931640416383743, 0.04910796880722046, 0.09121129661798477, 0.07398027181625366, -0.09418675303459167, 0.0487934872508049, 0.0752626433968544, -0.06294087320566177, -0.04547812417149544, -0.035636287182569504, 0.09349680691957474, 0.036934781819581985, 0.14309923350811005, -0.05876685678958893, -0.08360372483730316, -0.022509528324007988, 0.11176250129938126, 0.12861275672912598, -0.04231280833482742, -0.0444665402173996, -0.07711494714021683, 0.018327822908759117, -0.07140696048736572, -0.016451135277748108, 0.07707810401916504, 0.17020773887634277, -0.021895632147789, 0.03769687935709953, -0.10460539907217026, -0.04768836498260498, -0.007218935992568731, -0.05282294377684593, 0.0018525478662922978, -0.037373609840869904, -0.06965643167495728, 0.1411856859922409, -0.21890924870967865, -0.10449735075235367, -0.06439076364040375, 0.013222436420619488, -0.00801385473459959, -0.0014599859714508057, 0.11313316226005554, 0.12430431693792343, 0.07185573130846024, -0.06627941131591797, -0.04008343443274498, 0.00802108459174633, 0.025644801557064056, -0.20148174464702606, -0.016281483694911003, -0.05130346119403839, -0.12112288922071457, 0.14674735069274902, 0.013500533998012543, 0.22868560254573822, 0.01938166655600071, 0.06517329812049866, 0.01894749142229557, 0.10403446108102798, -0.0046867192722857, -0.009783189743757248, 0.054150063544511795, 0.06512854993343353, -0.01819036155939102, 0.09427689015865326, 0.017832474783062935, -0.02581605687737465, 0.041073188185691833, 0.04900373890995979, -0.05007602646946907, -0.14416994154453278, -0.02789374440908432, -0.11906608939170837, 0.08557263761758804, -0.006693983916193247, -0.05346359685063362, -0.03561611846089363, -0.019721245393157005, 0.09419988840818405, 0.04162827134132385, -0.015018900856375694, 0.031712740659713745, -0.1442660689353943, -0.04051165282726288, -0.04164626821875572, 0.07130178809165955, -0.03424012288451195, -0.009033502079546452, -0.10764842480421066, -0.09531334042549133, -0.04926358535885811, -0.000916704535484314, 0.07317975163459778, 0.0442877858877182, -0.030156489461660385, -0.13221164047718048, 0.009329548105597496, 0.026915164664387703, -0.0751321092247963, -0.12261480838060379 ]
null
null
espnet
## Example ESPnet2 ASR model ### `kamo-naoyuki/librispeech_asr_train_asr_conformer6_n_fft512_hop_length256_raw_en_bpe5000_scheduler_confwarmup_steps40000_optim_conflr0.0025_sp_valid.acc.ave` ♻️ Imported from https://zenodo.org/record/4604066/ This model was trained by kamo-naoyuki using librispeech/asr1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "en", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["librispeech"]}
automatic-speech-recognition
espnet/kamo-naoyuki_librispeech_asr_train_asr_conformer6_n_fft512_hop_length2-truncated-a63357
[ "espnet", "audio", "automatic-speech-recognition", "en", "dataset:librispeech", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "en" ]
TAGS #espnet #audio #automatic-speech-recognition #en #dataset-librispeech #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 ASR model ### 'kamo-naoyuki/librispeech_asr_train_asr_conformer6_n_fft512_hop_length256_raw_en_bpe5000_scheduler_confwarmup_steps40000_optim_conflr0.0025_sp_valid.URL' ️ Imported from URL This model was trained by kamo-naoyuki using librispeech/asr1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/librispeech_asr_train_asr_conformer6_n_fft512_hop_length256_raw_en_bpe5000_scheduler_confwarmup_steps40000_optim_conflr0.0025_sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using librispeech/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-librispeech #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/librispeech_asr_train_asr_conformer6_n_fft512_hop_length256_raw_en_bpe5000_scheduler_confwarmup_steps40000_optim_conflr0.0025_sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using librispeech/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 49, 9, 108, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-librispeech #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 ASR model### 'kamo-naoyuki/librispeech_asr_train_asr_conformer6_n_fft512_hop_length256_raw_en_bpe5000_scheduler_confwarmup_steps40000_optim_conflr0.0025_sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using librispeech/asr1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.06164458766579628, 0.05761883780360222, -0.001840792945586145, 0.0641465038061142, 0.1010393425822258, -0.03542694076895714, 0.20084233582019806, 0.0027294978499412537, 0.06683813035488129, -0.038861874490976334, 0.10277970880270004, 0.1416754573583603, 0.015619376674294472, 0.1274912804365158, 0.03858828544616699, -0.17283253371715546, -0.004266188945621252, -0.0103082824498415, 0.052156951278448105, 0.09785987436771393, 0.15318800508975983, -0.015279743820428848, 0.11551171541213989, 0.047538116574287415, -0.008080903440713882, 0.10442899912595749, -0.04442568123340607, -0.11785069108009338, 0.022293545305728912, 0.03865572437644005, 0.06782391667366028, -0.010678562335669994, 0.10338478535413742, -0.21564283967018127, -0.0011080348631367087, -0.06851015985012054, -0.04615917056798935, 0.02924344874918461, 0.03176012262701988, -0.001500976737588644, 0.03557112440466881, 0.06591222435235977, -0.004362812731415033, 0.02269565686583519, -0.06264187395572662, 0.01252675149589777, 0.01617036759853363, 0.15603895485401154, 0.09875752776861191, 0.13572216033935547, -0.011522107757627964, 0.04836759716272354, -0.12793104350566864, 0.06974173337221146, 0.015152351930737495, -0.18693114817142487, 0.020319059491157532, 0.01964852586388588, -0.019140614196658134, 0.1416999101638794, 0.026476282626390457, -0.08212754875421524, 0.09703782200813293, 0.007936226204037666, -0.03697387874126434, -0.04589277133345604, -0.07588173449039459, -0.002314215525984764, -0.1517883539199829, -0.024381287395954132, 0.22691597044467926, 0.037752266973257065, -0.029035013169050217, 0.013558939099311829, -0.03719711676239967, -0.04871796444058418, 0.00042507328907959163, -0.06568476557731628, 0.02357013151049614, 0.043403323739767075, 0.04820164293050766, -0.03913954272866249, -0.07451803237199783, -0.09654763340950012, -0.004690224304795265, 0.09022585302591324, 0.010957375168800354, 0.03174346685409546, -0.05782455950975418, 0.022241363301873207, 0.005059870891273022, -0.07523581385612488, 0.05456007272005081, 0.003233402268961072, 0.07278263568878174, 0.0178713146597147, 0.07040491700172424, -0.06138226017355919, 0.048609409481287, 0.04431968927383423, 0.01917477697134018, 0.023985153064131737, 0.13124684989452362, 0.08374138176441193, 0.016735684126615524, 0.07309894263744354, -0.0701599046587944, -0.04259125143289566, -0.04638267308473587, 0.09854233264923096, 0.02064472809433937, -0.012998873367905617, -0.17633627355098724, 0.05436679348349571, -0.050538185983896255, -0.0399581678211689, -0.030784834176301956, -0.025252006947994232, -0.10403501242399216, -0.04203898087143898, 0.1606585532426834, -0.14870618283748627, 0.04940495267510414, -0.0021025510504841805, -0.07158456742763519, 0.06178886815905571, 0.015674829483032227, 0.05588975548744202, -0.07339669018983841, 0.03210507333278656, -0.10651938617229462, 0.0558864064514637, -0.05242032930254936, -0.03167681023478508, 0.031636569648981094, -0.006336902733892202, 0.01730925776064396, -0.19582901895046234, -0.15934312343597412, -0.041533008217811584, 0.020676955580711365, 0.02664063684642315, 0.0008933005155995488, -0.15727810561656952, -0.060981228947639465, 0.01853993535041809, -0.11292232573032379, -0.11602555960416794, -0.09981931746006012, -0.03231530636548996, 0.04130987823009491, 0.08009873330593109, -0.08137650787830353, 0.0718221589922905, -0.09992176294326782, -0.04337552934885025, -0.10510598123073578, 0.16083908081054688, -0.13684968650341034, -0.03579418361186981, -0.1268884390592575, -0.028734732419252396, -0.10545568913221359, 0.061997417360544205, 0.028734706342220306, 0.12637850642204285, -0.13517500460147858, -0.08784867078065872, 0.05613396689295769, -0.0900668054819107, -0.020532602444291115, 0.1420939862728119, -0.01943381503224373, 0.05214652791619301, 0.07374768704175949, 0.20817798376083374, -0.027260709553956985, -0.09869199246168137, -0.050890401005744934, 0.0794379711151123, -0.017063764855265617, -0.06976061314344406, 0.05392841622233391, -0.026306165382266045, 0.03010619431734085, -0.024618783965706825, -0.015924911946058273, 0.09443769603967667, -0.008401607163250446, -0.08947155624628067, 0.026420315727591515, -0.11873606592416763, -0.011274682357907295, -0.025748755782842636, 0.04047723114490509, 0.04726569727063179, -0.04064429923892021, 0.09885326027870178, 0.09513062983751297, -0.05415065586566925, 0.020473351702094078, -0.11593687534332275, 0.007129548117518425, -0.1304294914007187, -0.0349578857421875, -0.09292453527450562, 0.0734989121556282, -0.003186844289302826, -0.024809187278151512, 0.10607785731554031, -0.025879481807351112, 0.0317092165350914, -0.019511686637997627, -0.005883622914552689, -0.06162330135703087, -0.01129784993827343, 0.02230801060795784, -0.03688712418079376, -0.16663813591003418, 0.012551872991025448, -0.017130032181739807, 0.016674837097525597, -0.12251684069633484, -0.0302481297403574, -0.028238652274012566, 0.07959076762199402, -0.03282996267080307, 0.0066196974366903305, -0.0037930775433778763, 0.06651505827903748, -0.04296490550041199, -0.01906614750623703, -0.021732356399297714, -0.01124066673219204, -0.07088388502597809, 0.0701509639620781, -0.036068983376026154, 0.08045269548892975, 0.14774316549301147, -0.09165272116661072, -0.03073916956782341, 0.10212884843349457, 0.006574271712452173, -0.03442489728331566, 0.0004058057675138116, 0.024798564612865448, 0.23838675022125244, -0.07425032556056976, 0.13828863203525543, -0.09071122854948044, 0.054936494678258896, -0.014275126159191132, -0.12821610271930695, 0.03030630573630333, 0.1395632028579712, -0.0299701951444149, -0.1225878968834877, 0.14232733845710754, 0.007750185206532478, -0.15159045159816742, 0.18790759146213531, 0.0544145405292511, -0.09329750388860703, -0.020433897152543068, 0.05587465688586235, -0.06286074966192245, 0.05042944476008415, -0.10880117118358612, -0.02114829048514366, 0.017475401982665062, -0.015201158821582794, 0.07382617145776749, -0.15176105499267578, -0.002472338266670704, 0.010194450616836548, -0.08045680075883865, -0.09405892342329025, -0.05660533532500267, -0.14512720704078674, 0.006599598564207554, -0.06557796895503998, -0.25721216201782227, 0.0597403421998024, -0.006598701700568199, -0.09522102028131485, 0.12056037038564682, -0.09186092764139175, -0.19169381260871887, -0.19124233722686768, 0.0032188347540795803, -0.06264382600784302, 0.06348438560962677, 0.011623269878327847, -0.14685103297233582, -0.06097448617219925, -0.06779376417398453, -0.06353046000003815, -0.019819732755422592, -0.08477450162172318, 0.04367346316576004, 0.0044637988321483135, 0.023648303002119064, -0.12144817411899567, -0.002622798318043351, -0.06272000074386597, 0.07377727329730988, 0.02640114165842533, -0.01157755684107542, 0.09045204520225525, 0.2121601402759552, -0.015891999006271362, -0.016700543463230133, 0.07362478971481323, 0.20944297313690186, -0.060080524533987045, -0.02759593538939953, 0.0652603954076767, -0.05952379107475281, 0.03407362848520279, 0.09797011315822601, 0.059574924409389496, -0.02257833071053028, 0.027648864313960075, -0.055212702602148056, -0.04261412471532822, -0.2904770076274872, -0.10153567790985107, -0.033616308122873306, -0.017891354858875275, 0.05543709918856621, 0.07356277108192444, 0.08555586636066437, 0.11109375208616257, 0.0688861683011055, 0.0904555469751358, 0.004652777221053839, 0.02692902833223343, 0.08281319588422775, 0.0038945272099226713, 0.053193651139736176, -0.030167855322360992, -0.1102314367890358, 0.0408213771879673, 0.11203402280807495, -0.02586386725306511, 0.1429648995399475, 0.08861445635557175, 0.0515696257352829, 0.1074196845293045, 0.03942808136343956, 0.029970744624733925, 0.04620811343193054, 0.00780103076249361, 0.005660816561430693, -0.0742882639169693, -0.05110996589064598, 0.19100528955459595, 0.07837512344121933, -0.02212558686733246, 0.07747232168912888, 0.08351778984069824, 0.010285088792443275, 0.13937921822071075, 0.02171439304947853, -0.369973748922348, 0.014035618863999844, -0.003819129429757595, -0.026445439085364342, -0.004396600183099508, 0.0675484761595726, 0.07240409404039383, -0.005311291664838791, 0.029062869027256966, 0.09315328299999237, 0.07255333662033081, -0.12437638640403748, -0.03034241497516632, 0.010420714505016804, 0.06257089227437973, 0.018979109823703766, 0.05721431225538254, -0.2378152757883072, 0.17129871249198914, 0.03808508813381195, 0.0981036126613617, 0.04557717591524124, 0.013679749332368374, 0.0018355740467086434, -0.016341213136911392, 0.1718776822090149, 0.040788810700178146, -0.050650328397750854, -0.11738352477550507, -0.15813641250133514, 0.001051893807016313, 0.09189403057098389, 0.08552295714616776, -0.024404730647802353, 0.05405781418085098, -0.017340349033474922, 0.05779807269573212, -0.13633359968662262, -0.2939002513885498, -0.08186952024698257, -0.024469861760735512, 0.31488677859306335, 0.010930713266134262, 0.036448217928409576, -0.0605645626783371, -0.051726143807172775, 0.06870122998952866, -0.13919559121131897, -0.07604999840259552, -0.04027596861124039, -0.11557803303003311, 0.13733971118927002, -0.0380399227142334, 0.05338289216160774, 0.08182886242866516, 0.004901454783976078, -0.004070043098181486, -0.008443395607173443, 0.10368239134550095, -0.10653553158044815, -0.05927151069045067, -0.008484190329909325, 0.05257770046591759, 0.17032715678215027, 0.028255969285964966, 0.024060875177383423, 0.0030063618905842304, -0.044903408735990524, -0.08646820485591888, 0.039111047983169556, 0.1120428591966629, -0.06582226604223251, 0.1534295529127121, -0.08996201306581497, -0.13790558278560638, -0.09220408648252487, -0.011841829866170883, 0.08344852924346924, 0.18491648137569427, -0.004595000762492418, 0.03680796921253204, 0.30678868293762207, -0.08093733340501785, -0.1475987583398819, -0.09438594430685043, 0.06071876361966133, 0.0003698192595038563, -0.014827275648713112, -0.1578587144613266, 0.1121898964047432, 0.001487085479311645, -0.048244815319776535, 0.031316645443439484, -0.2325873225927353, -0.11393324285745621, 0.23818561434745789, -0.07077092677354813, 0.03747425228357315, -0.07646840065717697, -0.08055911958217621, -0.15726794302463531, -0.06870824098587036, 0.06407774239778519, 0.0794021338224411, 0.10477263480424881, 0.005476097576320171, 0.09801904857158661, -0.027869895100593567, -0.003954421728849411, 0.10478080064058304, 0.2405490130186081, -0.0003630055289249867, -0.011174120008945465, 0.010293609462678432, 0.00832873024046421, 0.04585717245936394, 0.20201195776462555, 0.031910572201013565, -0.018780523911118507, -0.11349980533123016, -0.06560175865888596, -0.04208957403898239, 0.041533805429935455, 0.0921681746840477, -0.05982613563537598, -0.04207716882228851, -0.03915102407336235, 0.07277664542198181, 0.0712580606341362, 0.15496717393398285, -0.03795570135116577, -0.05972191318869591, 0.227193221449852, 0.08912297338247299, -0.05906257405877113, -0.1566445529460907, 0.004852523095905781, -0.03830506652593613, 0.09805156290531158, -0.08155614137649536, 0.060491893440485, 0.05690199136734009, 0.013623434118926525, 0.13106350600719452, 0.10203327983617783, -0.09175297617912292, -0.0028346641920506954, 0.08309075981378555, -0.050314031541347504, -0.010281491093337536, 0.002951269969344139, -0.031268827617168427, 0.075516477227211, 0.03000171296298504, 0.15163885056972504, -0.1440746784210205, 0.00020715515711344779, -0.016591880470514297, 0.06051449105143547, -0.1616893857717514, 0.20726443827152252, 0.17104662954807281, -0.020893720909953117, -0.10695955157279968, 0.18758060038089752, 0.033175818622112274, 0.0032006073743104935, 0.05162583664059639, -0.04786131531000137, -0.055014193058013916, -0.058411531150341034, -0.10048314183950424, 0.026249544695019722, -0.20663538575172424, -0.1691683679819107, -0.07697567343711853, -0.013107972219586372, 0.036212652921676636, -0.056862544268369675, 0.05467627942562103, -0.009649907238781452, -0.03291793167591095, 0.006306641735136509, -0.024760952219367027, 0.022964991629123688, 0.12586115300655365, 0.06734218448400497, -0.18112996220588684, -0.0802319124341011, 0.009289084002375603, 0.01340758241713047, -0.03879326581954956, 0.01789218746125698, -0.06249947100877762, 0.06845413148403168, 0.0430462546646595, 0.04523954540491104, -0.06666312366724014, 0.015051232650876045, 0.03416190668940544, -0.013367610983550549, -0.06463854014873505, 0.09106490015983582, -0.10465479642152786, 0.00012344145216047764, 0.03630242869257927, 0.07880949229001999, -0.11380898952484131, -0.015550870448350906, -0.006445692852139473, -0.021162431687116623, -0.017211219295859337, 0.08867035061120987, -0.12781620025634766, -0.020380264148116112, -0.2828389108181, -0.013974477536976337, 0.1802152842283249, 0.0678911954164505, 0.05013226717710495, -0.009468091651797295, 0.007253432180732489, 0.10501966625452042, 0.0472203753888607, -0.04794856905937195, 0.10199418663978577, -0.08089990168809891, -0.02416328713297844, -0.16782981157302856, -0.05521617829799652, -0.04631279036402702, 0.04501071199774742, 0.1828346997499466, 0.07933849096298218, 0.21893641352653503, -0.057959139347076416, -0.034989938139915466, -0.02865949086844921, 0.03467589244246483, 0.03997950628399849, -0.03902004286646843, -0.044404447078704834, -0.017876284196972847, 0.0021401422563940287, -0.062016941606998444, 0.1891510933637619, 0.035434793680906296, -0.06159687042236328, -0.023958958685398102, -0.04123679921030998, 0.03499377891421318, 0.009563381783664227, 0.1719193160533905, 0.0038771836552768946, -0.01858672872185707, -0.06746602803468704, 0.02643181011080742, 0.11374421417713165, 0.10875300318002701, -0.09422346949577332, 0.04556918889284134, -0.06899549812078476, 0.20168407261371613, 0.08287747204303741, -0.0502796471118927, -0.057671062648296356, 0.021397236734628677, -0.0492338091135025, 0.07512251287698746, -0.012808200903236866, 0.11481139063835144, 0.1103094294667244, -0.036577917635440826, 0.039368513971567154, 0.03424011543393135, -0.09180259704589844, -0.16789956390857697, -0.11340799182653427, -0.07513394951820374, -0.2170092612504959, 0.041475433856248856, -0.08431576192378998, 0.0017377024050801992, 0.1403260976076126, -0.0008716715965420008, 0.05579249560832977, 0.0964290201663971, -0.039721276611089706, -0.05677061155438423, 0.04683633893728256, -0.0712631344795227, -0.02619791589677334, -0.1240919977426529, -0.017751894891262054, 0.10309501737356186, -0.030815204605460167, -0.0023134592920541763, -0.02432641014456749, -0.01834188587963581, 0.07558820396661758, 0.03758051246404648, -0.008197089657187462, -0.046231094747781754, 0.04017716273665428, 0.0435958132147789, 0.0445021353662014, 0.07650836557149887, -0.10105989128351212, 0.046276338398456573, 0.07241984456777573, -0.05942532420158386, -0.05655539408326149, -0.05160290002822876, 0.12840275466442108, 0.04439854621887207, 0.1520656943321228, -0.06945184618234634, -0.09607595950365067, -0.032140132039785385, 0.119599848985672, 0.13448132574558258, -0.06921475380659103, -0.04807049408555031, -0.08425596356391907, 0.018887905403971672, -0.06692610681056976, -0.006587723735719919, 0.06991277635097504, 0.18034979701042175, -0.019751496613025665, 0.018549542874097824, -0.10244698822498322, -0.053512051701545715, -0.004651544149965048, -0.027651621028780937, 0.007606157101690769, -0.029728783294558525, -0.09429047256708145, 0.13109007477760315, -0.22378447651863098, -0.06288836896419525, -0.053892217576503754, 0.03469250351190567, -0.018507998436689377, -0.0017412917222827673, 0.09551765024662018, 0.09377641975879669, 0.08683733642101288, -0.0716656744480133, -0.043153490871191025, -0.011627787724137306, 0.011684057302772999, -0.20114420354366302, 0.00006548193050548434, -0.03884344920516014, -0.11502200365066528, 0.14163579046726227, -0.0003766808658838272, 0.23046164214611053, 0.03275806084275246, 0.06175951659679413, 0.013138920068740845, 0.09513559192419052, -0.007821066305041313, -0.007705484051257372, 0.054350029677152634, 0.04564032331109047, -0.003935110755264759, 0.062873974442482, 0.003973288927227259, -0.04145010933279991, 0.03918452933430672, 0.04474266618490219, -0.033083293586969376, -0.16059330105781555, -0.040662143379449844, -0.09241476655006409, 0.08720515668392181, 0.004497315734624863, -0.04660376161336899, -0.02589249238371849, -0.016361910849809647, 0.09703074395656586, 0.014185738749802113, -0.02737792581319809, 0.011941738426685333, -0.14195355772972107, -0.04262378066778183, -0.03529592975974083, 0.051611773669719696, -0.041678398847579956, -0.008683592081069946, -0.10126224160194397, -0.08526559174060822, -0.02035706304013729, 0.0060408152639865875, 0.07770545035600662, 0.054831087589263916, -0.03437960520386696, -0.12513554096221924, 0.012598547153174877, 0.042442288249731064, -0.07157088816165924, -0.12446446716785431 ]
null
null
espnet
## Example ESPnet2 ASR model ### `kamo-naoyuki/mini_an4_asr_train_raw_bpe_valid.acc.best` ♻️ Imported from https://zenodo.org/record/3957940/ This model was trained by kamo-naoyuki using mini_an4/asr1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "en", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["mini_an4"]}
automatic-speech-recognition
espnet/kamo-naoyuki_mini_an4_asr_train_raw_bpe_valid.acc.best
[ "espnet", "audio", "automatic-speech-recognition", "en", "dataset:mini_an4", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "en" ]
TAGS #espnet #audio #automatic-speech-recognition #en #dataset-mini_an4 #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 ASR model ### 'kamo-naoyuki/mini_an4_asr_train_raw_bpe_valid.URL' ️ Imported from URL This model was trained by kamo-naoyuki using mini_an4/asr1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/mini_an4_asr_train_raw_bpe_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using mini_an4/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-mini_an4 #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/mini_an4_asr_train_raw_bpe_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using mini_an4/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 50, 9, 64, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-mini_an4 #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 ASR model### 'kamo-naoyuki/mini_an4_asr_train_raw_bpe_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using mini_an4/asr1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.006253201048821211, -0.04549180343747139, -0.0009839809499680996, 0.015317059122025967, 0.09286931902170181, -0.07629222422838211, 0.23942995071411133, 0.0282759927213192, 0.08806122094392776, -0.008433563634753227, 0.05594263970851898, 0.08041863888502121, 0.03337730094790459, 0.09459188580513, 0.04189883917570114, -0.20819860696792603, 0.0057655153796076775, -0.014026532880961895, 0.08109121769666672, 0.08144532889127731, 0.15564091503620148, -0.022210679948329926, 0.07670667767524719, 0.06276074796915054, 0.009865052066743374, 0.09404631704092026, -0.013091093860566616, -0.1929444670677185, 0.0027326762210577726, 0.04694236442446709, 0.03835005685687065, -0.02403511106967926, 0.11539225280284882, -0.18735173344612122, -0.008535576984286308, -0.04018421843647957, 0.008957069367170334, -0.008023947477340698, 0.03300081193447113, 0.01857277750968933, 0.030087193474173546, 0.05817265808582306, -0.02822752855718136, 0.018216988071799278, -0.03002007305622101, -0.08444726467132568, 0.0920422300696373, 0.09758862853050232, 0.1423795074224472, 0.13531261682510376, -0.05038519576191902, 0.06584092229604721, -0.15278367698192596, 0.02960026077926159, -0.0197654627263546, -0.17406676709651947, 0.02165183424949646, -0.0004465731617528945, 0.01773388683795929, 0.16126425564289093, 0.028220774605870247, -0.04742176830768585, 0.11666745692491531, 0.012489746324717999, -0.09740005433559418, -0.0190062765032053, -0.04477114975452423, -0.012918433174490929, -0.11626085638999939, -0.009208555333316326, 0.30576568841934204, 0.022952506318688393, -0.013670387677848339, -0.01239949744194746, -0.0016602064715698361, -0.03537382557988167, 0.01610960066318512, -0.11631990224123001, 0.008227802813053131, 0.03657509759068489, 0.031112831085920334, -0.0007507101399824023, -0.08497124165296555, -0.07878822088241577, -0.0325905866920948, 0.10256174206733704, 0.027080554515123367, 0.020766520872712135, -0.0851055234670639, -0.0395316481590271, -0.02257460169494152, -0.03914264962077141, 0.06707789748907089, 0.00894036702811718, 0.11878622323274612, 0.04294691979885101, 0.052098557353019714, -0.046641938388347626, 0.06184131279587746, 0.007505311630666256, 0.003784592729061842, 0.012083993293344975, 0.10720561444759369, 0.11102741956710815, 0.04544128105044365, 0.024972299113869667, -0.04879804700613022, -0.05323626846075058, -0.028871238231658936, 0.02819775603711605, 0.04557965695858002, -0.05923343822360039, -0.16923832893371582, 0.06716202199459076, -0.025137944146990776, -0.025765227153897285, -0.05549522116780281, -0.07857143878936768, -0.09565148502588272, -0.04610755667090416, 0.12616372108459473, -0.1121927946805954, 0.016063613817095757, -0.008657174184918404, -0.019324323162436485, 0.13210058212280273, -0.040291137993335724, 0.13929559290409088, -0.10731831938028336, 0.027500338852405548, -0.04106124863028526, 0.019119461998343468, 0.022055821493268013, 0.007904465310275555, 0.01980743743479252, 0.10576196014881134, 0.025214796885848045, -0.23056703805923462, -0.04851357638835907, -0.043288178741931915, -0.006137549877166748, 0.02864784002304077, -0.06200839579105377, -0.13217882812023163, -0.028092168271541595, 0.006908576004207134, -0.10552376508712769, -0.15330439805984497, -0.10059434920549393, -0.056871093809604645, 0.06497856974601746, 0.06123752519488335, -0.03365296125411987, 0.06327340006828308, -0.09206574410200119, -0.04511265456676483, -0.03471115231513977, 0.1180550828576088, -0.07611209899187088, -0.08873824030160904, -0.11526741087436676, -0.05456574633717537, -0.1192106083035469, 0.04917621240019798, -0.00796627439558506, 0.06042918935418129, -0.09962839633226395, -0.12415067851543427, -0.016251999884843826, -0.11327492445707321, 0.009448538534343243, 0.20821498334407806, 0.030911637470126152, 0.022732235491275787, 0.08959317952394485, 0.260086327791214, -0.12878850102424622, -0.06392254680395126, -0.012519920244812965, 0.04023042693734169, 0.04915377497673035, -0.04839013144373894, 0.1294732540845871, -0.037747424095869064, -0.01128415297716856, -0.03631601855158806, 0.03869779407978058, 0.02307874709367752, -0.024228382855653763, -0.09362507611513138, 0.029484320431947708, -0.08524197340011597, -0.03816605359315872, -0.023590587079524994, 0.05321674793958664, -0.003342557465657592, -0.06385260075330734, 0.02922726608812809, 0.09571413695812225, -0.06746315956115723, 0.03699171543121338, -0.16201536357402802, 0.05576363578438759, -0.13054540753364563, -0.05325166508555412, -0.04168481007218361, 0.18546216189861298, 0.013594429939985275, -0.09445393085479736, 0.15975293517112732, -0.038891661912202835, -0.007559249643236399, 0.0019310945644974709, 0.025223860517144203, -0.022811315953731537, 0.018730157986283302, 0.040019724518060684, -0.005812934134155512, -0.18007278442382812, 0.03674205765128136, 0.008031622506678104, -0.03039429523050785, -0.10290217399597168, -0.08099130541086197, -0.05783739313483238, 0.043451372534036636, -0.05396144837141037, 0.022371388971805573, -0.02705489844083786, 0.08124032616615295, -0.04724578186869621, 0.01443635392934084, -0.008924681693315506, 0.0032991296611726284, -0.06593070924282074, 0.14438816905021667, -0.07192983478307724, 0.05349283292889595, 0.13770736753940582, -0.15910238027572632, -0.01367902010679245, 0.19571110606193542, 0.022035492584109306, -0.0439380444586277, -0.021613268181681633, 0.02841855399310589, 0.2824215888977051, -0.10366413742303848, 0.10122392326593399, -0.10303694754838943, 0.08704669773578644, 0.01570405624806881, -0.1767643243074417, 0.026821523904800415, 0.10470516234636307, -0.04397246986627579, -0.1250232309103012, 0.11934798955917358, 0.052867744117975235, -0.17034463584423065, 0.19717185199260712, 0.06350880861282349, -0.06246219202876091, -0.025638412684202194, 0.007319668307900429, -0.05566778406500816, 0.025860536843538284, -0.1055937334895134, -0.008056016638875008, 0.025500087067484856, 0.001112276455387473, 0.07829023897647858, -0.1331658512353897, 0.0011354206362739205, 0.039867520332336426, -0.06772344559431076, -0.10701579600572586, -0.08820630609989166, -0.1469670683145523, 0.02193618007004261, -0.047192465513944626, -0.16190868616104126, 0.042225029319524765, -0.019274795427918434, -0.09520319849252701, 0.08587388694286346, -0.07188351452350616, -0.20130528509616852, -0.16596218943595886, 0.0747501403093338, -0.039042383432388306, 0.07404878735542297, 0.06655853241682053, -0.18673647940158844, -0.06191813945770264, -0.037990037351846695, -0.057565782219171524, -0.03740056976675987, -0.08304349333047867, 0.0430825874209404, 0.02538412995636463, 0.020549602806568146, -0.0953880250453949, -0.01608903892338276, -0.02596214786171913, 0.020421110093593597, 0.02719074860215187, -0.02641003392636776, 0.046721201390028, 0.25139886140823364, 0.04300177842378616, -0.04877343401312828, 0.03306445851922035, 0.1464231163263321, -0.06215192750096321, -0.04728533700108528, 0.12184745073318481, -0.06127744913101196, 0.0043398053385317326, 0.10531141608953476, 0.03863963112235069, -0.012809419073164463, 0.03817647323012352, -0.06330306082963943, -0.05926516279578209, -0.2629356384277344, -0.11382826417684555, -0.01417409349232912, 0.004007384181022644, 0.018766753375530243, 0.05627308785915375, 0.08135908097028732, 0.06077192351222038, 0.051250752061605453, 0.0554669052362442, -0.006610717624425888, 0.022565552964806557, 0.1091374084353447, -0.0036442328710108995, 0.09636127948760986, -0.019615022465586662, -0.1095852479338646, 0.07502889633178711, 0.10683334618806839, -0.05843144282698631, 0.16549073159694672, 0.1008448600769043, 0.04537156596779823, 0.09225703030824661, 0.10587473213672638, -0.06635706126689911, 0.10725963115692139, 0.02705344930291176, -0.016662174835801125, -0.0655212551355362, -0.02340853400528431, 0.16808198392391205, 0.13276106119155884, -0.03860021382570267, 0.06478723883628845, 0.05761820077896118, 0.02511269971728325, 0.14921490848064423, 0.022514641284942627, -0.31082603335380554, -0.035211093723773956, 0.014945405535399914, -0.05966039374470711, 0.020603375509381294, 0.10694734752178192, 0.07209952920675278, -0.05333771929144859, -0.007974863052368164, 0.11097974330186844, 0.0383591428399086, -0.12288204580545425, -0.007682394701987505, -0.00973258726298809, 0.029315033927559853, 0.01564895361661911, 0.07102032005786896, -0.21982775628566742, 0.12429457902908325, -0.0065819621086120605, 0.11297721415758133, 0.004253788385540247, 0.010904109105467796, -0.000775868829805404, -0.036688484251499176, 0.18571938574314117, 0.0456162691116333, -0.1814783811569214, -0.10648079961538315, -0.13954460620880127, 0.04407772421836853, 0.09747995436191559, 0.08765757083892822, -0.07869266718626022, 0.004938391502946615, 0.013830221258103848, 0.0557306706905365, -0.12324412912130356, -0.2894453704357147, -0.014866931363940239, -0.027593187987804413, 0.34602639079093933, -0.021780159324407578, 0.0351983904838562, -0.07639812678098679, -0.05918977037072182, 0.06159157305955887, -0.09549521654844284, -0.06521453708410263, 0.00513456342741847, -0.15319639444351196, 0.07480240613222122, -0.014397764578461647, 0.043481163680553436, 0.0629810243844986, 0.054282620549201965, 0.02154776267707348, -0.00801809597760439, 0.10787811130285263, -0.131450355052948, -0.0833793506026268, -0.001603641896508634, 0.04098932072520256, 0.15126457810401917, 0.06117580458521843, 0.009788712486624718, 0.002049344824627042, -0.0398249514400959, -0.04452328011393547, 0.02856716327369213, 0.09115885198116302, -0.11442722380161285, 0.1140596941113472, -0.045681700110435486, -0.1675519496202469, -0.14825953543186188, -0.0667748749256134, 0.0663018748164177, 0.19987067580223083, 0.034780241549015045, 0.074524886906147, 0.33076804876327515, -0.07280721515417099, -0.15439294278621674, -0.15468139946460724, 0.06589396297931671, -0.0015172810526564717, -0.019519943743944168, -0.1267929971218109, 0.1510097235441208, 0.012353697791695595, -0.06215547397732735, 0.015930887311697006, -0.21791234612464905, -0.1421964317560196, 0.2437853068113327, -0.103998102247715, 0.07369917631149292, -0.044022656977176666, -0.049361731857061386, -0.14356644451618195, 0.0455707348883152, 0.07920936495065689, 0.07112698256969452, 0.09467703104019165, 0.05058334022760391, 0.03884226828813553, -0.02811635099351406, 0.02447720244526863, 0.1153101697564125, 0.14735937118530273, -0.06388025730848312, -0.03293141350150108, 0.012638265267014503, 0.014296232722699642, 0.07082293927669525, 0.0780465304851532, 0.01545416284352541, -0.04128134250640869, -0.08071049302816391, -0.10454867035150528, -0.007868649438023567, 0.028818802908062935, 0.10236625373363495, -0.09032052755355835, -0.07115868479013443, -0.034655842930078506, 0.06234509497880936, 0.07053287327289581, 0.17449535429477692, -0.04922942444682121, 0.0032531674951314926, 0.2266581505537033, 0.08494816720485687, -0.030522150918841362, -0.10407475382089615, -0.014497379772365093, -0.07101442664861679, 0.11934231966733932, -0.09056182205677032, 0.08273407816886902, 0.051733266562223434, -0.017265193164348602, 0.08591776341199875, 0.08036761730909348, -0.10962726920843124, 0.03666835278272629, 0.06638465821743011, 0.004338647238910198, 0.010824806056916714, 0.00738664623349905, 0.03251201659440994, 0.16203445196151733, -0.03678775578737259, 0.11870816349983215, -0.1615014523267746, -0.011136190965771675, -0.014431929215788841, 0.06124081835150719, -0.18413640558719635, 0.21018360555171967, 0.1111922487616539, -0.027416765689849854, -0.08644703030586243, 0.20937661826610565, 0.06995901465415955, -0.010832776315510273, 0.10301303118467331, -0.05154363065958023, -0.020828738808631897, -0.0445404052734375, -0.03850307688117027, -0.004434550646692514, -0.15680068731307983, -0.24755407869815826, -0.08054345101118088, -0.050575412809848785, 0.007536692079156637, -0.1790582835674286, 0.07248997688293457, -0.07767963409423828, -0.05304189398884773, 0.027969438582658768, -0.019690172746777534, 0.001172384130768478, 0.10510409623384476, 0.0520423948764801, -0.1579684168100357, -0.09202957153320312, 0.04990886151790619, 0.05278782173991203, -0.057930927723646164, -0.01997259631752968, -0.036837201565504074, 0.08197402954101562, 0.0009259463986381888, 0.09757184237241745, -0.059198517352342606, -0.02415785938501358, 0.04365884140133858, -0.009701142087578773, -0.09640669077634811, 0.09079157561063766, -0.07226980477571487, 0.029492544010281563, 0.023859689012169838, 0.0675722062587738, -0.056202907115221024, 0.008040540851652622, 0.027205130085349083, 0.0005325193051248789, -0.025584671646356583, 0.10182363539934158, -0.12938541173934937, -0.016209246590733528, -0.2754795253276825, 0.00686233676970005, 0.17690052092075348, 0.07675105333328247, -0.005400289781391621, -0.0781407579779625, 0.006322053726762533, 0.13317428529262543, 0.038326531648635864, -0.060164276510477066, 0.13882960379123688, -0.047012582421302795, -0.04355120286345482, -0.16916294395923615, -0.07803263515233994, -0.024040257558226585, -0.0255475752055645, 0.10504861921072006, 0.0817834883928299, 0.18535126745700836, -0.0825723260641098, -0.01204642467200756, 0.013714628294110298, 0.03349842131137848, 0.009001579135656357, -0.014473875984549522, -0.04342541843652725, -0.005163866560906172, -0.01263725757598877, -0.056307125836610794, 0.23525431752204895, 0.028921591117978096, -0.04247868061065674, -0.01006656140089035, -0.0753515288233757, 0.01168490294367075, 0.004742659628391266, 0.24446095526218414, 0.021314142271876335, -0.02417723648250103, -0.09661862999200821, -0.029581286013126373, 0.12034967541694641, 0.10260416567325592, -0.07427801936864853, 0.08656873553991318, -0.03608511760830879, 0.15526193380355835, 0.06915175169706345, -0.05919450521469116, -0.10728217661380768, 0.041538555175065994, -0.05831453204154968, 0.06560301780700684, 0.03503338247537613, 0.04341771826148033, 0.15303128957748413, -0.04866235703229904, 0.00975047517567873, -0.0497911162674427, -0.05683651193976402, -0.19098976254463196, -0.16861465573310852, -0.09829603135585785, -0.21991442143917084, 0.03275851532816887, -0.0666394904255867, -0.00031212472822517157, 0.14418700337409973, 0.02575582265853882, 0.010782647877931595, 0.10778211802244186, -0.0969320684671402, -0.0748177245259285, 0.03762749582529068, -0.08156340569257736, -0.028167862445116043, -0.1044754832983017, -0.05037344619631767, 0.09638599306344986, -0.003551979549229145, 0.01956753619015217, -0.021264933049678802, -0.048647940158843994, 0.07018110901117325, 0.004176341462880373, -0.023204077035188675, -0.031982969492673874, -0.0006988198729231954, 0.01079910434782505, 0.03530062362551689, 0.0823022872209549, -0.09884985536336899, 0.07224708050489426, 0.0900564193725586, -0.06646482646465302, -0.1175851970911026, -0.05528780445456505, 0.13930143415927887, -0.024776047095656395, 0.12476806342601776, -0.06886613368988037, -0.08418665826320648, -0.07352997362613678, 0.12117277085781097, 0.1675955355167389, -0.035113461315631866, -0.028431693091988564, -0.07126331329345703, 0.008336962200701237, -0.11771328747272491, 0.027971306815743446, 0.0758960172533989, 0.15959689021110535, 0.0002093882067129016, 0.032416146248579025, -0.09961666166782379, -0.03599090501666069, -0.05921517312526703, 0.01741189882159233, 0.022245850414037704, -0.07626976817846298, -0.04032135009765625, 0.14322179555892944, -0.24576741456985474, -0.01870604045689106, -0.026875074952840805, 0.018938716500997543, -0.04134596884250641, 0.03234921768307686, 0.10744930803775787, 0.11082928627729416, 0.06917915493249893, -0.08471024036407471, -0.044172950088977814, -0.07849562913179398, 0.05700524151325226, -0.12264561653137207, 0.05198764428496361, -0.06344760209321976, -0.0967617928981781, 0.15505249798297882, 0.03082677349448204, 0.24971649050712585, -0.0027742208912968636, 0.0876505970954895, 0.04354032501578331, 0.1761823147535324, 0.0011531170457601547, 0.019229870289564133, 0.07055661082267761, 0.0934169664978981, -0.03045177459716797, 0.12337704002857208, 0.06547646224498749, -0.04143417626619339, 0.04094317555427551, 0.06969241052865982, -0.009195089340209961, -0.14416220784187317, -0.03325347974896431, -0.14149461686611176, 0.0860440656542778, -0.06701879948377609, -0.05701996013522148, -0.05945887044072151, -0.008050656877458096, 0.1215682253241539, 0.03663473203778267, -0.01922527328133583, 0.03167551010847092, -0.15706907212734222, -0.041239116340875626, -0.0790858194231987, 0.12072759121656418, -0.0643354281783104, 0.03363404795527458, -0.0963870957493782, -0.0823921337723732, -0.027673833072185516, -0.023643765598535538, 0.06912050396203995, 0.008318644016981125, -0.034227024763822556, -0.07961365580558777, 0.03292585909366608, 0.05917638540267944, -0.056656282395124435, -0.13564246892929077 ]
null
null
espnet
## Example ESPnet2 ASR model ### `kamo-naoyuki/reverb_asr_train_asr_transformer2_raw_en_char_rir_scpdatareverb_rir_singlewav.scp_noise_db_range12_17_noise_scpdatareverb_noise_singlewav.scp_speech_volume_normalize1.0_num_workers2_rir_apply_prob0.999_noise_apply_prob1._sp_valid.acc.ave` ♻️ Imported from https://zenodo.org/record/4441309/ This model was trained by kamo-naoyuki using reverb/asr1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "en", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["reverb"]}
automatic-speech-recognition
espnet/kamo-naoyuki_reverb_asr_train_asr_transformer2_raw_en_char_rir_scpdata-truncated-0e9753
[ "espnet", "audio", "automatic-speech-recognition", "en", "dataset:reverb", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "en" ]
TAGS #espnet #audio #automatic-speech-recognition #en #dataset-reverb #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 ASR model ### 'kamo-naoyuki/reverb_asr_train_asr_transformer2_raw_en_char_rir_scpdatareverb_rir_singlewav.scp_noise_db_range12_17_noise_scpdatareverb_noise_singlewav.scp_speech_volume_normalize1.0_num_workers2_rir_apply_prob0.999_noise_apply_prob1._sp_valid.URL' ️ Imported from URL This model was trained by kamo-naoyuki using reverb/asr1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/reverb_asr_train_asr_transformer2_raw_en_char_rir_scpdatareverb_rir_singlewav.scp_noise_db_range12_17_noise_scpdatareverb_noise_singlewav.scp_speech_volume_normalize1.0_num_workers2_rir_apply_prob0.999_noise_apply_prob1._sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using reverb/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-reverb #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/reverb_asr_train_asr_transformer2_raw_en_char_rir_scpdatareverb_rir_singlewav.scp_noise_db_range12_17_noise_scpdatareverb_noise_singlewav.scp_speech_volume_normalize1.0_num_workers2_rir_apply_prob0.999_noise_apply_prob1._sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using reverb/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 48, 9, 152, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-reverb #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 ASR model### 'kamo-naoyuki/reverb_asr_train_asr_transformer2_raw_en_char_rir_scpdatareverb_rir_singlewav.scp_noise_db_range12_17_noise_scpdatareverb_noise_singlewav.scp_speech_volume_normalize1.0_num_workers2_rir_apply_prob0.999_noise_apply_prob1._sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using reverb/asr1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.04306545481085777, 0.04315965622663498, -0.004896997008472681, 0.002530919387936592, 0.07029049098491669, -0.08207990974187851, 0.17413611710071564, 0.0105754304677248, 0.03461107611656189, 0.024520324543118477, 0.06460846960544586, 0.17919105291366577, 0.03691874444484711, 0.045255210250616074, -0.00208916119299829, -0.1428578644990921, 0.04009084030985832, -0.04115677252411842, 0.1640523225069046, 0.09485092014074326, 0.1518261581659317, -0.036225222051143646, 0.0791822075843811, 0.07893124967813492, 0.042840637266635895, 0.0917258933186531, 0.02445918135344982, -0.1597834825515747, 0.0559946745634079, 0.060135405510663986, 0.10399053245782852, 0.0261420588940382, 0.10488494485616684, -0.24316304922103882, 0.0032289521768689156, -0.015172664076089859, -0.000771963270381093, 0.028766492381691933, 0.07415109127759933, 0.0056115626357495785, 0.02313828654587269, 0.01983276568353176, 0.008832759223878384, 0.02958982065320015, -0.04057353362441063, -0.09156598150730133, 0.005823791492730379, 0.1543373167514801, 0.138746440410614, 0.13644391298294067, -0.05024244636297226, 0.07314267009496689, -0.10163754969835281, 0.05328512191772461, 0.08157812058925629, -0.17540568113327026, 0.03033728525042534, -0.02452741749584675, -0.0163738876581192, 0.10611777007579803, -0.00881101842969656, -0.05514635890722275, 0.05786890164017677, 0.03281114995479584, -0.03330003470182419, -0.04223222658038139, -0.08741975575685501, -0.006339389365166426, -0.1093936413526535, -0.04382907971739769, 0.21301904320716858, 0.03299308940768242, -0.04971481114625931, 0.010336504317820072, -0.04861755296587944, -0.048818740993738174, 0.04503430053591728, -0.09280925244092941, -0.003192685777321458, 0.02383480593562126, 0.006706144195050001, -0.00400672759860754, -0.09880255162715912, -0.08075720071792603, -0.00787342805415392, 0.0435994528234005, 0.022156400606036186, 0.0021215134765952826, 0.0262442696839571, 0.0020206330809742212, 0.009311722591519356, -0.04864443838596344, 0.052825283259153366, 0.028662316501140594, -0.002556919353082776, 0.0037597452756017447, 0.06147470325231552, -0.12310649454593658, 0.016590077430009842, 0.017928916960954666, -0.08617456257343292, 0.034571871161460876, 0.0666455328464508, 0.08168396353721619, 0.023189183324575424, 0.027644192799925804, -0.07121686637401581, -0.0619736909866333, -0.013882223516702652, 0.04934454336762428, 0.050021104514598846, -0.03250734508037567, -0.08945541083812714, -0.006721362005919218, 0.0016874849097803235, 0.0016194276977330446, -0.03346777334809303, -0.015109296888113022, -0.10807959735393524, -0.0503963939845562, 0.1461884081363678, -0.14154134690761566, -0.0016806928906589746, 0.0072438376955688, 0.00990219134837389, 0.11944659799337387, 0.010544179938733578, 0.08471894264221191, -0.1247030645608902, 0.058079514652490616, -0.05817499756813049, 0.04123404994606972, 0.007895486429333687, -0.026359068229794502, 0.010792480781674385, 0.06777253746986389, -0.02983817271888256, -0.16711527109146118, -0.07792998850345612, -0.06259188055992126, -0.007078212685883045, 0.053037211298942566, -0.06986665725708008, -0.10537503659725189, -0.05826056748628616, -0.012163913808763027, -0.10865858197212219, -0.13693296909332275, -0.09423848986625671, -0.004390946589410305, -0.0035884766839444637, 0.07767479121685028, -0.023390209302306175, 0.05875510349869728, -0.07057410478591919, -0.043990522623062134, -0.15788590908050537, 0.13401095569133759, -0.10679659992456436, -0.09153316169977188, -0.1760011911392212, -0.07229916751384735, -0.07957769930362701, 0.043133728206157684, 0.0023790032137185335, 0.07235932350158691, -0.1507442444562912, -0.06064211577177048, 0.00450288038700819, -0.11932570487260818, 0.04795977473258972, 0.18993468582630157, -0.01568331941962242, -0.04876391962170601, 0.09555601328611374, 0.19582808017730713, -0.06567361205816269, -0.15758036077022552, -0.05850359797477722, 0.014714873395860195, -0.03253566846251488, 0.009523212909698486, 0.0959797203540802, -0.09895359724760056, 0.013696395792067051, -0.050386931747198105, 0.051768749952316284, 0.01688598282635212, -0.004832223989069462, -0.07446583360433578, 0.04261811077594757, -0.05044398456811905, -0.016629332676529884, -0.06914488226175308, 0.006361404899507761, 0.02725302055478096, -0.07245026528835297, 0.03463083878159523, 0.11106369644403458, -0.04290725290775299, 0.030258163809776306, -0.13279394805431366, 0.08278799057006836, -0.11014170199632645, -0.03736546263098717, -0.10119391232728958, 0.16033634543418884, -0.023824041709303856, 0.010335911996662617, 0.14361290633678436, 0.017350727692246437, 0.005982582923024893, -0.026764024049043655, -0.03438344597816467, -0.07770717889070511, -0.02304300293326378, 0.012768382206559181, -0.012070425786077976, -0.13237792253494263, 0.021616041660308838, 0.005536719691008329, -0.06862790882587433, -0.11072661727666855, -0.04707377776503563, 0.008650830946862698, 0.0572982095181942, -0.009803024120628834, -0.03390785679221153, -0.0051344349049031734, 0.04178670048713684, -0.05400804057717323, 0.0014730013208463788, -0.04711366444826126, 0.00464065745472908, -0.005694740917533636, 0.12990924715995789, -0.06331679970026016, 0.034870695322752, 0.12119859457015991, -0.135708749294281, -0.05433584004640579, 0.14488433301448822, 0.015147528611123562, -0.025210930034518242, -0.07353676110506058, 0.002588920295238495, 0.28951016068458557, -0.03259192034602165, 0.06288677453994751, -0.0805620476603508, 0.056445349007844925, -0.020848054438829422, -0.12533392012119293, 0.03159022331237793, 0.08223669230937958, -0.03630228713154793, -0.1418309211730957, 0.08582336455583572, 0.02335546351969242, -0.16775062680244446, 0.1837664246559143, 0.05196157097816467, -0.09092209488153458, -0.010663431137800217, 0.06017835810780525, -0.04812949150800705, 0.003958796616643667, -0.00760979950428009, 0.024849090725183487, 0.019237643107771873, -0.020542297512292862, 0.05807275325059891, -0.1433877795934677, 0.013411524705588818, -0.0014091000193729997, -0.09080780297517776, -0.11502618342638016, -0.06728300452232361, -0.07048575580120087, 0.019849037751555443, -0.10076242685317993, -0.165583997964859, 0.025751031935214996, -0.02105613984167576, -0.10396008938550949, 0.09289779514074326, -0.07064013928174973, -0.1970181167125702, -0.2042313516139984, 0.10004262626171112, -0.04315405711531639, 0.0812578797340393, 0.055032070726156235, -0.13572964072227478, -0.06234513223171234, -0.0650622546672821, 0.06185845658183098, -0.051997121423482895, -0.07167434692382812, 0.00892318319529295, 0.004147419240325689, 0.04390589892864227, -0.09762899577617645, 0.003951234742999077, -0.035976819694042206, 0.024043837562203407, 0.02899337001144886, 0.022634169086813927, 0.023219987750053406, 0.20176006853580475, -0.025973809882998466, -0.06843514740467072, 0.04461292177438736, 0.17814908921718597, -0.06107843294739723, 0.015244239941239357, 0.08985024690628052, -0.05781760439276695, 0.06111086532473564, 0.14977027475833893, 0.01029940415173769, -0.010940548963844776, 0.02081739716231823, 0.009777349419891834, -0.030239276587963104, -0.3188486099243164, -0.06829015165567398, -0.02422039583325386, -0.05996441841125488, 0.020964819937944412, 0.044698316603899, 0.10317830741405487, 0.08970694988965988, 0.0007440539193339646, 0.01138248946517706, 0.041918396949768066, 0.036467671394348145, 0.1692020297050476, -0.0029313615523278713, 0.08971620351076126, -0.032345328480005264, -0.10726051777601242, 0.05258048698306084, 0.10443887859582901, 0.01726635731756687, 0.09991521388292313, 0.02749408595263958, 0.03497615456581116, 0.08980732411146164, 0.08937833458185196, 0.02624065987765789, 0.0690491795539856, 0.03786078840494156, -0.02920701541006565, -0.05250720679759979, -0.07955688238143921, 0.15847663581371307, 0.20896440744400024, -0.034788407385349274, 0.08559044450521469, 0.06921084970235825, 0.012922035530209541, 0.18873219192028046, 0.01321195438504219, -0.2982703149318695, -0.025650788098573685, 0.004429708234965801, -0.07208298146724701, 0.01681792177259922, 0.08378259092569351, 0.09078577160835266, -0.027277009561657906, 0.053863056004047394, 0.06232141703367233, 0.04296095296740532, -0.1417093276977539, -0.011300844140350819, -0.06840764731168747, 0.0784512385725975, -0.006058320868760347, 0.04457807540893555, -0.12723733484745026, 0.16603846848011017, 0.01756162941455841, 0.10187967866659164, 0.04319101944565773, 0.024057822301983833, -0.03401702269911766, -0.0362146720290184, 0.18626055121421814, 0.03713880851864815, -0.20090118050575256, -0.11238573491573334, -0.09540052711963654, 0.0032581030391156673, 0.04643004387617111, 0.10013135522603989, -0.019571026787161827, 0.045329246670007706, 0.017570175230503082, 0.05075911805033684, -0.06842519342899323, -0.29195791482925415, -0.07953990250825882, -0.0327758714556694, 0.310931533575058, 0.02515946701169014, -0.004671930335462093, -0.05505488067865372, -0.03559087589383125, 0.10032477974891663, -0.07290726900100708, -0.05820838734507561, -0.019206147640943527, -0.19051235914230347, 0.1618233174085617, -0.05770944431424141, 0.03135961294174194, 0.04697695001959801, 0.027405012398958206, -0.040955156087875366, 0.03696060925722122, 0.11606070399284363, -0.07237567752599716, -0.06823524832725525, -0.012280365452170372, 0.1413908302783966, 0.11806987971067429, 0.05324599891901016, 0.036188755184412, 0.016495145857334137, -0.0045141433365643024, -0.09326637536287308, 0.06111958622932434, 0.06519676744937897, -0.07578182965517044, 0.1063576191663742, -0.04732247069478035, -0.23104870319366455, -0.1410074234008789, -0.04418381303548813, 0.11878529191017151, 0.2376607358455658, -0.003933955915272236, 0.08224380761384964, 0.2841974198818207, -0.060523029416799545, -0.12288828194141388, -0.1338309496641159, 0.06951525062322617, -0.01728096231818199, 0.039548713713884354, -0.15552282333374023, 0.05198420584201813, 0.0009907159255817533, -0.03915882855653763, -0.08178847283124924, -0.17495934665203094, -0.12924420833587646, 0.2470596879720688, -0.05745306983590126, 0.0012218684423714876, -0.04060427099466324, -0.07564354687929153, -0.15475764870643616, 0.015534407459199429, 0.08310111612081528, 0.06727978587150574, 0.0941016897559166, 0.08105885237455368, 0.1274404227733612, -0.012276685796678066, -0.008912412449717522, 0.09847980737686157, 0.19710378348827362, -0.0047866785898804665, -0.013774557039141655, 0.030997753143310547, -0.032719023525714874, 0.060736268758773804, 0.14178739488124847, 0.010553068481385708, -0.0023652026429772377, -0.11790643632411957, -0.09870713204145432, -0.04032781347632408, 0.06785725057125092, 0.0936589166522026, -0.09014947712421417, -0.03972411900758743, -0.060508932918310165, 0.08922959119081497, 0.042378902435302734, 0.16038620471954346, -0.07341291755437851, 0.025206847116351128, 0.22590836882591248, 0.07202699035406113, 0.01690680719912052, -0.14359967410564423, -0.0021385664585977793, -0.06013048440217972, 0.10440416634082794, -0.048545509576797485, 0.07034561038017273, 0.032610636204481125, 0.008974672295153141, 0.12363451719284058, 0.057022854685783386, -0.10849130898714066, 0.0377955436706543, 0.04500294476747513, -0.04773417115211487, -0.0454317182302475, 0.046407148241996765, 0.0016656816005706787, 0.0813046246767044, 0.0028359738644212484, 0.16010430455207825, -0.12670397758483887, -0.0008998675039038062, 0.004157302901148796, 0.06471876055002213, -0.1386328637599945, 0.2517199218273163, 0.09471653401851654, -0.007872672751545906, -0.0775439590215683, 0.15751150250434875, 0.0898323804140091, -0.0228272657841444, 0.06450803577899933, -0.0709887370467186, -0.02092708833515644, -0.057279035449028015, -0.11699318885803223, -0.08387241512537003, -0.13456226885318756, -0.14663605391979218, -0.03320252150297165, -0.03654668107628822, 0.04321565479040146, -0.1442043036222458, 0.028346478939056396, -0.02332199737429619, -0.0520968921482563, -0.009299216791987419, 0.00648114737123251, -0.010345975868403912, 0.12366273999214172, 0.04336579889059067, -0.15755362808704376, -0.02615218609571457, 0.01274640578776598, -0.03168214112520218, -0.0241771899163723, 0.012100737541913986, -0.02775542624294758, 0.06933842599391937, 0.0014981889398768544, 0.07109081000089645, -0.07544833421707153, 0.017173614352941513, 0.038288842886686325, -0.01713729277253151, -0.061924271285533905, 0.09073593467473984, -0.09714352339506149, 0.010426928289234638, 0.007094085682183504, 0.08354634046554565, -0.13068722188472748, 0.00669263768941164, 0.02152078226208687, -0.03011799231171608, 0.02572805806994438, 0.09787042438983917, -0.13180509209632874, -0.00004739795986097306, -0.327431321144104, -0.02955600433051586, 0.1895730048418045, 0.04338330775499344, -0.023652635514736176, -0.09552176296710968, 0.011127111501991749, 0.11444221436977386, 0.03703732416033745, -0.06584014743566513, 0.07092929631471634, -0.09261807799339294, -0.032746970653533936, -0.13861024379730225, -0.10222376883029938, -0.029742689803242683, -0.002961341990157962, 0.13957072794437408, 0.06557366997003555, 0.2369905710220337, -0.07801471650600433, 0.01011129654943943, -0.03983902558684349, 0.041997600346803665, 0.02010817639529705, 0.01812172308564186, -0.006546905264258385, -0.01667642593383789, 0.01840321160852909, -0.06507794559001923, 0.14691168069839478, -0.01850946433842182, -0.03966234624385834, 0.010919533669948578, -0.008540075272321701, -0.06521628797054291, 0.012995957396924496, 0.15147462487220764, 0.011216038838028908, -0.03320608660578728, -0.06533148884773254, -0.07771788537502289, 0.08938377350568771, 0.12201280146837234, -0.05526087060570717, 0.13550180196762085, -0.05277169495820999, 0.12303217500448227, 0.06520924717187881, -0.05976692959666252, -0.056912053376436234, 0.10438510775566101, -0.03852872923016548, 0.021052595227956772, 0.008930554613471031, 0.07680471241474152, 0.13864310085773468, -0.028118226677179337, 0.02440701611340046, -0.003476921236142516, -0.07152535021305084, -0.16393518447875977, -0.09062553197145462, -0.08524788916110992, -0.15426550805568695, 0.05738689750432968, -0.06928477436304092, 0.045563265681266785, 0.09798652678728104, 0.012874407693743706, 0.04507714882493019, 0.12118424475193024, -0.06598445028066635, -0.1257881224155426, 0.022308509796857834, -0.05067259818315506, -0.042250487953424454, -0.09534770250320435, -0.014643589034676552, 0.1498485654592514, 0.009772021323442459, 0.03642735257744789, 0.005377073306590319, -0.030065959319472313, 0.06230681389570236, -0.0019460804760456085, -0.010690700262784958, -0.044178955256938934, 0.01480085775256157, 0.03935006260871887, 0.11208333820104599, 0.08737294375896454, -0.07608892023563385, 0.061152853071689606, 0.06320390850305557, -0.08382273465394974, -0.1355603039264679, -0.05666167661547661, 0.12265939265489578, 0.017194954678416252, 0.14374056458473206, -0.032391611486673355, -0.08060966432094574, -0.026780610904097557, 0.040604304522275925, 0.16538363695144653, -0.018223727121949196, -0.009113322012126446, -0.09563112258911133, 0.014447827823460102, -0.069113589823246, -0.06323473155498505, 0.0705116018652916, 0.17018520832061768, 0.0002607311471365392, 0.07130222022533417, -0.10000713169574738, -0.005697100423276424, -0.003766412381082773, 0.011439800262451172, -0.04912274330854416, -0.03628944233059883, -0.05478912219405174, 0.1299636960029602, -0.21180066466331482, -0.20006683468818665, -0.11262159049510956, 0.03739256039261818, -0.007480038329958916, 0.03338181599974632, 0.0817115381360054, 0.09541342407464981, 0.05526053532958031, -0.04859907925128937, -0.05886653810739517, 0.027866065502166748, 0.04957713931798935, -0.18611866235733032, 0.03803260996937752, -0.016930807381868362, -0.030543252825737, 0.08160530030727386, 0.01875491440296173, 0.24251040816307068, 0.007269183173775673, 0.06951818615198135, 0.040975410491228104, 0.18169254064559937, 0.02241104654967785, -0.029339658096432686, 0.05009036138653755, 0.10289502888917923, 0.004101528320461512, 0.16879406571388245, 0.040498144924640656, -0.042449112981557846, 0.04872911423444748, 0.040649864822626114, -0.0028665594290941954, -0.15269158780574799, -0.014849849045276642, -0.11985962837934494, 0.07060114294290543, -0.06088900938630104, -0.028618674725294113, -0.013905850239098072, -0.02047734148800373, 0.07353594899177551, 0.023393290117383003, -0.06600113958120346, 0.02482270449399948, -0.14970606565475464, -0.019777610898017883, -0.10474131256341934, 0.08369333297014236, -0.06086718663573265, -0.004193681757897139, -0.06626497209072113, -0.049209605902433395, -0.038499198853969574, -0.0010347451316192746, 0.010668415576219559, 0.023757681250572205, -0.014203624799847603, -0.1100669801235199, 0.027483128011226654, 0.05870823189616203, -0.04252569377422333, -0.0815284475684166 ]
null
null
espnet
## Example ESPnet2 ASR model ### `kamo-naoyuki/reverb_asr_train_asr_transformer4_raw_char_batch_bins16000000_accum_grad1_sp_valid.acc.ave` ♻️ Imported from https://zenodo.org/record/4278363/ This model was trained by kamo-naoyuki using reverb/asr1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "en", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["reverb"]}
automatic-speech-recognition
espnet/kamo-naoyuki_reverb_asr_train_asr_transformer4_raw_char_batch_bins1600-truncated-1b72bb
[ "espnet", "audio", "automatic-speech-recognition", "en", "dataset:reverb", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "en" ]
TAGS #espnet #audio #automatic-speech-recognition #en #dataset-reverb #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 ASR model ### 'kamo-naoyuki/reverb_asr_train_asr_transformer4_raw_char_batch_bins16000000_accum_grad1_sp_valid.URL' ️ Imported from URL This model was trained by kamo-naoyuki using reverb/asr1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/reverb_asr_train_asr_transformer4_raw_char_batch_bins16000000_accum_grad1_sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using reverb/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-reverb #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/reverb_asr_train_asr_transformer4_raw_char_batch_bins16000000_accum_grad1_sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using reverb/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 48, 9, 83, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-reverb #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 ASR model### 'kamo-naoyuki/reverb_asr_train_asr_transformer4_raw_char_batch_bins16000000_accum_grad1_sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using reverb/asr1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.05485676974058151, -0.003635012311860919, -0.0010020832996815443, -0.0028070223052054644, 0.12279459834098816, -0.04923257231712341, 0.16210640966892242, 0.004209271166473627, 0.0847058966755867, -0.04055063799023628, 0.0858335867524147, 0.1500236690044403, 0.014258421026170254, 0.09482061117887497, 0.020240355283021927, -0.1367579847574234, 0.004507157485932112, 0.0018065754557028413, 0.08496144413948059, 0.09578946232795715, 0.1609218716621399, -0.013299599289894104, 0.10096769779920578, 0.04957929253578186, 0.028717316687107086, 0.11204428225755692, 0.00023064757988322526, -0.17796345055103302, 0.03468255326151848, 0.044792234897613525, 0.09244033694267273, 0.002246472518891096, 0.08076976239681244, -0.2324972152709961, -0.00031823074095882475, -0.04792308062314987, -0.029025999829173088, 0.021683918312191963, 0.020145295187830925, 0.008322308771312237, -0.0010390080278739333, 0.029342077672481537, -0.0021805171854794025, 0.04096709564328194, -0.06621645390987396, -0.053739678114652634, 0.032154276967048645, 0.11323852837085724, 0.11007362604141235, 0.1465855836868286, -0.03013444133102894, 0.05083702132105827, -0.11613894999027252, 0.039907343685626984, 0.02637658640742302, -0.14640922844409943, 0.0389685332775116, -0.023501543328166008, -0.009319162927567959, 0.1681107133626938, 0.03936954587697983, -0.049688421189785004, 0.09430796653032303, 0.023533852770924568, -0.07279618829488754, -0.036889899522066116, -0.07382030785083771, -0.018245965242385864, -0.13470031321048737, -0.05408394709229469, 0.2495611160993576, 0.036265239119529724, -0.02947334013879299, 0.06167885661125183, -0.032996565103530884, -0.0552813746035099, 0.013812249526381493, -0.09789855033159256, 0.004431677982211113, 0.032678622752428055, 0.027221715077757835, -0.02650284953415394, -0.08814265578985214, -0.08234262466430664, -0.020286384969949722, 0.05844955891370773, 0.013216682709753513, 0.032740287482738495, -0.06412561982870102, -0.009917737916111946, 0.014598783105611801, -0.044364407658576965, 0.059710316359996796, 0.008713189512491226, 0.07106509804725647, 0.012749822810292244, 0.06075076758861542, -0.11877322196960449, 0.04609096795320511, 0.03018050640821457, -0.0318574421107769, 0.020783621817827225, 0.11242204159498215, 0.09867735207080841, 0.029735088348388672, 0.05367150902748108, -0.0503612644970417, -0.026381948962807655, -0.01989022269845009, 0.054443903267383575, 0.019701072946190834, -0.04084307327866554, -0.14911030232906342, 0.06297014653682709, -0.015227084048092365, -0.04091116413474083, -0.01355123519897461, -0.04433828592300415, -0.11292047053575516, -0.04837041720747948, 0.18651945888996124, -0.14348652958869934, 0.02297799661755562, -0.004829098470509052, -0.02767638862133026, 0.10201368480920792, 0.024967128410935402, 0.0863536074757576, -0.08956128358840942, 0.02009434998035431, -0.0886906087398529, 0.03981950134038925, -0.031073682010173798, -0.007492636796087027, 0.04332131892442703, 0.08433994650840759, 0.0071091726422309875, -0.21316105127334595, -0.075764499604702, -0.05772968754172325, -0.0014775933232158422, 0.05626353621482849, -0.011882228776812553, -0.12559516727924347, -0.03296269476413727, 0.02722824364900589, -0.13210439682006836, -0.15481112897396088, -0.08891429752111435, -0.02789158560335636, 0.04033838212490082, 0.06287163496017456, -0.08173450827598572, 0.08318744599819183, -0.09636107087135315, -0.05156611651182175, -0.17387109994888306, 0.14780238270759583, -0.13773582875728607, -0.06693317741155624, -0.140562504529953, -0.03453687205910683, -0.08364468812942505, 0.03722478821873665, 0.0012009191559627652, 0.07667864859104156, -0.11789078265428543, -0.08970821648836136, 0.015654826536774635, -0.11988652497529984, -0.009008396416902542, 0.18450522422790527, -0.0035279057919979095, -0.0072733755223453045, 0.07681684195995331, 0.1904667317867279, -0.07129164785146713, -0.0826883614063263, -0.07420626282691956, 0.05390339344739914, -0.0008397954516112804, -0.0695008859038353, 0.07947739958763123, -0.03877324238419533, 0.03765874728560448, -0.07365932315587997, 0.004290977492928505, 0.07666582614183426, -0.01272511761635542, -0.0876418724656105, 0.048317521810531616, -0.08342468738555908, 0.007752374745905399, -0.0374516025185585, 0.03849988803267479, 0.05090060085058212, -0.052286650985479355, 0.07655015587806702, 0.08186759799718857, -0.05096885561943054, 0.04055787995457649, -0.13544803857803345, 0.03586142137646675, -0.1351996511220932, -0.0396130234003067, -0.08368351310491562, 0.09305818378925323, -0.01575719565153122, -0.017833923920989037, 0.10769543051719666, -0.049174342304468155, -0.00007178063242463395, -0.03441973030567169, -0.004504102282226086, -0.05664939433336258, -0.04485958442091942, 0.041549500077962875, 0.0009055935079231858, -0.14658989012241364, 0.026938792318105698, 0.00002164201760024298, -0.004703026730567217, -0.1103416308760643, -0.05709754675626755, -0.0093204565346241, 0.06807341426610947, -0.03683167323470116, -0.009779147803783417, -0.026119248941540718, 0.07067447155714035, -0.050030797719955444, 0.008406447246670723, -0.032105207443237305, -0.017000658437609673, -0.09244996309280396, 0.10523876547813416, -0.047034408897161484, 0.016406012699007988, 0.14088711142539978, -0.21037502586841583, -0.027746817097067833, 0.16079631447792053, 0.019964436069130898, -0.025936879217624664, -0.03511887788772583, -0.002904722932726145, 0.27553790807724, -0.07215190678834915, 0.10983315855264664, -0.06719382852315903, 0.08649056404829025, -0.00927426666021347, -0.16252824664115906, 0.040394946932792664, 0.10267171263694763, -0.050449732691049576, -0.17048445343971252, 0.12802545726299286, 0.06681060045957565, -0.14720694720745087, 0.1719730645418167, 0.054358839988708496, -0.0811813622713089, 0.0029136044904589653, 0.029823632910847664, -0.04989582300186157, 0.013663094490766525, -0.05549927428364754, 0.001759599312208593, 0.017028920352458954, -0.004799204878509045, 0.05911852791905403, -0.14143337309360504, 0.01076903659850359, 0.017588427290320396, -0.0734245777130127, -0.1165156215429306, -0.09268943220376968, -0.12780413031578064, -0.01038513332605362, -0.055889252573251724, -0.20899415016174316, 0.08154306560754776, -0.00995664857327938, -0.09930966049432755, 0.11808674782514572, -0.10150924324989319, -0.19784405827522278, -0.1959788054227829, 0.06620511412620544, -0.020807040855288506, 0.07520894706249237, 0.04042591527104378, -0.1669006496667862, -0.05111047253012657, -0.021082492545247078, -0.02357364632189274, -0.02841421775519848, -0.08572282642126083, 0.06245507299900055, -0.003880822565406561, 0.03427381068468094, -0.09295295923948288, -0.018117478117346764, -0.04989507049322128, 0.032746754586696625, 0.05498037859797478, -0.004858721513301134, 0.07626847177743912, 0.21658030152320862, -0.015260855667293072, -0.05012722685933113, 0.05739767849445343, 0.1670200079679489, -0.06835382431745529, -0.02198910154402256, 0.08965649455785751, -0.08911057561635971, 0.03497328609228134, 0.06167435273528099, 0.04843506962060928, -0.0003298979136161506, 0.02773173153400421, -0.04232260584831238, -0.05659191682934761, -0.31878647208213806, -0.10431138426065445, -0.024385135620832443, -0.03522954136133194, 0.021502478048205376, 0.05287710577249527, 0.10579929500818253, 0.10583095997571945, 0.040862686932086945, 0.06831895560026169, 0.005677852779626846, 0.0069242240861058235, 0.15626010298728943, 0.0018921615555882454, 0.05864701420068741, -0.03441330045461655, -0.09346557408571243, 0.04395807906985283, 0.11169727146625519, -0.01684608869254589, 0.17118409276008606, 0.08132515102624893, 0.0685756579041481, 0.07272651046514511, 0.07460767775774002, -0.0008743141079321504, 0.0612051784992218, 0.017204247415065765, -0.006707287859171629, -0.06212389096617699, -0.079012930393219, 0.1764693409204483, 0.0724480152130127, -0.06122397631406784, 0.07695171982049942, 0.10091175138950348, 0.011742334812879562, 0.12982940673828125, 0.004754799418151379, -0.33764126896858215, 0.004950241651386023, -0.01053570955991745, -0.04362095892429352, 0.015592491254210472, 0.06800859421491623, 0.057919904589653015, -0.0203142911195755, 0.05967691168189049, 0.08833011984825134, 0.05589502677321434, -0.1548319160938263, -0.018338030204176903, -0.0009410058846697211, 0.029151925817131996, 0.019960777834057808, 0.06825963407754898, -0.2418150156736374, 0.16528218984603882, 0.022007394582033157, 0.08553136140108109, 0.03679680824279785, 0.008526506833732128, -0.009100825525820255, -0.012346899136900902, 0.1726362705230713, 0.059125665575265884, -0.15273477137088776, -0.11722923815250397, -0.13390487432479858, 0.002070795278996229, 0.064207524061203, 0.11135257035493851, -0.0641525536775589, 0.050261907279491425, 0.016816623508930206, 0.0628451555967331, -0.084141306579113, -0.3106868863105774, -0.05254184827208519, -0.040498241782188416, 0.34326407313346863, 0.020678211003541946, 0.0286924559623003, -0.05810673162341118, -0.02545388601720333, 0.025767778977751732, -0.12692689895629883, -0.06158548966050148, -0.019161736592650414, -0.12759263813495636, 0.09729424864053726, -0.04990387707948685, 0.05484725907444954, 0.08195202797651291, 0.006337228696793318, -0.0215921588242054, -0.0005843251710757613, 0.14235170185565948, -0.12193896621465683, -0.057605110108852386, -0.0074702780693769455, 0.022035963833332062, 0.17267738282680511, 0.0469837449491024, 0.02956818975508213, 0.02581307664513588, -0.02464795857667923, -0.07056981325149536, 0.04805302247405052, 0.09989225119352341, -0.10177300125360489, 0.15745249390602112, -0.06571095436811447, -0.17818164825439453, -0.11355644464492798, -0.03741840273141861, 0.11930153518915176, 0.17563693225383759, -0.0028889847453683615, 0.03048623539507389, 0.29304805397987366, -0.07254743576049805, -0.15700958669185638, -0.11957751214504242, 0.06957025825977325, -0.034348294138908386, 0.01740376278758049, -0.1654757708311081, 0.12900611758232117, 0.014329877682030201, -0.054648593068122864, -0.043965745717287064, -0.16268062591552734, -0.10358712077140808, 0.2675851285457611, -0.09080538898706436, 0.05887823924422264, -0.06883322447538376, -0.07131672650575638, -0.15867824852466583, -0.024307703599333763, 0.07936006784439087, 0.06006483733654022, 0.08759309351444244, 0.0520583838224411, 0.09629558771848679, -0.04398339241743088, 0.0008751672576181591, 0.08888400346040726, 0.23751437664031982, -0.04647676646709442, -0.006860597059130669, 0.033640485256910324, -0.0024475902318954468, 0.06299898028373718, 0.12330783158540726, 0.0784754529595375, -0.04389316588640213, -0.1320238709449768, -0.06573808938264847, -0.03956971317529678, 0.052150119096040726, 0.10635765641927719, -0.06284262984991074, -0.024568961933255196, -0.05458148941397667, 0.07689237594604492, 0.06743936240673065, 0.22118163108825684, -0.06540948152542114, 0.0048681460320949554, 0.2278023213148117, 0.07482071220874786, -0.045819155871868134, -0.16697053611278534, 0.0009419344132766128, -0.046822063624858856, 0.10858406126499176, -0.05134252458810806, 0.08682617545127869, 0.03902142867445946, -0.0151326023042202, 0.12616129219532013, 0.09121868759393692, -0.10108248144388199, 0.040321242064237595, 0.082664355635643, -0.016709666699171066, -0.004512137267738581, 0.01779545098543167, 0.018738146871328354, 0.09002329409122467, 0.021919669583439827, 0.15093886852264404, -0.13521622121334076, -0.002009969437494874, -0.028456104919314384, 0.08004135638475418, -0.17967073619365692, 0.2089323252439499, 0.16232384741306305, -0.01279424037784338, -0.09872999042272568, 0.19777153432369232, 0.08350169658660889, -0.04382534697651863, 0.07734889537096024, -0.0575442872941494, -0.028395365923643112, -0.06339944154024124, -0.12134265154600143, 0.0008616027189418674, -0.25891104340553284, -0.20072558522224426, -0.08861801773309708, -0.017514709383249283, 0.03125455603003502, -0.12149792164564133, 0.04606553167104721, -0.033446311950683594, -0.015799840912222862, 0.0013354455586522818, 0.004092551302164793, -0.013581470586359501, 0.10811442136764526, 0.07434728741645813, -0.18523040413856506, -0.11394430696964264, 0.027398118749260902, 0.03105737268924713, -0.04356464371085167, 0.018040388822555542, -0.025369904935359955, 0.08271392434835434, 0.04911336302757263, 0.06041674688458443, -0.05448741093277931, 0.005487480666488409, 0.03899938613176346, -0.01506806630641222, -0.06240803748369217, 0.10215041041374207, -0.08841798454523087, 0.01400590781122446, 0.03884177282452583, 0.08434776961803436, -0.11372736096382141, -0.0060170600190758705, 0.011073164641857147, 0.0008526002056896687, -0.013619804754853249, 0.07739229500293732, -0.12742243707180023, -0.02376016601920128, -0.2874671518802643, -0.02322510816156864, 0.19972147047519684, 0.06736073642969131, 0.0205392986536026, -0.00829535722732544, 0.007860011421144009, 0.11837766319513321, 0.04851478338241577, -0.05083925276994705, 0.09004191309213638, -0.08252556622028351, -0.03263157978653908, -0.16471853852272034, -0.07226855307817459, -0.039824288338422775, 0.019367653876543045, 0.15329308807849884, 0.06265614181756973, 0.19970956444740295, -0.07849959284067154, -0.015703530982136726, -0.012033051811158657, 0.039513252675533295, 0.02981261909008026, -0.01678025722503662, -0.01851084642112255, -0.00007848249515518546, -0.0010421699844300747, -0.05757998302578926, 0.17534105479717255, -0.0018220687052235007, -0.024376556277275085, 0.01884162798523903, -0.03569827601313591, -0.003831229405477643, 0.007640650030225515, 0.15240506827831268, 0.005743763875216246, -0.03723611310124397, -0.08295173197984695, -0.006644792854785919, 0.10671348869800568, 0.1235322430729866, -0.07463591545820236, 0.07937934994697571, -0.07684186100959778, 0.15766564011573792, 0.07054940611124039, -0.028645306825637817, -0.0668044462800026, 0.024661822244524956, -0.02755652740597725, 0.06148479878902435, 0.019981184974312782, 0.04308056831359863, 0.11869200319051743, -0.023089084774255753, 0.02541099488735199, 0.006314408499747515, -0.0797029510140419, -0.18935416638851166, -0.0819355845451355, -0.0743388757109642, -0.2429233193397522, 0.03398110345005989, -0.07669597864151001, 0.007256767712533474, 0.17721763253211975, -0.004750491119921207, 0.04100639000535011, 0.14485490322113037, -0.03808725252747536, -0.08064284175634384, 0.032333746552467346, -0.07582540065050125, -0.003782577347010374, -0.129001185297966, -0.029281796887516975, 0.15345264971256256, 0.018959084525704384, 0.020910099148750305, -0.022150440141558647, -0.034942496567964554, 0.11227597296237946, 0.02561032772064209, -0.026450414210557938, -0.049661699682474136, 0.03437358886003494, 0.029792264103889465, 0.05398179963231087, 0.06671659648418427, -0.0824446976184845, 0.06308063864707947, 0.08913083374500275, -0.07040280848741531, -0.07663083076477051, -0.04133730009198189, 0.13779066503047943, 0.0433136411011219, 0.1465638130903244, -0.0771770179271698, -0.09353241324424744, -0.03217626363039017, 0.0542299710214138, 0.13278760015964508, -0.03174729645252228, -0.0395188108086586, -0.10662736743688583, 0.02422230876982212, -0.0722266286611557, -0.019579289481043816, 0.08100396394729614, 0.13979816436767578, -0.014703042805194855, 0.017281144857406616, -0.1018180400133133, -0.038895659148693085, -0.026779092848300934, -0.038715608417987823, 0.0154225192964077, -0.018002133816480637, -0.059084150940179825, 0.1574820727109909, -0.2233036309480667, -0.09442678838968277, -0.10255961865186691, 0.03500372916460037, -0.0030515145044773817, -0.004527206066995859, 0.1439163237810135, 0.114384725689888, 0.07458451390266418, -0.040090594440698624, -0.06498758494853973, -0.03464886546134949, 0.046271853148937225, -0.18022307753562927, 0.027849234640598297, -0.030812205746769905, -0.1211293488740921, 0.1330290287733078, 0.01362748071551323, 0.22336187958717346, 0.012382627464830875, 0.0809241309762001, 0.0441865436732769, 0.13195499777793884, -0.014682159759104252, 0.025184333324432373, 0.06824389845132828, 0.05847839638590813, -0.003362663323059678, 0.1083943173289299, 0.019788339734077454, -0.0905158594250679, 0.037028100341558456, 0.03618407994508743, -0.023428764194250107, -0.13606663048267365, -0.03848184645175934, -0.1078108474612236, 0.08767832070589066, -0.04127845540642738, -0.043242231011390686, -0.014564050361514091, -0.023276571184396744, 0.06080644577741623, 0.02988455444574356, -0.04351646453142166, 0.014415561221539974, -0.13597474992275238, -0.04490111768245697, -0.08447625488042831, 0.0854894295334816, -0.03031655214726925, 0.02395557053387165, -0.10993444174528122, -0.07493745535612106, -0.03160036727786064, -0.026720499619841576, 0.058371469378471375, 0.03504518046975136, -0.03652312234044075, -0.09249912947416306, 0.023529617115855217, 0.03964373096823692, -0.059143517166376114, -0.10403498262166977 ]
null
null
espnet
## Example ESPnet2 ASR model ### `kamo-naoyuki/timit_asr_train_asr_raw_word_valid.acc.ave` ♻️ Imported from https://zenodo.org/record/4284058/ This model was trained by kamo-naoyuki using timit/asr1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "en", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["timit"]}
automatic-speech-recognition
espnet/kamo-naoyuki_timit_asr_train_asr_raw_word_valid.acc.ave
[ "espnet", "audio", "automatic-speech-recognition", "en", "dataset:timit", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "en" ]
TAGS #espnet #audio #automatic-speech-recognition #en #dataset-timit #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 ASR model ### 'kamo-naoyuki/timit_asr_train_asr_raw_word_valid.URL' ️ Imported from URL This model was trained by kamo-naoyuki using timit/asr1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/timit_asr_train_asr_raw_word_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using timit/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-timit #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/timit_asr_train_asr_raw_word_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using timit/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 47, 9, 62, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-timit #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 ASR model### 'kamo-naoyuki/timit_asr_train_asr_raw_word_valid.URL'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using timit/asr1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.024167876690626144, -0.021245673298835754, -0.0002837730571627617, 0.0006545291980728507, 0.11580667644739151, -0.05226016044616699, 0.18472322821617126, 0.026788761839270592, 0.05667130649089813, -0.04040159285068512, 0.051794733852148056, 0.1282726377248764, 0.037980515509843826, 0.10154411196708679, 0.0519261360168457, -0.1968652307987213, -0.0019743924494832754, -0.0241917185485363, 0.0851595550775528, 0.11076921969652176, 0.16326387226581573, 0.020014991983771324, 0.09533321112394333, 0.08408608287572861, 0.036573465913534164, 0.09074544906616211, 0.009513515047729015, -0.2112562358379364, 0.019380085170269012, 0.016951067373156548, 0.05286845937371254, -0.004597984254360199, 0.07254020124673843, -0.17242160439491272, -0.006821913179010153, -0.049814190715551376, -0.03122491016983986, -0.00590116111561656, 0.03304775804281235, 0.003902815282344818, 0.08886798471212387, 0.06390280276536942, -0.02287868782877922, 0.034355249255895615, -0.07346414029598236, -0.016985859721899033, 0.054708682000637054, 0.12104149162769318, 0.09007833898067474, 0.14147047698497772, -0.05469239875674248, 0.09348736703395844, -0.13195918500423431, 0.06146102398633957, -0.010014542378485203, -0.17140425741672516, 0.03004324436187744, -0.02692442759871483, 0.007116745691746473, 0.14958801865577698, 0.037162456661462784, -0.046550046652555466, 0.09354349225759506, 0.013098235242068768, -0.08931145817041397, -0.03097722865641117, -0.0639188140630722, -0.02536691352725029, -0.15042158961296082, -0.00801367498934269, 0.3220865726470947, 0.026306118816137314, -0.029192816466093063, 0.024408692494034767, -0.020161660388112068, -0.025543104857206345, 0.017290785908699036, -0.10493598878383636, -0.013437637127935886, 0.052610717713832855, 0.0422530323266983, 0.0173586867749691, -0.08117099851369858, -0.04799475893378258, -0.017246399074792862, 0.007153644692152739, 0.022352445870637894, 0.023699678480625153, -0.08132519572973251, -0.054660212248563766, -0.04281102120876312, -0.05099284648895264, 0.05960408225655556, -0.00337101798504591, 0.12473288923501968, 0.005561493802815676, 0.0698983371257782, -0.1262970268726349, 0.07738441973924637, -0.04392823949456215, 0.04527031257748604, 0.027570847421884537, 0.07768090069293976, 0.10498625785112381, 0.03985051438212395, 0.07149471342563629, -0.06307240575551987, -0.060348063707351685, -0.030746791511774063, 0.035459816455841064, 0.0063599878922104836, -0.04609164595603943, -0.1519097238779068, 0.07756778597831726, -0.0028048711828887463, -0.05538181588053703, -0.014666234143078327, -0.022134970873594284, -0.10358066111803055, -0.050391651690006256, 0.1731402575969696, -0.11889875680208206, 0.030209382995963097, -0.023875616490840912, -0.03901072219014168, 0.11582502722740173, 0.0010466735111549497, 0.11255927383899689, -0.10590960085391998, 0.005350707098841667, -0.06569177657365799, 0.05010391026735306, 0.006007902789860964, -0.016182413324713707, 0.057204049080610275, 0.03009811043739319, 0.014195905067026615, -0.23837827146053314, -0.05855924263596535, -0.056831758469343185, -0.009032790549099445, 0.055871207267045975, -0.004934227559715509, -0.14113163948059082, -0.03962116688489914, 0.03481517359614372, -0.10801247507333755, -0.18633800745010376, -0.09133370965719223, -0.019015204161405563, 0.015469443053007126, 0.07001097500324249, -0.03667093440890312, 0.07306935638189316, -0.1216193363070488, -0.050212156027555466, -0.0635315552353859, 0.11876256763935089, -0.07904437929391861, -0.060689155012369156, -0.11996768414974213, -0.03624454140663147, -0.12789736688137054, 0.03763316944241524, -0.004066342953592539, 0.0929906964302063, -0.12417270988225937, -0.0838540568947792, 0.04494865983724594, -0.10532959550619125, -0.0158696286380291, 0.20773328840732574, 0.03138219937682152, 0.07326197624206543, 0.09094131737947464, 0.2406095713376999, -0.10253164172172546, -0.10505495965480804, -0.04265600070357323, 0.02761475183069706, -0.011709574609994888, -0.0128280995413661, 0.08818226307630539, -0.026601655408740044, -0.02118772082030773, -0.04580098018050194, 0.08944397419691086, 0.04531983286142349, -0.0037838576827198267, -0.09084352850914001, 0.03746551647782326, -0.0885193943977356, 0.0012050276855006814, -0.04805637151002884, 0.04562828317284584, 0.022680195048451424, -0.05238422006368637, 0.04690247029066086, 0.084992416203022, -0.025266805663704872, 0.011921709403395653, -0.15855281054973602, 0.047653499990701675, -0.12548384070396423, -0.03394656628370285, -0.04231944680213928, 0.13816742599010468, -0.004827341064810753, -0.022216951474547386, 0.15848445892333984, -0.055165451020002365, 0.005761980079114437, -0.016346188262104988, -0.00879923440515995, -0.03685380145907402, 0.008465060032904148, 0.04823180288076401, 0.01621903106570244, -0.158625528216362, 0.08766510337591171, 0.013639701530337334, 0.007819238118827343, -0.10738999396562576, -0.058189988136291504, -0.016668960452079773, 0.03133510425686836, -0.04323804751038551, 0.008693134412169456, 0.00441755261272192, 0.08994171023368835, -0.06283338367938995, 0.007331425324082375, -0.015977002680301666, 0.00306011363863945, -0.09900978207588196, 0.147532120347023, -0.09112751483917236, 0.022988617420196533, 0.15145057439804077, -0.18652136623859406, -0.052416473627090454, 0.19641129672527313, 0.04284277185797691, -0.04547717422246933, -0.021559396758675575, 0.02576376684010029, 0.204912930727005, -0.12079176306724548, 0.11659301817417145, -0.07972376048564911, 0.10757267475128174, 0.022976335138082504, -0.1704639345407486, 0.018171703442931175, 0.11490693688392639, -0.0476447194814682, -0.20626720786094666, 0.12209558486938477, 0.08411762118339539, -0.14454315602779388, 0.1969636082649231, 0.05565056949853897, -0.07676072418689728, -0.019921626895666122, 0.04309433698654175, -0.02000165730714798, 0.005332766100764275, -0.11792252957820892, -0.009191653691232204, 0.022627906873822212, 0.0038491201121360064, 0.05179459974169731, -0.15189999341964722, -0.008095258846879005, 0.007861025631427765, -0.04407786577939987, -0.18547320365905762, -0.041354965418577194, -0.14512363076210022, -0.00046711452887393534, -0.062069106847047806, -0.1962740272283554, 0.056555286049842834, -0.004582954104989767, -0.1132187768816948, 0.08163794130086899, -0.09388317912817001, -0.27489590644836426, -0.17391294240951538, 0.057619109749794006, -0.032275862991809845, 0.08312033116817474, 0.055629268288612366, -0.16923780739307404, -0.0393553264439106, -0.04492330923676491, -0.061961397528648376, -0.0401485413312912, -0.07266146689653397, 0.008682943880558014, 0.013672640547156334, 0.03513618931174278, -0.07367394864559174, -0.019165441393852234, -0.034309063106775284, 0.04283896088600159, 0.07061538100242615, -0.059072576463222504, 0.09521272033452988, 0.2522484064102173, 0.006589693948626518, -0.05566414073109627, 0.04295031726360321, 0.17933733761310577, -0.09355355054140091, -0.013775820843875408, 0.08313889056444168, -0.0714821070432663, 0.0350697822868824, 0.0889204740524292, 0.023916857317090034, -0.002619462553411722, 0.04941597208380699, -0.06877536326646805, -0.06782146543264389, -0.2964664101600647, -0.07607273012399673, -0.03113308735191822, 0.00880458578467369, 0.025026734918355942, 0.06765905022621155, 0.15373337268829346, 0.08348477631807327, 0.06362716853618622, 0.0771060511469841, 0.032208021730184555, 0.025258606299757957, 0.09056124091148376, -0.007475352380424738, 0.05493154749274254, -0.03246886283159256, -0.0981912687420845, 0.05842341482639313, 0.12176596373319626, -0.04227357357740402, 0.19058279693126678, 0.08944165706634521, 0.06783729046583176, 0.1226378083229065, 0.08799967169761658, -0.03680291399359703, 0.07020208984613419, 0.030051657930016518, -0.01870553568005562, -0.07593079656362534, -0.025478331372141838, 0.19845455884933472, 0.11566276848316193, -0.05864522233605385, 0.09915845096111298, 0.08246027678251266, 0.03459704667329788, 0.08899692445993423, 0.023418882861733437, -0.29995712637901306, 0.012368904426693916, -0.01133120246231556, -0.04470263421535492, 0.0105139696970582, 0.0891619399189949, 0.021524906158447266, -0.039083871990442276, 0.068630650639534, 0.10358044505119324, 0.057154107838869095, -0.08035603165626526, -0.03837297856807709, 0.0031522351782768965, 0.0025740773417055607, 0.007550875190645456, 0.050989728420972824, -0.23637674748897552, 0.15646237134933472, 0.016586637124419212, 0.09417818486690521, 0.016221143305301666, -0.023569351062178612, 0.003603274468332529, -0.005227913614362478, 0.16275937855243683, 0.0657244324684143, -0.16846700012683868, -0.12179937213659286, -0.1461218297481537, -0.003032777225598693, 0.12327471375465393, 0.13698063790798187, -0.07017777860164642, 0.01979329064488411, 0.009164991788566113, 0.06283781677484512, -0.11554812639951706, -0.294405460357666, -0.014657014049589634, -0.030282683670520782, 0.3456864058971405, 0.03585491329431534, 0.05243949219584465, -0.06410157680511475, -0.0957653671503067, 0.014097864739596844, -0.10661551356315613, -0.02092515304684639, -0.008754942566156387, -0.17494231462478638, 0.09430411458015442, -0.035525158047676086, 0.04113519936800003, 0.07190723717212677, -0.009375261142849922, 0.020180894061923027, 0.0018515042029321194, 0.1396687626838684, -0.1071883887052536, -0.0657600536942482, -0.008267226628959179, 0.046420980244874954, 0.14963078498840332, 0.06938418000936508, 0.010716857388615608, 0.03102584183216095, -0.027184350416064262, -0.04020718112587929, 0.04489236697554588, 0.12023229151964188, -0.13750505447387695, 0.15742802619934082, -0.059353213757276535, -0.17821533977985382, -0.17494934797286987, -0.0890607237815857, 0.09226568043231964, 0.179342120885849, 0.010778100229799747, 0.06952294707298279, 0.2725665867328644, -0.07917789369821548, -0.1625034213066101, -0.1011900082230568, 0.04272885248064995, -0.01686023734509945, -0.01852240227162838, -0.10457076132297516, 0.09556029736995697, -0.01780455745756626, -0.050327811390161514, 0.01354914903640747, -0.1894720494747162, -0.15362583100795746, 0.22227203845977783, -0.10867884010076523, 0.0496533028781414, -0.07521471381187439, -0.05299122631549835, -0.12952512502670288, 0.047961797565221786, 0.045085761696100235, 0.04061901569366455, 0.10375672578811646, 0.07015667110681534, 0.08131830394268036, -0.03390512242913246, 0.014745432883501053, 0.09294117242097855, 0.1907573789358139, -0.07277259975671768, -0.04068547859787941, 0.028605597093701363, 0.035082507878541946, 0.0824967548251152, 0.13349191844463348, 0.0832577496767044, -0.04352116584777832, -0.05392181873321533, -0.08243798464536667, -0.04850325360894203, 0.05830083787441254, 0.11268778145313263, -0.07735063135623932, -0.03920292854309082, -0.028508087620139122, 0.0855230838060379, 0.029987767338752747, 0.1835610717535019, -0.06718882918357849, -0.009923029690980911, 0.1795002818107605, 0.06256166100502014, -0.03828713670372963, -0.08884839713573456, -0.0017654885305091739, -0.08051689714193344, 0.09872210770845413, -0.08140905201435089, 0.061324991285800934, 0.02899627760052681, 0.00736796110868454, 0.1374538093805313, 0.08314626663923264, -0.09834976494312286, 0.04553539305925369, 0.10396473109722137, -0.002582303248345852, -0.03144316375255585, -0.019216224551200867, -0.010112592950463295, 0.12599101662635803, -0.002792482962831855, 0.11790623515844345, -0.17016491293907166, 0.004547977354377508, -0.02342563308775425, 0.07371482998132706, -0.17512355744838715, 0.1875479519367218, 0.14080440998077393, -0.04451139643788338, -0.09283895045518875, 0.19842369854450226, 0.076020747423172, -0.04588722810149193, 0.09124263375997543, -0.04561866447329521, -0.02452325075864792, -0.055649686604738235, -0.06637538969516754, -0.018983541056513786, -0.19408757984638214, -0.22119230031967163, -0.06683275103569031, -0.001223100582137704, 0.018716108053922653, -0.09048525243997574, 0.04990934953093529, -0.022350726649165154, -0.01953773945569992, 0.012086810544133186, -0.02570556290447712, -0.009356461465358734, 0.1459251195192337, 0.0638987198472023, -0.20962660014629364, -0.07961680740118027, 0.057815659791231155, 0.041518762707710266, -0.059189051389694214, -0.023385630920529366, -0.021610384806990623, 0.08110123872756958, 0.0943598523736, 0.0888964980840683, -0.08448398113250732, 0.006216567475348711, 0.04362668842077255, -0.029297973960638046, -0.07745561003684998, 0.09581881761550903, -0.07799312472343445, 0.015523171983659267, 0.030723873525857925, 0.0710800364613533, -0.07929679751396179, -0.013681040145456791, 0.024575358256697655, 0.004550522658973932, -0.03844218701124191, 0.09973859786987305, -0.1685478687286377, 0.013570581562817097, -0.2922578752040863, 0.013476788066327572, 0.2056773453950882, 0.0748780220746994, -0.0067470744252204895, -0.041132763028144836, 0.010051113553345203, 0.11175166070461273, 0.022806750610470772, -0.05205262079834938, 0.07046324014663696, -0.06762190908193588, -0.05959457904100418, -0.1942562460899353, -0.0971398651599884, -0.0418458953499794, 0.010321665555238724, 0.13540002703666687, 0.04790675640106201, 0.20746192336082458, -0.0776510015130043, -0.009767095558345318, 0.022904101759195328, 0.027529824525117874, 0.006365551147609949, -0.03268272429704666, -0.07061142474412918, -0.018113691359758377, -0.0030405372381210327, -0.06269437074661255, 0.16431619226932526, 0.031996384263038635, -0.037879422307014465, -0.0025582625530660152, -0.03668249398469925, -0.03781859576702118, -0.00972029659897089, 0.20956476032733917, 0.0082662058994174, -0.05624563619494438, -0.1317763477563858, -0.014374927617609501, 0.08507800102233887, 0.12223653495311737, -0.137961745262146, 0.051949791610240936, -0.05594706907868385, 0.14259661734104156, 0.07780206948518753, 0.005204672459512949, -0.13720589876174927, 0.017740672454237938, -0.06554216146469116, 0.06441836059093475, 0.01570841856300831, 0.053705256432294846, 0.14035479724407196, -0.02114051952958107, 0.006738313473761082, -0.043237991631031036, -0.08025627583265305, -0.1918436735868454, -0.1545553058385849, -0.1127469390630722, -0.1988408863544464, 0.04948970302939415, -0.054763063788414, 0.02091298997402191, 0.13133057951927185, 0.026195963844656944, 0.017800599336624146, 0.13586480915546417, -0.09754682332277298, -0.09243342280387878, 0.055661462247371674, -0.08433207869529724, -0.016125494614243507, -0.1274537891149521, -0.030081575736403465, 0.11228178441524506, -0.014747022651135921, 0.014397121034562588, -0.026599593460559845, -0.04039200395345688, 0.06994779407978058, -0.03830157220363617, -0.026325123384594917, -0.03289708495140076, 0.03353630006313324, 0.044918242841959, -0.008476140908896923, 0.1005321815609932, -0.11436191946268082, 0.06855852156877518, 0.08746896684169769, -0.04844941943883896, -0.11693728715181351, -0.06967569887638092, 0.1477663516998291, -0.0019361689919605851, 0.10534510016441345, -0.07262241095304489, -0.08735231310129166, -0.026617910712957382, 0.10725472122430801, 0.15328161418437958, -0.007779301609843969, -0.04784039780497551, -0.10566288232803345, 0.0240782517939806, -0.09711339324712753, 0.00981368962675333, 0.07633133977651596, 0.170767143368721, -0.008110164664685726, 0.024822764098644257, -0.13779354095458984, -0.0360347181558609, -0.029025375843048096, -0.03151579946279526, 0.026690993458032608, -0.05553014576435089, -0.07891049236059189, 0.1761936992406845, -0.25460758805274963, -0.05093306675553322, -0.10256197303533554, 0.02618187665939331, -0.014411868527531624, 0.009078536182641983, 0.09466616809368134, 0.13698843121528625, 0.057786379009485245, -0.06510281562805176, -0.04266446828842163, -0.10326837748289108, 0.06586112827062607, -0.15715673565864563, 0.08214931935071945, -0.05144665017724037, -0.0544130876660347, 0.08539959788322449, 0.01794445887207985, 0.22597011923789978, 0.005047108046710491, 0.11159778386354446, 0.06572937220335007, 0.1401791274547577, 0.0023178723640739918, 0.05169154331088066, 0.07318370789289474, 0.06761150807142258, 0.0013215821236371994, 0.08647456020116806, 0.059870362281799316, -0.03790858015418053, 0.04543580859899521, 0.024304691702127457, 0.0012594469590112567, -0.14291416108608246, -0.0023235445842146873, -0.10509184747934341, 0.10411868244409561, -0.011859334073960781, -0.04026317596435547, -0.031019417569041252, -0.0353643000125885, 0.06538432091474533, 0.024562155827879906, -0.09121208637952805, 0.027296172454953194, -0.13120423257350922, -0.06204783543944359, -0.0878853127360344, 0.08950041979551315, -0.04095679521560669, -0.0028026551008224487, -0.11446893215179443, -0.0822356641292572, -0.05169953778386116, -0.0007828063098713756, 0.055341415107250214, 0.022148730233311653, -0.029583612456917763, -0.07052472233772278, 0.04181884601712227, 0.055785126984119415, -0.06336312741041183, -0.10270951688289642 ]
null
null
espnet
## Example ESPnet2 ASR model ### `kamo-naoyuki/wsj` ♻️ Imported from https://zenodo.org/record/4003381/ This model was trained by kamo-naoyuki using wsj/asr1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "en", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["wsj"]}
automatic-speech-recognition
espnet/kamo-naoyuki_wsj
[ "espnet", "audio", "automatic-speech-recognition", "en", "dataset:wsj", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "en" ]
TAGS #espnet #audio #automatic-speech-recognition #en #dataset-wsj #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 ASR model ### 'kamo-naoyuki/wsj' ️ Imported from URL This model was trained by kamo-naoyuki using wsj/asr1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/wsj'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using wsj/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-wsj #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/wsj'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using wsj/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 48, 9, 46, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-wsj #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 ASR model### 'kamo-naoyuki/wsj'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using wsj/asr1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.030657824128866196, 0.013454378582537174, -0.00022481841733679175, -0.03233407810330391, 0.07332232594490051, -0.061790138483047485, 0.19754111766815186, 0.014069624245166779, 0.15509676933288574, -0.03941444680094719, 0.09665346890687943, 0.1276247203350067, 0.03486306220293045, 0.09751314669847488, 0.03383832797408104, -0.1644713282585144, 0.01260174997150898, 0.004912455100566149, 0.03014991618692875, 0.09368734806776047, 0.1500403732061386, -0.005398201756179333, 0.07333068549633026, 0.06560441851615906, 0.036663953214883804, 0.07145199924707413, -0.015271803364157677, -0.1747983694076538, 0.022059960290789604, 0.04643469676375389, 0.0378972627222538, 0.028884166851639748, 0.10338610410690308, -0.25119253993034363, -0.008626132272183895, -0.0775449350476265, -0.008476917631924152, 0.009746064431965351, 0.05849422141909599, 0.03976000100374222, -0.005970715079456568, 0.04288480803370476, -0.025983069092035294, 0.013644037768244743, -0.0346468947827816, -0.028553113341331482, 0.06504420191049576, 0.09066814184188843, 0.11452830582857132, 0.12027747929096222, -0.045039884746074677, 0.08636799454689026, -0.12602591514587402, 0.02783154509961605, -0.007936103269457817, -0.16826099157333374, 0.046573054045438766, -0.012377862818539143, 0.003853787435218692, 0.11175040900707245, 0.028093310073018074, -0.002586039947345853, 0.08449149876832962, 0.021192461252212524, -0.09635601937770844, -0.015006797388195992, -0.04193099960684776, -0.006549624260514975, -0.12641258537769318, -0.035342030227184296, 0.3210407793521881, 0.05443182587623596, -0.0022081444039940834, -0.00824763160198927, 0.0020729952957481146, -0.0037274241913110018, 0.007056484930217266, -0.1159447655081749, -0.004999725613743067, 0.04983349144458771, 0.02346508763730526, 0.0037985590752214193, -0.09386701136827469, -0.06453287601470947, -0.02414979226887226, 0.12069437652826309, 0.003103400580585003, 0.05977852642536163, -0.07625268399715424, -0.03622933849692345, -0.011567729525268078, -0.04659508913755417, 0.08468672633171082, -0.006250378675758839, 0.09943708032369614, 0.03770659118890762, 0.07400079071521759, -0.10110300779342651, 0.07389514148235321, -0.019915807992219925, -0.01074504479765892, 0.018127279356122017, 0.14063520729541779, 0.11140381544828415, 0.06893908232450485, 0.019722895696759224, -0.0763714611530304, -0.07424402981996536, -0.028345424681901932, 0.04045986384153366, -0.004726597107946873, -0.06022292748093605, -0.15778358280658722, 0.0660787969827652, -0.027603531256318092, -0.04913165047764778, 0.0031397638376802206, -0.05532248690724373, -0.09352199733257294, -0.05517558380961418, 0.19873559474945068, -0.10090342164039612, 0.031717170029878616, -0.0042197210714221, -0.039095740765333176, 0.10531063377857208, 0.010260206647217274, 0.12146767228841782, -0.09623147547245026, 0.02972603589296341, -0.055758047848939896, 0.024606209248304367, 0.011770740151405334, 0.006423251237720251, 0.044042233377695084, 0.11533932387828827, 0.03718492388725281, -0.20952963829040527, -0.0610700398683548, -0.06494274735450745, -0.004668045789003372, 0.058243121951818466, -0.05087816342711449, -0.15832190215587616, -0.035069145262241364, 0.047886889427900314, -0.12322486937046051, -0.12842312455177307, -0.08518033474683762, -0.026001041755080223, -0.019627423956990242, 0.05645384639501572, -0.10036999732255936, 0.06404118984937668, -0.08620260655879974, -0.040921419858932495, -0.049148909747600555, 0.1445648968219757, -0.13321614265441895, -0.0950891375541687, -0.1137506514787674, -0.030849913135170937, -0.10532284528017044, 0.06466826796531677, 0.005451558157801628, 0.12070569396018982, -0.12631496787071228, -0.09473739564418793, -0.005747499875724316, -0.09656685590744019, -0.010538174770772457, 0.18170565366744995, 0.01106370147317648, 0.012974194251000881, 0.06274431943893433, 0.28169742226600647, -0.07222528010606766, -0.09382352977991104, -0.036694515496492386, 0.058317605406045914, 0.004514880478382111, -0.04572455585002899, 0.09166336804628372, -0.040037091821432114, -0.00594711396843195, -0.041863229125738144, 0.018018469214439392, 0.06180882453918457, -0.03412153199315071, -0.09975054115056992, 0.06087559461593628, -0.10512424260377884, 0.02100200206041336, -0.045019976794719696, 0.06578139215707779, 0.03339788690209389, -0.029881270602345467, 0.07207480818033218, 0.10846269875764847, -0.06134044751524925, 0.014543677680194378, -0.167241171002388, 0.027878625318408012, -0.10681016743183136, -0.03354485705494881, -0.0551481693983078, 0.13181914389133453, 0.0016230120090767741, -0.03802666813135147, 0.13785859942436218, -0.047636356204748154, 0.009257424622774124, -0.015604490414261818, 0.020291943103075027, -0.057190943509340286, 0.004711358342319727, 0.049743812531232834, 0.0014115796657279134, -0.16636715829372406, 0.054841548204422, 0.005140926223248243, -0.044908810406923294, -0.11319755762815475, -0.07649030536413193, -0.054916735738515854, 0.060146722942590714, -0.05688542500138283, -0.00036462198477238417, -0.017092352733016014, 0.08199896663427353, -0.046002160757780075, 0.04105207696557045, -0.01932111568748951, -0.037013646215200424, -0.09549719840288162, 0.1496497243642807, -0.03576722741127014, 0.07256495207548141, 0.1379387229681015, -0.21007677912712097, 0.004401597194373608, 0.17510727047920227, 0.03481171652674675, -0.044089604169130325, -0.021625233814120293, 0.024974891915917397, 0.25810402631759644, -0.11038118600845337, 0.08439557254314423, -0.08649130165576935, 0.09411641955375671, 0.015069318935275078, -0.1773185431957245, 0.026017440482974052, 0.07787034660577774, -0.02380622923374176, -0.15136490762233734, 0.12554286420345306, 0.07402623444795609, -0.11474816501140594, 0.21598657965660095, 0.035453442484140396, -0.047754961997270584, -0.020382866263389587, 0.01363981980830431, -0.08316101878881454, 0.038578201085329056, -0.09811612963676453, 0.0016749934293329716, 0.02624860592186451, 0.013029037974774837, 0.09089725464582443, -0.13926735520362854, -0.011286504566669464, 0.011770772747695446, -0.06725523620843887, -0.1588721126317978, -0.08680804818868637, -0.14468958973884583, -0.0003823650476988405, -0.05477107688784599, -0.2063635289669037, 0.0490172877907753, -0.030503079295158386, -0.11936187744140625, 0.07742207497358322, -0.11455003172159195, -0.21015091240406036, -0.19438374042510986, 0.070623479783535, -0.030866609886288643, 0.07284887135028839, 0.0442819707095623, -0.13942331075668335, -0.036884840577840805, -0.010851251892745495, -0.03254157677292824, -0.0042790803126990795, -0.07124598324298859, 0.08704087138175964, -0.0018568277591839433, 0.021853139623999596, -0.08634582906961441, -0.020796988159418106, -0.03640167415142059, 0.06584702432155609, 0.03682679310441017, -0.03368543088436127, 0.0967932641506195, 0.2400161176919937, 0.01702040620148182, -0.054127223789691925, 0.049023356288671494, 0.18246354162693024, -0.08534875512123108, -0.027965648099780083, 0.05778754875063896, -0.09574351459741592, 0.011276934295892715, 0.06968464702367783, 0.06775253266096115, -0.008252892643213272, 0.009492079727351665, -0.08308430761098862, -0.052239153534173965, -0.2949148416519165, -0.13747040927410126, -0.005124540068209171, 0.003424036083742976, -0.002890713280066848, 0.03892296925187111, 0.1309029757976532, 0.06853896379470825, 0.061959415674209595, 0.04082556068897247, 0.03827717900276184, -0.0016238335520029068, 0.08427681773900986, 0.000530400313436985, 0.052088458091020584, -0.028375329449772835, -0.09958367049694061, 0.04919363185763359, 0.12687696516513824, -0.05663758143782616, 0.1875448375940323, 0.08410675078630447, 0.07248999923467636, 0.10073743760585785, 0.1160416454076767, -0.01401220727711916, 0.0969371497631073, 0.019499395042657852, -0.01186000369489193, -0.0723864883184433, -0.04951596260070801, 0.17784364521503448, 0.14163661003112793, -0.09142430871725082, 0.0732434093952179, 0.06824436038732529, 0.011713671498000622, 0.12688608467578888, 0.018331343308091164, -0.2598485052585602, 0.021462999284267426, 0.016740789636969566, -0.05092591419816017, -0.00015654486196581274, 0.12134180963039398, 0.10229963064193726, -0.04454931616783142, 0.06547341495752335, 0.12746772170066833, 0.04510229080915451, -0.146880105137825, -0.012817631475627422, -0.02579384669661522, -0.020204463973641396, 0.011272495612502098, 0.0662064254283905, -0.19867883622646332, 0.15320849418640137, 0.01169517170637846, 0.07716171443462372, 0.009602443315088749, -0.015315300785005093, -0.011721453629434109, -0.022441573441028595, 0.1715322881937027, 0.0651455670595169, -0.11148054152727127, -0.07071708887815475, -0.14860497415065765, 0.008225148543715477, 0.0837114006280899, 0.11951985210180283, -0.08892086893320084, 0.0551769956946373, 0.0025304313749074936, 0.05200544744729996, -0.13762028515338898, -0.264563649892807, -0.029121603816747665, -0.05264558643102646, 0.3294442892074585, 0.021222544834017754, 0.02839452587068081, -0.04963468760251999, -0.11988207697868347, 0.004154276102781296, -0.11320244520902634, -0.04492992162704468, 0.006290014833211899, -0.15146037936210632, 0.09824568033218384, -0.031016450375318527, 0.03158460557460785, 0.10682107508182526, -0.0017123345751315355, -0.01101062260568142, -0.01307706069201231, 0.12727391719818115, -0.12501966953277588, -0.07776304334402084, -0.02706517092883587, 0.055523183196783066, 0.1688683032989502, 0.04947439953684807, 0.034473955631256104, -0.012247738428413868, -0.016757797449827194, -0.07271077483892441, 0.06471878290176392, 0.11256571859121323, -0.16134294867515564, 0.14480173587799072, 0.010001084767282009, -0.23245187103748322, -0.15715444087982178, -0.06435533612966537, 0.10107852518558502, 0.18220201134681702, -0.004033043049275875, 0.08642961084842682, 0.3186679184436798, -0.06140337139368057, -0.1957746148109436, -0.16350257396697998, 0.09144153445959091, -0.01297865528613329, 0.0002726486709434539, -0.13281962275505066, 0.10957500338554382, -0.018394144251942635, -0.06817388534545898, 0.014581916853785515, -0.15537326037883759, -0.1323375254869461, 0.22612601518630981, -0.1128593161702156, 0.08087889105081558, -0.041141077876091, -0.07256143540143967, -0.10497154295444489, -0.010722849518060684, 0.1043633222579956, 0.12778015434741974, 0.06324101984500885, 0.06911582499742508, 0.10124420374631882, -0.015997137874364853, 0.020345624536275864, 0.13262854516506195, 0.19523818790912628, -0.047062162309885025, -0.006829370744526386, 0.020287547260522842, -0.02105640061199665, 0.091850645840168, 0.08886034786701202, 0.10129960626363754, -0.050370484590530396, -0.12861710786819458, -0.07063967734575272, -0.057227376848459244, 0.03067256510257721, 0.09113126248121262, -0.07263442873954773, -0.017749691382050514, -0.05514135956764221, 0.06699960678815842, 0.07341716438531876, 0.22779536247253418, -0.056485626846551895, -0.04030892625451088, 0.24223853647708893, 0.11974947899580002, -0.026630064472556114, -0.09915953129529953, 0.00392327643930912, -0.09859128296375275, 0.0932231992483139, -0.10189136862754822, 0.05965065583586693, 0.03481860086321831, -0.005220942199230194, 0.08306140452623367, 0.06799931824207306, -0.12965840101242065, 0.034656230360269547, 0.10147125273942947, -0.032450105994939804, 0.001831226167269051, -0.020912133157253265, 0.039911285042762756, 0.17574729025363922, -0.007392561063170433, 0.1188158169388771, -0.13026826083660126, -0.006123615428805351, -0.017706116661429405, 0.07511426508426666, -0.19832678139209747, 0.2116221785545349, 0.14426176249980927, -0.01581144519150257, -0.11192907392978668, 0.19296489655971527, 0.04531753435730934, 0.014164667576551437, 0.06563779711723328, -0.05794136971235275, -0.03936269134283066, -0.05360470712184906, -0.10565225780010223, 0.01058394555002451, -0.19328884780406952, -0.23589110374450684, -0.017534926533699036, -0.035098545253276825, 0.0021524529438465834, -0.13750900328159332, 0.043587811291217804, -0.0430208183825016, -0.003812642302364111, -0.0011435272172093391, -0.00033487402833998203, -0.02054988406598568, 0.10308091342449188, 0.03486761078238487, -0.18785490095615387, -0.13893719017505646, 0.0339805893599987, 0.060244396328926086, -0.0695018395781517, -0.009342345409095287, -0.03423174098134041, 0.08802022784948349, 0.040346864610910416, 0.06596459448337555, -0.09130498766899109, 0.00023449357831850648, 0.03789643943309784, -0.03835532069206238, -0.05650797486305237, 0.0717814639210701, -0.08733414113521576, 0.02229473926126957, 0.03933655843138695, 0.06764918565750122, -0.05396062135696411, -0.013336231000721455, 0.014928699471056461, -0.003080669092014432, -0.008246652781963348, 0.11120369285345078, -0.105282723903656, 0.0375688262283802, -0.2537357807159424, -0.019971782341599464, 0.19279524683952332, 0.07877537608146667, -0.009498119354248047, -0.0062035261653363705, -0.018831847235560417, 0.12152232974767685, 0.030769186094403267, -0.06110396608710289, 0.07464354485273361, -0.051765333861112595, -0.01303680706769228, -0.15899132192134857, -0.07053329050540924, -0.043169599026441574, -0.003339378396049142, 0.14044025540351868, 0.06533051282167435, 0.1711796522140503, -0.061821065843105316, -0.013207313604652882, 0.014781530946493149, 0.04901799187064171, 0.010481569916009903, -0.022925764322280884, -0.03400572016835213, -0.01692546159029007, -0.011711225844919682, -0.06843502819538116, 0.19819281995296478, -0.011090236715972424, -0.07705104351043701, -0.021507995203137398, -0.05035895109176636, -0.048245664685964584, 0.010264702141284943, 0.1907586306333542, -0.0029973620548844337, -0.03596211224794388, -0.13248281180858612, -0.014683672226965427, 0.07980941236019135, 0.12450510263442993, -0.15152134001255035, 0.044409044086933136, -0.046038828790187836, 0.14943073689937592, 0.08533869683742523, -0.03302085027098656, -0.1073596179485321, 0.0030644177459180355, -0.054095178842544556, 0.04496518522500992, 0.0017297822050750256, 0.011956536211073399, 0.09900394827127457, -0.034149885177612305, 0.01634945720434189, 0.0034811964724212885, -0.06229293718934059, -0.2015375792980194, -0.12411493062973022, -0.09130111336708069, -0.20127688348293304, 0.03415315970778465, -0.0680689662694931, 0.019248349592089653, 0.12200989574193954, 0.016225920990109444, 0.00043475368875078857, 0.07517241686582565, -0.051260948181152344, -0.07511508464813232, 0.051450129598379135, -0.07874761521816254, -0.02481953054666519, -0.13168486952781677, -0.029505237936973572, 0.12053194642066956, 0.014547912403941154, 0.013739879243075848, -0.028280429542064667, -0.0805949717760086, 0.08250004053115845, 0.014874997548758984, -0.04020283371210098, -0.04105067998170853, 0.015207956545054913, 0.03901856765151024, 0.03684015944600105, 0.07619009912014008, -0.10566142201423645, 0.05712904408574104, 0.08773293346166611, -0.059628866612911224, -0.13781975209712982, -0.05729399248957634, 0.11381855607032776, 0.0008100551785901189, 0.16393502056598663, -0.060656167566776276, -0.08151739090681076, -0.05460696667432785, 0.11094561964273453, 0.1864888221025467, -0.032368842512369156, -0.027344100177288055, -0.09376152604818344, 0.022502955049276352, -0.10762876272201538, 0.015575834549963474, 0.04889894276857376, 0.2048134207725525, -0.008287986740469933, 0.02603542059659958, -0.13855943083763123, -0.02369803935289383, -0.011008042842149734, -0.009401650168001652, 0.031739991158246994, -0.08493651449680328, -0.06056820973753929, 0.15756329894065857, -0.29132190346717834, -0.031477492302656174, -0.0941302627325058, -0.006554873194545507, -0.012550660409033298, 0.016147825866937637, 0.1014527827501297, 0.12660637497901917, 0.06603366881608963, -0.06520218402147293, -0.04259791597723961, -0.07989151030778885, 0.03456564620137215, -0.15799599885940552, 0.11086123436689377, -0.06423081457614899, -0.10180533677339554, 0.09449867904186249, 0.03115367703139782, 0.2709965407848358, -0.01761774905025959, 0.09240856766700745, 0.0543653704226017, 0.1564471572637558, -0.004904312081634998, 0.025312786921858788, 0.04487697035074234, 0.08106286823749542, -0.0040166196413338184, 0.10410602390766144, 0.04094471409916878, -0.09311007708311081, 0.029982535168528557, 0.05084659904241562, -0.02774658612906933, -0.12699802219867706, -0.022108545526862144, -0.0894000306725502, 0.08122657239437103, -0.09646538645029068, -0.04563336446881294, -0.03482591360807419, 0.011530048213899136, 0.09433501213788986, 0.0062634022906422615, -0.03434707596898079, 0.008207432925701141, -0.15882709622383118, -0.06146407872438431, -0.12150021642446518, 0.10514865070581436, -0.0027184314094483852, 0.0584566630423069, -0.13473600149154663, -0.07069028913974762, -0.012930484488606453, -0.0002771990839391947, 0.08004916459321976, 0.006876695901155472, -0.027572598308324814, -0.07541156560182571, 0.048346661031246185, 0.04602149873971939, -0.030596116557717323, -0.12040034681558609 ]
null
null
espnet
## Example ESPnet2 ASR model ### `kamo-naoyuki/wsj_transformer2` ♻️ Imported from https://zenodo.org/record/4243201/ This model was trained by kamo-naoyuki using wsj/asr1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "en", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["wsj"]}
automatic-speech-recognition
espnet/kamo-naoyuki_wsj_transformer2
[ "espnet", "audio", "automatic-speech-recognition", "en", "dataset:wsj", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "en" ]
TAGS #espnet #audio #automatic-speech-recognition #en #dataset-wsj #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 ASR model ### 'kamo-naoyuki/wsj_transformer2' ️ Imported from URL This model was trained by kamo-naoyuki using wsj/asr1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/wsj_transformer2'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using wsj/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-wsj #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 ASR model", "### 'kamo-naoyuki/wsj_transformer2'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using wsj/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 48, 9, 50, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #en #dataset-wsj #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 ASR model### 'kamo-naoyuki/wsj_transformer2'\n️ Imported from URL\n\nThis model was trained by kamo-naoyuki using wsj/asr1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.035250771790742874, 0.02474207989871502, 0.00013931264402344823, -0.02756759151816368, 0.09065303206443787, -0.06266015022993088, 0.19223548471927643, 0.014196016825735569, 0.134724959731102, -0.03981728479266167, 0.09684748202562332, 0.1371563822031021, 0.027562914416193962, 0.10082943737506866, 0.029320331290364265, -0.16276893019676208, 0.007776129990816116, -0.0016701195854693651, 0.013659091666340828, 0.09188124537467957, 0.14985063672065735, -0.009034385904669762, 0.08583391457796097, 0.061295196413993835, 0.02971251681447029, 0.0743178054690361, -0.012622768990695477, -0.1770177036523819, 0.017306044697761536, 0.04982122778892517, 0.04130924865603447, 0.03201654180884361, 0.10301114618778229, -0.24959443509578705, -0.004076604265719652, -0.07241913676261902, -0.002646596636623144, 0.020822027698159218, 0.04765865206718445, 0.03810014948248863, -0.004387804307043552, 0.03580833971500397, -0.016676615923643112, 0.023772241547703743, -0.04317295923829079, -0.03345701843500137, 0.05746211111545563, 0.10300038009881973, 0.1077904924750328, 0.11529747396707535, -0.03926779329776764, 0.08002457767724991, -0.12569640576839447, 0.03039078786969185, -0.011683370918035507, -0.16234055161476135, 0.05224907025694847, -0.01925332471728325, -0.001096404273994267, 0.11705730110406876, 0.031076185405254364, -0.009324019774794579, 0.08059795945882797, 0.025117473676800728, -0.08881775289773941, -0.01595248281955719, -0.0451282300055027, -0.009016635827720165, -0.12891244888305664, -0.04629766568541527, 0.29584982991218567, 0.0529119148850441, -0.007024245336651802, -0.008159580640494823, -0.006956989876925945, -0.011012079194188118, 0.0016396341379731894, -0.11246549338102341, -0.006470908876508474, 0.04301248863339424, 0.0164569653570652, -0.0024012683425098658, -0.08823022246360779, -0.06673511117696762, -0.03212403506040573, 0.12229842692613602, -0.0051239896565675735, 0.058221522718667984, -0.08745131641626358, -0.03301696851849556, -0.003943856339901686, -0.04868519678711891, 0.08730028569698334, -0.0076922206208109856, 0.08282212167978287, 0.029246995225548744, 0.0667065978050232, -0.1162705197930336, 0.06936661899089813, -0.01393168605864048, -0.009573452174663544, 0.014840063638985157, 0.14170879125595093, 0.10410353541374207, 0.058420706540346146, 0.044008441269397736, -0.08733056485652924, -0.06849502772092819, -0.027336496859788895, 0.05061686411499977, -0.005125477910041809, -0.05672644078731537, -0.15866436064243317, 0.06337485462427139, -0.028937559574842453, -0.05249076709151268, 0.012978598475456238, -0.04629632830619812, -0.08808382600545883, -0.05685307830572128, 0.2093118578195572, -0.10979939997196198, 0.02805335819721222, -0.00456052552908659, -0.037312909960746765, 0.10716637969017029, 0.019640643149614334, 0.11030391603708267, -0.09089777618646622, 0.02667083963751793, -0.05946331098675728, 0.02671278826892376, 0.009814242832362652, -0.0009384351433254778, 0.04095233976840973, 0.10619480162858963, 0.031279999762773514, -0.20252783596515656, -0.06542372703552246, -0.058120280504226685, -0.005806881468743086, 0.059671200811862946, -0.05343002825975418, -0.15541326999664307, -0.0407550074160099, 0.04817865788936615, -0.12372081726789474, -0.14423313736915588, -0.07684582471847534, -0.02545430138707161, 0.0008210184751078486, 0.06840059906244278, -0.10252451151609421, 0.07600007206201553, -0.0922209620475769, -0.03266831859946251, -0.07013795524835587, 0.16453249752521515, -0.13336466252803802, -0.09012268483638763, -0.12003709375858307, -0.02857993170619011, -0.10423099994659424, 0.06279268860816956, 0.0019053731812164187, 0.12044312804937363, -0.12390270084142685, -0.10771020501852036, 0.004568369593471289, -0.09817735105752945, -0.011396744288504124, 0.1767260879278183, 0.00991146918386221, 0.0010488947154954076, 0.07471256703138351, 0.2651715874671936, -0.056659996509552, -0.07763968408107758, -0.04924420639872551, 0.06159255653619766, -0.015053186565637589, -0.04888298735022545, 0.08605588972568512, -0.037515752017498016, 0.014996330253779888, -0.043291304260492325, 0.011084388010203838, 0.07691816985607147, -0.03299025818705559, -0.09975551068782806, 0.05338791385293007, -0.10831096023321152, 0.03204629570245743, -0.03571707755327225, 0.06283379346132278, 0.04522871971130371, -0.02927585504949093, 0.0931847020983696, 0.10374721884727478, -0.06617709994316101, 0.017233921214938164, -0.16892385482788086, 0.021652130410075188, -0.13305212557315826, -0.02897564508020878, -0.07294975221157074, 0.12164128571748734, -0.00845463015139103, -0.04501798748970032, 0.1358453929424286, -0.047074638307094574, 0.023221543058753014, -0.014080493710935116, 0.01560904085636139, -0.06298613548278809, 0.0031639263033866882, 0.0550653450191021, 0.006332674995064735, -0.16650305688381195, 0.047717414796352386, -0.002183758420869708, -0.030392436310648918, -0.1208236962556839, -0.07241315394639969, -0.055858831852674484, 0.06404715776443481, -0.041477739810943604, -0.0031612336169928312, -0.008755648508667946, 0.07973286509513855, -0.04155396670103073, 0.028093500062823296, -0.021494224667549133, -0.04577736184000969, -0.09625674784183502, 0.1500684916973114, -0.04315599799156189, 0.07055307179689407, 0.13959792256355286, -0.20134547352790833, 0.001931315171532333, 0.1836477369070053, 0.03365389257669449, -0.03903917223215103, -0.013172466307878494, 0.027591662481427193, 0.26580575108528137, -0.09879742562770844, 0.09942464530467987, -0.07364365458488464, 0.09979180246591568, 0.017598554491996765, -0.17507979273796082, 0.03111935406923294, 0.08151178061962128, -0.034570734947919846, -0.1609990894794464, 0.12927928566932678, 0.07505211234092712, -0.11619218438863754, 0.20028160512447357, 0.03212482109665871, -0.058911390602588654, -0.009882048703730106, 0.009697895497083664, -0.07499650120735168, 0.025369983166456223, -0.08219049870967865, 0.0006527913501486182, 0.02755296789109707, 0.0036891642957925797, 0.08245180547237396, -0.13388212025165558, -0.0030275832396000624, 0.01817183941602707, -0.06775320321321487, -0.16985680162906647, -0.0820075199007988, -0.13503822684288025, 0.0007817790610715747, -0.046649105846881866, -0.20453470945358276, 0.058304570615291595, -0.021275408565998077, -0.11355266720056534, 0.08204614371061325, -0.1081898957490921, -0.21320903301239014, -0.2067779153585434, 0.06452352553606033, -0.021697308868169785, 0.07586688548326492, 0.032799530774354935, -0.14739491045475006, -0.035538990050554276, -0.014086768962442875, -0.021964143961668015, -0.004137217998504639, -0.07244942337274551, 0.09263410419225693, -0.002566002309322357, 0.028784288093447685, -0.08043559640645981, -0.016607094556093216, -0.03984525054693222, 0.0645386129617691, 0.030154118314385414, -0.029508493840694427, 0.09487705677747726, 0.2469886839389801, 0.003264421597123146, -0.0476655587553978, 0.05328492820262909, 0.17751272022724152, -0.08543171733617783, -0.03093853034079075, 0.06292051821947098, -0.09869866818189621, 0.01234291773289442, 0.07498733699321747, 0.060649510473012924, -0.0007146124844439328, 0.006145099643617868, -0.08104271441698074, -0.051907360553741455, -0.2911604344844818, -0.13492879271507263, -0.00854802131652832, -0.002497664885595441, 0.003911788109689951, 0.03769683837890625, 0.12467119097709656, 0.07085231691598892, 0.062055595219135284, 0.045697230845689774, 0.03167254850268364, -0.0037991725839674473, 0.11137687414884567, 0.000984359416179359, 0.05411040410399437, -0.03663521260023117, -0.10526783019304276, 0.047254301607608795, 0.12046990543603897, -0.053174808621406555, 0.18326924741268158, 0.0939481183886528, 0.06608327478170395, 0.08227800577878952, 0.11457633227109909, -0.01137611921876669, 0.09762291610240936, 0.011520866304636002, -0.009061080403625965, -0.07244852930307388, -0.05830508843064308, 0.1748093068599701, 0.13815587759017944, -0.08082282543182373, 0.07365556806325912, 0.08393446356058121, 0.0058555020950734615, 0.1348150074481964, 0.026511503383517265, -0.2890934348106384, 0.01038219965994358, 0.011680670082569122, -0.05124618858098984, 0.007865287363529205, 0.10770977288484573, 0.10150887072086334, -0.04011061415076256, 0.06434257328510284, 0.11767368763685226, 0.04557039961218834, -0.15396474301815033, -0.012258785776793957, -0.03167310357093811, -0.0037089912220835686, 0.013744930736720562, 0.06165583059191704, -0.2084055244922638, 0.14905308187007904, 0.01517703291028738, 0.07453731447458267, 0.02494242787361145, -0.01303132064640522, -0.012118066661059856, -0.006254779174923897, 0.16466565430164337, 0.0620165690779686, -0.10062053054571152, -0.08658431470394135, -0.14455731213092804, 0.005313211586326361, 0.08014524728059769, 0.13111156225204468, -0.07918552309274673, 0.047866422683000565, -0.0012714541517198086, 0.05383113771677017, -0.1365351676940918, -0.2573053240776062, -0.03942494094371796, -0.05261411517858505, 0.32733458280563354, 0.028900915756821632, 0.03180721029639244, -0.053823623806238174, -0.10332226753234863, -0.0008961470448412001, -0.1108846440911293, -0.03987880051136017, -0.002025580033659935, -0.13954244554042816, 0.10948262363672256, -0.038053225725889206, 0.03454291447997093, 0.10074954479932785, -0.0027236875612288713, -0.008388281799852848, -0.023957712575793266, 0.12726762890815735, -0.12429141998291016, -0.07903458923101425, -0.016930388286709785, 0.04274343326687813, 0.15885530412197113, 0.052530255168676376, 0.03472606837749481, -0.0056832097470760345, -0.017215872183442116, -0.06705566495656967, 0.06655322760343552, 0.1209428459405899, -0.1696363389492035, 0.14848847687244415, 0.015235628001391888, -0.22647561132907867, -0.1413455307483673, -0.04571736603975296, 0.10962784290313721, 0.16951990127563477, -0.009487275034189224, 0.09163253009319305, 0.3108963668346405, -0.05824055150151253, -0.19798710942268372, -0.16041231155395508, 0.08701228350400925, -0.011303165927529335, 0.01154129859060049, -0.13214807212352753, 0.11908254772424698, -0.031009435653686523, -0.0647556483745575, -0.0006795809604227543, -0.16353560984134674, -0.1224062368273735, 0.24325315654277802, -0.11347198486328125, 0.0723096951842308, -0.04230189323425293, -0.07132519036531448, -0.11521974205970764, -0.01630706526339054, 0.10461919754743576, 0.13081856071949005, 0.07095826417207718, 0.05983513221144676, 0.103223517537117, -0.014962634071707726, 0.01727737858891487, 0.11558847874403, 0.19840095937252045, -0.051732927560806274, -0.005137318279594183, 0.008300022222101688, -0.004263747483491898, 0.08934199810028076, 0.09876546263694763, 0.09880024939775467, -0.04140665382146835, -0.12087591737508774, -0.07120566070079803, -0.0648302435874939, 0.025344165042042732, 0.10138038545846939, -0.06066717952489853, -0.013205447234213352, -0.05929035320878029, 0.07291994988918304, 0.07521703094244003, 0.22785712778568268, -0.06735576689243317, -0.04995859041810036, 0.23433862626552582, 0.12751087546348572, -0.023607395589351654, -0.11815761029720306, 0.00017635690164752305, -0.08993411064147949, 0.09080961346626282, -0.11324676126241684, 0.07168412953615189, 0.0316254086792469, 0.0008416393538936973, 0.0898299440741539, 0.07089418172836304, -0.11962281912565231, 0.03291192278265953, 0.09698677808046341, -0.01820741966366768, -0.01139149721711874, -0.014232766814529896, 0.029034949839115143, 0.15068770945072174, 0.004039558582007885, 0.12198833376169205, -0.13428640365600586, -0.006681856699287891, -0.01772155612707138, 0.07084084302186966, -0.20379814505577087, 0.2159436196088791, 0.14970044791698456, -0.012683349661529064, -0.11541199684143066, 0.19193238019943237, 0.04508206248283386, 0.002849140902981162, 0.0694577544927597, -0.0572548545897007, -0.041968218982219696, -0.04895627126097679, -0.10964362323284149, 0.008823483251035213, -0.20188139379024506, -0.22567085921764374, -0.025383830070495605, -0.03184489160776138, 0.010063953697681427, -0.12817461788654327, 0.04153287038207054, -0.03520927578210831, -0.021002724766731262, -0.012610691599547863, -0.013977434486150742, -0.016846906393766403, 0.10367850959300995, 0.03927876427769661, -0.194932758808136, -0.1336224526166916, 0.025610515847802162, 0.06217971071600914, -0.07018623501062393, -0.006650699768215418, -0.028253866359591484, 0.08487468212842941, 0.03199530392885208, 0.05555354803800583, -0.09042569249868393, 0.0022262567654252052, 0.036905817687511444, -0.037147969007492065, -0.05216610059142113, 0.07359486818313599, -0.09201137721538544, 0.02034514583647251, 0.03978273645043373, 0.072232685983181, -0.06508570164442062, -0.009130810387432575, 0.007961681112647057, 0.0015505568590015173, -0.006761858239769936, 0.10315710306167603, -0.11594617366790771, 0.024141646921634674, -0.25663238763809204, -0.04142674803733826, 0.19263111054897308, 0.07400684803724289, -0.0020609635394066572, -0.0073064290918409824, -0.014519897289574146, 0.12201745808124542, 0.035642415285110474, -0.053546786308288574, 0.07919351011514664, -0.050928059965372086, -0.009420801885426044, -0.1658913940191269, -0.06355777382850647, -0.0484052374958992, 0.005576721392571926, 0.1414814591407776, 0.06714046746492386, 0.18441294133663177, -0.06776704639196396, -0.015210367739200592, 0.0012285257689654827, 0.042293719947338104, 0.007742130663245916, -0.02144565060734749, -0.04304176941514015, -0.017109142616391182, -0.008379164151847363, -0.05765792354941368, 0.18607129156589508, -0.019425293430685997, -0.06889013946056366, -0.018412502482533455, -0.04332258179783821, -0.045358266681432724, 0.013687938451766968, 0.19453659653663635, 0.005211315117776394, -0.039501968771219254, -0.1128614991903305, -0.005084598436951637, 0.07645735889673233, 0.13570085167884827, -0.14748099446296692, 0.04815766215324402, -0.070103220641613, 0.15605680644512177, 0.08502533286809921, -0.02943333238363266, -0.09728366881608963, 0.020331216976046562, -0.06365901231765747, 0.05198707804083824, -0.0007861190824769437, 0.01967371068894863, 0.1044691726565361, -0.022043218836188316, 0.02706419862806797, 0.009510191157460213, -0.06608641892671585, -0.19658829271793365, -0.1186375766992569, -0.09073774516582489, -0.21366100013256073, 0.03464376926422119, -0.0693376436829567, 0.014944582246243954, 0.13770253956317902, 0.011819391511380672, 0.002439250936731696, 0.08720608055591583, -0.03780796006321907, -0.072336345911026, 0.04587336257100105, -0.08600399643182755, -0.022256923839449883, -0.126414954662323, -0.02593345008790493, 0.1300160437822342, 0.01543623860925436, 0.02059079520404339, -0.02560279332101345, -0.07820802181959152, 0.09241056442260742, 0.01158901397138834, -0.04663970321416855, -0.037680987268686295, 0.02885216847062111, 0.04217559099197388, 0.0270454753190279, 0.07351315766572952, -0.11108110845088959, 0.05176366865634918, 0.08638917654752731, -0.06257599592208862, -0.13972283899784088, -0.06399287283420563, 0.1361348181962967, 0.015307165682315826, 0.16520729660987854, -0.06424693018198013, -0.0874347910284996, -0.05547667294740677, 0.10056129842996597, 0.18215371668338776, -0.0361030139029026, -0.03378627449274063, -0.10180322080850601, 0.023438487201929092, -0.10552647709846497, 0.010203256271779537, 0.047713201493024826, 0.19000951945781708, -0.012787883169949055, 0.01991744339466095, -0.13058772683143616, -0.036494191735982895, -0.0007019990007393062, -0.012141917832195759, 0.0335729606449604, -0.07484625279903412, -0.059512969106435776, 0.1591692715883255, -0.28567448258399963, -0.031923796981573105, -0.09527057409286499, -0.00889615062624216, -0.008881124667823315, 0.0022115414030849934, 0.10237438976764679, 0.1259206384420395, 0.06292843818664551, -0.06044955551624298, -0.04274923354387283, -0.06839471310377121, 0.030465733259916306, -0.16627180576324463, 0.11129783093929291, -0.06173186004161835, -0.12854032218456268, 0.08040972054004669, 0.02792365662753582, 0.2599698305130005, -0.007367261219769716, 0.09110751003026962, 0.05100389942526817, 0.14610841870307922, -0.015725478529930115, 0.024657312780618668, 0.047899309545755386, 0.08848542720079422, -0.0007549025467596948, 0.10267885774374008, 0.0313260480761528, -0.10247796773910522, 0.029725804924964905, 0.025071438401937485, -0.030781345441937447, -0.12595099210739136, -0.03463001549243927, -0.07901761680841446, 0.0804169625043869, -0.08091452717781067, -0.04416075721383095, -0.02048744261264801, 0.002697461051866412, 0.08891422301530838, 0.01332288607954979, -0.033647891134023666, -0.006109570153057575, -0.1462971419095993, -0.06018921732902527, -0.1246359720826149, 0.09420758485794067, -0.010321391746401787, 0.05323871225118637, -0.13293257355690002, -0.07302629947662354, -0.005841138307005167, 0.003050390165299177, 0.0832902044057846, 0.01360870897769928, -0.027400363236665726, -0.07540538161993027, 0.05181575194001198, 0.05157766118645668, -0.045048587024211884, -0.11387591809034348 ]
null
null
espnet
## ESPnet2 ASR model ### `espnet/kan-bayashi_csj_asr_train_asr_conformer` This model was trained by Nelson Yalta using csj recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```bash cd espnet git checkout 0d8cd47dd3572248b502bc831cd305e648170233 pip install -e . cd egs2/csj/asr1 ./run.sh --skip_data_prep false --skip_train true --download_model espnet/kan-bayashi_csj_asr_train_asr_conformer ``` ## ASR config <details><summary>expand</summary> ``` config: conf/tuning/train_asr_conformer.yaml print_config: false log_level: INFO dry_run: false iterator_type: sequence output_dir: exp/asr_train_asr_conformer_raw_char_sp ngpu: 1 seed: 0 num_workers: 1 num_att_plot: 3 dist_backend: nccl dist_init_method: env:// dist_world_size: 4 dist_rank: 0 local_rank: 0 dist_master_addr: localhost dist_master_port: 47308 dist_launcher: null multiprocessing_distributed: true cudnn_enabled: true cudnn_benchmark: false cudnn_deterministic: true collect_stats: false write_collected_feats: false max_epoch: 100 patience: null val_scheduler_criterion: - valid - loss early_stopping_criterion: - valid - loss - min best_model_criterion: - - valid - acc - max keep_nbest_models: 10 grad_clip: 5.0 grad_clip_type: 2.0 grad_noise: false accum_grad: 6 no_forward_run: false resume: true train_dtype: float32 use_amp: false log_interval: null pretrain_path: [] pretrain_key: [] num_iters_per_epoch: null batch_size: 20 valid_batch_size: null batch_bins: 15000000 valid_batch_bins: null train_shape_file: - exp/asr_stats_raw_sp/train/speech_shape - exp/asr_stats_raw_sp/train/text_shape.char valid_shape_file: - exp/asr_stats_raw_sp/valid/speech_shape - exp/asr_stats_raw_sp/valid/text_shape.char batch_type: numel valid_batch_type: null fold_length: - 80000 - 150 sort_in_batch: descending sort_batch: descending multiple_iterator: false chunk_length: 500 chunk_shift_ratio: 0.5 num_cache_chunks: 1024 train_data_path_and_name_and_type: - - dump/raw/train_nodup_sp/wav.scp - speech - sound - - dump/raw/train_nodup_sp/text - text - text valid_data_path_and_name_and_type: - - dump/raw/train_dev/wav.scp - speech - sound - - dump/raw/train_dev/text - text - text allow_variable_data_keys: false max_cache_size: 0.0 valid_max_cache_size: null optim: adam optim_conf: lr: 0.002 scheduler: warmuplr scheduler_conf: warmup_steps: 25000 token_list: - <blank> - <unk> - "\u306E" - "\u3044" - "\u3067" - "\u3068" - "\u30FC" - "\u3066" - "\u3046" - "\u307E" - "\u3059" - "\u3057" - "\u306B" - "\u3063" - "\u306A" - "\u3048" - "\u305F" - "\u3053" - "\u304C" - "\u304B" - "\u306F" - "\u308B" - "\u3042" - "\u3093" - "\u308C" - "\u3082" - "\u3092" - "\u305D" - "\u308A" - "\u3089" - "\u3051" - "\u304F" - "\u3069" - "\u3088" - "\u304D" - "\u3060" - "\u304A" - "\u30F3" - "\u306D" - "\u4E00" - "\u3055" - "\u30B9" - "\u8A00" - "\u3061" - "\u3064" - "\u5206" - "\u30C8" - "\u3084" - "\u4EBA" - "\u30EB" - "\u601D" - "\u308F" - "\u6642" - "\u65B9" - "\u3058" - "\u30A4" - "\u884C" - "\u4F55" - "\u307F" - "\u5341" - "\u30E9" - "\u4E8C" - "\u672C" - "\u8A9E" - "\u5927" - "\u7684" - "\u30AF" - "\u30BF" - "\u308D" - "\u3070" - "\u3087" - "\u3083" - "\u97F3" - "\u51FA" - "\u305B" - "\u30C3" - "\u5408" - "\u65E5" - "\u4E2D" - "\u751F" - "\u4ECA" - "\u898B" - "\u30EA" - "\u9593" - "\u8A71" - "\u3081" - "\u30A2" - "\u5F8C" - "\u81EA" - "\u305A" - "\u79C1" - "\u30C6" - "\u4E0A" - "\u5E74" - "\u5B66" - "\u4E09" - "\u30B7" - "\u5834" - "\u30C7" - "\u5B9F" - "\u5B50" - "\u4F53" - "\u8003" - "\u5BFE" - "\u7528" - "\u6587" - "\u30D1" - "\u5F53" - "\u7D50" - "\u5EA6" - "\u5165" - "\u8A33" - "\u30D5" - "\u98A8" - "\u30E0" - "\u30D7" - "\u6700" - "\u30C9" - "\u30EC" - "\u30ED" - "\u4F5C" - "\u6570" - "\u76EE" - "\u30B8" - "\u95A2" - "\u30B0" - "\u767A" - "\u8005" - "\u5B9A" - "\u3005" - "\u3050" - "\u30B3" - "\u4E8B" - "\u624B" - "\u5168" - "\u5909" - "\u30DE" - "\u6027" - "\u8868" - "\u4F8B" - "\u52D5" - "\u8981" - "\u5148" - "\u524D" - "\u610F" - "\u90E8" - "\u4F1A" - "\u6301" - "\u30E1" - "\u5316" - "\u9054" - "\u4ED8" - "\u5F62" - "\u73FE" - "\u4E94" - "\u30AB" - "\u3079" - "\u53D6" - "\u56DE" - "\u5E38" - "\u4F7F" - "\u611F" - "\u66F8" - "\u6C17" - "\u6CD5" - "\u7A0B" - "\u3071" - "\u56DB" - "\u591A" - "\u8272" - "\u30BB" - "\u7406" - "\u975E" - "\u30D0" - "\u58F0" - "\u5358" - "\u756A" - "\uFF21" - "\u6210" - "\u540C" - "\u901A" - "\u30A3" - "\u679C" - "\u30AD" - "\u554F" - "\u984C" - "\u69CB" - "\u56FD" - "\u6765" - "\u9AD8" - "\u6B21" - "\u9A13" - "\u3052" - "\u30C1" - "\u4EE5" - "\u3054" - "\u4EE3" - "\u30E2" - "\u30AA" - "\u51C4" - "\u7279" - "\u77E5" - "\u30E5" - "\u7269" - "\u660E" - "\u70B9" - "\u5473" - "\u767E" - "\u89E3" - "\u8FD1" - "\u8B58" - "\u5730" - "\u540D" - "\u805E" - "\u4E0B" - "\u5C0F" - "\u6559" - "\u30B5" - "\u70BA" - "\u4E5D" - "\u30D6" - "\u5BB6" - "\u30CB" - "\u521D" - "\u30D9" - "\u30E7" - "\u5C11" - "\u8A8D" - "\u8AD6" - "\u529B" - "\u516D" - "\u30D3" - "\u60C5" - "\u7FD2" - "\u30A6" - "\u7ACB" - "\u5FC3" - "\u8ABF" - "\u5831" - "\u30A8" - "\uFF24" - "\uFF2E" - "\u793A" - "\u793E" - "\u9055" - "\u969B" - "\u3056" - "\u8AAC" - "\u5FDC" - "\u98DF" - "\u72B6" - "\u9577" - "\u7814" - "\u6821" - "\u5185" - "\u639B" - "\u30DF" - "\u5916" - "\u5411" - "\u80FD" - "\u516B" - "\u9762" - "\u7A76" - "\u7136" - "\u3073" - "\u30D4" - "\u4E3B" - "\u4FC2" - "\u5024" - "\u91CD" - "\u8A5E" - "\u4F9B" - "\u5F97" - "\u5FC5" - "\u5973" - "\u78BA" - "\u7D42" - "\u30BA" - "\u6BCD" - "\u696D" - "\u7387" - "\u65B0" - "\u6D3B" - "\u697D" - "\u8449" - "\u8A08" - "\u30CA" - "\u3080" - "\u6240" - "\u4E16" - "\u6B63" - "\u30E3" - "\u8A18" - "\u671F" - "\u5207" - "\u3078" - "\u6A5F" - "\u30DA" - "\u5343" - "\u985E" - "\u5143" - "\u614B" - "\u826F" - "\u5728" - "\u6709" - "\u30C0" - "\u4E03" - "\uFF23" - "\u5225" - "\u30EF" - "\u691C" - "\u7D9A" - "\u9078" - "\u57FA" - "\u76F8" - "\u6708" - "\u4FA1" - "\u7D20" - "\u4ED6" - "\u6BD4" - "\u9023" - "\u96C6" - "\u30A7" - "\u307B" - "\u4F4D" - "\u597D" - "\uFF2D" - "\u5F37" - "\u4E0D" - "\u5FA1" - "\u6790" - "\u30DD" - "\u7121" - "\u89AA" - "\u53D7" - "\u3086" - "\u7F6E" - "\u8C61" - "\u4ED5" - "\u5F0F" - "\u30CD" - "\u6307" - "\u8AAD" - "\u6C7A" - "\u8ECA" - "\u96FB" - "\u904E" - "\u30B1" - "\u8A55" - "\u5229" - "\u6B8B" - "\u8D77" - "\u30CE" - "\u7D4C" - "\u56F3" - "\u4F1D" - "\u500B" - "\u30C4" - "\u7BC0" - "\u9053" - "\u5E73" - "\u91D1" - "\u899A" - "\uFF34" - "\u4F4F" - "\u59CB" - "\u63D0" - "\u5B58" - "\u5171" - "\u30DB" - "\u7B2C" - "\u7D44" - "\u89B3" - "\u80B2" - "\u6771" - "\u305E" - "\u958B" - "\u52A0" - "\u5F15" - "\uFF33" - "\u53E3" - "\u6C34" - "\u5BB9" - "\u5468" - "\u5B87" - "\u7D04" - "\u5B57" - "\u3076" - "\u9803" - "\u3072" - "\u5B99" - "\u6BB5" - "\u30BD" - "\u97FF" - "\u30DC" - "\u53CB" - "\u91CF" - "\u6599" - "\u3085" - "\u5CF6" - "\u8EAB" - "\u76F4" - "\u753B" - "\u7DDA" - "\u54C1" - "\u5DEE" - "\u4EF6" - "\u9069" - "\u5F35" - "\u8FBA" - "\u8FBC" - "\u91CE" - "\u69D8" - "\u578B" - "\u4E88" - "\u7A2E" - "\u5074" - "\u8FF0" - "\u5C71" - "\u5C4B" - "\u5E30" - "\u30CF" - "\u4E57" - "\u539F" - "\u683C" - "\u8CEA" - "\u666E" - "\uFF30" - "\u9020" - "\u753A" - "\u30B4" - "\u82F1" - "\u63A5" - "\u304E" - "\u6E2C" - "\u3075" - "\u7FA9" - "\u4EAC" - "\u5272" - "\u5236" - "\u7B54" - "\u5404" - "\u4FE1" - "\u754C" - "\u6211" - "\u7A7A" - "\uFF0E" - "\u7740" - "\u53EF" - "\u66F4" - "\u6D77" - "\u4E0E" - "\u9032" - "\u52B9" - "\u5F7C" - "\u771F" - "\u7530" - "\u5FB4" - "\u6D41" - "\u5177" - "\uFF32" - "\u5E02" - "\u67FB" - "\u5B89" - "\uFF22" - "\u5E83" - "\u50D5" - "\u6CE2" - "\u5C40" - "\u8A2D" - "\u7537" - "\u767D" - "\u30B6" - "\u53CD" - "\u6226" - "\u533A" - "\u6C42" - "\u96D1" - "\uFF29" - "\u6B69" - "\u8CB7" - "\u982D" - "\u7B97" - "\u534A" - "\u4FDD" - "\u5E03" - "\u96E3" - "\uFF2C" - "\u5224" - "\u843D" - "\u8DB3" - "\u5E97" - "\u7533" - "\u8FD4" - "\u30AE" - "\u4E07" - "\u6728" - "\u6614" - "\u8F03" - "\u7D22" - "\uFF26" - "\u30B2" - "\u6B86" - "\u60AA" - "\u5883" - "\u548C" - "\u907A" - "\u57DF" - "\u968E" - "\u542B" - "\u305C" - "\u30BC" - "\u65AD" - "\u9650" - "\u63A8" - "\u4F4E" - "\u5F71" - "\u898F" - "\u6319" - "\u90FD" - "\u307C" - "\u6848" - "\u4EEE" - "\u88AB" - "\u547C" - "\u30A1" - "\u96E2" - "\u7CFB" - "\u79FB" - "\u30AC" - "\u5DDD" - "\u6E96" - "\u904B" - "\u6761" - "\u5FF5" - "\u6C11" - "\uFF27" - "\u7236" - "\u75C5" - "\u79D1" - "\u4E21" - "\u7531" - "\u8A66" - "\u56E0" - "\u547D" - "\u795E" - "\uFF28" - "\u7570" - "\u7C21" - "\u53E4" - "\u6F14" - "\u5897" - "\u51E6" - "\u8B70" - "\u7DD2" - "\u7CBE" - "\u6613" - "\u53F7" - "\u65CF" - "\u52FF" - "\u60F3" - "\u5217" - "\u5C0E" - "\u8EE2" - "\u54E1" - "\u30E6" - "\u6BCE" - "\u8996" - "\u4E26" - "\u98DB" - "\u4F3C" - "\u6620" - "\u7D71" - "\u4EA4" - "\u30D2" - "\u6B4C" - "\u5F85" - "\u8CC7" - "\u8907" - "\u8AA4" - "\u63DB" - "\u6A19" - "\u6CC1" - "\u914D" - "\u62BD" - "\u822C" - "\u7403" - "\u9006" - "\u65C5" - "\u6628" - "\u9662" - "\u99C5" - "\u74B0" - "\u5BDF" - "\u516C" - "\u6B73" - "\u5C5E" - "\u8F9E" - "\u5947" - "\u6CBB" - "\u5E7E" - "\u82E5" - "\u58F2" - "\u632F" - "\u7686" - "\u6CE8" - "\u6B74" - "\u9805" - "\u5F93" - "\u5747" - "\u5F79" - "\u9806" - "\u53BB" - "\u56E3" - "\u8853" - "\u7DF4" - "\u6FC0" - "\u6982" - "\u66FF" - "\u7B49" - "\u98F2" - "\u53F2" - "\u88DC" - "\u901F" - "\u53C2" - "\u65E9" - "\u53CE" - "\u9332" - "\u671D" - "\u5186" - "\u5370" - "\u5668" - "\u63A2" - "\u7D00" - "\u9001" - "\u6E1B" - "\u571F" - "\u5929" - "\uFF2F" - "\u50BE" - "\u72AC" - "\u9060" - "\u5E2F" - "\u52A9" - "\u6A2A" - "\u591C" - "\u7523" - "\u8AB2" - "\u5BA2" - "\u629E" - "\u5712" - "\u4E38" - "\u50CF" - "\u50CD" - "\u6750" - "\u5DE5" - "\u904A" - "\u544A" - "\u523A" - "\u6539" - "\u8D64" - "\u8074" - "\u4ECB" - "\u8077" - "\u53F0" - "\u77ED" - "\u8AB0" - "\u7D30" - "\u672A" - "\u770C" - "\u9928" - "\u6B62" - "\u53F3" - "\u306C" - "\u3065" - "\u56F2" - "\u8A0E" - "\u6B7B" - "\u5EFA" - "\u592B" - "\u7AE0" - "\u964D" - "\u666F" - "\u706B" - "\u30A9" - "\u9E97" - "\u8B1B" - "\u72EC" - "\u5DE6" - "\u5C64" - "\uFF25" - "\u5C55" - "\u653F" - "\u5099" - "\u4F59" - "\u7D76" - "\u5065" - "\u518D" - "\u9580" - "\u5546" - "\u52DD" - "\u52C9" - "\u82B1" - "\u30E4" - "\u8EF8" - "\u97FB" - "\u66F2" - "\u6574" - "\u652F" - "\u6271" - "\u53E5" - "\u6280" - "\u5317" - "\u30D8" - "\u897F" - "\u5247" - "\u4FEE" - "\u6388" - "\u9031" - "\u5BA4" - "\u52D9" - "\u9664" - "\u533B" - "\u6563" - "\u56FA" - "\u7AEF" - "\u653E" - "\u99AC" - "\u7A4D" - "\u8208" - "\u592A" - "\u5ACC" - "\u9F62" - "\u672B" - "\u7D05" - "\u6E90" - "\u6E80" - "\u5931" - "\u5BDD" - "\u6D88" - "\u6E08" - "\u4FBF" - "\u983C" - "\u4F01" - "\u5B8C" - "\u4F11" - "\u9752" - "\u7591" - "\u8D70" - "\u6975" - "\u767B" - "\u8AC7" - "\u6839" - "\u6025" - "\u512A" - "\u7D75" - "\u623B" - "\u5E2B" - "\u5F59" - "\u6DF7" - "\u8DEF" - "\u7E70" - "\uFF2B" - "\u8A3C" - "\u713C" - "\u6562" - "\u5BB3" - "\u96F6" - "\u6253" - "\u82E6" - "\u7701" - "\u7D19" - "\u5C02" - "\u8DDD" - "\u9854" - "\u8D8A" - "\u4E89" - "\u56F0" - "\u5BC4" - "\u5199" - "\u4E92" - "\u6DF1" - "\u5A5A" - "\u7DCF" - "\u89A7" - "\u80CC" - "\u7BC9" - "\u6E29" - "\u8336" - "\u62EC" - "\u8CA0" - "\u590F" - "\u89E6" - "\u7D14" - "\u9045" - "\u58EB" - "\u96A3" - "\u6050" - "\u91C8" - "\u967A" - "\u5150" - "\u5BBF" - "\u6A21" - "\u77F3" - "\u983B" - "\u5B09" - "\u5EA7" - "\u7642" - "\u7E4B" - "\uFF38" - "\u5C06" - "\u8FFD" - "\u5EAD" - "\u6238" - "\u5371" - "\u5BC6" - "\u5DF1" - "\u9014" - "\u7BC4" - "\u99C4" - "\u7D39" - "\u4EFB" - "\u968F" - "\u5357" - "\uFF11" - "\u5EB7" - "\u9818" - "\u5FD8" - "\u3045" - "\u59FF" - "\u7F8E" - "\u55B6" - "\u6349" - "\u65E2" - "\u7167" - "\uFF2A" - "\u4EF2" - "\u9152" - "\u52E2" - "\u9ED2" - "\u5149" - "\u6E21" - "\u75DB" - "\u62C5" - "\u5F31" - "\u307D" - "\uFF36" - "\u7D0D" - "\u629C" - "\u5E45" - "\u6D17" - "\u7A81" - "\u671B" - "\u5373" - "\u9858" - "\u7565" - "\uFF12" - "\u9811" - "\u5FD7" - "\u5B85" - "\u7247" - "\u656C" - "\u6751" - "\u60B2" - "\u81A8" - "\u89D2" - "\u30E8" - "\u4F9D" - "\u8A73" - "\u5F8B" - "\u9B5A" - "\u52B4" - "\u5A66" - "\u6163" - "\u732B" - "\u5019" - "\u8001" - "\u558B" - "\u79F0" - "\u796D" - "\u7FA4" - "\u7E2E" - "\u6C38" - "\u616E" - "\u5EF6" - "\u7A3F" - "\u611B" - "\u8089" - "\u9589" - "\u8CBB" - "\u6295" - "\u6D3E" - "\u81F4" - "\u7BA1" - "\u7C73" - "\u5E95" - "\u7D99" - "\u6C0F" - "\u690D" - "\u501F" - "\u5727" - "\u52E4" - "\u6F22" - "\u66AE" - "\u5F27" - "\u88C5" - "\u57CE" - "\u5287" - "\u76DB" - "\u63F4" - "\u9244" - "\u8C37" - "\u5E72" - "\u7E26" - "\u8A31" - "\u6016" - "\u9A5A" - "\u8A8C" - "\uFF35" - "\u8B77" - "\u5B88" - "\u8033" - "\u6B32" - "\u8239" - "\uFF10" - "\u5178" - "\u67D3" - "\u7D1A" - "\u98FE" - "\u5144" - "\u71B1" - "\u8F09" - "\u88FD" - "\u5BFA" - "\u662D" - "\u7FFB" - "\u5426" - "\u5584" - "\u62BC" - "\u53CA" - "\u6A29" - "\u559C" - "\u670D" - "\u8CB0" - "\u8EFD" - "\u677F" - "\u61B6" - "\u98FC" - "\u5C3E" - "\u5FA9" - "\u5E78" - "\u7389" - "\u5354" - "\u679A" - "\u90CE" - "\u8840" - "\u524A" - "\u5922" - "\u63A1" - "\u6674" - "\u6B20" - "\u602A" - "\u65BD" - "\u7DE8" - "\u98EF" - "\u7B56" - "\u9000" - "\uFF39" - "\u8349" - "\u61F8" - "\u6458" - "\u58CA" - "\u4F38" - "\u85AC" - "\u9996" - "\u5BFF" - "\u53B3" - "\u606F" - "\u5C45" - "\u643A" - "\u9F3B" - "\u9280" - "\u4EA1" - "\u6CCA" - "\u8857" - "\u9759" - "\u9CE5" - "\u677E" - "\u5F92" - "\u969C" - "\u7B4B" - "\u7559" - "\u51B7" - "\u5C24" - "\u68EE" - "\u5438" - "\u5012" - "\u68B0" - "\u6D0B" - "\u821E" - "\u6A4B" - "\u500D" - "\u6255" - "\u5352" - "\u7E04" - "\u6C5A" - "\u53F8" - "\u6625" - "\u793C" - "\u66DC" - "\u6545" - "\u526F" - "\u5F01" - "\u5439" - "\u85E4" - "\u8DE1" - "\u962A" - "\u4E86" - "\u91E3" - "\u9632" - "\u7834" - "\u6012" - "\u662F" - "\u30A5" - "\u7AF6" - "\u8179" - "\u4E95" - "\u4E08" - "\u64AE" - "\u72ED" - "\u5BD2" - "\u7B46" - "\u5965" - "\u8C4A" - "\u732E" - "\u5C31" - "\u5A18" - "\u79D2" - "\u6C5F" - "\u8E0F" - "\u8A13" - "\u7372" - "\u96E8" - "\u6BBA" - "\u57CB" - "\u64CD" - "\u9AA8" - "\u8D85" - "\u6D5C" - "\u8B66" - "\u7DD1" - "\u7D61" - "\u8133" - "\u7B11" - "\u6D6E" - "\u7D66" - "\u7126" - "\u8A70" - "\u878D" - "\u738B" - "\u5C3A" - "\u5E7C" - "\u820C" - "\u663C" - "\u88CF" - "\u6CE3" - "\u67C4" - "\u9396" - "\u62E1" - "\u8A3A" - "\u7DE0" - "\u5B98" - "\u6697" - "\u820E" - "\u6298" - "\u5264" - "\u4E73" - "\u6B6F" - "\u7248" - "\u5C04" - "\u8108" - "\u9707" - "\u7802" - "\u4F34" - "\u72AF" - "\u4F50" - "\u5DDE" - "\u8FB2" - "\u8DA3" - "\u990A" - "\u675F" - "\u6E2F" - "\u8FEB" - "\u5F3E" - "\u798F" - "\u51AC" - "\u541B" - "\u6B66" - "\u77AC" - "\u67A0" - "\u6CA2" - "\u661F" - "\u5BCC" - "\u6557" - "\u5D0E" - "\u6355" - "\u8377" - "\u5F1F" - "\u95BE" - "\u7E54" - "\u7C89" - "\u725B" - "\u8DF5" - "\u9999" - "\u6797" - "\u83DC" - "\u62CD" - "\u63CF" - "\u888B" - "\u6607" - "\u91DD" - "\u8FCE" - "\u585A" - "\u5A46" - "\uFF49" - "\u8ECD" - "\uFF13" - "\uFF37" - "\u5BC2" - "\u8F29" - "\u3074" - "\u5DFB" - "\u4E01" - "\u504F" - "\u79CB" - "\u5E9C" - "\u6CC9" - "\u81F3" - "\u6368" - "\u7956" - "\u8584" - "\u5B97" - "\u5FB9" - "\u93E1" - "\u75C7" - "\u6CB9" - "\u8131" - "\u9CF4" - "\u7AE5" - "\u6BDB" - "\u9077" - "\u84CB" - "\u58C1" - "\u5915" - "\u5589" - "\u907F" - "\u984D" - "\u6EA2" - "\u96F0" - "\u4EE4" - "\u59C9" - "\u63E1" - "\u3077" - "\u523B" - "\u62E0" - "\u8CA1" - "\u8FF7" - "\u9063" - "\u82B8" - "\u5E8F" - "\u76E3" - "\u8457" - "\u5869" - "\u5009" - "\u7F6A" - "\u6F5C" - "\u7D5E" - "\u764C" - "\u5BAE" - "\u5E2D" - "\u8F2A" - "\u594F" - "\u846C" - "\u6C60" - "\u6CBF" - "\u5FAE" - "\u5305" - "\u76CA" - "\u76AE" - "\u4FC3" - "\u6297" - "\u5FEB" - "\u66AB" - "\u52E7" - "\u8CA9" - "\u8C46" - "\u5B63" - "\u529F" - "\u9A12" - "\uFF54" - "\u97D3" - "\u6ED1" - "\u75B2" - "\u9003" - "\u9061" - "\u5E79" - "\u60A9" - "\u83D3" - "\u672D" - "\u6804" - "\u9177" - "\u8B1D" - "\u6C96" - "\u96EA" - "\u5360" - "\u60D1" - "\u63FA" - "\u866B" - "\u62B1" - "\uFF4B" - "\u5CA1" - "\u6E9C" - "\u8535" - "\u7763" - "\u6838" - "\u4E71" - "\u4E45" - "\u9EC4" - "\u9670" - "\u7720" - "\u7B26" - "\u6B8A" - "\u628A" - "\u6291" - "\u5E0C" - "\u63C3" - "\u6483" - "\u5EAB" - "\u5409" - "\u6E6F" - "\u65CB" - "\u640D" - "\u52AA" - "\u64E6" - "\u9769" - "\u6E0B" - "\u773C" - "\u592E" - "\u8CDE" - "\u5374" - "\u5948" - "\u539A" - "\u59D4" - "\u83EF" - "\u96A0" - "\uFF4E" - "\u30CC" - "\u9BAE" - "\u515A" - "\u5C65" - "\u8A98" - "\u6469" - "\u6162" - "\u5442" - "\u7206" - "\u7BB1" - "\u6075" - "\u9678" - "\u7DCA" - "\u7E3E" - "\u5742" - "\u7B52" - "\u7532" - "\u5348" - "\u5230" - "\u8CAC" - "\u5C0A" - "\u6CF3" - "\u6279" - "\u7518" - "\u5B6B" - "\u7159" - "\u8A2A" - "\u50B7" - "\u6E05" - "\u716E" - "\u88C1" - "\u9694" - "\u8ED2" - "\uFF31" - "\u7FBD" - "\u5D29" - "\u7A74" - "\u7CD6" - "\u707D" - "\u5275" - "\u6F70" - "\u6691" - "\u87BA" - "\u653B" - "\u6577" - "\u6575" - "\u76E4" - "\u9732" - "\u7A93" - "\u63B2" - "\u81E8" - "\u53E9" - "\u5145" - "\u4FFA" - "\u8F38" - "\u967D" - "\u6B27" - "\u6687" - "\u6B6A" - "\u6DFB" - "\u60A3" - "\u5FD9" - "\u70AD" - "\u829D" - "\u8EDF" - "\u88D5" - "\u7E01" - "\u6F2B" - "\u7A1A" - "\u7968" - "\u8A69" - "\u5CB8" - "\u7687" - "\uFF4A" - "\u6627" - "\u5100" - "\u5857" - "\u8E0A" - "\u8AF8" - "\u6D74" - "\u904D" - "\u66D6" - "\u5BE7" - "\u99B4" - "\u5339" - "\u03B1" - "\u627F" - "\u30BE" - "\u6383" - "\u5375" - "\u5999" - "\u3043" - "\u66B4" - "\u62B5" - "\u604B" - "\u8863" - "\u6EB6" - "\u7DAD" - "\u514D" - "\u6392" - "\u685C" - "\u7573" - "\u7B87" - "\u6398" - "\u535A" - "\u6FC3" - "\u7FCC" - "\u8056" - "\u7DB2" - "\u885B" - "\u64EC" - "\u5E8A" - "\u9178" - "\u6669" - "\u4E7E" - "\u90AA" - "\u7551" - "\u6EDE" - "\u5802" - "\u7E41" - "\u4ECF" - "\u5FB3" - "\u7DE9" - "\u6A39" - "\u6551" - "\u633F" - "\u68D2" - "\u906D" - "\u676F" - "\u6065" - "\u6E56" - "\u6E09" - "\u81D3" - "\u8CB4" - "\u723A" - "\u7981" - "\u4F75" - "\u5263" - "\u786C" - "\u58C7" - "\u80A9" - "\u6D78" - "\u4F0A" - "\u5B9D" - "\u6094" - "\u8E8D" - "\u6DB2" - "\u99C6" - "\u6D25" - "\u307A" - "\u6D45" - "\u8B72" - "\u5CA9" - "\u9B45" - "\u587E" - "\u03B8" - "\u6696" - "\u6CB3" - "\u8A95" - "\u7F36" - "\u5507" - "\u80A2" - "\u6328" - "\u62F6" - "\u7A0E" - "\u50AC" - "\u8A34" - "\uFF58" - "\u968A" - "\u659C" - "\u770B" - "\uFF50" - "\u6D66" - "\u8352" - "\uFF41" - "\u71C3" - "\u52A3" - "\u5BA3" - "\u8FBF" - "\u790E" - "\u62FE" - "\u5C4A" - "\u6905" - "\u5EC3" - "\u6749" - "\u9AEA" - "\u77E2" - "\u67D4" - "\u55AB" - "\u73CD" - "\u57FC" - "\u88C2" - "\u63B4" - "\u59BB" - "\u8CA7" - "\u934B" - "\u59A5" - "\u59B9" - "\u5175" - "\uFF14" - "\u623F" - "\u5951" - "\u65E8" - "\uFF44" - "\u0394" - "\u5DE1" - "\u8A02" - "\u5F90" - "\u8CC0" - "\u7BED" - "\u9810" - "\u84C4" - "\u8846" - "\u5DE8" - "\u5506" - "\u65E6" - "\u5531" - "\u9047" - "\u6E67" - "\u8010" - "\u96C4" - "\u6D99" - "\u8CB8" - "\u822A" - "\u5104" - "\u5618" - "\u6C37" - "\u78C1" - "\u679D" - "\u8CAB" - "\u61D0" - "\u52DF" - "\u8155" - "\u65E7" - "\u7AF9" - "\u99D0" - "\u8A72" - "\uFF52" - "\u5893" - "\u518A" - "\u80F8" - "\u758E" - "\u773A" - "\uFF45" - "\u9855" - "\u631F" - "\u55A7" - "\u520A" - "\u68C4" - "\u990C" - "\u67F1" - "\u5800" - "\u8ACB" - "\u79D8" - "\u6717" - "\u96F2" - "\u8170" - "\u7A32" - "\u828B" - "\u8C9D" - "\u5C48" - "\u91CC" - "\u508D" - "\u8102" - "\u6FC1" - "\u54B2" - "\u6BD2" - "\u6EC5" - "\u5629" - "\u6442" - "\u6E7E" - "\u83CC" - "\u8150" - "\u5211" - "\u5F25" - "\u5AC1" - "\u61A7" - "\u4E18" - "\u5C90" - "\u52B1" - "\u8CA2" - "\u6C41" - "\u96C7" - "\u5076" - "\u9774" - "\u72D9" - "\u719F" - "\u900F" - "\uFF59" - "\u8CFC" - "\u5319" - "\uFF46" - "\uFF15" - "\u92AD" - "\u6D12" - "\u8A17" - "\u809D" - "\u963F" - "\u80C3" - "\uFF53" - "\u885D" - "\u621A" - "\uFF4D" - "\u84B8" - "\u4FF3" - "\u8972" - "\u5265" - "\u5BE9" - "\u6817" - "\u8A87" - "\u5237" - "\u7CF8" - "\u90F7" - "\u5049" - "\u6C57" - "\u53CC" - "\u98FD" - "\u77DB" - "\u984E" - "\u552F" - "\u6590" - "\u7DB4" - "\u5B64" - "\u90F5" - "\u76D7" - "\u9E7F" - "\u8CC3" - "\u76FE" - "\u682A" - "\u9ED9" - "\u7C8B" - "\u63DA" - "\u9808" - "\u7092" - "\u9285" - "\u5E81" - "\u9B54" - "\u75E9" - "\u9802" - "\u76BF" - "\u970A" - "\u5E55" - "\u570F" - "\u574A" - "\u72C2" - "\u8912" - "\u9451" - "\u50B5" - "\u77AD" - "\u565B" - "\u5E33" - "\u5782" - "\u8870" - "\u4ED9" - "\u9EA6" - "\u8CA8" - "\u7AAA" - "\u6F6E" - "\u6FEF" - "\u5238" - "\u7D1B" - "\u7384" - "\u7C4D" - "\uFF43" - "\u74F6" - "\u5DE3" - "\u5192" - "\u6CBC" - "\u99D2" - "\u5C3D" - "\u517C" - "\u7C97" - "\u63BB" - "\u80BA" - "\u9154" - "\uFF4C" - "\u702C" - "\u505C" - "\u6F20" - "\u673A" - "\u916C" - "\u4FD7" - "\u8986" - "\u5C3B" - "\u9375" - "\u5805" - "\u6F2C" - "\u2212" - "\u79C0" - "\u6885" - "\u9042" - "\u57F9" - "\u871C" - "\uFF42" - "\u30FB" - "\u52C7" - "\u8ECC" - "\u7F85" - "\uFF3A" - "\u5BB4" - "\u8C5A" - "\u7A3C" - "\u62AB" - "\u8CAF" - "\u9EBB" - "\u6C4E" - "\u51DD" - "\u5FE0" - "\uFF55" - "\u5F80" - "\u8AE6" - "\u8B19" - "\u6F0F" - "\u5410" - "\u3047" - "\u7652" - "\u9663" - "\u6D6A" - "\u52D8" - "\u53D9" - "\u5200" - "\u67B6" - "\u57F7" - "\u5674" - "\u5197" - "\u4E4F" - "\u837B" - "\u81ED" - "\u708A" - "\u598A" - "\u808C" - "\u8CDB" - "\u5C0B" - "\u9175" - "\u757F" - "\u5270" - "\u706F" - "\u8C6A" - "\u9685" - "\u9905" - "\u7949" - "\u80AF" - "\u62DB" - "\u7A3D" - "\u5F6B" - "\u5F69" - "\u03B2" - "\u6B04" - "\u718A" - "\u68CB" - "\u6CB8" - "\u6C88" - "\u8339" - "\u7ABA" - "\u5B9C" - "\u8217" - "\u7CA7" - "\u683D" - "\u80AA" - "\u9665" - "\u6CE1" - "\u95D8" - "\u8F3F" - "\u5353" - "\u7070" - "\u8F9B" - "\u6F01" - "\u9F13" - "\u585E" - "\u8CD1" - "\u76C6" - "\u68FA" - "\u6311" - "\u54F2" - "\u9867" - "\u8B21" - "\u8302" - "\u90A3" - "\u80DE" - "\u4F3A" - "\u5A92" - "\u708E" - "\u67D0" - "\u564C" - "\u5203" - "\u6F5F" - "\u7656" - "\u4E80" - "\u63EE" - "\u511F" - "\u4E39" - "\u7DEF" - "\u9DB4" - "\u4E4B" - "\u6BB4" - "\u4EF0" - "\u5949" - "\u7E2B" - "\u75F4" - "\u8650" - "\u61B2" - "\u71E5" - "\u6DC0" - "\uFF57" - "\u88F8" - "\u82BD" - "\u63A7" - "\u95A3" - "\u7587" - "\u925B" - "\u8178" - "\u5642" - "\u935B" - "\u654F" - "\u9162" - "\u938C" - "\u81E3" - "\u8E74" - "\u5A01" - "\u6D44" - "\u7965" - "\u795D" - "\u86C7" - "\u811A" - "\u4F0F" - "\u6F54" - "\u5510" - "\u6955" - "\u57A3" - "\u932F" - "\u514B" - "\u614C" - "\u6BBF" - "\u819C" - "\u61A9" - "\u9065" - "\u82DB" - "\u9676" - "\u8997" - "\u78E8" - "\u624D" - "\u5E1D" - "\u642C" - "\u722A" - "\u90CA" - "\u80A5" - "\u819D" - "\u62D2" - "\u868A" - "\u5208" - "\u5132" - "\uFF48" - "\u596E" - "\u7761" - "\u5BEE" - "\uFF17" - "\u4FB5" - "\u9B31" - "\u635C" - "\u6DBC" - "\u5A20" - "\u7363" - "\u7C92" - "\u963B" - "\u6CE5" - "\u7ADC" - "\u91A4" - "\u92ED" - "\u6606" - "\u9234" - "\u7DBF" - "\u830E" - "\u8107" - "\u7948" - "\u8A60" - "\u6B53" - "\u7F70" - "\u68DA" - "\u83CA" - "\u6069" - "\u7267" - "\u540A" - "\u8DF3" - "\u6DE1" - "\u7F72" - "\u596A" - "\u9038" - "\u6170" - "\u5EB6" - "\u9262" - "\u8B5C" - "\u5ECA" - "\u5606" - "\u62ED" - "\u8CED" - "\u99C1" - "\u7F8A" - "\u5384" - "\u7D10" - "\u9673" - "\u816B" - "\u6841" - "\u9298" - "\u96CC" - "\u636E" - "\u62DD" - "\u60E8" - "\u96DB" - "\u845B" - "\u7FA8" - "\u609F" - "\u76DF" - "\u7E4A" - "\u9192" - "\u65EC" - "\u6DAF" - "\u8CC4" - "\u6E7F" - "\u6F02" - "\u7D2B" - "\u30F4" - "\u4E9C" - "\u8AA0" - "\u5854" - "\u5E4C" - "\u80C6" - "\u64A5" - "\u865A" - "\u6F64" - "\u9699" - "\u5F84" - "\u6C72" - "\u8CE2" - "\u5BF8" - "\u8888" - "\u88DF" - "\u8266" - "\uFF19" - "\u62D8" - "\uFF47" - "\u5841" - "\u5BDB" - "\u51A0" - "\u614E" - "\u971E" - "\u731B" - "\u67CF" - "\u733F" - "\u9084" - "\u50E7" - "\u53EB" - "\u53F1" - "\u72E9" - "\u63C9" - "\u7D2F" - "\u5982" - "\u7897" - "\u6BBB" - "\u906E" - "\u5FCD" - "\u6EF4" - "\u6B96" - "\u8D08" - "\u74A7" - "\u6F38" - "\u6589" - "\u03BC" - "\u9686" - "\u6176" - "\u72A0" - "\u7272" - "\u5146" - "\u576A" - "\u6284" - "\u65D7" - "\u50DA" - "\u5C3F" - "\u51CD" - "\u902E" - "\u7B39" - "\u8F1D" - "\u5C1A" - "\u8015" - "\u51CC" - "\u632B" - "\u4F10" - "\u7BB8" - "\u4E91" - "\u5968" - "\u819A" - "\u9010" - "\u03B3" - "\u5F26" - "\u9700" - "\u5C01" - "\u5E3D" - "\u6F31" - "\u9283" - "\u507D" - "\u5875" - "\u7E1B" - "\u58A8" - "\u6020" - "\u96F7" - "\u5766" - "\u68A8" - "\u90ED" - "\u7A4F" - "\u67FF" - "\u7AFF" - "\u5E61" - "\u5F81" - "\u99B3" - "\u9EBA" - "\u03C4" - "\u8154" - "\u7C98" - "\u7409" - "\u731F" - "\u4EC1" - "\u8358" - "\u6492" - "\u7C3F" - "\u90E1" - "\u7B4C" - "\u5D8B" - "\u6FE1" - "\u618E" - "\u5446" - "\u6F15" - "\u5A29" - "\u68DF" - "\u6052" - "\uFF18" - "\u5553" - "\u5B5D" - "\u67F3" - "\u64A4" - "\u85CD" - "\u95C7" - "\u5B22" - "\u67F4" - "\u6734" - "\u6D1E" - "\u5CB3" - "\u9B3C" - "\u8DE8" - "\u3049" - "\u70C8" - "\u559A" - "\u6F84" - "\u6FEB" - "\u82A6" - "\u62D3" - "\u51FD" - "\u6843" - "\u76F2" - "\u6CA1" - "\u7A6B" - "\u6212" - "\u99FF" - "\u8D05" - "\u67AF" - "\u6C70" - "\u53F6" - "\u90A6" - "\u66C7" - "\u9A30" - "\u711A" - "\u51F6" - "\u5CF0" - "\u69FD" - "\u67DA" - "\u5320" - "\u9A19" - "\u502B" - "\u84EE" - "\u634C" - "\u61F2" - "\u8B0E" - "\u91B8" - "\u56DA" - "\u7344" - "\u6EDD" - "\u6795" - "\u60DC" - "\u7DB1" - "\u8B33" - "\u7089" - "\u5DFE" - "\u91DC" - "\u9BAB" - "\u6E58" - "\u92F3" - "\u5351" - "\uFF51" - "\u7DBB" - "\u5EF7" - "\u85A6" - "\u667A" - "\u6C99" - "\u8CBF" - "\u8098" - "\uFF16" - "\u5F0A" - "\u66F0" - "\u7881" - "\u9DFA" - "\u6676" - "\u8D74" - "\u8513" - "\u75D2" - "\u79E9" - "\u5DE7" - "\u9418" - "\u7B1B" - "\u638C" - "\u53EC" - "\u5347" - "\u6249" - "\u5A2F" - "\u8A1F" - "\u8247" - "\u64B2" - "\uFF56" - "\u6182" - "\u90B8" - "\u5098" - "\u7CDE" - "\u03BB" - "\u5C16" - "\u723D" - "\u7832" - "\u55A9" - "\u80CE" - "\u84B2" - "\u9DF9" - "\u755C" - "\u6897" - "\uFF4F" - "\u5023" - "\u6247" - "\u7DFB" - "\u6756" - "\u622F" - "\u5D50" - "\u6A3D" - "\u6F06" - "\u9CE9" - "\u039B" - "\u5FAA" - "\u8896" - "\u9784" - "\u6851" - "\u5D16" - "\u59A8" - "\u66A6" - "\u59D3" - "\u7A00" - "\u3041" - "\u920D" - "\u9727" - "\u9837" - "\u8105" - "\u7B20" - "\u86CD" - "\u8328" - "\u69CD" - "\u3062" - "\u59EB" - "\u6ABB" - "\u8463" - "\u6C7D" - "\u541F" - "\u807E" - "\u73E0" - "\u62B9" - "\u9D28" - "\u64AB" - "\u8607" - "\u7AC3" - "\u864E" - "\u78EF" - "\u77E9" - "\u7CCA" - "\u55AA" - "\u8A6E" - "\u82D1" - "\u98F4" - "\u6089" - "\u674F" - "\u9B42" - "\u914C" - "\u9BC9" - "\u8A50" - "\u03A3" - "\u7815" - "\u55DC" - "\u7FFC" - "\u4F0E" - "\u751A" - "\u5F66" - "\u961C" - "\u8706" - "\u6109" - "\u80F4" - "\u8776" - "\u8B00" - "\u9271" - "\u75E2" - "\u73ED" - "\u9438" - "\u92F8" - "\u62D9" - "\u6068" - "\u4EAD" - "\u4EAB" - "\u75AB" - "\u5F13" - "\u74E6" - "\u7D46" - "\u814E" - "\u62F3" - "\u9A0E" - "\u58B3" - "\u83F1" - "\u6813" - "\u5256" - "\u6D2A" - "\u5484" - "\u9591" - "\u58EE" - "\u9945" - "\u65ED" - "\u8987" - "\u80A1" - "\u86D9" - "\u724C" - "\u965B" - "\u714E" - "\u63AC" - "\u9AED" - "\u9019" - "\u5E7B" - "\u54B3" - "\u6E26" - "\u55C5" - "\u7A42" - "\u7434" - "\u5FCC" - "\u70CF" - "\u5448" - "\u91D8" - "\u611A" - "\u6C3E" - "\u8AFE" - "\u6E9D" - "\u7336" - "\u7AAF" - "\u8ACF" - "\u8CC2" - "\u57C3" - "\u51F8" - "\u7D0B" - "\u6ADB" - "\u525B" - "\u98E2" - "\u4FCA" - "\u54C0" - "\u5BB0" - "\u93AE" - "\u7435" - "\u7436" - "\u96C5" - "\u8494" - "\u85AA" - "\u8A93" - "\u59EA" - "\u62D7" - "\u8778" - "\u7169" - "\u7B51" - "\u690E" - "\u4FB6" - "\u553E" - "\u7BAA" - "\u5075" - "\u8861" - "\u03C3" - "\u88FE" - "\u95B2" - "\u805A" - "\u4E3C" - "\u633D" - "\u7E4D" - "\u82D7" - "\u9E93" - "\u03C6" - "\u03B4" - "\u4E32" - "\u51E1" - "\u5F18" - "\u85FB" - "\u61C7" - "\u817F" - "\u7A9F" - "\u6803" - "\u6652" - "\u5E84" - "\u7891" - "\u7B4F" - "\u7B25" - "\u5E06" - "\u96B7" - "\u8FB0" - "\u75BE" - "\u8FE6" - "\u8A6B" - "\u5617" - "\u582A" - "\u6842" - "\u5B9B" - "\u58F7" - "\u8AED" - "\u97AD" - "\u9310" - "\u6DF5" - "\u79E4" - "\u7525" - "\u4F8D" - "\u66FD" - "\u6572" - "\u63AA" - "\u6168" - "\u83E9" - "\u5CE0" - "\u901D" - "\u5F70" - "\u67F5" - "\u82AF" - "\u7C50" - "\u57A2" - "\u03BE" - "\u77EF" - "\u8C8C" - "\u8F44" - "\u8A89" - "\u9813" - "\u7D79" - "\u9E78" - "\u5E7D" - "\u6881" - "\u642D" - "\u54BD" - "\u82B3" - "\u7729" - "\u0393" - "\u61A4" - "\u7985" - "\u6063" - "\u5840" - "\u7149" - "\u75FA" - "\uFF06" - "\u7A40" - "\u545F" - "\u918D" - "\u9190" - "\u7901" - "\u51F9" - "\u86EE" - "\u5974" - "\u64AD" - "\u7E79" - "\u8499" - "\u8A63" - "\u4E5F" - "\u5420" - "\u4E59" - "\u8E8A" - "\u8E87" - "\u9D2C" - "\u7A92" - "\u59E5" - "\u9326" - "\u694A" - "\u8017" - "\u6F09" - "\u60E7" - "\u4FE3" - "\u6876" - "\u5CFB" - "\u905C" - "\u65FA" - "\u75D5" - "\u03A6" - "\u6234" - "\u658E" - "\u8CD3" - "\u7BC7" - "\u8429" - "\u85E9" - "\u7950" - "\u8B83" - "\u83AB" - "\u9C39" - "\u85A9" - "\u5378" - "\u4E9B" - "\u75B9" - "\u8E44" - "\u4E56" - "\uFF5A" - "\u92FC" - "\u6A3A" - "\u5B8F" - "\u7BE4" - "\u8258" - "\u81B3" - "\u7A83" - "\u7E82" - "\u5598" - "\u786B" - "\u99D5" - "\u7261" - "\u732A" - "\u62D0" - "\u60DA" - "\u60A0" - "\u7CE7" - "\u95A5" - "\u03C0" - "\u853D" - "\u6850" - "\u981A" - "\u9214" - "\u697C" - "\u8C9E" - "\u602F" - "\u817A" - "\u8305" - "\u6CF0" - "\u9913" - "\u5C51" - "\u9BDB" - "\u929B" - "\u9AB8" - "\u9C57" - "\u5824" - "\u9675" - "\u6DD8" - "\u64C1" - "\u81FC" - "\u6D32" - "\u8FBB" - "\u8A23" - "\u5C4F" - "\u9BE8" - "\u895F" - "\u5CE1" - "\u660C" - "\u982C" - "\u5806" - "\u865C" - "\u840E" - "\u9EB9" - "\u7CE0" - "\u68B1" - "\u8AFA" - "\u5403" - "\u66A2" - "\u5B54" - "\u5EB8" - "\u5DF3" - "\u589C" - "\u85AE" - "\u6101" - "\u664B" - "\u8236" - "\u8FC5" - "\u6B3A" - "\u9640" - "\u7709" - "\u6CC4" - "\u59FB" - "\u9688" - "\u58CC" - "\u69D9" - "\u5E87" - "\u52D2" - "\u6E07" - "\u91E7" - "\u4E43" - "\u82D4" - "\u9306" - "\u58D5" - "\u78D0" - "\u6962" - "\u65A7" - "\u5E63" - "\u03B7" - "\u7E55" - "\u83C5" - "\u7109" - "\u5112" - "\u5D07" - "\u8276" - "\u5449" - "\u7984" - "\u54C9" - "\u68AF" - "\u5937" - "\u546A" - "\u56C3" - "\u84BC" - "\u9A28" - "\u9D3B" - "\u862D" - "\u7CA5" - "\u7D3A" - "\u7D17" - "\u7164" - "\u03C9" - "\u52FE" - "\u97A0" - "\u4F3D" - "\u7AAE" - "\u6E15" - "\u0392" - "\u8D66" - "\u6597" - "\u66F9" - "\u8CE0" - "\u5CAC" - "\u847A" - "\u7D33" - "\u5B8D" - "\u6191" - "\u6357" - "\u7C9B" - "\u8CCA" - "\u9F8D" - "\u81C6" - "\u6C8C" - "\u52C5" - "\u8096" - "\u559D" - "\u8CAA" - "\u82AD" - "\u8549" - "\u919C" - "\u64B9" - "\u5740" - "\u7BE0" - "\u7D2C" - "\u75B1" - "\u52F2" - "\u86FE" - "\u88B4" - "\u8749" - "\u685F" - "\u4FF5" - "\u818F" - "\u5DF7" - "\u5072" - "\u6148" - "\u754F" - "\u96BB" - "\u606D" - "\u64B0" - "\u9D0E" - "\u52AB" - "\u63C6" - "\u914E" - "\u8106" - "\u6241" - "\u9761" - "\u8511" - "\u95CA" - "\u96BC" - "\u6CCC" - "\u5996" - "\u65A1" - "\u52C3" - "\u637B" - "\u6E13" - "\u937E" - "\u5954" - "\u6155" - "\u5984" - "\u6A0B" - "\u936C" - "\u502D" - "\u8679" - "\u03BD" - "\u60A6" - "\u8151" - "\u62EE" - "\u51E0" - "\u80E1" - "\u8FC2" - "\u8EAF" - "\u50ED" - "\u6ECB" - "\u7B8B" - "\u75F0" - "\u65AC" - "\u85AB" - "\u673D" - "\u82A5" - "\u9756" - "\u907C" - "\u6591" - "\u7953" - "\u5B95" - "\u976D" - "\u72D7" - "\u81BF" - "\u59AC" - "\u5A7F" - "\u7554" - "\u7AEA" - "\u9D5C" - "\u8CE6" - "\u7E1E" - "\u6731" - "\u7C95" - "\u69FB" - "\u6D69" - "\u511A" - "\u8CDC" - "\u8B39" - "\u68B5" - "\u5A9B" - "\u7947" - "\u5516" - "\u03C8" - "\u03C1" - "\u5A9A" - "\u540E" - "\u6FB1" - "\u7DBE" - "\u6372" - "\u67E9" - "\u6DF3" - "\u74DC" - "\u5631" - "\u51B4" - "\u6115" - "\u9211" - "\u51B6" - "\u67A2" - "\u03A9" - "\u77B0" - "\u6775" - "\u5EB5" - "\u4F2F" - "\u840C" - "\u5609" - "\u4FC4" - "\u7D06" - "\u81A0" - "\u7252" - "\u8EB0" - "\u543E" - "\u50FB" - "\u704C" - "\u646F" - "\u5091" - "\u929A" - "\u8B90" - "\u8910" - "\u8FB1" - "\u7345" - "\u7B94" - "\u73A9" - "\u4F43" - "\u583A" - "\u5504" - "\u515C" - "\u62CC" - "\u5751" - "\u75D8" - "\u69CC" - "\u77B3" - "\u79BF" - "\u66D9" - "\u5DF2" - "\u7FC1" - "\u5C3C" - "\u60BC" - "\u7F77" - "\u699C" - "\u5451" - "\u79E6" - "\u533F" - "\u03BA" - "\u7259" - "\u4F46" - "\u572D" - "\u548E" - "\u745E" - "\u7A1C" - "\u785D" - "\u6BC5" - "\u7015" - "\u8702" - "\u978D" - "\u6A2B" - "\u7566" - "\u660F" - "\u755D" - "\u4FAE" - "\u548B" - "\u6367" - "\u7F9E" - "\u803D" - "\u60B8" - "\u51E7" - "\u4EAE" - "\u9AC4" - "\u54FA" - "\u4FEF" - "\u567A" - "\u8058" - "\u8654" - "\u5B8B" - "\u93A7" - "\u968B" - "\u51B3" - "\u59D1" - "\u7078" - "\u927E" - "\u8F5F" - "\u60F0" - "\u03C7" - "\u643E" - "\u6854" - "\u7F6B" - "\u8E4A" - "\u68B6" - "\u6893" - "\u7F75" - "\u65A5" - "\u6276" - "\u6147" - "\u61C3" - "\u9949" - "\u6E25" - "\u6AD3" - "\u80E4" - "\u56A2" - "\u9CF3" - "\u6A84" - "\u8C79" - "\u50B2" - "\u50D1" - "\u7586" - "\u6134" - "\u53A8" - "\u6FB9" - "\u9320" - "\u64E2" - "\u6EBA" - "\u7624" - "\u73CA" - "\u5BC5" - "\u6977" - "\u9583" - "\u9CF6" - "\u7119" - "\u6912" - "\u9B4F" - "\u9798" - "\u68A2" - "\u6900" - "\u8ACC" - "\u696B" - "\u5F14" - "\u65D2" - "\u5957" - "\u9F5F" - "\u9F6C" - "\u7D18" - "\u810A" - "\u536F" - "\u727D" - "\u6BD8" - "\u6714" - "\u514E" - "\u721B" - "\u6D9C" - "\u5851" - "\u5F04" - "\u676D" - "\u63A0" - "\u80B4" - "\u626E" - "\u51F1" - "\u798D" - "\u8036" - "\u808B" - "\u7235" - "\u61AB" - "\u57D3" - "\u5983" - "\u9910" - "\u7C7E" - "\u7262" - "\u6816" - "\u9017" - "\u7058" - "\u5E5F" - "\u68F2" - "\u5687" - "\u7827" - "\u6E1A" - "\u7C9F" - "\u7A7F" - "\u7F60" - "\u68F9" - "\u8594" - "\u8587" - "\u526A" - "\u7B48" - "\u936E" - "\u892A" - "\u7AA9" - "\u58F1" - "\u30F2" - "\u7460" - "\u7483" - "\u61BE" - "\u5E16" - "\u6960" - "\u03B5" - "\u5480" - "\u56BC" - "\u56A5" - "\u6D29" - "\u6A58" - "\u6867" - "\u6A9C" - "\u63F6" - "\u63C4" - "\u88E1" - "\u6A80" - "\u900D" - "\u9081" - "\u6028" - "\u73B2" - "\u90C1" - "\u5815" - "\u8AB9" - "\u8B17" - "\u8956" - "\u51F0" - "\u9B41" - "\u5B75" - "\u7766" - "\u71FB" - "\u5243" - "\u53A9" - "\u71D7" - "\u84D1" - "\u5EFB" - "\u75D4" - "\u837C" - "\u6190" - "\u6070" - "\u8F9F" - "\u5F98" - "\u5F8A" - "\u4FA0" - "\u5830" - "\u971C" - "\u809B" - "\u76E7" - "\u5835" - "\u72DB" - "\u9D8F" - "\u9119" - "\u4F73" - "\u916A" - "\u8AE7" - "\u6973" - "\u7826" - "\u5AC9" - "\u5DEB" - "\u53E1" - "\u9716" - "\u6E23" - "\u5544" - "\u798E" - "\u6CAB" - "\u821F" - "\u6C5D" - "\u5302" - "\u99F1" - "\u6C08" - "\u308E" - "\u714C" - "\u7DAC" - "\u5F1B" - "\u586B" - "\u84C1" - "\u5039" - "\u7CFE" - "\u51A5" - "\u674E" - "\u966A" - "\u8877" - "\u59E6" - "\u5962" - "\u75BC" - "\u8A54" - "\u8599" - "\u8B5A" - "\u5CEF" - "\u684E" - "\u688F" - "\u9B92" - "\u8A1B" - "\u55B0" - "\u7960" - "\u67A1" - "\u6681" - "\u4E5E" - "\u91C7" - "\u9739" - "\u9742" - "\u687F" - "\u929C" - "\u4F51" - "\u79BE" - "\u5944" - "\u6930" - "\u87F9" - "\u8061" - "\u98AF" - "\u30C2" - "\u8E81" - "\u8E42" - "\u8E99" - "\u8695" - "\u693F" - "\u62F7" - "\u9257" - "\u8882" - "\u78CB" - "\u7422" - "\u6B3D" - "\u60B6" - "\u53C9" - "\u7E37" - "\u8A36" - "\u50C5" - "\u5C6F" - "\u5EEC" - "\u5C41" - "\u99A8" - "\u6E20" - "\u8568" - "\u699B" - "\u675C" - "\u7791" - "\u6A8E" - "\u8ECB" - "\u8F62" - "\u8700" - "\u8235" - "\u82B9" - "\u6B3E" - "\u639F" - "\u8E2A" - "\u745A" - "\u71E6" - "\u7D21" - "\u584A" - "\u8171" - "\u6753" - "\u65A4" - "\u786F" - "\u55AC" - "\u8B04" - "\u79DF" - "\u8180" - "\u80F1" - "\u6EC4" - "\u9C10" - "\u8475" - "\u8471" - "\u8461" - "\u5A49" - "\u88D4" - "\u9F0E" - "\u9187" - "\u67EF" - "\u991E" - "\u96C1" - "\u8AA6" - "\u8A62" - "\u633A" - "\u7AFA" - "\u8A82" - "\u5191" - "\u8718" - "\u86DB" - "\u70B8" - "\u932B" - "\u58C5" - "\u8087" - "\u54AC" - "\u9B8E" - "\u67D1" - "\u7D9C" - "\u5BE1" - "\u7977" - "\u522E" - "\u8CCE" - "\u9B18" - "\u884D" - "\u5FD6" - "\u685D" - "\u0398" - "\u039A" - "\u03A8" - "\u53E2" - "\u4FCE" - "\u7396" - "\u78A7" - "\u8766" - "\u8521" - "\u649A" - "\u7A14" - "\u752B" - "\u6D35" - "\u7893" - "\u9ECE" - "\u5AE1" - "\u8755" - "\u725F" - "\u6B89" - "\u6C83" - "\u7B50" - "\u619A" - "\u6E24" - "\u9B4D" - "\u9B4E" - "\u71ED" - "\u7940" - "\u6D1B" - "\u88F3" - "\u4E11" - "\u9846" - "\u9952" - "\u5EC9" - "\u689F" - "\u848B" - "\u6DD1" - "\u8737" - "\u9644" - "\u695A" - "\u9F20" - "\u5154" - "\u61AC" - "\u5F57" - "\u66FC" - "\u5D11" - "\u57DC" - "\u5F77" - "\u5F7F" - "\u5DF4" - "\u831C" - "\u6D9B" - "\u57E0" - "\u945A" - "\u92D2" - "\u5C09" - "\u53AD" - "\u7B75" - "\u7AE3" - "\u7E8F" - "\u6194" - "\u60B4" - "\u8E5F" - "\u675E" - "\u7825" - "\u8F14" - "\u9C52" - "\u4FAF" - "\u7D62" - "\u5475" - "\u698E" - "\u53EA" - "\u71D5" - "\u5C60" - "\u5614" - "\u74E2" - "\u9291" - "\u880D" - "\u932C" - "\u608C" - "\u8A1D" - "\u7DB8" - "\u530D" - "\u5310" - "\u637A" - "\u6A59" - "\u5BB5" - "\u9D60" - "\u57F4" - "\u7690" - "\u9021" - "\u4FF8" - "\u7A63" - "\u54A4" - "\u8309" - "\u8389" - "\u6643" - "\u6EF8" - "\u5289" - "\u5026" - "\u8944" - "\u7B4D" - "\u5239" - "\u83BD" - "\u9041" - "\u66F5" - "\u79BD" - "\u7B67" - "\u7E0A" - "\u7FD4" - "\u5BF5" - "\u834F" - "\u758B" - "\u84EC" - "\u83B1" - "\u8EAC" - "\u696E" - "\u76C8" - "\u5C13" - "\u72FC" - "\u85C9" - "\u965F" - "\u620E" - "\u4E8E" - "\u6F58" - "\u8012" - "\u5F82" - "\u5FA0" - "\u99AE" - "\u5F6D" - "\u5E47" - "\u9087" - "\u6CD3" - "\u80B1" - "\u65BC" - "\u6602" - "\u8E64" - "\u7463" - "\u9A65" - "\u4EA8" - "\u8AEE" - "\u77EE" - "\u8569" - "\u6566" - "\u30EE" - "\u6208" - "\u8229" - "\u9B6F" - "\u65E0" - "\u6159" - "\u6127" - "\u8340" - "\u6309" - "\u914B" - "\u59F6" - "\u723E" - "\u8602" - "\u986B" - "\u593E" - "\u59DA" - "\u701D" - "\u6FD8" - "\u964B" - "\u777E" - "\u5B30" - "\u5DBA" - "\u821B" - "\u7B65" - "\u95A4" - "\u68D8" - "\u9812" - "\u59BE" - "\u8B2C" - "\u4F0D" - "\u537F" - "\u8FEA" - "\u5686" - "\u60F9" - "\u80DA" - "\u6C6A" - "\u543B" - "\u9B51" - "\u8F3B" - "\u59C6" - "\u84FC" - "\u6AC2" - "\u5315" - "\u4F70" - "\u7246" - "\u5CD9" - "\u725D" - "\u9DF2" - "\u7DCB" - "\u7BAD" - "\u82EB" - "\u5366" - "\u5B5F" - "\u5323" - "\u4ED4" - "\u5D19" - "\u6787" - "\u6777" - "\u81C0" - "\u681E" - "\u9E1E" - "\u61FA" - "\u55DA" - "\u6DB8" - "\u30C5" - "\u8D16" - "\u5E9A" - "\u93D1" - "\u9149" - "\u670B" - "\u70F9" - "\u53C8" - "\u7337" - "\u7C00" - "\u5B2C" - "\u88B7" - "\u6BB7" - "\u51DB" - "\u4EC0" - "\u71FF" - "\u5556" - "\u7BC6" - "\u7DD8" - "\u5036" - "\u6AC3" - "\u8A03" - "\u540F" - "\u5CB1" - "\u8A25" - "\u958F" - "\u5DBD" - "\u722C" - "\u618A" - "\u7511" - "\u6144" - "\u5E25" - "\u7704" - "\u5A11" - "\u50E5" - "\u5016" - "\u800C" - "\u8F4D" - "\u5583" - "\u81BE" - "\u7099" - "\u85AF" - "\u97EE" - "\u4E99" - "\u8B14" - "\u86CE" - "\u7425" - "\u73C0" - "\u698A" - "\u7C3E" - "\u8D6D" - "\u8823" - "\u8299" - "\u8B01" - "\u9022" - "\u8466" - "\u6670" - "\u5398" - "\u707C" - "\u903C" - "\u9328" - "\u700B" - "\u5FF8" - "\u6029" - "\u7165" - "\u7B0F" - "\u5FFD" - "\u7708" - "\u7DEC" - "\u5C4D" - "\u75BD" - "\u6E5B" - "\u788D" - "\u8AE4" - <sos/eos> init: xavier_uniform input_size: null ctc_conf: dropout_rate: 0.0 ctc_type: builtin reduce: true model_conf: ctc_weight: 0.3 lsm_weight: 0.1 length_normalized_loss: false use_preprocessor: true token_type: char bpemodel: null non_linguistic_symbols: null cleaner: null g2p: null frontend: default frontend_conf: fs: 16k specaug: specaug specaug_conf: apply_time_warp: true time_warp_window: 5 time_warp_mode: bicubic apply_freq_mask: true freq_mask_width_range: - 0 - 30 num_freq_mask: 2 apply_time_mask: true time_mask_width_range: - 0 - 40 num_time_mask: 2 normalize: global_mvn normalize_conf: stats_file: exp/asr_stats_raw_sp/train/feats_stats.npz encoder: conformer encoder_conf: output_size: 512 attention_heads: 8 linear_units: 2048 num_blocks: 12 dropout_rate: 0.1 positional_dropout_rate: 0.1 attention_dropout_rate: 0.1 input_layer: conv2d6 normalize_before: true macaron_style: false pos_enc_layer_type: rel_pos selfattention_layer_type: rel_selfattn activation_type: swish use_cnn_module: true cnn_module_kernel: 31 decoder: transformer decoder_conf: attention_heads: 8 linear_units: 2048 num_blocks: 6 dropout_rate: 0.1 positional_dropout_rate: 0.1 self_attention_dropout_rate: 0.1 src_attention_dropout_rate: 0.1 required: - output_dir - token_list distributed: true ``` </details> ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Yalta and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Yalta and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "jp", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["csj"]}
automatic-speech-recognition
espnet/kan-bayashi_csj_asr_train_asr_conformer
[ "espnet", "audio", "automatic-speech-recognition", "jp", "dataset:csj", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "jp" ]
TAGS #espnet #audio #automatic-speech-recognition #jp #dataset-csj #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 ASR model ### 'espnet/kan-bayashi_csj_asr_train_asr_conformer' This model was trained by Nelson Yalta using csj recipe in espnet. ### Demo: How to use in ESPnet2 ## ASR config <details><summary>expand</summary> </details> ### Citing ESPnet or arXiv:
[ "## ESPnet2 ASR model", "### 'espnet/kan-bayashi_csj_asr_train_asr_conformer'\n\nThis model was trained by Nelson Yalta using csj recipe in espnet.", "### Demo: How to use in ESPnet2", "## ASR config\n\n<details><summary>expand</summary>\n\n\n\n</details>", "### Citing ESPnet\n\n\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #jp #dataset-csj #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 ASR model", "### 'espnet/kan-bayashi_csj_asr_train_asr_conformer'\n\nThis model was trained by Nelson Yalta using csj recipe in espnet.", "### Demo: How to use in ESPnet2", "## ASR config\n\n<details><summary>expand</summary>\n\n\n\n</details>", "### Citing ESPnet\n\n\n\nor arXiv:" ]
[ 48, 7, 44, 11, 23, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #jp #dataset-csj #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 ASR model### 'espnet/kan-bayashi_csj_asr_train_asr_conformer'\n\nThis model was trained by Nelson Yalta using csj recipe in espnet.### Demo: How to use in ESPnet2## ASR config\n\n<details><summary>expand</summary>\n\n\n\n</details>### Citing ESPnet\n\n\n\nor arXiv:" ]
[ -0.06813433766365051, -0.03938451036810875, -0.001394116785377264, 0.025715090334415436, 0.12597577273845673, -0.028582386672496796, 0.2110069990158081, -0.025180792436003685, 0.05853612348437309, -0.03844816982746124, 0.11724475026130676, 0.10640653967857361, 0.03168676793575287, 0.1102144792675972, 0.031050734221935272, -0.13121110200881958, -0.006415253039449453, -0.0020218356512486935, -0.02447546273469925, 0.09216779470443726, 0.17549316585063934, -0.0128988241776824, 0.11161839216947556, 0.042115360498428345, -0.012038360349833965, 0.07936027646064758, -0.007616193499416113, -0.15318278968334198, 0.06239902228116989, 0.06259942054748535, 0.07982384413480759, -0.008223225362598896, 0.09129355102777481, -0.18447597324848175, 0.008442748337984085, -0.06494638323783875, -0.027870066463947296, 0.05747733637690544, 0.03008371591567993, 0.0651424452662468, -0.09040037542581558, 0.08102154731750488, 0.017891015857458115, 0.0003376235836185515, -0.07446474581956863, -0.06597087532281876, 0.058575987815856934, 0.14033424854278564, 0.13421852886676788, 0.11730605363845825, -0.024793565273284912, 0.044419094920158386, -0.10779618471860886, 0.015301275067031384, -0.026022734120488167, -0.14659467339515686, 0.04382859542965889, -0.018895871937274933, -0.030849430710077286, 0.17963774502277374, 0.03455151990056038, -0.08240923285484314, 0.09567364305257797, 0.0014734066789969802, -0.02169535681605339, -0.014830701984465122, -0.04341922700405121, 0.020511358976364136, -0.12895868718624115, -0.04587344452738762, 0.29567772150039673, 0.019888171926140785, 0.024103393778204918, 0.00006484668847406283, -0.05465167015790939, -0.058763548731803894, 0.021045103669166565, -0.11461067199707031, 0.001205087173730135, 0.045749809592962265, 0.07222934812307358, -0.012652816250920296, -0.11763841658830643, -0.07740827649831772, -0.044128771871328354, 0.061208683997392654, 0.01231340877711773, 0.05584559962153435, -0.08991105109453201, -0.017768243327736855, 0.003163120709359646, -0.07823067158460617, 0.11009694635868073, -0.011217093095183372, 0.03664087504148483, 0.03942859172821045, 0.08803185820579529, -0.12449885159730911, 0.029624197632074356, 0.008497821167111397, -0.026607412844896317, 0.005167077761143446, 0.15519271790981293, 0.11899630725383759, 0.042306575924158096, 0.05965332314372063, -0.11180736869573593, -0.040034882724285126, -0.05284332484006882, 0.07689005881547928, 0.016220252960920334, -0.0688062310218811, -0.1860625147819519, 0.09021293371915817, -0.027673061937093735, -0.05155174806714058, -0.015910429880023003, -0.04048561677336693, -0.08101298660039902, -0.04558531939983368, 0.2844752073287964, -0.13558287918567657, 0.04294215515255928, -0.0019727726466953754, -0.03659176453948021, 0.06506816297769547, -0.03240577131509781, 0.08250423520803452, -0.060364365577697754, 0.09065970033407211, -0.09796855598688126, 0.03734083101153374, -0.025161921977996826, -0.04371223598718643, 0.02850125916302204, 0.06366108357906342, 0.018837086856365204, -0.20036503672599792, -0.06817177683115005, -0.06073271110653877, -0.01694948785007, 0.028994116932153702, -0.041970010846853256, -0.12051039189100266, -0.06960438936948776, 0.06109210103750229, -0.14515754580497742, -0.12211048603057861, -0.08168455958366394, -0.03710094094276428, 0.062350135296583176, 0.07760275155305862, -0.08253128826618195, 0.07534638792276382, -0.10401994735002518, -0.05149990692734718, -0.08966932445764542, 0.1603861302137375, -0.13610579073429108, -0.059103235602378845, -0.08981376886367798, -0.023846672847867012, -0.11086635291576385, 0.053677305579185486, -0.0061208088882267475, 0.12030793726444244, -0.16144238412380219, -0.10940976440906525, 0.015454974956810474, -0.1351841390132904, -0.02552492916584015, 0.16787154972553253, -0.012408062815666199, -0.025394631549715996, 0.06091831251978874, 0.23538562655448914, -0.117034912109375, -0.10021080076694489, -0.05569193512201309, 0.05792197957634926, -0.01800910197198391, -0.04752589762210846, 0.11578425019979477, 0.00927965808659792, 0.08287709206342697, -0.04082612320780754, -0.03745482116937637, 0.07420293241739273, -0.018089767545461655, -0.09400545060634613, 0.05840691551566124, -0.08578195422887802, 0.03838203847408295, -0.02618568390607834, 0.05702006816864014, 0.07381334900856018, -0.028347495943307877, 0.10034190118312836, 0.07408871501684189, -0.04344978556036949, 0.014373060315847397, -0.17244699597358704, 0.002497344510629773, -0.1297639012336731, -0.033335182815790176, -0.08672332018613815, 0.055038660764694214, -0.010800027288496494, 0.010429425165057182, 0.1279362589120865, 0.02269713394343853, 0.022977421060204506, -0.028385937213897705, -0.016081741079688072, -0.04504281282424927, -0.011163273826241493, 0.03899623453617096, -0.006224871147423983, -0.2039831429719925, 0.04067230969667435, -0.014330125413835049, 0.04913482815027237, -0.14705890417099, -0.03697723150253296, -0.025378484278917313, 0.03754594922065735, -0.03573751822113991, 0.02654469572007656, -0.05696800351142883, 0.06085466966032982, -0.056439731270074844, -0.0036868860479444265, -0.03969547152519226, -0.015016132965683937, -0.06170928105711937, 0.1644061952829361, -0.0803331509232521, 0.09590277075767517, 0.12884028255939484, -0.17292359471321106, -0.03162552788853645, 0.14430539309978485, 0.03391864895820618, -0.04971030727028847, -0.026601675897836685, -0.01882677525281906, 0.2766840159893036, -0.0842413455247879, 0.13264508545398712, -0.08751805126667023, 0.06267885863780975, -0.012246690690517426, -0.16082383692264557, 0.04272002354264259, 0.09878206253051758, -0.03387070447206497, -0.14432571828365326, 0.17882612347602844, -0.014631811529397964, -0.15864810347557068, 0.16088257730007172, 0.07021473348140717, -0.0633687674999237, -0.006731880363076925, -0.010287544690072536, -0.05397956073284149, 0.07269570231437683, -0.07224160432815552, -0.03231577202677727, 0.03604985773563385, -0.007892045192420483, 0.07009141892194748, -0.15071402490139008, -0.0035368362441658974, 0.022060614079236984, -0.06079117953777313, -0.1272563636302948, -0.05685514956712723, -0.13773366808891296, 0.023205697536468506, -0.05687501281499863, -0.2147679179906845, 0.04871320351958275, -0.013845334760844707, -0.11030860990285873, 0.09182377904653549, -0.10657454282045364, -0.28694701194763184, -0.21384552121162415, 0.06966415047645569, -0.007994810119271278, 0.08997823297977448, 0.012122240848839283, -0.1749468892812729, -0.030767938122153282, -0.042677294462919235, -0.08413258194923401, -0.022161368280649185, -0.08830901980400085, 0.05610422417521477, -0.01640024594962597, 0.04610608518123627, -0.0957181304693222, 0.007787128910422325, -0.04294602945446968, 0.0790879875421524, 0.04617110267281532, 0.01858556643128395, 0.07542887330055237, 0.27342739701271057, -0.009416471235454082, -0.04938144609332085, 0.044787097722291946, 0.17652711272239685, -0.08895526826381683, -0.006203074939548969, 0.050614237785339355, -0.10201049596071243, 0.008961187675595284, 0.1360386162996292, 0.054041653871536255, 0.013718390837311745, 0.010767162777483463, -0.08706704527139664, -0.059351079165935516, -0.33401182293891907, -0.1137022152543068, -0.0278036929666996, -0.008359192870557308, 0.02896987833082676, 0.07345744967460632, 0.1381036937236786, 0.08020500093698502, 0.05270926654338837, 0.08192620426416397, 0.0230394396930933, -0.009615667164325714, 0.15070906281471252, 0.006627066992223263, 0.0669558048248291, -0.022477300837635994, -0.11016190052032471, 0.05951405316591263, 0.13559450209140778, -0.05405932292342186, 0.14280685782432556, 0.07200451195240021, 0.041913922876119614, 0.10933446884155273, 0.10648487508296967, -0.014920876361429691, 0.04817096143960953, 0.006668665446341038, -0.019825441762804985, -0.04349810257554054, -0.07412892580032349, 0.18257053196430206, 0.1110483705997467, -0.07420231401920319, 0.1085914671421051, 0.09547535330057144, 0.008986390195786953, 0.08650638908147812, -0.0072459070943295956, -0.34472599625587463, 0.0004744406323879957, -0.017829837277531624, -0.05335264280438423, 0.00445452518761158, 0.05025605484843254, 0.1358540803194046, -0.0021500582806766033, 0.05590006336569786, 0.08403830230236053, 0.041255924850702286, -0.14289060235023499, -0.021176815032958984, 0.0255441851913929, -0.0017583660082891583, 0.033854156732559204, 0.06791088730096817, -0.2438218593597412, 0.17806506156921387, 0.010969228111207485, 0.05893125385046005, 0.0767698660492897, -0.006585038732737303, -0.0343300886452198, 0.04206124693155289, 0.11753808706998825, 0.05027756467461586, -0.06184015050530434, -0.07867377996444702, -0.15522468090057373, -0.01050602551549673, 0.03540371358394623, 0.11771559715270996, -0.09384390711784363, 0.03947048261761665, 0.010182847268879414, 0.06757804751396179, -0.09657891094684601, -0.20083177089691162, -0.08355338871479034, -0.024946140125393867, 0.31350964307785034, 0.03473721444606781, 0.04425283148884773, -0.06765829771757126, -0.09418462961912155, -0.009028838016092777, -0.17087435722351074, -0.05722176656126976, -0.014259117655456066, -0.10919606685638428, 0.12608593702316284, -0.04941696673631668, 0.02652735449373722, 0.10111355781555176, 0.06129205971956253, 0.016398219391703606, 0.01862027309834957, 0.11801569163799286, -0.12794214487075806, -0.07107963413000107, -0.03594338148832321, 0.026039838790893555, 0.15579183399677277, 0.059493567794561386, 0.015575643628835678, 0.013491555117070675, -0.06801804155111313, -0.07499565929174423, 0.08305730670690536, 0.09027757495641708, -0.13197332620620728, 0.1090611070394516, -0.01730363816022873, -0.20989856123924255, -0.11106611043214798, -0.04814624786376953, 0.1064605638384819, 0.17754067480564117, -0.04421569034457207, 0.07431059330701828, 0.337066650390625, -0.07748185843229294, -0.189177468419075, -0.13577710092067719, 0.08498331904411316, -0.00015542579058092088, 0.018032902851700783, -0.15341125428676605, 0.08750429004430771, 0.00010718093835748732, -0.06965525448322296, -0.07649382948875427, -0.15304876863956451, -0.12899167835712433, 0.21507519483566284, -0.15979816019535065, 0.0494944304227829, -0.09207309782505035, -0.07854713499546051, -0.14813196659088135, -0.013582001440227032, 0.09076189994812012, 0.09915288537740707, 0.06208940967917442, 0.03820310905575752, 0.12421854585409164, -0.047797974199056625, 0.006577183958142996, 0.12695929408073425, 0.2162422090768814, -0.03616538271307945, 0.007725604809820652, -0.0368497371673584, 0.02144310623407364, 0.07321369647979736, 0.1308433562517166, 0.10194682329893112, -0.030317848548293114, -0.09628017991781235, -0.06616310775279999, -0.03519332781434059, 0.009655165486037731, 0.11620920151472092, -0.047219909727573395, -0.054722778499126434, -0.06933450698852539, 0.06817296147346497, 0.050208114087581635, 0.24161598086357117, -0.05563690885901451, -0.02343354932963848, 0.18679676949977875, 0.1091066226363182, -0.1126994788646698, -0.17524680495262146, 0.017095422372221947, -0.03978296369314194, 0.09989825636148453, -0.10115119069814682, 0.10084803402423859, 0.028554851189255714, -0.011274721473455429, 0.13097397983074188, 0.09568369388580322, -0.10170800983905792, 0.03336598724126816, 0.0848902091383934, -0.036389753222465515, 0.0006401889841072261, 0.03230288624763489, 0.06610585004091263, 0.0977085679769516, 0.033998340368270874, 0.12382794916629791, -0.14145734906196594, -0.006399768404662609, -0.0037963136564940214, 0.08585301041603088, -0.15186834335327148, 0.24980024993419647, 0.1698008030653, -0.0035649596247822046, -0.11543633043766022, 0.18097203969955444, 0.07861170172691345, -0.02537437714636326, 0.05470537766814232, -0.05911942198872566, -0.043235085904598236, -0.052210740745067596, -0.13706770539283752, -0.04836883023381233, -0.193023681640625, -0.2226472944021225, -0.060266852378845215, -0.014467050321400166, 0.004010390490293503, -0.1684524416923523, 0.0467866025865078, -0.008108524605631828, -0.022196510806679726, 0.008388200774788857, -0.01618126407265663, 0.014036351814866066, 0.09835804998874664, 0.0832093209028244, -0.189986452460289, -0.0953906774520874, 0.03818492963910103, 0.019774330779910088, -0.062289949506521225, 0.03201952204108238, -0.021217357367277145, 0.08523464947938919, 0.11821745336055756, 0.06637436896562576, -0.03179985657334328, -0.011935270391404629, 0.06368253380060196, -0.05157315731048584, -0.06313139200210571, 0.0830637589097023, -0.08480386435985565, 0.04207593575119972, 0.030962800607085228, 0.06263743340969086, -0.10326266288757324, 0.010143148712813854, 0.012931493110954762, 0.015950143337249756, 0.0030343239195644855, 0.09326555579900742, -0.1419546902179718, -0.014786718413233757, -0.29262575507164, -0.02574567310512066, 0.20374885201454163, 0.0975695475935936, 0.03496309369802475, -0.02475096844136715, 0.002893958706408739, 0.1453256458044052, 0.02725229598581791, -0.044529058039188385, 0.06466329097747803, -0.048528216779232025, 0.018623271957039833, -0.18858790397644043, -0.07257407903671265, -0.03421899303793907, 0.02329232357442379, 0.15528994798660278, 0.08431245386600494, 0.21325117349624634, -0.057539403438568115, -0.042412612587213516, -0.0001768937218002975, 0.05160916969180107, 0.03761441260576248, -0.022953689098358154, -0.021171025931835175, -0.0037385213654488325, -0.003923503682017326, -0.064272440969944, 0.25951337814331055, 0.03470255434513092, -0.11296672374010086, 0.008636433631181717, -0.007477900944650173, -0.01675333082675934, 0.030763370916247368, 0.11055747419595718, -0.0002626880304887891, -0.02445497177541256, -0.09617023169994354, 0.0034342301078140736, 0.08032812178134918, 0.15623924136161804, -0.10283352434635162, -0.011428475379943848, -0.07566354423761368, 0.14439302682876587, 0.08474110811948776, -0.05451333895325661, -0.04258103296160698, 0.03264736756682396, -0.1272740513086319, 0.03420044854283333, 0.008055583573877811, 0.14091172814369202, 0.15498363971710205, -0.017176462337374687, 0.04707131162285805, -0.008824804797768593, -0.08574598282575607, -0.1855187863111496, -0.0520407073199749, -0.08275394141674042, -0.23931971192359924, 0.01882742904126644, -0.07338987290859222, -0.011136329732835293, 0.20763680338859558, 0.012455116026103497, 0.019973959773778915, 0.07795174419879913, 0.0257463026791811, -0.06792127341032028, 0.008746500127017498, -0.05581188201904297, -0.003993797115981579, -0.14823387563228607, 0.0026777114253491163, 0.12231122702360153, 0.028097985312342644, 0.029103830456733704, -0.04574217647314072, -0.019185004755854607, 0.08132179826498032, 0.0319388285279274, -0.009749912656843662, -0.042014237493276596, 0.044308289885520935, 0.01874096505343914, 0.008406126871705055, 0.05400555580854416, -0.07286050170660019, 0.053033776581287384, 0.09507280588150024, -0.05265171453356743, -0.10086620599031448, -0.06948060542345047, 0.018168827518820763, 0.02725096046924591, 0.16726677119731903, -0.0672735720872879, -0.08265801519155502, -0.05591206252574921, 0.08757331222295761, 0.2042611837387085, -0.0656050592660904, -0.05505894124507904, -0.08223505318164825, 0.036829300224781036, -0.10086093097925186, 0.007468721829354763, 0.07102460414171219, 0.23002946376800537, -0.008508194237947464, 0.02056065946817398, -0.12389294058084488, -0.028388725593686104, 0.04387294501066208, -0.031066782772541046, -0.01252688467502594, -0.03574022650718689, -0.09682074934244156, 0.12324342131614685, -0.20975691080093384, -0.13680166006088257, -0.1087542474269867, 0.022667348384857178, 0.0020844314713031054, 0.029465310275554657, 0.16593439877033234, 0.07644258439540863, 0.06281308829784393, -0.02893228456377983, -0.03922946751117706, -0.038333453238010406, 0.023925235494971275, -0.15298601984977722, 0.08045530319213867, -0.013919132761657238, -0.1444595903158188, 0.08932826668024063, -0.009925388731062412, 0.2685863673686981, 0.0002836673229467124, 0.0811031386256218, 0.0496099591255188, 0.09697043895721436, -0.006627717055380344, 0.005145388189703226, 0.05296829715371132, 0.043619271367788315, 0.038352418690919876, 0.057076793164014816, 0.04923565313220024, -0.08196702599525452, 0.036143068224191666, -0.03503023833036423, -0.0494178906083107, -0.13351133465766907, -0.020771369338035583, -0.07593748718500137, 0.07388917356729507, -0.0707683116197586, -0.050504568964242935, -0.03575558587908745, -0.017218727618455887, 0.045218855142593384, 0.011846372857689857, 0.04505446180701256, 0.026511497795581818, -0.1813066303730011, -0.0507747083902359, -0.09782682359218597, 0.10325416922569275, 0.005705255549401045, 0.04021548852324486, -0.1230526864528656, -0.09169718623161316, 0.0005942912539467216, -0.004517620895057917, 0.0517619289457798, 0.039646998047828674, -0.048748016357421875, -0.06748408079147339, 0.048871446400880814, 0.05633138492703438, -0.04851026087999344, -0.11636798083782196 ]
null
null
espnet
## Example ESPnet2 ASR model ### `kan-bayashi/csj_asr_train_asr_transformer_raw_char_sp_valid.acc.ave` ♻️ Imported from https://zenodo.org/record/4037458/ This model was trained by kan-bayashi using csj/asr1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "automatic-speech-recognition"], "datasets": ["csj"]}
automatic-speech-recognition
espnet/kan-bayashi_csj_asr_train_asr_transformer_raw_char_sp_valid.acc.ave
[ "espnet", "audio", "automatic-speech-recognition", "ja", "dataset:csj", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #automatic-speech-recognition #ja #dataset-csj #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 ASR model ### 'kan-bayashi/csj_asr_train_asr_transformer_raw_char_sp_valid.URL' ️ Imported from URL This model was trained by kan-bayashi using csj/asr1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 ASR model", "### 'kan-bayashi/csj_asr_train_asr_transformer_raw_char_sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csj/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #automatic-speech-recognition #ja #dataset-csj #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 ASR model", "### 'kan-bayashi/csj_asr_train_asr_transformer_raw_char_sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csj/asr1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 48, 9, 62, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #automatic-speech-recognition #ja #dataset-csj #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 ASR model### 'kan-bayashi/csj_asr_train_asr_transformer_raw_char_sp_valid.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csj/asr1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.08470674604177475, 0.002023193286731839, -0.0003830546629615128, 0.0145330298691988, 0.11442446708679199, -0.03505466505885124, 0.1839219033718109, 0.02676444686949253, 0.09740613400936127, -0.017371078953146935, 0.1114412397146225, 0.12334287911653519, 0.04243575036525726, 0.1167813390493393, 0.052995048463344574, -0.12240670621395111, 0.01869729533791542, -0.018707862123847008, 0.0626085177063942, 0.10052470117807388, 0.17027191817760468, -0.010510330088436604, 0.08769258111715317, 0.05039650574326515, -0.04563223198056221, 0.0801873505115509, 0.0031579395290464163, -0.1601967066526413, 0.027573900297284126, 0.016468986868858337, 0.07981081306934357, 0.013843459077179432, 0.1107356920838356, -0.19107234477996826, 0.001903868280351162, -0.07398896664381027, -0.029437625780701637, 0.032110776752233505, 0.02294182777404785, 0.007528304122388363, -0.06345616281032562, 0.07815423607826233, -0.011215532198548317, 0.03368232026696205, -0.06325609236955643, -0.08641926944255829, 0.026741554960608482, 0.1518617421388626, 0.10572204738855362, 0.10935239493846893, -0.030024230480194092, 0.021400924772024155, -0.12007338553667068, 0.044314999133348465, 0.016479814425110817, -0.14600446820259094, 0.05221906304359436, -0.01551675982773304, -0.01049018558114767, 0.17143049836158752, 0.042950887233018875, -0.0700303167104721, 0.08972525596618652, -0.0011932564666494727, -0.015385562554001808, -0.03528624773025513, -0.12600821256637573, 0.010309924371540546, -0.12130499631166458, -0.03574823960661888, 0.2609304189682007, -0.005513068288564682, -0.006714725401252508, 0.008898090571165085, -0.02674865536391735, -0.0928574800491333, 0.006195847410708666, -0.09557119756937027, -0.006045084912329912, 0.05499528720974922, 0.062391187995672226, -0.004757128190249205, -0.0890238806605339, -0.10356464982032776, 0.008554292842745781, 0.04180857166647911, 0.02704918198287487, 0.026995360851287842, -0.08126150071620941, -0.022530168294906616, 0.021984906867146492, -0.0807071253657341, 0.07795879244804382, 0.005151123274117708, 0.06884589046239853, 0.04597954452037811, 0.07011028379201889, -0.11114303767681122, 0.06308313459157944, -0.015702690929174423, 0.06165594980120659, 0.005842515267431736, 0.12831059098243713, 0.11318081617355347, 0.010099993087351322, 0.08314245194196701, -0.06604942679405212, -0.030185900628566742, -0.015297778882086277, 0.09819522500038147, 0.013268074952065945, -0.06209082528948784, -0.17904271185398102, 0.051229968667030334, -0.006681869737803936, -0.012587737292051315, -0.0454830601811409, -0.036613579839468, -0.10628887265920639, 0.00009295553900301456, 0.21056130528450012, -0.13646200299263, 0.034132592380046844, 0.019482560455799103, -0.02360532060265541, 0.09545912593603134, -0.009080150164663792, 0.07123163342475891, -0.08117294311523438, 0.012982165440917015, -0.08468622714281082, 0.07375239580869675, -0.022730089724063873, -0.03521692752838135, 0.04339737072587013, 0.04261259362101555, -0.008106953464448452, -0.22226722538471222, -0.09086526185274124, -0.06499670445919037, -0.05250990390777588, 0.05225460231304169, 0.007380100432783365, -0.135244220495224, -0.059947725385427475, 0.05042880028486252, -0.14523568749427795, -0.16415813565254211, -0.09662977606058121, -0.009213983081281185, 0.03631719574332237, 0.0831046849489212, -0.04269973561167717, 0.08180414885282516, -0.10173086076974869, -0.0538359098136425, -0.11259989440441132, 0.14023105800151825, -0.1567973494529724, -0.04686902463436127, -0.098147913813591, -0.02854020521044731, -0.07978902012109756, 0.03807719424366951, 0.0034818847198039293, 0.10244642198085785, -0.18497170507907867, -0.08789132535457611, 0.07046304643154144, -0.11017359048128128, -0.025644736364483833, 0.19232113659381866, 0.007577545940876007, 0.02393401227891445, 0.07833365350961685, 0.2601969838142395, -0.06387131661176682, -0.09563272446393967, -0.04095654934644699, 0.07515434920787811, 0.007311124820262194, -0.0424032025039196, 0.09795550256967545, -0.04609841853380203, 0.03345239534974098, -0.029003828763961792, -0.002135186456143856, 0.09549957513809204, 0.0005066617159172893, -0.08100384473800659, 0.042899150401353836, -0.08769385516643524, 0.009996608830988407, -0.03737979754805565, 0.04520399495959282, 0.04788358509540558, -0.033270034939050674, 0.02447524107992649, 0.09611967951059341, -0.07005802541971207, 0.017163323238492012, -0.15180641412734985, 0.06055309250950813, -0.13150794804096222, -0.03192742541432381, -0.07501643896102905, 0.10575827211141586, 0.016881799325346947, -0.026950929313898087, 0.10517596453428268, -0.03583812713623047, -0.008479425683617592, -0.03429611399769783, 0.01618662104010582, -0.06655856221914291, -0.0039313072338700294, 0.03752410411834717, -0.012442250736057758, -0.1751280426979065, 0.030525270849466324, -0.012360494583845139, 0.016627950593829155, -0.08301404118537903, -0.03217712417244911, -0.010536900721490383, 0.05027447268366814, -0.03413725644350052, 0.010550757870078087, -0.0045381877571344376, 0.08263808488845825, -0.04393051937222481, -0.0033619047608226538, -0.031029140576720238, -0.010662095621228218, -0.06794276833534241, 0.1748351752758026, -0.09235603362321854, 0.03776370361447334, 0.12870532274246216, -0.17554019391536713, -0.03596419841051102, 0.18159033358097076, 0.05496542155742645, -0.03828589245676994, -0.0022848232183605433, -0.017109263688325882, 0.22700811922550201, -0.08860036730766296, 0.15061917901039124, -0.08180487155914307, 0.06707784533500671, -0.0034312373027205467, -0.1557305008172989, 0.06344114243984222, 0.09209942817687988, -0.055274851620197296, -0.13396115601062775, 0.1576971411705017, 0.024803664535284042, -0.16478823125362396, 0.17257660627365112, 0.055166054517030716, -0.08054357767105103, -0.0279394518584013, 0.023793349042534828, -0.04635308310389519, 0.06696707010269165, -0.10015808045864105, -0.07360971719026566, 0.031071754172444344, -0.02081889845430851, 0.056795477867126465, -0.1574116200208664, 0.004253197927027941, 0.0023346298839896917, -0.08964225649833679, -0.1119324192404747, -0.0455709844827652, -0.1372750699520111, 0.009117361158132553, -0.07727605849504471, -0.20551243424415588, 0.05237999185919762, -0.02174496091902256, -0.12249059975147247, 0.10701413452625275, -0.1244809627532959, -0.2564527690410614, -0.2143266201019287, 0.07108387351036072, 0.01075863465666771, 0.09482396394014359, 0.03785819560289383, -0.15806017816066742, -0.05162430554628372, -0.055047594010829926, -0.07421430945396423, -0.0045176055282354355, -0.09120458364486694, 0.010325601324439049, -0.019135212525725365, 0.04004250839352608, -0.10363227874040604, -0.004205797333270311, -0.0019726138561964035, 0.095705546438694, 0.044455211609601974, -0.006230550818145275, 0.09735814481973648, 0.25014781951904297, -0.002025048481300473, -0.05293194577097893, 0.036628615111112595, 0.14597000181674957, -0.06682149320840836, -0.04289266839623451, 0.06665832549333572, -0.11211761832237244, 0.014767912216484547, 0.0884166732430458, 0.0341293141245842, 0.013264893554151058, 0.005054101347923279, -0.10765766352415085, -0.05015949159860611, -0.28915467858314514, -0.07164023816585541, -0.02326841838657856, 0.01422860100865364, 0.02273591049015522, 0.06954402476549149, 0.07785628736019135, 0.08875780552625656, 0.039517275989055634, 0.06829476356506348, 0.01835394836962223, 0.018976133316755295, 0.0979701429605484, -0.01819310337305069, 0.06478042155504227, -0.04629753157496452, -0.06678822636604309, 0.041682008653879166, 0.14159941673278809, -0.04994562268257141, 0.15112346410751343, 0.14856328070163727, 0.054077375680208206, 0.18201108276844025, 0.10125834494829178, -0.032481834292411804, 0.07425568252801895, 0.02299700863659382, -0.0014821954537183046, -0.0632353276014328, -0.08653830736875534, 0.16588953137397766, 0.11253847926855087, -0.04662644863128662, 0.07458353787660599, 0.06657632440328598, 0.02649048902094364, 0.0918993130326271, 0.0005361436633393168, -0.33383819460868835, 0.005945377983152866, -0.00868073757737875, -0.05569149926304817, -0.00044938732753507793, 0.07463280111551285, 0.10706954449415207, -0.015470038168132305, 0.01426007878035307, 0.09201785176992416, 0.047854870557785034, -0.11028102040290833, -0.03990244120359421, 0.017189428210258484, -0.006886092480272055, 0.03481531888246536, 0.06428929418325424, -0.26257655024528503, 0.15172426402568817, 0.03152316063642502, 0.08366959542036057, 0.05059650167822838, 0.008421807549893856, 0.0022307587787508965, 0.009057056158781052, 0.14266802370548248, 0.04533539339900017, -0.09915080666542053, -0.14667287468910217, -0.14041933417320251, 0.003379005240276456, 0.0838916152715683, 0.11412294209003448, -0.07665085792541504, 0.027266159653663635, 0.010809109546244144, 0.043436236679553986, -0.11749100685119629, -0.2586052119731903, -0.05170244723558426, -0.017706939950585365, 0.34066757559776306, 0.05086386203765869, 0.02622867561876774, -0.05754619836807251, -0.10594421625137329, -0.0014337570173665881, -0.2115829885005951, -0.04437703639268875, -0.009637013077735901, -0.13181181252002716, 0.09495534002780914, -0.04001709446310997, 0.037585239857435226, 0.07221654802560806, 0.03508073464035988, 0.010480654425919056, 0.010960888117551804, 0.11889781057834625, -0.10803472995758057, -0.10126226395368576, -0.03731832280755043, 0.047405920922756195, 0.14643308520317078, 0.058013666421175, 0.022124236449599266, 0.0128861665725708, -0.058585233986377716, -0.05633694678544998, 0.060893140733242035, 0.11117945611476898, -0.09238706529140472, 0.16002613306045532, -0.05869150906801224, -0.234079971909523, -0.12412931025028229, -0.028227124363183975, 0.10864979028701782, 0.19848895072937012, -0.03273267298936844, 0.07937417924404144, 0.33327263593673706, -0.08369220048189163, -0.19077089428901672, -0.11974052339792252, 0.04697487875819206, 0.01293731015175581, -0.010615753009915352, -0.12290191650390625, 0.07131454348564148, 0.0027636222075670958, -0.0668376237154007, -0.08369912207126617, -0.19566164910793304, -0.13491450250148773, 0.22949707508087158, -0.10562906414270401, 0.027965297922492027, -0.10037242621183395, -0.07729268074035645, -0.15055406093597412, -0.03506074100732803, 0.04503956809639931, 0.04630368575453758, 0.07469440996646881, 0.04315965622663498, 0.10346046835184097, -0.03921450302004814, -0.0017714686691761017, 0.128795325756073, 0.209941565990448, -0.031967923045158386, -0.004365093540400267, -0.0016626048600301147, 0.06589147448539734, 0.07349347323179245, 0.15000225603580475, 0.0235615037381649, -0.015797428786754608, -0.09377334266901016, -0.06271133571863174, -0.043276458978652954, 0.02754983864724636, 0.09802643209695816, -0.04612848535180092, -0.04950312152504921, -0.07849202305078506, 0.07688269764184952, 0.04709874838590622, 0.2118167132139206, -0.06834734231233597, 0.0026553513016551733, 0.16249826550483704, 0.08821901679039001, -0.05033210664987564, -0.12910699844360352, 0.008564001880586147, -0.06354735791683197, 0.11135800927877426, -0.09325296431779861, 0.09384103864431381, 0.02466237172484398, -0.0023891201708465815, 0.15113288164138794, 0.08670319616794586, -0.08817446231842041, 0.0565883070230484, 0.08675003796815872, -0.03271540626883507, 0.017757991328835487, 0.0437542125582695, 0.03093649260699749, 0.09013043344020844, 0.015983829274773598, 0.12214222550392151, -0.15163137018680573, -0.020922303199768066, -0.019663723185658455, 0.07627887278795242, -0.1634013056755066, 0.21632571518421173, 0.17381702363491058, -0.0010784623445942998, -0.10957197844982147, 0.18064790964126587, 0.05067242681980133, -0.054992079734802246, 0.06243657320737839, -0.05390072613954544, -0.06039560213685036, -0.06547302007675171, -0.09923268109560013, 0.03463199362158775, -0.1701556146144867, -0.20697034895420074, -0.08923308551311493, -0.00308958045206964, -0.006048555485904217, -0.0689338743686676, 0.05292266607284546, -0.002952792914584279, -0.014163922518491745, 0.010418212041258812, -0.007751209661364555, 0.025999009609222412, 0.10208398848772049, 0.07586417347192764, -0.18050044775009155, -0.01221624854952097, 0.028870156034827232, 0.026967260986566544, -0.055913396179676056, 0.02671642042696476, -0.01326716411858797, 0.07240533083677292, 0.040666889399290085, 0.08805327117443085, -0.08068511635065079, -0.009736668318510056, 0.06323672086000443, -0.02352403849363327, -0.03702843189239502, 0.08949828147888184, -0.08580479025840759, 0.0249119084328413, 0.03705957531929016, 0.08700805902481079, -0.108054518699646, -0.005728164687752724, 0.000692435132805258, 0.009420331567525864, 0.007490844931453466, 0.11745944619178772, -0.16097182035446167, 0.005083606578409672, -0.29130318760871887, -0.0163185503333807, 0.20977355539798737, 0.08122964948415756, 0.01065766904503107, -0.021832643076777458, 0.003020040225237608, 0.11988991498947144, 0.025117995217442513, -0.03361457958817482, 0.12907922267913818, -0.05217621102929115, -0.006368886213749647, -0.18036580085754395, -0.032981716096401215, -0.04496775567531586, 0.03305062651634216, 0.15120087563991547, 0.10234613716602325, 0.2076406180858612, -0.07991626858711243, -0.028811195865273476, 0.015902768820524216, 0.030230175703763962, 0.010929287411272526, -0.04072196036577225, -0.09680540859699249, -0.008836382068693638, 0.0031108504626899958, -0.06402406096458435, 0.2236664593219757, 0.01612863875925541, -0.07871316373348236, 0.004469908308237791, -0.041449494659900665, 0.04010815545916557, 0.02777143009006977, 0.14985725283622742, -0.01788235828280449, -0.043642979115247726, -0.092801533639431, -0.001345634926110506, 0.0859886184334755, 0.10224872082471848, -0.12932586669921875, 0.03680456429719925, -0.03300050273537636, 0.16247056424617767, 0.0695493072271347, -0.05830192565917969, -0.04697198048233986, -0.015062404796481133, -0.08673804998397827, 0.04928286373615265, -0.0023086925502866507, 0.1496417373418808, 0.14846304059028625, -0.013594548217952251, 0.01808469370007515, -0.01899944804608822, -0.10019443184137344, -0.18093587458133698, -0.09401659667491913, -0.08114100992679596, -0.2090446650981903, 0.025646112859249115, -0.0652041956782341, 0.00722188176587224, 0.17592471837997437, -0.011601504869759083, 0.022858208045363426, 0.1016920953989029, -0.01545503456145525, -0.07610944658517838, 0.03715557977557182, -0.06307898461818695, -0.015342919155955315, -0.1612984985113144, -0.02220233529806137, 0.1498420536518097, -0.012126159854233265, 0.026005737483501434, -0.03282886743545532, -0.008013243786990643, 0.06603259593248367, -0.02521747350692749, -0.03126847743988037, -0.02348906174302101, 0.04191465675830841, 0.031499795615673065, 0.058747049421072006, 0.09057729691267014, -0.09233502298593521, 0.06360005587339401, 0.07572880387306213, -0.05177822336554527, -0.05310782790184021, -0.06201644614338875, 0.022738127037882805, 0.010986048728227615, 0.13446159660816193, -0.07089811563491821, -0.07575096189975739, -0.02538427896797657, 0.06046153977513313, 0.1303865760564804, -0.05456940457224846, -0.02866026759147644, -0.11572158336639404, 0.022410234436392784, -0.11796391010284424, 0.010536182671785355, 0.08191298693418503, 0.1728978455066681, 0.004804772324860096, 0.015697043389081955, -0.10902935266494751, -0.053195770829916, -0.033908214420080185, -0.060622524470090866, -0.035767339169979095, -0.055582333356142044, -0.08811315894126892, 0.12280213087797165, -0.21620294451713562, -0.08373735845088959, -0.08623528480529785, 0.042585987597703934, 0.006603284273296595, 0.022674402222037315, 0.15052610635757446, 0.09504014998674393, 0.032662101089954376, -0.0533166229724884, -0.018371541053056717, -0.008944577537477016, 0.021314309909939766, -0.14978563785552979, 0.06933289021253586, -0.046400997787714005, -0.15762615203857422, 0.09662750363349915, 0.007288405671715736, 0.2749845087528229, 0.0018965320196002722, 0.10966712236404419, 0.023265337571501732, 0.11829113215208054, 0.011294190771877766, 0.013404703699052334, 0.04129109904170036, 0.08196396380662918, 0.02549005299806595, 0.09106718003749847, 0.052520543336868286, -0.032213304191827774, 0.05426369607448578, -0.04650988057255745, -0.052715376019477844, -0.1566285341978073, -0.05056845396757126, -0.0736059844493866, 0.080375075340271, -0.062015507370233536, -0.06322149187326431, -0.04056575149297714, -0.0030340056400746107, 0.03958945348858833, 0.03334861993789673, -0.0034566381946206093, 0.015756262466311455, -0.16274338960647583, -0.03909572586417198, -0.05242535099387169, 0.09363974630832672, -0.010534081608057022, 0.021333226934075356, -0.1273861676454544, -0.08145184069871902, -0.021819593384861946, 0.0264578964561224, 0.01797804795205593, 0.04238366335630417, -0.023188460618257523, -0.12703555822372437, 0.04468189552426338, 0.07841583341360092, -0.0767207220196724, -0.14973542094230652 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/csmsc_conformer_fastspeech2` ♻️ Imported from https://zenodo.org/record/4031955/ This model was trained by kan-bayashi using csmsc/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "zh", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["csmsc"]}
text-to-speech
espnet/kan-bayashi_csmsc_conformer_fastspeech2
[ "espnet", "audio", "text-to-speech", "zh", "dataset:csmsc", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "zh" ]
TAGS #espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/csmsc_conformer_fastspeech2' ️ Imported from URL This model was trained by kan-bayashi using csmsc/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/csmsc_conformer_fastspeech2'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/csmsc_conformer_fastspeech2'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 46, 10, 49, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/csmsc_conformer_fastspeech2'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.0681481882929802, -0.10133187472820282, 0.0008267872617579997, 0.0030455614905804396, 0.07448242604732513, -0.014747587963938713, 0.19094917178153992, 0.005297384224832058, 0.09449219703674316, -0.018986079841852188, 0.10932227969169617, 0.04017751291394234, 0.06643674522638321, 0.15388800203800201, 0.059844087809324265, -0.16517102718353271, 0.03170004114508629, 0.04460322856903076, -0.033009666949510574, 0.10634326189756393, 0.16708824038505554, -0.025741256773471832, 0.08221550285816193, 0.03369484469294548, -0.00730776134878397, 0.044694144278764725, -0.041828375309705734, -0.08385622501373291, 0.04008742794394493, 0.037889789789915085, 0.06090477854013443, 0.05886361375451088, 0.09148677438497543, -0.22675327956676483, 0.013119048438966274, -0.0592007078230381, -0.029387081041932106, 0.027235642075538635, 0.031851544976234436, 0.1289009153842926, 0.00343155674636364, 0.03969355300068855, -0.033531926572322845, 0.01202407106757164, -0.04436103254556656, 0.032334763556718826, 0.002330880146473646, 0.11588870733976364, 0.15996135771274567, 0.14934422075748444, -0.030544012784957886, 0.120795838534832, -0.10183309763669968, 0.023934518918395042, 0.12325397878885269, -0.23577602207660675, 0.005233261734247208, 0.05405993014574051, 0.06123950332403183, 0.16100874543190002, 0.0408659428358078, 0.012520820833742619, 0.10560288280248642, 0.013873826712369919, -0.04416230320930481, -0.014489823020994663, -0.0373859629034996, 0.021568890661001205, -0.15411868691444397, 0.015974506735801697, 0.2619725465774536, 0.06541238725185394, 0.011905694380402565, -0.010236864909529686, -0.04903777688741684, -0.10853475332260132, -0.0074464245699346066, -0.14591464400291443, 0.030995335429906845, 0.04463043808937073, 0.035925090312957764, -0.07564926147460938, -0.14837238192558289, -0.07921384274959564, -0.03533545881509781, 0.11024735867977142, 0.037237394601106644, 0.051842257380485535, -0.10194344818592072, 0.01565571501851082, 0.020945897325873375, -0.07957733422517776, 0.057636383920907974, -0.054597627371549606, 0.06430665403604507, 0.026854438707232475, 0.05892385542392731, -0.12633520364761353, 0.02466198056936264, -0.012978345155715942, -0.024166198447346687, 0.043351203203201294, 0.19049659371376038, 0.08407515287399292, 0.04734252765774727, -0.01006408967077732, -0.12608295679092407, -0.11546361446380615, 0.006710070185363293, 0.04804246872663498, 0.03561583161354065, -0.06526894122362137, -0.19513405859470367, 0.057373933494091034, -0.05515115708112717, -0.030768711119890213, -0.026658115908503532, -0.03711223974823952, -0.09260251373052597, -0.07328107953071594, 0.2510773837566376, -0.021415632218122482, -0.0274276714771986, -0.012621963396668434, -0.0805618017911911, 0.088345468044281, 0.0068483916111290455, 0.11548014730215073, -0.04647759720683098, -0.015349146910011768, -0.10082289576530457, 0.024795139208436012, -0.03460560739040375, -0.04551143944263458, 0.04100332036614418, 0.026739956811070442, 0.0009602587670087814, -0.16087457537651062, -0.1425447016954422, -0.0647103488445282, 0.007798190228641033, 0.048531461507081985, -0.049061402678489685, -0.1481401026248932, -0.03495173901319504, 0.04632668197154999, -0.076499804854393, -0.1238335594534874, -0.08926976472139359, -0.012900537811219692, -0.0636245608329773, 0.03600849583745003, -0.11978468298912048, 0.03601808473467827, -0.09299515932798386, -0.04832706227898598, -0.12104333192110062, 0.11302381753921509, -0.1034899428486824, -0.051266781985759735, -0.0877462849020958, -0.05342978984117508, -0.09712834656238556, 0.07013446092605591, 0.04109407216310501, 0.18895584344863892, -0.1786050796508789, -0.04617995396256447, 0.041957173496484756, -0.0927911102771759, -0.13514886796474457, 0.1516485959291458, -0.00522029772400856, 0.07296122610569, 0.07983140647411346, 0.22260472178459167, -0.021631304174661636, -0.17780444025993347, -0.014818122610449791, 0.1080118864774704, 0.006248750723898411, -0.10461720824241638, 0.12318486720323563, -0.009837820194661617, 0.0645432099699974, -0.05511857941746712, -0.05992910638451576, 0.08087200671434402, -0.06480277329683304, -0.06329049915075302, 0.07093925774097443, -0.08814284205436707, 0.059954218566417694, -0.03920644894242287, 0.09456590563058853, 0.015155753120779991, -0.044499196112155914, 0.13727881014347076, 0.13970431685447693, -0.03993159160017967, 0.03425970673561096, -0.14368876814842224, 0.010560438968241215, -0.0591278076171875, -0.06942087411880493, -0.048270851373672485, -0.00500532565638423, 0.0014737858437001705, 0.04426230490207672, 0.12787604331970215, 0.04531059414148331, 0.0015340577811002731, -0.02810322865843773, -0.0033213775604963303, -0.04358306899666786, -0.04187149927020073, 0.05594340339303017, -0.061029985547065735, -0.18689113855361938, 0.03201282396912575, 0.016521837562322617, 0.04414816573262215, -0.14395999908447266, -0.03299893066287041, -0.06127304583787918, 0.08529896289110184, -0.04921377822756767, 0.010576432570815086, -0.017619038000702858, 0.053352512419223785, -0.050926897674798965, 0.013036547228693962, -0.017496764659881592, 0.015541866421699524, -0.11277462542057037, 0.14973574876785278, 0.010054083541035652, 0.037808436900377274, 0.09426918625831604, -0.20018050074577332, -0.01633848063647747, 0.13258205354213715, 0.035789161920547485, -0.05100765451788902, 0.005416546482592821, -0.010681016370654106, 0.19151073694229126, -0.09309087693691254, 0.0882701650261879, -0.13350485265254974, 0.02851426787674427, 0.0036149765364825726, -0.15708211064338684, 0.03605140000581741, 0.06409555673599243, 0.07618384808301926, -0.21902762353420258, 0.14640666544437408, 0.03742152079939842, -0.03922143206000328, 0.2328052818775177, 0.034444499760866165, -0.03547438606619835, -0.06216589733958244, 0.01165065262466669, -0.12497405707836151, 0.08844225853681564, -0.1043882668018341, 0.004390992224216461, 0.01435940433293581, 0.031929440796375275, 0.11936017125844955, -0.1296558380126953, -0.036416299641132355, 0.05617605149745941, -0.08518090099096298, -0.07723679393529892, -0.03323358669877052, -0.13974930346012115, 0.01822495460510254, -0.036192428320646286, -0.1496398001909256, 0.05964156985282898, -0.021716630086302757, -0.15927797555923462, 0.11619187146425247, -0.16463808715343475, -0.21100443601608276, -0.17366239428520203, 0.05255993455648422, -0.026406627148389816, 0.029442260041832924, 0.03000970184803009, -0.10217428207397461, -0.012807227671146393, -0.05773178115487099, -0.047338858246803284, -0.014508448541164398, -0.043595362454652786, 0.06492547690868378, -0.025180038064718246, -0.044798992574214935, -0.10450521856546402, -0.00820622406899929, -0.0730898305773735, 0.055602800101041794, -0.016036268323659897, -0.10377924889326096, 0.092867910861969, 0.25044259428977966, 0.02400890551507473, -0.04146864265203476, -0.011166712269186974, 0.19076913595199585, -0.08189892768859863, 0.06194208189845085, 0.147689089179039, -0.02811311185359955, 0.03592562675476074, 0.08904332667589188, 0.07127927988767624, 0.02918931096792221, 0.01004515215754509, -0.08248896896839142, -0.048184022307395935, -0.31763190031051636, -0.11854208260774612, -0.0277173463255167, -0.018035918474197388, -0.0965772271156311, 0.025833074003458023, 0.12942129373550415, 0.09754661470651627, 0.0020371866412460804, 0.025443576276302338, 0.002609680173918605, -0.007347776088863611, 0.0008988860063254833, 0.03314132243394852, 0.045945070683956146, -0.05207062140107155, -0.01732051372528076, 0.1058540791273117, 0.03408893942832947, 0.018969787284731865, 0.09638064354658127, 0.17853808403015137, 0.10966242104768753, 0.11549734324216843, 0.08362278342247009, -0.03579595685005188, 0.02801540493965149, -0.023722054436802864, -0.017996620386838913, -0.06271319091320038, -0.003465217538177967, 0.12919104099273682, 0.07066045701503754, -0.07682327926158905, 0.07917425036430359, 0.13793858885765076, 0.033176273107528687, 0.11682592332363129, 0.03091343119740486, -0.2546135485172272, 0.021673904731869698, -0.007412200327962637, 0.022854840382933617, -0.014414091594517231, 0.07914914935827255, 0.159343421459198, -0.03838608041405678, 0.08049547672271729, 0.12446177005767822, 0.05466781556606293, -0.03862091898918152, -0.018332699313759804, 0.055389247834682465, 0.0064834654331207275, -0.015341762453317642, 0.08888089656829834, -0.17783768475055695, 0.15151193737983704, 0.0015401188284158707, 0.06487539410591125, -0.008207263424992561, -0.03348396718502045, -0.012983047403395176, 0.023083580657839775, 0.1381177306175232, 0.07221170514822006, 0.016634851694107056, -0.05527293309569359, -0.13178738951683044, -0.030521828681230545, 0.07176095992326736, 0.07288263738155365, -0.055963557213544846, 0.06302125751972198, 0.010496181435883045, 0.06603687256574631, -0.09164662659168243, -0.18429259955883026, -0.017884643748402596, -0.008820460177958012, 0.2129882276058197, -0.07311179488897324, 0.005298140458762646, -0.0580936037003994, -0.12561029195785522, 0.05884204059839249, -0.12856049835681915, -0.13269364833831787, -0.02067902684211731, -0.10996897518634796, 0.08535680919885635, -0.07150424271821976, 0.07725407183170319, 0.09350524097681046, 0.041516803205013275, -0.00550816860049963, -0.01688344217836857, 0.15303732454776764, -0.1387004852294922, -0.05313953384757042, -0.053900524973869324, 0.10818538814783096, 0.1517532765865326, 0.04647745564579964, 0.008590053766965866, -0.06562981009483337, -0.022968154400587082, -0.12021461129188538, -0.06006123870611191, 0.0282601211220026, -0.14351171255111694, 0.09888030588626862, 0.013584725558757782, -0.15569019317626953, -0.08711841702461243, -0.0917031541466713, 0.11680819094181061, 0.291181355714798, -0.05067993700504303, 0.07692833244800568, 0.297625869512558, -0.049695082008838654, -0.20422443747520447, -0.12798678874969482, 0.10087646543979645, 0.008572760038077831, 0.06137923151254654, -0.11920630931854248, 0.10664745420217514, 0.04569746181368828, -0.036531832069158554, 0.03191047161817551, -0.27034711837768555, -0.1452152132987976, 0.12769590318202972, -0.07637536525726318, 0.13907413184642792, -0.05462923273444176, -0.08075347542762756, -0.06036673113703728, -0.03748483955860138, 0.09801571816205978, 0.007286072243005037, 0.06906735152006149, 0.07883163541555405, 0.03639669716358185, -0.03419971093535423, 0.02172742784023285, 0.13461175560951233, 0.11941411346197128, -0.007952507585287094, -0.008783197030425072, -0.03442177176475525, 0.0918084904551506, 0.04803076013922691, 0.0823880136013031, 0.08028575778007507, -0.013517488725483418, -0.15549412369728088, -0.03477262705564499, -0.05923707038164139, -0.037884026765823364, 0.0228736475110054, -0.08581242710351944, -0.1041259616613388, -0.018288306891918182, 0.08435449004173279, 0.03824862092733383, 0.2243744134902954, -0.013911895453929901, -0.0612310990691185, 0.17937687039375305, 0.09677332639694214, -0.048594485968351364, -0.11663451790809631, -0.03070329874753952, -0.08795440942049026, 0.06611620634794235, -0.07928191125392914, 0.00037256814539432526, 0.06839124113321304, -0.004603554494678974, 0.07431956380605698, 0.03992729261517525, -0.13521535694599152, 0.036439474672079086, 0.08911263942718506, -0.04599526897072792, -0.016935575753450394, -0.0851191058754921, 0.026388008147478104, 0.07468373328447342, 0.025465503334999084, 0.1631658971309662, -0.11611294001340866, -0.00657918956130743, -0.007890543900430202, 0.04084652289748192, -0.15765036642551422, 0.2048366218805313, 0.15397152304649353, 0.005261372774839401, -0.10140090435743332, 0.17976447939872742, 0.03971593827009201, 0.13083913922309875, 0.021822147071361542, 0.035755936056375504, -0.10560967773199081, -0.032015323638916016, -0.03996393084526062, 0.013850204646587372, -0.17931263148784637, -0.18732254207134247, -0.097928985953331, -0.04064817726612091, -0.015703819692134857, 0.011958759278059006, 0.05242641642689705, -0.04320656135678291, 0.01697184517979622, 0.03165504336357117, 0.025148291140794754, 0.015771150588989258, 0.13287299871444702, 0.043440449982881546, -0.1965612918138504, -0.004605088382959366, 0.04623683542013168, 0.10367205739021301, -0.08981209248304367, 0.038305699825286865, -0.034367844462394714, 0.06670535355806351, 0.008344578556716442, 0.04296383634209633, -0.06589559465646744, -0.0689968690276146, 0.0012886598706245422, -0.035985980182886124, -0.0820431262254715, 0.07465921342372894, -0.06764724105596542, 0.0442744642496109, 0.03578551113605499, 0.05498115345835686, -0.06736157089471817, -0.010250752791762352, -0.003865316277369857, -0.011937987059354782, 0.02056695707142353, 0.08867073059082031, -0.01857277750968933, 0.010062359273433685, -0.23035520315170288, 0.03735402971506119, 0.13202781975269318, 0.08105219900608063, 0.010661890730261803, 0.03589554503560066, -0.03738253563642502, 0.07084152847528458, 0.013810401782393456, -0.07761282473802567, -0.044967666268348694, -0.02469765581190586, 0.0049226428382098675, -0.1450703740119934, 0.025845859199762344, -0.029804900288581848, 0.009997518733143806, 0.1347481906414032, 0.08477388322353363, 0.1421540528535843, -0.04036184400320053, -0.023512061685323715, -0.033004261553287506, 0.0373387448489666, 0.014074637554585934, 0.008642635308206081, -0.04819219931960106, -0.043683141469955444, -0.011920513585209846, -0.06498704850673676, 0.17682135105133057, -0.040103357285261154, -0.1269054263830185, -0.013822214677929878, 0.048728276044130325, 0.05069199204444885, 0.009851876646280289, 0.13270309567451477, -0.0211015772074461, -0.010251197963953018, -0.1174563616514206, 0.006465550512075424, 0.07913507521152496, 0.09051951766014099, -0.01692545786499977, 0.014759724959731102, 0.002229121048003435, 0.15987703204154968, 0.03426528349518776, 0.012224003672599792, -0.13317438960075378, -0.08887653797864914, -0.0647958368062973, -0.015452802181243896, 0.01888422854244709, 0.1301444172859192, 0.12699124217033386, -0.0871117040514946, -0.03225691616535187, 0.06403221935033798, -0.07786082476377487, -0.14934690296649933, -0.12080702930688858, -0.06981703639030457, -0.1900552213191986, -0.019744962453842163, -0.10823332518339157, 0.0030475840903818607, 0.20747779309749603, 0.061384737491607666, -0.0004516884218901396, 0.1120600551366806, -0.04083662107586861, -0.11599195003509521, 0.057971350848674774, -0.05362672731280327, 0.011256292462348938, -0.10457305610179901, -0.05344447121024132, 0.10432381927967072, 0.014993901364505291, 0.019664369523525238, -0.05878070369362831, -0.028224866837263107, 0.08108729124069214, 0.041028935462236404, -0.05383795499801636, -0.033795565366744995, 0.019384115934371948, 0.07207626104354858, 0.07521969825029373, 0.053600069135427475, -0.06056027114391327, 0.040780484676361084, 0.07680808752775192, -0.03800021857023239, -0.14711004495620728, -0.05606498569250107, 0.007554478943347931, 0.023249417543411255, 0.1312086135149002, -0.02489423006772995, -0.09050095826387405, -0.06791364401578903, 0.15496045351028442, 0.18230204284191132, -0.13579542934894562, -0.028725534677505493, -0.06045741215348244, 0.024088626727461815, -0.08184108138084412, 0.05368687957525253, -0.013974400237202644, 0.22080861032009125, -0.04207811504602432, 0.012625928036868572, -0.14259862899780273, -0.01132490485906601, -0.01887666806578636, -0.04726383462548256, 0.0570988692343235, -0.055168334394693375, -0.04862676188349724, 0.14633938670158386, -0.26594898104667664, -0.05251543968915939, -0.10265981405973434, -0.0400208942592144, -0.042196400463581085, 0.01810602843761444, 0.10160005837678909, 0.1081780195236206, 0.06227052956819534, -0.03743848204612732, 0.00046085810754448175, -0.03128959983587265, 0.024189231917262077, -0.13620619475841522, 0.019293002784252167, 0.047937337309122086, -0.11178793013095856, 0.14790335297584534, -0.013351690955460072, 0.23269236087799072, 0.016415853053331375, 0.061598703265190125, 0.0358722098171711, 0.11818595975637436, 0.024263162165880203, -0.01419108733534813, 0.0038032017182558775, -0.03974870592355728, -0.012075972743332386, 0.09236296266317368, 0.03935406357049942, -0.12334185093641281, 0.030860193073749542, 0.12031011283397675, -0.05422312393784523, -0.11845488101243973, -0.000657408032566309, -0.09890115261077881, 0.11075586080551147, -0.07794545590877533, -0.08238179236650467, -0.0434463769197464, 0.020705386996269226, 0.04526287689805031, 0.02156236581504345, 0.08698537945747375, 0.043288782238960266, -0.21855658292770386, -0.03627822920680046, -0.033031314611434937, 0.12241877615451813, -0.000941398786380887, 0.04938599094748497, -0.175323948264122, -0.03635526821017265, -0.028349753469228745, 0.04037092998623848, 0.08102454245090485, -0.0011975932866334915, -0.0029103728011250496, 0.04523646458983421, -0.013443626463413239, 0.04113489016890526, -0.06657955795526505, -0.1546509563922882 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/csmsc_fastspeech` ♻️ Imported from https://zenodo.org/record/3986227/ This model was trained by kan-bayashi using csmsc/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "zh", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["csmsc"]}
text-to-speech
espnet/kan-bayashi_csmsc_fastspeech
[ "espnet", "audio", "text-to-speech", "zh", "dataset:csmsc", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "zh" ]
TAGS #espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/csmsc_fastspeech' ️ Imported from URL This model was trained by kan-bayashi using csmsc/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/csmsc_fastspeech'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/csmsc_fastspeech'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 46, 9, 45, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/csmsc_fastspeech'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.058596473187208176, -0.10109294205904007, 0.0004138089425396174, 0.0022431702818721533, 0.0599881187081337, -0.016287237405776978, 0.20085349678993225, 0.020308902487158775, 0.12105080485343933, -0.0303898174315691, 0.11635458469390869, 0.04091987758874893, 0.058557216078042984, 0.13601401448249817, 0.04709242656826973, -0.16752491891384125, 0.008703949861228466, 0.041359689086675644, -0.03524873033165932, 0.09261155128479004, 0.166627898812294, -0.03181878849864006, 0.07459665089845657, 0.030102349817752838, 0.008578070439398289, 0.03790858015418053, -0.03301418200135231, -0.09505646675825119, 0.0507081113755703, 0.03651588410139084, 0.06012794375419617, 0.05965407192707062, 0.07858655601739883, -0.2540169954299927, 0.012756800279021263, -0.0718940943479538, -0.023690734058618546, 0.023142928257584572, 0.04152167588472366, 0.12283628433942795, 0.01573779806494713, 0.0395638532936573, -0.04243084788322449, 0.022783616557717323, -0.03787587210536003, 0.040266361087560654, 0.0026610037311911583, 0.10273121297359467, 0.15025430917739868, 0.12606805562973022, -0.023621130734682083, 0.1096760705113411, -0.12851427495479584, 0.016417279839515686, 0.1230912134051323, -0.23432080447673798, 0.013328959234058857, 0.06892719864845276, 0.06602625548839569, 0.19272157549858093, 0.015868572518229485, 0.032123349606990814, 0.09208012372255325, 0.015486896969377995, -0.04342487081885338, -0.019062086939811707, -0.026843633502721786, 0.04986877366900444, -0.14110608398914337, 0.010483447462320328, 0.2701510190963745, 0.06428205221891403, 0.021014375612139702, -0.03574039414525032, -0.024458061903715134, -0.10269124805927277, -0.013888020999729633, -0.1287151575088501, 0.01159422006458044, 0.0687730610370636, 0.02235155738890171, -0.07812134176492691, -0.151297926902771, -0.08071477711200714, -0.0221567340195179, 0.08478371798992157, 0.028499944135546684, 0.05063080042600632, -0.08189217746257782, 0.01578465662896633, 0.02265402115881443, -0.07379284501075745, 0.06718780845403671, -0.07246313989162445, 0.06597936153411865, 0.03366813063621521, 0.07475798577070236, -0.11797749251127243, 0.05712755024433136, -0.048046354204416275, -0.01989596337080002, 0.04105878993868828, 0.17416606843471527, 0.09736907482147217, 0.04347088932991028, -0.033027973026037216, -0.09437067806720734, -0.11188151687383652, 0.012422313913702965, 0.03443340212106705, 0.022137440741062164, -0.06955598294734955, -0.19403767585754395, 0.05693129077553749, -0.06556656956672668, -0.008052045479416847, -0.03917233645915985, -0.053764693439006805, -0.1029546707868576, -0.05592810735106468, 0.21878573298454285, -0.008474526926875114, -0.005400680936872959, 0.001925729913637042, -0.06322352588176727, 0.08308058232069016, -0.013685325160622597, 0.12056723982095718, -0.04775649309158325, -0.005790029186755419, -0.0926801860332489, 0.022193802520632744, -0.03299926966428757, -0.03746333718299866, 0.05838947743177414, 0.04141664132475853, 0.005143392831087112, -0.1604594886302948, -0.11847733706235886, -0.038237590342760086, 0.0029060684610158205, 0.042195383459329605, -0.045816440135240555, -0.14483840763568878, -0.046256739646196365, 0.04732993245124817, -0.07876352220773697, -0.12586133182048798, -0.09916190803050995, -0.0039444067515432835, -0.0897504985332489, 0.030550139024853706, -0.12214812636375427, 0.029970405623316765, -0.06495783478021622, -0.04072638973593712, -0.09181733429431915, 0.12124774605035782, -0.13254444301128387, -0.058534346520900726, -0.08375880122184753, -0.05135929957032204, -0.10220278054475784, 0.06361553817987442, 0.02959521859884262, 0.1935279369354248, -0.1800312101840973, -0.046028982847929, 0.04155705124139786, -0.07090841233730316, -0.13190783560276031, 0.17914199829101562, -0.013566110283136368, 0.05053144320845604, 0.08585327863693237, 0.24255171418190002, -0.004289650358259678, -0.2055516093969345, -0.004162861034274101, 0.12713946402072906, 0.001064063049852848, -0.10817113518714905, 0.1311180591583252, -0.009877854958176613, 0.08065321296453476, -0.05022845044732094, -0.009783509187400341, 0.09471146762371063, -0.07275272160768509, -0.069919154047966, 0.0667133703827858, -0.08519791811704636, 0.05727621912956238, -0.032125409692525864, 0.09267838299274445, 0.004550380632281303, -0.027615582570433617, 0.11987628787755966, 0.1343555450439453, -0.05073099583387375, 0.03016248345375061, -0.14059041440486908, 0.019511476159095764, -0.0476849339902401, -0.06404078006744385, -0.0415058434009552, 0.005077889189124107, 0.008135978132486343, 0.07119636237621307, 0.1374976933002472, 0.05873720720410347, -0.00007079723582137376, -0.027519499883055687, -0.007129518780857325, -0.02246704138815403, -0.033627431839704514, 0.05845864862203598, -0.05442780628800392, -0.17860384285449982, 0.049354203045368195, 0.0166100412607193, 0.02308555133640766, -0.15305018424987793, -0.0425250381231308, -0.018502626568078995, 0.07939835637807846, -0.042328380048274994, 0.015067164786159992, -0.022677022963762283, 0.06474956125020981, -0.04891242831945419, 0.019825825467705727, -0.011123929172754288, 0.002005022019147873, -0.12931397557258606, 0.1579534113407135, 0.03356807306408882, 0.05749580264091492, 0.0963061973452568, -0.18563121557235718, -0.0015896916156634688, 0.11272548139095306, 0.032355498522520065, -0.04448965936899185, -0.00873755943030119, -0.005655454471707344, 0.19007325172424316, -0.08581282943487167, 0.08761127293109894, -0.13702109456062317, 0.028908761218190193, 0.010824116878211498, -0.15829381346702576, 0.05756358802318573, 0.07343336194753647, 0.07287796586751938, -0.2283676415681839, 0.15267929434776306, 0.04016005992889404, -0.04444124922156334, 0.2628163993358612, 0.010102572850883007, -0.03894956409931183, -0.05444797873497009, 0.025458497926592827, -0.11634180694818497, 0.10198305547237396, -0.08754684031009674, 0.007996905595064163, 0.012410476803779602, 0.04234343022108078, 0.11909957230091095, -0.13714025914669037, -0.04136931151151657, 0.04115532338619232, -0.09351733326911926, -0.08476191759109497, -0.030053414404392242, -0.12738417088985443, 0.02073129080235958, -0.042729441076517105, -0.15456508100032806, 0.058281656354665756, -0.03095957078039646, -0.15400250256061554, 0.10423342883586884, -0.17404264211654663, -0.19783131778240204, -0.177881121635437, 0.04420560225844383, -0.023094985634088516, 0.026812871918082237, 0.03935691714286804, -0.09655499458312988, -0.013172438368201256, -0.04746875911951065, -0.05901459604501724, -0.009059721603989601, -0.055192895233631134, 0.045743901282548904, -0.006989052519202232, -0.060958366841077805, -0.1126517653465271, -0.018403975293040276, -0.0610286109149456, 0.06452754139900208, -0.016257964074611664, -0.11477469652891159, 0.09012667834758759, 0.24575817584991455, 0.02382786013185978, -0.03622284531593323, -0.0207099299877882, 0.17978166043758392, -0.09116444736719131, 0.05958642065525055, 0.11753275245428085, -0.044281017035245895, 0.04675695300102234, 0.08002853393554688, 0.08949008584022522, 0.040639590471982956, 0.006256990600377321, -0.08405359834432602, -0.0526704341173172, -0.3142671585083008, -0.13305452466011047, -0.05142907798290253, 0.010722368955612183, -0.11619412899017334, 0.031279608607292175, 0.1252315193414688, 0.0783768817782402, 0.019103260710835457, 0.005149329546838999, 0.02822764962911606, 0.002994897775352001, 0.02250199019908905, 0.024671224877238274, 0.03201966732740402, -0.06397957354784012, -0.03787657618522644, 0.11948071420192719, 0.06351575255393982, 0.04364247992634773, 0.1074010506272316, 0.2093394547700882, 0.11205330491065979, 0.11705543100833893, 0.09768888354301453, -0.032042983919382095, 0.03901081159710884, -0.024331755936145782, -0.027020342648029327, -0.05932021513581276, -0.0004170956090092659, 0.1208399087190628, 0.09804942458868027, -0.10839252918958664, 0.09132260084152222, 0.12686564028263092, 0.04845183342695236, 0.10904424637556076, 0.019612619653344154, -0.22572237253189087, 0.04127081111073494, -0.004017920698970556, 0.0010846889344975352, -0.009821683168411255, 0.09857454895973206, 0.1963333785533905, -0.04894007369875908, 0.06078627333045006, 0.1173996776342392, 0.05854867026209831, -0.04618600383400917, -0.022921113297343254, 0.02203553169965744, -0.020513715222477913, -0.024960048496723175, 0.09699657559394836, -0.18113431334495544, 0.14523933827877045, 0.0033210848923772573, 0.061957940459251404, -0.02745417132973671, -0.03864029049873352, 4.984014481124177e-7, 0.015588976442813873, 0.13517913222312927, 0.07065015286207199, 0.018641747534275055, -0.06373868137598038, -0.1297299563884735, -0.0294310562312603, 0.08115320652723312, 0.09272677451372147, -0.07693057507276535, 0.05257079377770424, 0.011051788926124573, 0.06771210581064224, -0.12031786143779755, -0.18003879487514496, -0.032513413578271866, -0.0221346877515316, 0.22781649231910706, -0.07237428426742554, 0.0025825006887316704, -0.04526199772953987, -0.11494345963001251, 0.043926164507865906, -0.1296469271183014, -0.12958060204982758, -0.0224396251142025, -0.12718993425369263, 0.08706662058830261, -0.06098166108131409, 0.08305624127388, 0.10159178823232651, 0.03568350896239281, -0.018012486398220062, -0.010025713592767715, 0.1289641112089157, -0.12591402232646942, -0.051195379346609116, -0.05260235443711281, 0.1258879452943802, 0.1411263793706894, 0.056297410279512405, 0.025573698803782463, -0.0741606205701828, -0.0250081866979599, -0.13301633298397064, -0.05556625500321388, 0.015163680538535118, -0.13284918665885925, 0.08733374625444412, 0.015303310938179493, -0.1597919762134552, -0.08544353395700455, -0.1112385243177414, 0.16012544929981232, 0.29636386036872864, -0.052313242107629776, 0.10118553042411804, 0.29070162773132324, -0.05391835793852806, -0.206169992685318, -0.16426731646060944, 0.10144282132387161, 0.007135464809834957, 0.07107454538345337, -0.11254724860191345, 0.08834521472454071, 0.04229273274540901, -0.04572705179452896, 0.04435558244585991, -0.26760855317115784, -0.13917022943496704, 0.11399440467357635, -0.0727391168475151, 0.1234779879450798, -0.07343452423810959, -0.08194512873888016, -0.05687183514237404, -0.04106847941875458, 0.1270429790019989, 0.013046524487435818, 0.07321780920028687, 0.08922798931598663, 0.05026072636246681, -0.029593326151371002, 0.02113032341003418, 0.13760073482990265, 0.10705596953630447, -0.01079101674258709, 0.0026518264785408974, -0.04325570538640022, 0.11221012473106384, 0.0584954209625721, 0.060227736830711365, 0.04493139311671257, -0.025120394304394722, -0.17633837461471558, -0.03400391340255737, -0.04637354984879494, -0.037096407264471054, 0.02868584543466568, -0.08777454495429993, -0.11200632899999619, -0.021495655179023743, 0.07944733649492264, 0.041642121970653534, 0.24371238052845, -0.020062580704689026, -0.064491868019104, 0.1831996738910675, 0.12558959424495697, -0.05472220107913017, -0.09713927656412125, -0.04128306731581688, -0.09600462019443512, 0.05037067458033562, -0.110056571662426, 0.009921032935380936, 0.06785354018211365, -0.005608438979834318, 0.07544377446174622, 0.04380067065358162, -0.14260028302669525, 0.06703229248523712, 0.10234725475311279, -0.04466161131858826, -0.016021307557821274, -0.08808862417936325, 0.03420864790678024, 0.10742601007223129, 0.014999757520854473, 0.15098680555820465, -0.1104566901922226, -0.00483234878629446, -0.003756109857931733, 0.03577294573187828, -0.1648646891117096, 0.18798142671585083, 0.162833571434021, 0.005559660028666258, -0.09770271182060242, 0.16472521424293518, 0.026813922449946404, 0.1294672042131424, 0.011998017318546772, 0.04659238085150719, -0.10493806004524231, -0.03205961734056473, -0.029529571533203125, 0.025320617482066154, -0.15624666213989258, -0.18980905413627625, -0.07778086513280869, -0.04771111160516739, -0.019066927954554558, 0.0027638112660497427, 0.0395820178091526, -0.0421702042222023, 0.012124627828598022, 0.03255096822977066, 0.031967196613550186, 0.02461382932960987, 0.11410626769065857, 0.02275373414158821, -0.19580858945846558, -0.035941921174526215, 0.03524124249815941, 0.08796592056751251, -0.0926828533411026, 0.032884590327739716, -0.0420101098716259, 0.07457537204027176, 0.0008040464017540216, 0.054914217442274094, -0.07458227872848511, -0.059330422431230545, -0.006852196529507637, -0.04054906219244003, -0.07274940609931946, 0.07201827317476273, -0.0770072415471077, 0.04819386824965477, 0.032093729823827744, 0.07853049784898758, -0.06818288564682007, -0.013951596803963184, 0.011134600266814232, -0.010754459537565708, 0.033784326165914536, 0.08196108043193817, -0.027412395924329758, 0.028130991384387016, -0.23851874470710754, 0.0354539155960083, 0.14744442701339722, 0.08494890481233597, 0.009457165375351906, 0.050431087613105774, -0.029657380655407906, 0.08145409822463989, 0.021422188729047775, -0.06651335209608078, -0.06216614320874214, -0.024069156497716904, -0.003192649921402335, -0.16233497858047485, -0.0038174414075911045, -0.03742802515625954, 0.006142112426459789, 0.1484583467245102, 0.09899648278951645, 0.1310700923204422, -0.03519614413380623, -0.009906898252665997, -0.019134219735860825, 0.03374015912413597, 0.01642424613237381, -0.009768148884177208, -0.050723012536764145, -0.053868602961301804, -0.017100920900702477, -0.06727154552936554, 0.1941860020160675, -0.029356760904192924, -0.14563222229480743, -0.02226960100233555, 0.0283187422901392, 0.04770084097981453, 0.014461456798017025, 0.16962864995002747, -0.01838422194123268, -0.018051015213131905, -0.13687099516391754, -0.008143285289406776, 0.06923901289701462, 0.07562866806983948, -0.033811938017606735, 0.017923306673765182, -0.0025410358794033527, 0.13228365778923035, 0.04716767370700836, 0.005755566991865635, -0.12649574875831604, -0.08601532131433487, -0.048705343157052994, -0.022458868101239204, -0.009487517178058624, 0.1342734396457672, 0.13341788947582245, -0.09478437900543213, -0.026557741686701775, 0.052787892520427704, -0.08287810534238815, -0.15539449453353882, -0.11738374829292297, -0.06542564183473587, -0.19047372043132782, -0.003551625646650791, -0.11340037733316422, 0.019787687808275223, 0.2073257565498352, 0.06373849511146545, -0.009470070712268353, 0.095565065741539, -0.03711112216114998, -0.11322242766618729, 0.0651136040687561, -0.050944775342941284, 0.0044385576620697975, -0.11326755583286285, -0.04952854663133621, 0.08914032578468323, -0.005218608770519495, 0.011342687532305717, -0.04596402123570442, -0.033629000186920166, 0.0611104741692543, 0.0053398809395730495, -0.03950044885277748, -0.03308616206049919, 0.011886176653206348, 0.0690493956208229, 0.09227273613214493, 0.046992555260658264, -0.06878568977117538, 0.049296170473098755, 0.0843891054391861, -0.03563820943236351, -0.16878649592399597, -0.05869314447045326, 0.011668484658002853, 0.010352562181651592, 0.13489505648612976, -0.03052452951669693, -0.08268272131681442, -0.05858263745903969, 0.16178269684314728, 0.18900729715824127, -0.14024962484836578, -0.01986294984817505, -0.06484875082969666, 0.022118298336863518, -0.09069295227527618, 0.07931537181138992, -0.018989352509379387, 0.23548492789268494, -0.03705000504851341, 0.029791750013828278, -0.148795485496521, -0.010377912782132626, -0.04489738494157791, -0.02323739044368267, 0.06268079578876495, -0.06988505274057388, -0.04822343960404396, 0.16197800636291504, -0.28037601709365845, -0.034548070281744, -0.12052594125270844, -0.0480930395424366, -0.031203536316752434, 0.022119242697954178, 0.0958269014954567, 0.08968161791563034, 0.05491119995713234, -0.04428396746516228, 0.0000874907782417722, -0.060667574405670166, 0.02606726996600628, -0.14631116390228271, 0.07025840133428574, 0.033351510763168335, -0.12552563846111298, 0.12558899819850922, -0.00934435985982418, 0.25013768672943115, 0.020348455756902695, 0.05713269114494324, 0.039200883358716965, 0.12467596679925919, 0.04268358647823334, -0.02447991818189621, -0.0144191337749362, -0.040109168738126755, -0.01453743502497673, 0.08854550868272781, 0.040855370461940765, -0.09720438718795776, 0.03199385106563568, 0.10721185803413391, -0.05162491276860237, -0.11830426007509232, -0.00606537563726306, -0.09414852410554886, 0.10173915326595306, -0.10631763190031052, -0.07850619405508041, -0.041469790041446686, 0.024847663938999176, 0.04959757626056671, 0.025780582800507545, 0.06238335743546486, 0.036859504878520966, -0.20910513401031494, -0.05100223422050476, -0.007879476994276047, 0.11265075951814651, 0.004353246185928583, 0.05383644253015518, -0.17656072974205017, -0.017113344743847847, -0.038938913494348526, 0.036660924553871155, 0.0949007198214531, -0.018470169976353645, 0.006340325344353914, -0.012707074172794819, -0.012920736335217953, 0.02409486472606659, -0.04511747881770134, -0.13303227722644806 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/csmsc_fastspeech2` ♻️ Imported from https://zenodo.org/record/4031953/ This model was trained by kan-bayashi using csmsc/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "zh", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["csmsc"]}
text-to-speech
espnet/kan-bayashi_csmsc_fastspeech2
[ "espnet", "audio", "text-to-speech", "zh", "dataset:csmsc", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "zh" ]
TAGS #espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/csmsc_fastspeech2' ️ Imported from URL This model was trained by kan-bayashi using csmsc/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/csmsc_fastspeech2'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/csmsc_fastspeech2'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 46, 9, 46, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/csmsc_fastspeech2'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.06044800952076912, -0.09304467588663101, 0.00031783856684342027, 0.006589347496628761, 0.0516502819955349, -0.014800378121435642, 0.20611533522605896, 0.02014712616801262, 0.12194176018238068, -0.03217246010899544, 0.11768164485692978, 0.04150533303618431, 0.05876201018691063, 0.14127561450004578, 0.0476289838552475, -0.1695268303155899, 0.01054085697978735, 0.04571898654103279, -0.037179991602897644, 0.09965916723012924, 0.171566441655159, -0.028103044256567955, 0.07575717568397522, 0.03452786058187485, 0.009158404543995857, 0.043378911912441254, -0.03271501883864403, -0.09538273513317108, 0.056627340614795685, 0.04104258865118027, 0.06408866494894028, 0.060750022530555725, 0.08545922487974167, -0.2497641146183014, 0.0105590233579278, -0.06997300684452057, -0.027823064476251602, 0.026541052386164665, 0.041829973459243774, 0.12074322998523712, 0.02512170374393463, 0.041705284267663956, -0.042383670806884766, 0.019912000745534897, -0.03372299671173096, 0.04894649609923363, 0.00327015551738441, 0.11457406729459763, 0.14949828386306763, 0.12797518074512482, -0.023066077381372452, 0.11527055501937866, -0.12416121363639832, 0.019276777282357216, 0.13128884136676788, -0.2271437793970108, 0.012710489332675934, 0.06064293161034584, 0.06785373389720917, 0.18638771772384644, 0.020096974447369576, 0.027137557044625282, 0.09437104314565659, 0.018397990614175797, -0.044251687824726105, -0.019599126651883125, -0.03436103090643883, 0.0439322404563427, -0.14367058873176575, 0.010546466335654259, 0.2759358584880829, 0.06849212944507599, 0.020731430500745773, -0.03030742146074772, -0.035224106162786484, -0.09831062704324722, -0.009223587810993195, -0.13832007348537445, 0.008689137175679207, 0.06742382049560547, 0.026458989828824997, -0.0813637226819992, -0.15519839525222778, -0.08085427433252335, -0.025613797828555107, 0.08484836667776108, 0.028353668749332428, 0.05096905305981636, -0.08328937739133835, 0.012878192588686943, 0.02390344813466072, -0.07240399718284607, 0.0661751851439476, -0.07432449609041214, 0.07246827334165573, 0.03809773176908493, 0.07620258629322052, -0.11763544380664825, 0.05390424653887749, -0.04346245899796486, -0.027990862727165222, 0.04359445720911026, 0.17692336440086365, 0.09656878560781479, 0.04660320281982422, -0.03485262766480446, -0.10043950378894806, -0.10989151149988174, 0.012482436373829842, 0.03298232704401016, 0.02480039745569229, -0.06809944659471512, -0.19401171803474426, 0.053011439740657806, -0.05647009238600731, -0.016120869666337967, -0.03632586821913719, -0.059252116829156876, -0.1054663211107254, -0.057342998683452606, 0.22057406604290009, -0.013004387728869915, -0.0055794189684093, 0.005013219080865383, -0.06375333666801453, 0.08498231321573257, -0.007028167136013508, 0.12202467024326324, -0.05045464262366295, -0.009117805399000645, -0.0923706665635109, 0.02072419784963131, -0.029845459386706352, -0.03711101785302162, 0.05689077079296112, 0.04793299362063408, 0.0057114502415061, -0.16251902282238007, -0.1144803836941719, -0.038498423993587494, 0.003841152647510171, 0.0449797697365284, -0.04516888037323952, -0.1427767425775528, -0.044817689806222916, 0.047399070113897324, -0.08004292845726013, -0.12345028668642044, -0.09606809914112091, -0.01015507709234953, -0.08810731023550034, 0.025949306786060333, -0.12387868016958237, 0.02351050265133381, -0.06365612894296646, -0.0408409982919693, -0.08550665527582169, 0.11536052823066711, -0.12697458267211914, -0.06437056511640549, -0.08396116644144058, -0.05552665516734123, -0.1008971557021141, 0.05976030230522156, 0.03229905664920807, 0.19924010336399078, -0.17569945752620697, -0.04459179565310478, 0.043674446642398834, -0.07991702854633331, -0.1313953995704651, 0.17417514324188232, -0.009993022307753563, 0.05381999909877777, 0.08158130943775177, 0.23576559126377106, -0.006571054924279451, -0.20064188539981842, -0.010733048431575298, 0.12770682573318481, 0.002815758576616645, -0.10635151714086533, 0.1314801573753357, -0.0039825658313930035, 0.08563920110464096, -0.05536048486828804, -0.010143394581973553, 0.08834736794233322, -0.07229005545377731, -0.06848949193954468, 0.06611314415931702, -0.08255066722631454, 0.060754094272851944, -0.03424902260303497, 0.08969777077436447, 0.0068459766916930676, -0.03171061724424362, 0.12240611761808395, 0.13841360807418823, -0.053793590515851974, 0.03393055126070976, -0.14308516681194305, 0.01558403205126524, -0.0426761768758297, -0.06529808789491653, -0.039854537695646286, 0.005050275474786758, 0.00463367672637105, 0.07032880187034607, 0.1307355761528015, 0.06308680772781372, 0.003622249234467745, -0.026111630722880363, -0.008226698264479637, -0.024629835039377213, -0.04256125167012215, 0.05875527113676071, -0.05258798971772194, -0.17998270690441132, 0.043584369122982025, 0.018252555280923843, 0.028427479788661003, -0.15180064737796783, -0.04212981089949608, -0.017236391082406044, 0.0858609676361084, -0.045660510659217834, 0.012379203923046589, -0.022825732827186584, 0.05884242430329323, -0.05372387543320656, 0.017671974375844002, -0.017347833141684532, 0.0015402224380522966, -0.1316646784543991, 0.15529614686965942, 0.03149060532450676, 0.0569131076335907, 0.0929650142788887, -0.18901799619197845, -0.001697179744951427, 0.11423156410455704, 0.02718197926878929, -0.044115711003541946, -0.010018931701779366, -0.009671062231063843, 0.18623843789100647, -0.08572220057249069, 0.08004215359687805, -0.13655231893062592, 0.02643861249089241, 0.009511459618806839, -0.16072742640972137, 0.05427342280745506, 0.07288568466901779, 0.07575477659702301, -0.23526893556118011, 0.150495246052742, 0.043818067759275436, -0.04317508265376091, 0.245045468211174, 0.01846679300069809, -0.039405085146427155, -0.05749276280403137, 0.027042649686336517, -0.11564051359891891, 0.10109610110521317, -0.0888153463602066, 0.01232062466442585, 0.01075146347284317, 0.0435674674808979, 0.12045872956514359, -0.13838382065296173, -0.03860311210155487, 0.039899520576000214, -0.09320908784866333, -0.08088802546262741, -0.04084952548146248, -0.12999770045280457, 0.023338833823800087, -0.041615765541791916, -0.1552598923444748, 0.0538095124065876, -0.02769283391535282, -0.15771350264549255, 0.11027529090642929, -0.17180292308330536, -0.20294371247291565, -0.1667591780424118, 0.05114046856760979, -0.02047784999012947, 0.027384372428059578, 0.03541587293148041, -0.09773179143667221, -0.01472890842705965, -0.05262375995516777, -0.059480782598257065, -0.010708480142056942, -0.050639886409044266, 0.04909435659646988, -0.006964494939893484, -0.056769177317619324, -0.1130719929933548, -0.017847010865807533, -0.061327606439590454, 0.06892270594835281, -0.010472995229065418, -0.11542191356420517, 0.08556221425533295, 0.24400387704372406, 0.024799900129437447, -0.03745207563042641, -0.017630839720368385, 0.1798790842294693, -0.08829899877309799, 0.0615372508764267, 0.11764319241046906, -0.04668911173939705, 0.0461602658033371, 0.07323702424764633, 0.08564082533121109, 0.03758934140205383, 0.006201281677931547, -0.08395174890756607, -0.05021189898252487, -0.3163678050041199, -0.12903669476509094, -0.05208269879221916, 0.010798088274896145, -0.1129872128367424, 0.03196050599217415, 0.1174744963645935, 0.0832592025399208, 0.016889559105038643, 0.004403190221637487, 0.026845302432775497, 0.001166878966614604, 0.023273123428225517, 0.02515801414847374, 0.032342903316020966, -0.060490984469652176, -0.037093281745910645, 0.11792959272861481, 0.06286413967609406, 0.04040617495775223, 0.10307907313108444, 0.19899652898311615, 0.1120360866189003, 0.12257317453622818, 0.09015525132417679, -0.029026664793491364, 0.039597176015377045, -0.021522248163819313, -0.024553339928388596, -0.059939153492450714, -0.004305652808398008, 0.12661921977996826, 0.08979052305221558, -0.1075696274638176, 0.09256687015295029, 0.1372220665216446, 0.046624522656202316, 0.10279155522584915, 0.024424051865935326, -0.22750060260295868, 0.03972208872437477, -0.001854522037319839, 0.0015576856676489115, -0.0075268554501235485, 0.09418539702892303, 0.1947096437215805, -0.04966554418206215, 0.06683345139026642, 0.11783810704946518, 0.05778040736913681, -0.049291614443063736, -0.026610959321260452, 0.01363797951489687, -0.022489406168460846, -0.01943482644855976, 0.09754549711942673, -0.17655478417873383, 0.14757776260375977, 0.000582859676796943, 0.05660032480955124, -0.02893017791211605, -0.03515997901558876, -0.0026618591509759426, 0.015265403315424919, 0.1392945945262909, 0.07145878672599792, 0.015715736895799637, -0.05038634315133095, -0.13293316960334778, -0.02568403258919716, 0.07996588200330734, 0.09110260754823685, -0.07738473266363144, 0.0545116551220417, 0.009696369990706444, 0.06996940076351166, -0.11577649414539337, -0.1839626282453537, -0.03059983253479004, -0.017409395426511765, 0.22238174080848694, -0.08354473859071732, 0.0014733073767274618, -0.04899374768137932, -0.10121855139732361, 0.05894414335489273, -0.13160817325115204, -0.1301344782114029, -0.02187056839466095, -0.11752983927726746, 0.09204163402318954, -0.06311056762933731, 0.07889939844608307, 0.10361462086439133, 0.03980986773967743, -0.017979156225919724, -0.007600631099194288, 0.1323646456003189, -0.1282680332660675, -0.05419310927391052, -0.052545852959156036, 0.1276221126317978, 0.14373178780078888, 0.05784985423088074, 0.026665350422263145, -0.074538953602314, -0.021156033501029015, -0.13274744153022766, -0.061523374170064926, 0.013493401929736137, -0.13140548765659332, 0.08676473796367645, 0.01755714789032936, -0.15486301481723785, -0.0876036211848259, -0.11205721646547318, 0.15836305916309357, 0.2892952859401703, -0.04928917810320854, 0.09458489716053009, 0.2829832434654236, -0.05219549685716629, -0.19828268885612488, -0.16258803009986877, 0.10476095229387283, 0.008386689238250256, 0.07212778925895691, -0.10961326211690903, 0.08380887657403946, 0.041356880217790604, -0.045799676328897476, 0.03755311295390129, -0.2750783860683441, -0.14047053456306458, 0.11116119474172592, -0.06965582072734833, 0.1140357032418251, -0.06563948839902878, -0.07886285334825516, -0.058680202811956406, -0.04615924507379532, 0.12906751036643982, 0.01429223082959652, 0.06680244207382202, 0.09034162014722824, 0.04867035895586014, -0.030677320435643196, 0.02062424272298813, 0.13391076028347015, 0.10290144383907318, -0.01829196698963642, -0.0005638647126033902, -0.04156714305281639, 0.10635144263505936, 0.060002245008945465, 0.060602810233831406, 0.0487181730568409, -0.02187475748360157, -0.1728847175836563, -0.03651409223675728, -0.0463724359869957, -0.03352438285946846, 0.025733456015586853, -0.09141364693641663, -0.11286444962024689, -0.02331065759062767, 0.08001547306776047, 0.042604751884937286, 0.2396201491355896, -0.013861809857189655, -0.06683144718408585, 0.18769988417625427, 0.1236959844827652, -0.05626271665096283, -0.09227076172828674, -0.03862323984503746, -0.0930362194776535, 0.048198673874139786, -0.10927892476320267, 0.010633738711476326, 0.06834333389997482, -0.008166462182998657, 0.07589048147201538, 0.044204603880643845, -0.14204414188861847, 0.06194905564188957, 0.10496116429567337, -0.04795672744512558, -0.016781261190772057, -0.08497900515794754, 0.03899182006716728, 0.09884697198867798, 0.016534913331270218, 0.15899035334587097, -0.11349056661128998, -0.006312919314950705, -0.00597288878634572, 0.03896622732281685, -0.1697353571653366, 0.18997523188591003, 0.15989109873771667, 0.004694308619946241, -0.09414171427488327, 0.160516619682312, 0.023967748507857323, 0.1332133412361145, 0.014525208622217178, 0.048835914582014084, -0.10020637512207031, -0.029604487121105194, -0.02854764834046364, 0.02057729847729206, -0.16671399772167206, -0.19050532579421997, -0.08296757191419601, -0.04577072709798813, -0.018654940649867058, -0.007937043905258179, 0.042359042912721634, -0.04142593592405319, 0.016398804262280464, 0.03157009929418564, 0.03207475319504738, 0.018442684784531593, 0.11985044181346893, 0.022650891914963722, -0.19938777387142181, -0.03623242676258087, 0.03997841104865074, 0.09052599966526031, -0.09092873334884644, 0.037375304847955704, -0.03637305274605751, 0.07441537082195282, 0.004982330370694399, 0.05637860298156738, -0.07500341534614563, -0.05847244709730148, -0.009145507588982582, -0.04500770568847656, -0.07878265529870987, 0.07512611895799637, -0.0740327537059784, 0.04683515056967735, 0.026671165600419044, 0.0703187957406044, -0.06954694539308548, -0.012701340019702911, 0.014957857318222523, -0.013488988392055035, 0.0330415777862072, 0.08530551195144653, -0.028491873294115067, 0.027455920353531837, -0.23070478439331055, 0.037768084555864334, 0.1518242508172989, 0.08998636156320572, 0.00678227236494422, 0.04592173919081688, -0.02941380999982357, 0.08329716324806213, 0.024813329800963402, -0.06974443793296814, -0.05459024757146835, -0.02351382188498974, -0.007732839789241552, -0.16864678263664246, -0.009063626639544964, -0.035943690687417984, 0.008220118470489979, 0.14372120797634125, 0.09290347248315811, 0.13128525018692017, -0.03275425359606743, -0.010783904232084751, -0.022551171481609344, 0.03667023777961731, 0.02151435613632202, -0.003531115595251322, -0.04620612785220146, -0.050738509744405746, -0.017160503193736076, -0.06759709864854813, 0.18921245634555817, -0.04130641743540764, -0.14009639620780945, -0.01709233596920967, 0.026147115975618362, 0.049857646226882935, 0.011602205224335194, 0.1668585240840912, -0.021492259576916695, -0.016981318593025208, -0.13708221912384033, -0.010286630131304264, 0.07347554713487625, 0.07039368897676468, -0.02564770169556141, 0.01675153709948063, -0.005240066442638636, 0.13557972013950348, 0.04728439822793007, 0.006794760935008526, -0.13329729437828064, -0.0882122591137886, -0.05429835617542267, -0.02534688264131546, -0.001832559471949935, 0.12515589594841003, 0.13712581992149353, -0.09202621877193451, -0.03208833560347557, 0.0552804172039032, -0.08618611097335815, -0.1581241488456726, -0.11264998465776443, -0.06947068125009537, -0.18764881789684296, -0.00500347139313817, -0.11572206765413284, 0.015426757745444775, 0.19948521256446838, 0.06433108448982239, -0.0078126210719347, 0.09619607776403427, -0.03148260712623596, -0.11507520824670792, 0.054360173642635345, -0.04720013216137886, 0.0078876418992877, -0.1071774810552597, -0.05211826041340828, 0.08966521173715591, 0.0036075126845389605, 0.015208658762276173, -0.04692774638533592, -0.02954086847603321, 0.06298400461673737, 0.011944303289055824, -0.036418087780475616, -0.03936867043375969, 0.009995551779866219, 0.06850894540548325, 0.08817122131586075, 0.046864937990903854, -0.06727846711874008, 0.048745837062597275, 0.08554278314113617, -0.04134511947631836, -0.17369838058948517, -0.060859937220811844, 0.010650376789271832, 0.01248437725007534, 0.13431909680366516, -0.027046702802181244, -0.08083447068929672, -0.06322728097438812, 0.15794885158538818, 0.18941999971866608, -0.1399911791086197, -0.022608602419495583, -0.06090904772281647, 0.022963471710681915, -0.09056676179170609, 0.07211372256278992, -0.015787560492753983, 0.23792694509029388, -0.03827190026640892, 0.029315100982785225, -0.15010268986225128, -0.004983996041119099, -0.040379177778959274, -0.022383997216820717, 0.06006452441215515, -0.06791874766349792, -0.0513579323887825, 0.16157053411006927, -0.27066779136657715, -0.03464553877711296, -0.12348167598247528, -0.05312884598970413, -0.03513064235448837, 0.026636729016900063, 0.09884517639875412, 0.09121575951576233, 0.05787663534283638, -0.04461369663476944, -0.0008213067194446921, -0.058448802679777145, 0.030259568244218826, -0.15093860030174255, 0.06899144500494003, 0.03359833359718323, -0.12623794376850128, 0.13097429275512695, -0.00832861103117466, 0.25203245878219604, 0.023591766133904457, 0.05496784299612045, 0.03701762855052948, 0.12061986327171326, 0.04373595863580704, -0.02106325514614582, -0.013674385845661163, -0.04285378381609917, -0.015957744792103767, 0.08584922552108765, 0.04127632826566696, -0.09788202494382858, 0.027338674291968346, 0.1159190684556961, -0.04215215519070625, -0.11593815684318542, -0.005674157291650772, -0.09748121351003647, 0.10223757475614548, -0.1094905212521553, -0.0808563232421875, -0.04304146021604538, 0.020225880667567253, 0.050665758550167084, 0.021820323541760445, 0.06254231184720993, 0.039566103368997574, -0.2154393047094345, -0.05259903892874718, -0.00895075686275959, 0.11352992057800293, 0.012126030400395393, 0.05110888555645943, -0.17354926466941833, -0.021783027797937393, -0.041903115808963776, 0.0388159304857254, 0.0877746194601059, -0.014875579625368118, 0.0062224953435361385, -0.007094250991940498, -0.014828946441411972, 0.023932192474603653, -0.04560701549053192, -0.133610337972641 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/csmsc_full_band_vits` ♻️ Imported from https://zenodo.org/record/5443852/ This model was trained by kan-bayashi using csmsc/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "zh", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["csmsc"]}
text-to-speech
espnet/kan-bayashi_csmsc_full_band_vits
[ "espnet", "audio", "text-to-speech", "zh", "dataset:csmsc", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "zh" ]
TAGS #espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/csmsc_full_band_vits' ️ Imported from URL This model was trained by kan-bayashi using csmsc/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/csmsc_full_band_vits'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/csmsc_full_band_vits'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 46, 10, 48, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/csmsc_full_band_vits'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.06332232058048248, -0.10816503316164017, 0.0007192704943008721, 0.016310013830661774, 0.06720657646656036, -0.010651201009750366, 0.19253258407115936, 0.003637217218056321, 0.11663304269313812, -0.0054284376092255116, 0.11339594423770905, 0.016655277460813522, 0.05304791405797005, 0.13601583242416382, 0.05920213460922241, -0.16467763483524323, 0.01943517103791237, 0.045852016657590866, -0.039047449827194214, 0.10655771195888519, 0.1722518503665924, -0.022032510489225388, 0.07074537873268127, 0.018509026616811752, -0.013157534413039684, 0.059121839702129364, -0.0435979850590229, -0.0725090503692627, 0.049738455563783646, 0.03221123665571213, 0.06847020238637924, 0.050229668617248535, 0.09711843729019165, -0.2224225103855133, 0.013936894945800304, -0.053799960762262344, -0.032468851655721664, 0.02284049428999424, 0.030613353475928307, 0.12116263061761856, 0.012255929410457611, 0.05008893832564354, -0.017441997304558754, 0.00885689351707697, -0.03752438351511955, 0.01802067458629608, 0.014919326640665531, 0.13603846728801727, 0.16526949405670166, 0.147757425904274, -0.03500121831893921, 0.12809361517429352, -0.08296409249305725, 0.03328631818294525, 0.09970860183238983, -0.23532342910766602, 0.011760571040213108, 0.09109332412481308, 0.07191672176122665, 0.17298203706741333, 0.03498785197734833, 0.0059745884500443935, 0.11306490749120712, 0.01672711968421936, -0.05503926798701286, -0.02205467037856579, -0.07480873167514801, 0.008702458813786507, -0.1414182186126709, 0.009022729471325874, 0.3114002048969269, 0.06349900364875793, 0.01521307323127985, 0.006045227870345116, -0.05694585293531418, -0.13031412661075592, 0.010830097831785679, -0.14793407917022705, 0.015927599743008614, 0.050294216722249985, 0.04639095067977905, -0.05938136205077171, -0.1625993698835373, -0.07912658154964447, -0.05117534473538399, 0.09224285930395126, 0.04046936705708504, 0.038741689175367355, -0.11521104723215103, 0.01382402516901493, -0.016579383984208107, -0.07919716835021973, 0.06472599506378174, -0.05641256645321846, 0.03764617070555687, 0.034908391535282135, 0.05411863327026367, -0.1372341811656952, 0.02092939428985119, 0.0030670310370624065, -0.050095126032829285, 0.03820403665304184, 0.17161552608013153, 0.09431999921798706, 0.07665430009365082, -0.043480873107910156, -0.1249009221792221, -0.10519631206989288, -0.009038655087351799, 0.009773701429367065, 0.03759218379855156, -0.07677892595529556, -0.19884218275547028, 0.05864657089114189, -0.05229251831769943, -0.03161034733057022, -0.02670028619468212, -0.04635856673121452, -0.08456643670797348, -0.07301580160856247, 0.2564733624458313, -0.02003067545592785, -0.020351752638816833, -0.02218477427959442, -0.036072131246328354, 0.08227964490652084, 0.022021569311618805, 0.11587581783533096, -0.042498160153627396, 0.0011308089597150683, -0.10816984623670578, 0.013806704431772232, -0.01753241941332817, -0.04577254503965378, 0.04930977150797844, 0.02340378426015377, 0.014191652648150921, -0.18071389198303223, -0.0926576554775238, -0.053448159247636795, 0.003737151389941573, 0.05315650254487991, -0.05175967887043953, -0.13821280002593994, -0.01633068546652794, 0.050020817667245865, -0.07637804746627808, -0.11988596618175507, -0.08657430112361908, -0.02266695722937584, -0.06208725646138191, 0.03129952773451805, -0.13120229542255402, 0.037457965314388275, -0.07809078693389893, -0.030746813863515854, -0.08074803650379181, 0.09858457744121552, -0.0998837947845459, -0.052879638969898224, -0.09269320964813232, -0.06411448866128922, -0.11305548250675201, 0.06169526278972626, 0.050162170082330704, 0.15808184444904327, -0.1501462161540985, -0.0495997853577137, 0.04601573199033737, -0.10499384999275208, -0.1267206221818924, 0.15497799217700958, 0.0009557961602695286, 0.06602327525615692, 0.06779123842716217, 0.22783130407333374, -0.02001587487757206, -0.18531794846057892, -0.006204375997185707, 0.11085475981235504, 0.042070768773555756, -0.09748589992523193, 0.13209284842014313, -0.024748681113123894, 0.05368119850754738, -0.0588739737868309, -0.0263875350356102, 0.04773543030023575, -0.06653521209955215, -0.06790648400783539, 0.050488945096731186, -0.08366861939430237, 0.05379590764641762, -0.03579418733716011, 0.08375886082649231, 0.010157034732401371, -0.04304046556353569, 0.10740067809820175, 0.15172678232192993, -0.047352273017168045, 0.05934407189488411, -0.14283917844295502, 0.01403962541371584, -0.06558434665203094, -0.07056555151939392, -0.059472545981407166, 0.020197724923491478, 0.0114850252866745, 0.0643935576081276, 0.13224796950817108, 0.057594235986471176, -0.00897104199975729, -0.031747061759233475, -0.017100106924772263, -0.029423579573631287, -0.03977664187550545, 0.046079616993665695, -0.04859741032123566, -0.21579401195049286, 0.02614961750805378, -0.0016969854477792978, -0.0009590523550286889, -0.11768260598182678, -0.04881953448057175, -0.05850584805011749, 0.07380326092243195, -0.05519122630357742, 0.001426591188646853, -0.01787705533206463, 0.058560360223054886, -0.062092579901218414, 0.021726880222558975, -0.024704523384571075, 0.018462417647242546, -0.11269871890544891, 0.10831604152917862, 0.0020877413917332888, 0.02371143363416195, 0.08403312414884567, -0.16985388100147247, -0.03154057636857033, 0.1450992226600647, 0.04149862751364708, -0.046571794897317886, -0.0012556210858747363, -0.0036370225716382265, 0.19939734041690826, -0.0920897051692009, 0.060092661529779434, -0.12835372984409332, 0.031194964423775673, 0.011610617861151695, -0.15166547894477844, 0.03168610855937004, 0.063139908015728, 0.08798632770776749, -0.2593056857585907, 0.13629558682441711, 0.024757126346230507, -0.047865450382232666, 0.23434598743915558, 0.03802918270230293, -0.03389020264148712, -0.06611412763595581, 0.015299207530915737, -0.11787787079811096, 0.11983983963727951, -0.15263931453227997, 0.012556451372802258, 0.012512503191828728, 0.046189628541469574, 0.10645227879285812, -0.114256851375103, -0.03578139469027519, 0.05892350897192955, -0.07019861787557602, -0.1261897087097168, -0.028974078595638275, -0.1591804176568985, 0.007659511175006628, -0.04272456094622612, -0.1307460218667984, 0.03680393472313881, -0.02135392278432846, -0.16977451741695404, 0.1178809404373169, -0.17474272847175598, -0.20924028754234314, -0.15675832331180573, 0.07001641392707825, -0.03587338328361511, 0.030612526461482048, 0.041674207895994186, -0.10002348572015762, -0.022996913641691208, -0.04834442958235741, -0.04765090346336365, -0.028737297281622887, -0.032465703785419464, 0.07074794918298721, -0.031243013218045235, -0.028935514390468597, -0.12047097831964493, 0.007557026110589504, -0.06135953217744827, 0.047799985855817795, -0.018472524359822273, -0.09150691330432892, 0.09293120354413986, 0.27055540680885315, 0.03746755048632622, -0.041060157120227814, -0.01789376139640808, 0.1873369961977005, -0.08103860914707184, 0.05715415999293327, 0.13674147427082062, -0.04025573283433914, 0.024476250633597374, 0.1173458993434906, 0.06836506724357605, 0.02328266017138958, 0.016081346198916435, -0.07831709831953049, -0.05640118569135666, -0.3180859386920929, -0.11462940275669098, -0.049699168652296066, -0.005658220034092665, -0.0677102655172348, 0.0337713323533535, 0.10719212889671326, 0.0984349325299263, -0.006815226748585701, 0.01670023240149021, -0.004696493968367577, 0.0030007483437657356, -0.01418291311711073, 0.025970567017793655, 0.05564310774207115, -0.04910815507173538, -0.000014399449355551042, 0.09979700297117233, 0.07148905098438263, 0.016880905255675316, 0.10496813803911209, 0.16326139867305756, 0.12822455167770386, 0.14561554789543152, 0.07286184281110764, -0.02903074584901333, -0.0014939171960577369, -0.00731926504522562, -0.01391695812344551, -0.04897059127688408, 0.012379515916109085, 0.11627884954214096, 0.07594697922468185, -0.09712398797273636, 0.08501912653446198, 0.09401080012321472, 0.019659539684653282, 0.07912591099739075, 0.055934786796569824, -0.22264860570430756, 0.006057522725313902, -0.007157913874834776, 0.015245628543198109, -0.024112973362207413, 0.0797911211848259, 0.17152106761932373, -0.025982897728681564, 0.09626556187868118, 0.1269349604845047, 0.052821263670921326, -0.03946414962410927, -0.031209543347358704, 0.04961610212922096, -0.01788327656686306, -0.017314506694674492, 0.08473300188779831, -0.17526157200336456, 0.16264189779758453, -0.006804800592362881, 0.046065282076597214, 0.00477378536015749, -0.025517769157886505, -0.023963214829564095, 0.052696771919727325, 0.1504911333322525, 0.07979772239923477, 0.013294721953570843, -0.03283129259943962, -0.11667651683092117, -0.02501334249973297, 0.0617271363735199, 0.05144071951508522, -0.06664802134037018, 0.06233125552535057, 0.015471028164029121, 0.08114752918481827, -0.06766997277736664, -0.20288723707199097, -0.031680576503276825, -0.0024261127691715956, 0.20685939490795135, -0.0772656798362732, 0.017029307782649994, -0.05789382383227348, -0.1326168328523636, 0.03832630813121796, -0.1401742398738861, -0.1304028034210205, -0.015786129981279373, -0.09882084280252457, 0.08767911791801453, -0.07235389202833176, 0.08462029695510864, 0.08839678764343262, 0.05582202225923538, -0.02564861997961998, -0.014782613143324852, 0.14217562973499298, -0.14191405475139618, -0.046093471348285675, -0.04696079343557358, 0.1059994101524353, 0.16162368655204773, 0.04427076131105423, 0.009290295653045177, -0.07106909155845642, -0.016420044004917145, -0.11747397482395172, -0.05579471215605736, 0.008156116120517254, -0.12808813154697418, 0.08823438733816147, 0.01905839890241623, -0.1475311815738678, -0.08280900120735168, -0.09152083843946457, 0.10332607477903366, 0.26626843214035034, -0.0580458790063858, 0.09413356333971024, 0.2965158224105835, -0.06317354738712311, -0.1912069022655487, -0.13340166211128235, 0.09531927853822708, 0.005934991408139467, 0.0645613819360733, -0.12473499774932861, 0.0690445601940155, 0.005981517489999533, -0.035554155707359314, 0.03526873514056206, -0.2677246630191803, -0.1483672559261322, 0.13568399846553802, -0.06580924987792969, 0.13961458206176758, -0.04018709436058998, -0.07396094501018524, -0.05989769473671913, -0.0347214937210083, 0.11383885890245438, 0.024732213467359543, 0.06742282956838608, 0.08267562091350555, 0.029720250517129898, -0.04487520456314087, 0.030767351388931274, 0.1374439150094986, 0.13136783242225647, -0.012868096120655537, -0.010791582055389881, -0.022045297548174858, 0.084874726831913, 0.05813769996166229, 0.07298941910266876, 0.08745712786912918, -0.009343830868601799, -0.13070148229599, -0.048714566975831985, -0.051133036613464355, -0.03759923204779625, 0.014417496509850025, -0.10109668970108032, -0.11729969829320908, -0.02492578700184822, 0.0902644619345665, 0.026000384241342545, 0.23811420798301697, -0.025943761691451073, -0.046725448220968246, 0.20148016512393951, 0.09562306851148605, -0.03861146420240402, -0.14238861203193665, -0.024162376299500465, -0.09904174506664276, 0.07921642810106277, -0.09658665955066681, 0.00788571871817112, 0.060007244348526, -0.004670871887356043, 0.05804755911231041, 0.04127246141433716, -0.13552439212799072, 0.03269371762871742, 0.10077526420354843, -0.04774012789130211, -0.03091416135430336, -0.06394978612661362, 0.01690083183348179, 0.07920549809932709, 0.02799983322620392, 0.1676291525363922, -0.10780762135982513, -0.009930096566677094, 0.004622777923941612, 0.044001735746860504, -0.16523949801921844, 0.2021450698375702, 0.15807272493839264, 0.0010366906644776464, -0.09850908070802689, 0.17705512046813965, 0.05011305585503578, 0.12367472052574158, 0.03280652314424515, 0.022387389093637466, -0.10416258871555328, -0.032204654067754745, -0.0373988077044487, 0.0004916411708109081, -0.1855316013097763, -0.19367940723896027, -0.07526416331529617, -0.043028250336647034, -0.014109920710325241, -0.0053114271722733974, 0.0492849200963974, -0.042043536901474, 0.008191213943064213, 0.039895180612802505, 0.012505032122135162, 0.021131066605448723, 0.1405545324087143, 0.05685436725616455, -0.20605871081352234, -0.03354384005069733, 0.04458560794591904, 0.10283425450325012, -0.0833979919552803, 0.0324593223631382, -0.014949806034564972, 0.06519534438848495, 0.025215746834874153, 0.0424036905169487, -0.065168097615242, -0.06380300223827362, 0.006665810011327267, -0.044976912438869476, -0.09313517063856125, 0.07610154896974564, -0.0659560114145279, 0.04313856363296509, 0.03271457552909851, 0.05079548433423042, -0.0697641521692276, -0.006797959096729755, 0.006239697337150574, -0.012475709430873394, 0.027294669300317764, 0.08428559452295303, -0.03507758304476738, 0.009411233477294445, -0.24182483553886414, 0.05883321911096573, 0.12345659732818604, 0.09768017381429672, -0.007060723379254341, -0.0017238208092749119, -0.027032727375626564, 0.0657791942358017, 0.008565796539187431, -0.07186507433652878, -0.03247901424765587, -0.026318557560443878, -0.01911928690969944, -0.153093621134758, 0.012638777494430542, -0.014709308743476868, -0.0049826293252408504, 0.114173024892807, 0.09512991458177567, 0.12801985442638397, -0.0327528715133667, -0.01997288316488266, -0.031784411519765854, 0.03812394663691521, 0.028209852054715157, 0.021160615608096123, -0.054279010742902756, -0.05078629031777382, -0.02011595293879509, -0.057120900601148605, 0.1647896021604538, -0.05405527725815773, -0.12198179960250854, -0.020694609731435776, 0.05800708010792732, 0.07135623693466187, -0.003128903219476342, 0.15388141572475433, -0.037627924233675, -0.011074851267039776, -0.13572269678115845, -0.0011410333681851625, 0.08079027384519577, 0.09377488493919373, 0.0038671859074383974, -0.0020782954525202513, 0.015592804178595543, 0.12444919347763062, 0.02992910146713257, -0.006055688485503197, -0.11324696242809296, -0.08814606815576553, -0.058721911162137985, -0.022842245176434517, 0.032511286437511444, 0.06311222165822983, 0.13481083512306213, -0.11716196686029434, -0.003762571606785059, 0.05359780043363571, -0.07986100018024445, -0.14786043763160706, -0.16052255034446716, -0.06477335095405579, -0.21723631024360657, -0.012770741246640682, -0.11514972895383835, -0.008151156827807426, 0.18538536131381989, 0.062223900109529495, 0.0020910571329295635, 0.11462733894586563, -0.04414808005094528, -0.11569944769144058, 0.03952837362885475, -0.028809409588575363, 0.009104144759476185, -0.09091659635305405, -0.04885381460189819, 0.11015016585588455, 0.018287308514118195, 0.016316313296556473, -0.05920042097568512, -0.009722413495182991, 0.06896869838237762, 0.06023477390408516, -0.03008417971432209, -0.04064803943037987, 0.023712538182735443, 0.05772484466433525, 0.1215938925743103, 0.05259126424789429, -0.04834143817424774, 0.04319620504975319, 0.0781703069806099, -0.0375785268843174, -0.16202224791049957, -0.06976771354675293, -0.03276176378130913, 0.012604390271008015, 0.13149265944957733, -0.008747171610593796, -0.0808606669306755, -0.07962699979543686, 0.15166357159614563, 0.1840215027332306, -0.10113444924354553, -0.020443033427000046, -0.05179428309202194, 0.026474516838788986, -0.06994441151618958, 0.05231735482811928, -0.015337991528213024, 0.23019017279148102, -0.03671905770897865, 0.010179005563259125, -0.13670778274536133, 0.015546894632279873, -0.0010664641158655286, -0.04191223904490471, 0.05939067527651787, -0.07650529593229294, -0.04215165227651596, 0.1487985998392105, -0.266303151845932, -0.06442707031965256, -0.06843215227127075, -0.03705436363816261, -0.042211759835481644, 0.015545745380222797, 0.14133721590042114, 0.10060465335845947, 0.055039238184690475, -0.05018692836165428, 0.010817521251738071, -0.012765494175255299, 0.039395567029714584, -0.1153436079621315, -0.009081133641302586, 0.03941042721271515, -0.09654837846755981, 0.14126203954219818, -0.013945912010967731, 0.23300041258335114, 0.007858678698539734, 0.05933745577931404, 0.05572495609521866, 0.10268429666757584, 0.03392737731337547, 0.029805973172187805, -0.000739441835321486, -0.013139452785253525, -0.01887274906039238, 0.10625502467155457, 0.03695012629032135, -0.10683786123991013, 0.025830380618572235, 0.11711923778057098, -0.035694338381290436, -0.1169949471950531, 0.01112578995525837, -0.12104883044958115, 0.12006250768899918, -0.10211004316806793, -0.08657465875148773, -0.052856139838695526, 0.02591673657298088, 0.059103626757860184, 0.026471862569451332, 0.09331434965133667, 0.06368811428546906, -0.21295805275440216, -0.036080725491046906, -0.01702197454869747, 0.14054614305496216, -0.009003620594739914, 0.04153481125831604, -0.1360778957605362, -0.03604869171977043, -0.04391559585928917, 0.042098939418792725, 0.06171681359410286, -0.006188915576785803, -0.013326574116945267, 0.025546979159116745, -0.01643667370080948, 0.02562474086880684, -0.05366537347435951, -0.14978677034378052 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/csmsc_tacotron2` ♻️ Imported from https://zenodo.org/record/3969118/ This model was trained by kan-bayashi using csmsc/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "zh", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["csmsc"]}
text-to-speech
espnet/kan-bayashi_csmsc_tacotron2
[ "espnet", "audio", "text-to-speech", "zh", "dataset:csmsc", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "zh" ]
TAGS #espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/csmsc_tacotron2' ️ Imported from URL This model was trained by kan-bayashi using csmsc/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/csmsc_tacotron2'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/csmsc_tacotron2'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 46, 9, 46, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/csmsc_tacotron2'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.056982770562171936, -0.06884350627660751, 0.0004641124978661537, 0.014612533152103424, 0.04842611402273178, -0.014755385927855968, 0.21371237933635712, 0.01921319216489792, 0.13502377271652222, -0.031329791992902756, 0.12054935097694397, 0.04114973172545433, 0.056903768330812454, 0.14325162768363953, 0.04451743885874748, -0.18148648738861084, 0.004432385787367821, 0.05042402073740959, -0.06055740267038345, 0.10835841298103333, 0.16349907219409943, -0.021269094198942184, 0.07949822396039963, 0.03301366791129112, -0.0037355541717261076, 0.05558663234114647, -0.0289150457829237, -0.10005978494882584, 0.06659546494483948, 0.04324861615896225, 0.08076910674571991, 0.05799092352390289, 0.1016545444726944, -0.24492305517196655, 0.011188225820660591, -0.06615430861711502, -0.04177561774849892, 0.030934618785977364, 0.052016548812389374, 0.09459172934293747, 0.05894427001476288, 0.07334863394498825, -0.030586503446102142, 0.02694372460246086, -0.051481690257787704, 0.05481582507491112, 0.003195636672899127, 0.1511373370885849, 0.1540883630514145, 0.12293621152639389, -0.026711992919445038, 0.1277218759059906, -0.0973954051733017, 0.03057701326906681, 0.12519854307174683, -0.20082987844944, 0.013241594657301903, 0.09519194066524506, 0.07329896092414856, 0.18294385075569153, 0.018927741795778275, 0.028834983706474304, 0.10501603782176971, 0.01853482984006405, -0.047184813767671585, -0.027217846363782883, -0.03074960969388485, 0.04086112976074219, -0.13590578734874725, -0.011521406471729279, 0.31884151697158813, 0.07141389697790146, 0.016068045049905777, -0.0032912297174334526, -0.04138943925499916, -0.10462577641010284, 0.019093288108706474, -0.13630354404449463, -0.007374976295977831, 0.07047688215970993, 0.02414560317993164, -0.07621478289365768, -0.157025545835495, -0.08885013312101364, -0.040504246950149536, 0.07011633366346359, 0.025523457676172256, 0.042191002517938614, -0.09019646048545837, 0.021798433735966682, 0.009747647680342197, -0.06845352053642273, 0.0778493732213974, -0.08093477785587311, 0.056046295911073685, 0.04379810392856598, 0.07309892028570175, -0.1467321664094925, 0.03724360838532448, -0.015474038198590279, -0.03486226126551628, 0.04707145318388939, 0.17191533744335175, 0.09897301346063614, 0.06461813300848007, -0.02107551321387291, -0.10649406164884567, -0.09728297591209412, -0.013321965001523495, 0.031846970319747925, -0.002144921338185668, -0.0765383392572403, -0.19030453264713287, 0.05879989638924599, -0.04878479987382889, -0.023031847551465034, -0.02600245736539364, -0.04942188039422035, -0.09554506838321686, -0.05379411578178406, 0.21852797269821167, -0.012339339591562748, -0.00011933931091334671, -0.011831169947981834, -0.04677140712738037, 0.07564432919025421, 0.020735876634716988, 0.1266455501317978, -0.04259383678436279, -0.009201465174555779, -0.10899566859006882, 0.010291988030076027, -0.03581460192799568, -0.03374921903014183, 0.05908644571900368, 0.04030827432870865, 0.007518283557146788, -0.1749683916568756, -0.08777812868356705, -0.032797232270240784, 0.015559232793748379, 0.05406959727406502, -0.03395326808094978, -0.12812325358390808, -0.037301864475011826, 0.036522578448057175, -0.08179692178964615, -0.12435602396726608, -0.0806116834282875, -0.014421528205275536, -0.09038148075342178, 0.018226515501737595, -0.1379304677248001, 0.02399253658950329, -0.05689244344830513, -0.012891286052763462, -0.06886837631464005, 0.09388583898544312, -0.12388618290424347, -0.06070612370967865, -0.0849061906337738, -0.04940984025597572, -0.09304837882518768, 0.056237127631902695, 0.04277797043323517, 0.1837085485458374, -0.16733302175998688, -0.04176581650972366, 0.05432860180735588, -0.08910797536373138, -0.11887907236814499, 0.16263721883296967, -0.009248994290828705, 0.05296826362609863, 0.08257505297660828, 0.2613495886325836, -0.0195138081908226, -0.19746463000774384, -0.008171611465513706, 0.10802427679300308, 0.014178214594721794, -0.08698626607656479, 0.12858068943023682, -0.016459396108984947, 0.06965933740139008, -0.0551338829100132, -0.00163073290605098, 0.05905608832836151, -0.07472812384366989, -0.07461535185575485, 0.05999298393726349, -0.07710089534521103, 0.06783146411180496, -0.03294176608324051, 0.0703941136598587, 0.004733461886644363, -0.0336339958012104, 0.10723455995321274, 0.13288769125938416, -0.06766130775213242, 0.042026303708553314, -0.14405734837055206, 0.012836447916924953, -0.03232758492231369, -0.06585796922445297, -0.04833250120282173, 0.013221023604273796, -0.0015569640090689063, 0.05647384747862816, 0.14238210022449493, 0.0706423819065094, -0.006405828520655632, -0.017432034015655518, -0.011525819078087807, -0.022342843934893608, -0.06241687387228012, 0.0630837082862854, -0.03612348437309265, -0.18299444019794464, 0.034836236387491226, 0.009372075088322163, 0.009437047876417637, -0.13945499062538147, -0.035644855350255966, -0.023637261241674423, 0.08217358589172363, -0.05327696353197098, 0.006902423221617937, -0.028544172644615173, 0.06958764791488647, -0.06330556422472, 0.01735157147049904, -0.017302362248301506, -0.004395084921270609, -0.13523028790950775, 0.12772229313850403, 0.01826469413936138, 0.03308424353599548, 0.09359628707170486, -0.1760934293270111, -0.010684061795473099, 0.10315319895744324, 0.022220268845558167, -0.04131614416837692, -0.008384862914681435, -0.02016763761639595, 0.21060942113399506, -0.08284878730773926, 0.06609489768743515, -0.12613417208194733, 0.03038383461534977, 0.014720184728503227, -0.17689138650894165, 0.03409818559885025, 0.06602970510721207, 0.07597444951534271, -0.2504153847694397, 0.1543700248003006, 0.029107946902513504, -0.0403844378888607, 0.2445443719625473, 0.020334281027317047, -0.03252781927585602, -0.06689820438623428, 0.015964284539222717, -0.1103411316871643, 0.11869525909423828, -0.09667529165744781, 0.01148494053632021, 0.005241725593805313, 0.05409984663128853, 0.11612458527088165, -0.14282682538032532, -0.04633701592683792, 0.03915639966726303, -0.08001407980918884, -0.13254545629024506, -0.03267960622906685, -0.1516852080821991, 0.01973089389503002, -0.04822952672839165, -0.13728943467140198, 0.03709978610277176, -0.025149067863821983, -0.15780341625213623, 0.11651508510112762, -0.18165773153305054, -0.20254291594028473, -0.17358773946762085, 0.059647079557180405, -0.029705427587032318, 0.03602678328752518, 0.034339532256126404, -0.09789303690195084, -0.023224305361509323, -0.0477415956556797, -0.05417542904615402, -0.031735315918922424, -0.05490399897098541, 0.04753436520695686, -0.00998578779399395, -0.04548138007521629, -0.11769096553325653, -0.01590237393975258, -0.04927511140704155, 0.06032111868262291, -0.0008263292256742716, -0.1308499574661255, 0.10860973596572876, 0.2532135248184204, 0.02025512233376503, -0.02774006687104702, -0.018887078389525414, 0.18164101243019104, -0.08823242038488388, 0.06529811024665833, 0.1011354848742485, -0.0631750151515007, 0.051929377019405365, 0.09036345779895782, 0.07570434361696243, 0.030385697260499, 0.008939182385802269, -0.08292800933122635, -0.06647589802742004, -0.33288857340812683, -0.12080718576908112, -0.04941820725798607, 0.024219660088419914, -0.0848902091383934, 0.024486616253852844, 0.15324966609477997, 0.09149163961410522, 0.01689673401415348, 0.0037580260541290045, 0.022355632856488228, 0.006283739116042852, 0.010915679857134819, 0.02672884613275528, 0.03567444905638695, -0.05634621903300285, -0.03217441961169243, 0.10651306807994843, 0.10502482950687408, 0.06393203884363174, 0.12002053111791611, 0.18908844888210297, 0.1364964246749878, 0.11998225748538971, 0.07842126488685608, -0.015542346984148026, 0.034720275551080704, -0.005242153536528349, -0.02527971938252449, -0.0445932112634182, 0.0015363838756456971, 0.11694686859846115, 0.08784564584493637, -0.12013420462608337, 0.09035014361143112, 0.1074327826499939, 0.04037344455718994, 0.07621873170137405, 0.014056756161153316, -0.2261606752872467, 0.05043317750096321, 0.0054723601788282394, 0.004604874644428492, -0.014609451405704021, 0.08894176036119461, 0.19706612825393677, -0.058240193873643875, 0.08420608937740326, 0.1092088595032692, 0.06126486882567406, -0.04495973512530327, -0.037344593554735184, 0.004402079153805971, -0.03687646612524986, -0.028554916381835938, 0.09527458250522614, -0.1803320199251175, 0.19341632723808289, -0.00610624672845006, 0.034342437982559204, -0.015883171930909157, -0.033839013427495956, -0.013267269358038902, 0.04654189944267273, 0.1450452208518982, 0.07672706991434097, -0.0005315604503266513, -0.055427052080631256, -0.11766362935304642, -0.022449487820267677, 0.06536411494016647, 0.06921379268169403, -0.06961929053068161, 0.04955054819583893, 0.015923665836453438, 0.06457532197237015, -0.07953020930290222, -0.1972065269947052, -0.03608996793627739, -0.01654799096286297, 0.2007404863834381, -0.06553957611322403, -0.0008585353498347104, -0.04678017273545265, -0.09455345571041107, 0.02071811817586422, -0.1158682256937027, -0.1218903586268425, -0.029948795214295387, -0.10422001034021378, 0.09840093553066254, -0.06199539825320244, 0.07119255512952805, 0.09738403558731079, 0.04256473854184151, -0.03940660506486893, -0.007180006708949804, 0.12346082180738449, -0.12164289504289627, -0.05283178761601448, -0.05119222775101662, 0.1209430992603302, 0.15781892836093903, 0.057011134922504425, 0.030639691278338432, -0.06914418190717697, -0.020108435302972794, -0.13472314178943634, -0.05480578541755676, 0.004275703802704811, -0.10422593355178833, 0.07256605476140976, 0.029197242110967636, -0.1662171632051468, -0.0979318767786026, -0.10517529398202896, 0.12496192753314972, 0.24956722557544708, -0.05088572949171066, 0.0808120146393776, 0.2825741171836853, -0.0646786168217659, -0.18253222107887268, -0.15829910337924957, 0.10031221061944962, 0.0028489818796515465, 0.08172920346260071, -0.10087811201810837, 0.04320906102657318, 0.020422466099262238, -0.036746613681316376, 0.02253175526857376, -0.2694791853427887, -0.13783985376358032, 0.10709372162818909, -0.04674611613154411, 0.07597266137599945, -0.06171247363090515, -0.07050003111362457, -0.05625753477215767, -0.047685738652944565, 0.12264034897089005, 0.013569293543696404, 0.05876957252621651, 0.09952042251825333, 0.06790120899677277, -0.03542034327983856, 0.02323179505765438, 0.13763754069805145, 0.1220245286822319, -0.02184148132801056, -0.003655677428469062, -0.061759866774082184, 0.12849730253219604, 0.0657256543636322, 0.05306833237409592, 0.05194270983338356, -0.02053156867623329, -0.14003849029541016, -0.04271521046757698, -0.039746418595314026, -0.033826492726802826, 0.013808280229568481, -0.10672000795602798, -0.10551019012928009, -0.02733040601015091, 0.07661247253417969, 0.03652016818523407, 0.2275981903076172, -0.03206152468919754, -0.04129565507173538, 0.21433018147945404, 0.11542715132236481, -0.027444802224636078, -0.10985546559095383, -0.03204028308391571, -0.09700754284858704, 0.04670640826225281, -0.13413603603839874, 0.00576592143625021, 0.06595982611179352, -0.012253125198185444, 0.07744935154914856, 0.04624569043517113, -0.1533300280570984, 0.06394853442907333, 0.10988062620162964, -0.05070047453045845, 0.006002118345350027, -0.07458982616662979, 0.023799855262041092, 0.1118401363492012, 0.03293256834149361, 0.1542716771364212, -0.11074033379554749, -0.006693746894598007, -0.003854048205539584, 0.026189148426055908, -0.17843066155910492, 0.17668455839157104, 0.16165733337402344, 0.0048217326402664185, -0.08617354184389114, 0.14976336061954498, 0.02632746286690235, 0.13185323774814606, 0.01696644350886345, 0.033296313136816025, -0.0963767021894455, -0.03409309685230255, -0.04774201661348343, 0.022007370367646217, -0.1828908920288086, -0.19566312432289124, -0.06818800419569016, -0.03585295006632805, -0.021557340398430824, -0.007408840116113424, 0.041340481489896774, -0.04415305331349373, 0.01242019608616829, 0.029582839459180832, 0.025728022679686546, 0.014819318428635597, 0.1228511780500412, 0.029876213520765305, -0.21194612979888916, -0.047292884439229965, 0.04826035723090172, 0.08855902403593063, -0.08053053170442581, 0.025754151865839958, -0.031234851107001305, 0.07832895219326019, 0.03519178181886673, 0.04672052338719368, -0.08026402443647385, -0.057651083916425705, -0.0038919015787541866, -0.06470702588558197, -0.0833229124546051, 0.07640303671360016, -0.07464869320392609, 0.04319632798433304, 0.02603612281382084, 0.06834539771080017, -0.06510349363088608, -0.008872205391526222, 0.0317179374396801, -0.012390049174427986, 0.018921034410595894, 0.06898699700832367, -0.03902488574385643, 0.03678235784173012, -0.2262038141489029, 0.06139969080686569, 0.1393246054649353, 0.0977272316813469, 0.002227777848020196, 0.035844381898641586, -0.0335494801402092, 0.06578647345304489, 0.029212376102805138, -0.06560899317264557, -0.050706591457128525, -0.022296246141195297, -0.02747821807861328, -0.14746572077274323, -0.039873335510492325, -0.027057157829403877, 0.005821987055242062, 0.14337320625782013, 0.09045719355344772, 0.11655048280954361, -0.019209768623113632, -0.0022885589860379696, -0.035620979964733124, 0.03690208122134209, 0.04074157029390335, 0.008085171692073345, -0.02758261375129223, -0.06434907019138336, -0.0264773927628994, -0.06692801415920258, 0.18448291718959808, -0.03468572720885277, -0.1147502213716507, -0.021633822470903397, 0.03663218766450882, 0.0491812527179718, 0.012556965462863445, 0.1841643899679184, -0.03300449997186661, -0.011268461123108864, -0.1420610249042511, -0.006930810399353504, 0.05293969810009003, 0.0448576994240284, -0.02078181505203247, -0.011538449674844742, -0.014422139152884483, 0.1043282151222229, 0.04940585047006607, 0.009141330607235432, -0.13625037670135498, -0.11402428895235062, -0.04733102396130562, -0.0332120917737484, 0.00502752885222435, 0.08557712286710739, 0.1532016396522522, -0.11376959085464478, -0.014138562604784966, 0.06527946144342422, -0.09311490505933762, -0.149246484041214, -0.14981558918952942, -0.06379372626543045, -0.2010308802127838, 0.0002923866268247366, -0.11197764426469803, 0.01622130163013935, 0.19088608026504517, 0.05565626546740532, -0.010402091778814793, 0.10564775764942169, -0.026407677680253983, -0.12287169694900513, 0.02546311914920807, -0.02886531874537468, 0.0057316250167787075, -0.10904385149478912, -0.03935016319155693, 0.08507231622934341, 0.004565841518342495, 0.011826639994978905, -0.046966951340436935, -0.029083453118801117, 0.05764218419790268, 0.01775207184255123, -0.02649071253836155, -0.047462888062000275, 0.010070745833218098, 0.051997993141412735, 0.0907621830701828, 0.04329078271985054, -0.059530820697546005, 0.04930292069911957, 0.08385591208934784, -0.0374688021838665, -0.15981987118721008, -0.07778529822826385, -0.005219676997512579, 0.01091200951486826, 0.131670743227005, -0.011375793255865574, -0.07287856191396713, -0.0638498067855835, 0.16224147379398346, 0.1926189512014389, -0.10666217654943466, -0.027608107775449753, -0.06438431143760681, 0.02703242003917694, -0.07832635939121246, 0.08691247552633286, -0.0257955901324749, 0.22851695120334625, -0.03540199249982834, 0.031796038150787354, -0.15685740113258362, -0.00789533369243145, -0.017175784334540367, -0.024429602548480034, 0.06411835551261902, -0.08718113601207733, -0.04967455565929413, 0.1811322718858719, -0.2622864246368408, -0.033312924206256866, -0.10294754803180695, -0.0559668205678463, -0.02414705976843834, 0.030259843915700912, 0.12777987122535706, 0.0759282335639, 0.06410808861255646, -0.051599517464637756, -0.0014739527832716703, -0.031630851328372955, 0.04403914511203766, -0.1502840220928192, 0.05157659202814102, 0.02898062765598297, -0.12514080107212067, 0.13969892263412476, -0.016704821959137917, 0.25104913115501404, 0.018592961132526398, 0.05184318870306015, 0.0538012720644474, 0.12181852757930756, 0.05418635904788971, 0.011847849935293198, -0.026711199432611465, -0.04297478869557381, -0.016095662489533424, 0.07153520733118057, 0.02857176400721073, -0.10216281563043594, 0.029186001047492027, 0.10859901458024979, -0.024622388184070587, -0.10886361449956894, 0.012289728038012981, -0.11690438538789749, 0.11131265014410019, -0.11763930320739746, -0.07899520546197891, -0.03906979039311409, 0.017298052087426186, 0.05463366582989693, 0.021497396752238274, 0.05892682820558548, 0.04660065099596977, -0.20240060985088348, -0.06671386957168579, -0.0168757326900959, 0.10886324942111969, 0.00029997804085724056, 0.05519259348511696, -0.1644771844148636, -0.034365031868219376, -0.046601176261901855, 0.039536867290735245, 0.07766600698232651, -0.023820525035262108, 0.0027233813889324665, -0.0005024304846301675, -0.018876656889915466, 0.023500235751271248, -0.04906601086258888, -0.12561391294002533 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/csmsc_transformer` ♻️ Imported from https://zenodo.org/record/4034125/ This model was trained by kan-bayashi using csmsc/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "zh", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["csmsc"]}
text-to-speech
espnet/kan-bayashi_csmsc_transformer
[ "espnet", "audio", "text-to-speech", "zh", "dataset:csmsc", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "zh" ]
TAGS #espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/csmsc_transformer' ️ Imported from URL This model was trained by kan-bayashi using csmsc/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/csmsc_transformer'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/csmsc_transformer'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 46, 9, 44, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/csmsc_transformer'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.05750676617026329, -0.0697242021560669, -0.00007265301246661693, -0.004265889059752226, 0.05819302797317505, -0.0157566387206316, 0.22340799868106842, 0.017072906717658043, 0.13029031455516815, -0.03416011482477188, 0.11593742668628693, 0.06084191054105759, 0.05026385933160782, 0.12483103573322296, 0.04705236107110977, -0.17107141017913818, 0.019224798306822777, 0.052285581827163696, -0.07467638701200485, 0.10639764368534088, 0.16274462640285492, -0.028424281626939774, 0.07393690198659897, 0.029799427837133408, -0.0214023869484663, 0.052677903324365616, -0.027082474902272224, -0.09686839580535889, 0.06811512261629105, 0.04726101830601692, 0.08594714105129242, 0.0695323571562767, 0.09901279211044312, -0.25227224826812744, 0.01439637877047062, -0.0659276619553566, -0.04118363931775093, 0.030835673213005066, 0.03338610380887985, 0.09507583826780319, 0.04742710664868355, 0.05625190958380699, -0.040432799607515335, 0.020819026976823807, -0.037596091628074646, 0.0368574783205986, 0.0038459557108581066, 0.15499405562877655, 0.14827527105808258, 0.13131962716579437, -0.021101348102092743, 0.11492379009723663, -0.09372217208147049, 0.032458920031785965, 0.12672528624534607, -0.19603495299816132, 0.020741989836096764, 0.09585335105657578, 0.0713840052485466, 0.178709477186203, 0.009206030517816544, 0.043400950729846954, 0.09519774466753006, 0.01128916721791029, -0.0325813926756382, -0.030419476330280304, -0.02395666390657425, 0.042028479278087616, -0.1338827908039093, -0.02182346023619175, 0.3015899360179901, 0.06652206182479858, 0.016873391345143318, -0.005679507274180651, -0.03853131830692291, -0.0953403115272522, 0.014190251007676125, -0.1272294968366623, -0.005677142180502415, 0.07088145613670349, 0.01653425768017769, -0.08193806558847427, -0.14875847101211548, -0.09418150037527084, -0.040141794830560684, 0.08508874475955963, 0.028062909841537476, 0.044335924088954926, -0.07837263494729996, 0.01864452473819256, 0.029497908428311348, -0.0674317255616188, 0.07669318467378616, -0.06885706633329391, 0.05704529210925102, 0.051152896136045456, 0.06847551465034485, -0.14217422902584076, 0.04506419226527214, -0.01793595962226391, -0.02359822206199169, 0.03733436390757561, 0.16768425703048706, 0.09657976776361465, 0.05050452798604965, -0.00010933323937933892, -0.09727956354618073, -0.09973689913749695, -0.0000037803147279191762, 0.031393613666296005, -0.0008853197796270251, -0.07916396856307983, -0.19119881093502045, 0.058437321335077286, -0.03927019238471985, -0.010088691487908363, -0.028134183958172798, -0.03315187618136406, -0.08376062661409378, -0.0489814393222332, 0.22449804842472076, -0.018975548446178436, -0.0044552977196872234, -0.010462330654263496, -0.03611590713262558, 0.09357161819934845, 0.022302066907286644, 0.11338169127702713, -0.05039549246430397, -0.008707580156624317, -0.10018528252840042, 0.01663077622652054, -0.03717556223273277, -0.04374847561120987, 0.052089624106884, 0.03762497007846832, 0.00563743757084012, -0.18240605294704437, -0.09248808771371841, -0.03006400167942047, 0.01493996661156416, 0.06315095722675323, -0.03237590193748474, -0.12659814953804016, -0.0359063446521759, 0.03733525797724724, -0.08436264842748642, -0.14321064949035645, -0.08173193037509918, -0.008737151511013508, -0.08381151407957077, 0.017383089289069176, -0.13318338990211487, 0.03517526015639305, -0.04844577610492706, -0.014793770387768745, -0.08509346842765808, 0.10855811834335327, -0.13990995287895203, -0.055804524570703506, -0.08139930665493011, -0.048680782318115234, -0.08473069220781326, 0.06137614697217941, 0.030985020101070404, 0.17171649634838104, -0.16109567880630493, -0.05431011691689491, 0.04856489971280098, -0.0928705483675003, -0.11651252210140228, 0.16241145133972168, -0.011725000105798244, 0.042355261743068695, 0.09216133505105972, 0.24960602819919586, -0.009947375394403934, -0.18429745733737946, -0.015008807182312012, 0.12116418033838272, 0.008132165297865868, -0.10026417672634125, 0.12133430689573288, -0.017880411818623543, 0.06532635539770126, -0.05421308055520058, -0.005415620282292366, 0.07575070858001709, -0.07154247909784317, -0.06680111587047577, 0.060856934636831284, -0.07216683030128479, 0.057224858552217484, -0.03833487257361412, 0.07148416340351105, 0.014765125699341297, -0.035434674471616745, 0.13023744523525238, 0.13303939998149872, -0.0792401134967804, 0.048515137284994125, -0.14401908218860626, 0.002268289914354682, -0.042591389268636703, -0.0541532076895237, -0.05602103844285011, 0.011577985249459743, -0.0060445405542850494, 0.043641168624162674, 0.14123298227787018, 0.06806642562150955, -0.010140837170183659, -0.028633879497647285, -0.00740808667615056, -0.02453293278813362, -0.05405600368976593, 0.06548696011304855, -0.033908676356077194, -0.17618584632873535, 0.03714916482567787, 0.00862511433660984, -0.004140202887356281, -0.12094445526599884, -0.03575851395726204, -0.023738153278827667, 0.07893969863653183, -0.0540609285235405, 0.010681391693651676, -0.033516328781843185, 0.06858175247907639, -0.058452386409044266, 0.017711255699396133, -0.013186885043978691, -0.005078523885458708, -0.1379060000181198, 0.14255043864250183, 0.023604335263371468, 0.030024170875549316, 0.10120672732591629, -0.1942426711320877, 0.006219720467925072, 0.11443214118480682, 0.02656327746808529, -0.037604834884405136, 0.01401294581592083, -0.02973160520195961, 0.2043779045343399, -0.0725305899977684, 0.0737709105014801, -0.11422699689865112, 0.03182806447148323, 0.006804892793297768, -0.1667422503232956, 0.03749838098883629, 0.05870897322893143, 0.0650760754942894, -0.22188454866409302, 0.15270814299583435, 0.03758254647254944, -0.05138184130191803, 0.24393731355667114, 0.006669211201369762, -0.0319957360625267, -0.06386101990938187, 0.0057526552118361, -0.1068558320403099, 0.10902155190706253, -0.10528597235679626, -0.003162828041240573, 0.010662746615707874, 0.048464518040418625, 0.11710873246192932, -0.14066243171691895, -0.036745309829711914, 0.040363091975450516, -0.0892753005027771, -0.12308613210916519, -0.032053522765636444, -0.1484660655260086, 0.010456007905304432, -0.05150740221142769, -0.14294220507144928, 0.04304654523730278, -0.02745664492249489, -0.14929242432117462, 0.11705537140369415, -0.1845829039812088, -0.20910029113292694, -0.19295452535152435, 0.050750844180583954, -0.03353502228856087, 0.03528900444507599, 0.04134238138794899, -0.09266594797372818, -0.02357706055045128, -0.04607545956969261, -0.0392303392291069, -0.027627548202872276, -0.0566297322511673, 0.06148708611726761, -0.016796117648482323, -0.04395473748445511, -0.12648490071296692, -0.017289970070123672, -0.042282525449991226, 0.052748940885066986, -0.005161220207810402, -0.12512792646884918, 0.10582022368907928, 0.2557017505168915, 0.026389069855213165, -0.03156827390193939, -0.0166222732514143, 0.17388474941253662, -0.08412852138280869, 0.053718701004981995, 0.10818611830472946, -0.05900583416223526, 0.04675532877445221, 0.08955883234739304, 0.07902906835079193, 0.031336937099695206, 0.0017690035747364163, -0.08049614727497101, -0.06397629529237747, -0.3264320492744446, -0.12017608433961868, -0.04875914752483368, 0.009208143688738346, -0.09953649342060089, 0.029077932238578796, 0.1501328945159912, 0.08522447943687439, 0.016618957743048668, 0.009936472401022911, 0.027336597442626953, 0.005646485835313797, 0.041697822511196136, 0.014637202955782413, 0.03924879804253578, -0.06206366419792175, -0.03356253355741501, 0.09729298949241638, 0.08944905549287796, 0.06788541376590729, 0.12550291419029236, 0.2154659479856491, 0.13435731828212738, 0.10982959717512131, 0.08606398105621338, -0.013700858689844608, 0.04074818640947342, -0.011214792728424072, -0.022125663235783577, -0.04551497474312782, -0.007824963890016079, 0.10100842267274857, 0.09108205139636993, -0.11691462248563766, 0.0930822566151619, 0.09962824732065201, 0.04583366960287094, 0.08932659029960632, -0.000986485742032528, -0.22335538268089294, 0.04021432623267174, -0.0016867266967892647, -0.0009147539385594428, -0.006465223617851734, 0.08081486821174622, 0.1837482452392578, -0.05105244368314743, 0.06639724224805832, 0.10493844747543335, 0.06487618386745453, -0.05835637077689171, -0.032845690846443176, 0.0031537769827991724, -0.021273259073495865, -0.021518049761652946, 0.0924697145819664, -0.1931464970111847, 0.18754856288433075, -0.002121158642694354, 0.0403003953397274, -0.0056002140045166016, -0.029378144070506096, -0.008806668221950531, 0.06924622505903244, 0.13378067314624786, 0.07598726451396942, -0.014274165965616703, -0.07396623492240906, -0.11386028677225113, -0.01957682892680168, 0.06900695711374283, 0.06537197530269623, -0.07059460133314133, 0.03902941942214966, 0.012676241807639599, 0.06668446958065033, -0.0704793855547905, -0.19697822630405426, -0.051732491701841354, -0.015064823441207409, 0.2151576429605484, -0.04646013677120209, -0.006476504262536764, -0.04655349627137184, -0.10254720598459244, 0.030627189204096794, -0.12081124633550644, -0.1180586889386177, -0.03364205360412598, -0.11715621501207352, 0.09269949048757553, -0.06509667634963989, 0.07697775214910507, 0.09243223816156387, 0.04044819995760918, -0.037603627890348434, -0.018683386966586113, 0.11919933557510376, -0.1230011060833931, -0.044982120394706726, -0.04213448986411095, 0.12403854727745056, 0.15228959918022156, 0.05613071471452713, 0.029936550185084343, -0.07048635929822922, -0.016179027035832405, -0.1333262175321579, -0.05777385085821152, 0.02824188768863678, -0.11452627927064896, 0.08223648369312286, 0.017383359372615814, -0.1573745757341385, -0.09757226705551147, -0.1014639362692833, 0.13516215980052948, 0.23885183036327362, -0.046598661690950394, 0.0824202448129654, 0.2981942594051361, -0.06540469080209732, -0.2050604224205017, -0.16430772840976715, 0.09334860742092133, -0.0005157403065823019, 0.06169895827770233, -0.10537564009428024, 0.05284589156508446, 0.017168253660202026, -0.034621354192495346, 0.006225787103176117, -0.26017674803733826, -0.1342892199754715, 0.12113925814628601, -0.052185896784067154, 0.10238197445869446, -0.06201741471886635, -0.07292284071445465, -0.07088211178779602, -0.056722186505794525, 0.1211581826210022, 0.029191087931394577, 0.06447961926460266, 0.09664741903543472, 0.06322348862886429, -0.035789813846349716, 0.02122245915234089, 0.1378195732831955, 0.12485557794570923, -0.009953467175364494, -0.00085296924225986, -0.05435030162334442, 0.13664749264717102, 0.060166627168655396, 0.05079476535320282, 0.028022805228829384, -0.0229504257440567, -0.13418035209178925, -0.047773588448762894, -0.04093889147043228, -0.028334463015198708, 0.022913796827197075, -0.09875161945819855, -0.10061956197023392, -0.034443449229002, 0.07694622874259949, 0.037932801991701126, 0.25341710448265076, -0.03463226556777954, -0.05095696076750755, 0.20740455389022827, 0.10802128911018372, -0.03728583827614784, -0.12750060856342316, -0.03221336379647255, -0.09371024370193481, 0.05579026788473129, -0.12878604233264923, 0.019473951309919357, 0.06640322506427765, -0.01790732331573963, 0.09135951101779938, 0.046208687126636505, -0.14549322426319122, 0.05654272437095642, 0.10103034228086472, -0.042448222637176514, -0.0033627329394221306, -0.06991221010684967, 0.013413798995316029, 0.11528567969799042, 0.04184005782008171, 0.15618517994880676, -0.10890252143144608, -0.00029276750865392387, -0.0028028914239257574, 0.02078769914805889, -0.17818813025951385, 0.18761686980724335, 0.15057769417762756, 0.011850524693727493, -0.08878550678491592, 0.14706017076969147, 0.019657103344798088, 0.11821591854095459, 0.020285768434405327, 0.01740376092493534, -0.10222584009170532, -0.04091750457882881, -0.04253372550010681, 0.026831870898604393, -0.18138663470745087, -0.19032996892929077, -0.07526914775371552, -0.040770940482616425, -0.024521339684724808, -0.005957022774964571, 0.0466906875371933, -0.03392022103071213, 0.0009842291474342346, 0.03504958003759384, 0.019262192770838737, 0.017794843763113022, 0.10729911923408508, 0.030331408604979515, -0.21125724911689758, -0.03471467271447182, 0.04424423724412918, 0.08754689246416092, -0.08461964130401611, 0.027498967945575714, -0.02341381460428238, 0.07717452198266983, 0.0080557931214571, 0.04856907203793526, -0.08545999228954315, -0.059527236968278885, 0.0067809829488396645, -0.05639638379216194, -0.07366325706243515, 0.07631019502878189, -0.07749301195144653, 0.03597276285290718, 0.03296743705868721, 0.0683591291308403, -0.06657890975475311, -0.012404166162014008, 0.02197878248989582, -0.013968432322144508, 0.026786774396896362, 0.08139269798994064, -0.039523474872112274, 0.046520110219717026, -0.24077166616916656, 0.045109570026397705, 0.14978164434432983, 0.09733419120311737, 0.0009105693316087127, 0.03418956324458122, -0.030985698103904724, 0.08022847026586533, 0.02731006033718586, -0.06407438218593597, -0.059165727347135544, -0.022515736520290375, -0.023894086480140686, -0.15682777762413025, -0.02279123291373253, -0.02244587428867817, 0.00296292663551867, 0.14844673871994019, 0.10264908522367477, 0.13017533719539642, -0.028917964547872543, -0.003950097132474184, -0.026501355692744255, 0.03752395138144493, 0.03906421363353729, -0.002760025905445218, -0.03897970914840698, -0.07629060000181198, -0.027708156034350395, -0.07041264325380325, 0.19854141771793365, -0.03366322070360184, -0.12756121158599854, -0.018587464466691017, 0.03045598603785038, 0.053394071757793427, 0.010472799651324749, 0.1958596557378769, -0.02453160472214222, -0.005791979841887951, -0.13194991648197174, -0.014076421037316322, 0.05470459908246994, 0.04174789413809776, -0.031680911779403687, 0.008437738753855228, -0.005683280527591705, 0.11396633088588715, 0.06067870929837227, 0.008522553369402885, -0.1246214210987091, -0.11830068379640579, -0.054980844259262085, -0.02149423025548458, 0.004504192154854536, 0.10561931878328323, 0.14130917191505432, -0.10125105082988739, -0.002745196456089616, 0.0757058635354042, -0.09000665694475174, -0.1505364030599594, -0.15356451272964478, -0.06249408423900604, -0.20489607751369476, 0.0008407144923694432, -0.10597793757915497, 0.006704006809741259, 0.2026299685239792, 0.052465520799160004, -0.007656594272702932, 0.10262582451105118, -0.023777948692440987, -0.11889094859361649, 0.030842741951346397, -0.033379022032022476, -0.01464835088700056, -0.10958953946828842, -0.03545698896050453, 0.09848048537969589, 0.0006531227845698595, 0.016671685501933098, -0.04335963353514671, -0.025477537885308266, 0.06514568626880646, 0.007114965934306383, -0.03437088802456856, -0.04206943139433861, 0.013954549096524715, 0.049397580325603485, 0.10435622930526733, 0.04209892824292183, -0.06643586605787277, 0.050124641507864, 0.0790344849228859, -0.03756217658519745, -0.15976104140281677, -0.06969266384840012, -0.004610429052263498, 0.009534298442304134, 0.14088666439056396, -0.01957372948527336, -0.06382982432842255, -0.07186099886894226, 0.1535988450050354, 0.2042369246482849, -0.10601308196783066, -0.019927281886339188, -0.0665801540017128, 0.026029683649539948, -0.08349144458770752, 0.08694140613079071, -0.01491925772279501, 0.2140437662601471, -0.014706171117722988, 0.020902276039123535, -0.15279728174209595, -0.017755987122654915, -0.022284826263785362, -0.037982724606990814, 0.05213047191500664, -0.09301884472370148, -0.04410522058606148, 0.16625629365444183, -0.26111119985580444, -0.059387508779764175, -0.08919783681631088, -0.04209671914577484, -0.014833157882094383, 0.02572626806795597, 0.13740773499011993, 0.0816502794623375, 0.05272851511836052, -0.04636595398187637, -0.0024428260512650013, -0.011667061597108841, 0.03524773195385933, -0.14838851988315582, 0.056956443935632706, 0.02813049405813217, -0.12477137893438339, 0.12192650884389877, -0.01711597479879856, 0.25628191232681274, 0.015809478238224983, 0.060182858258485794, 0.05513162910938263, 0.13859708607196808, 0.04607728496193886, -0.013221375644207, -0.026145590469241142, -0.03638533130288124, -0.02141868881881237, 0.07952702790498734, 0.029559049755334854, -0.09843362122774124, 0.03203386068344116, 0.08685307204723358, -0.042257118970155716, -0.110568568110466, -0.006068941205739975, -0.11524453014135361, 0.10808515548706055, -0.11509468406438828, -0.0724727064371109, -0.03485746309161186, 0.018205983564257622, 0.049158625304698944, 0.027948228642344475, 0.05970129743218422, 0.034523483365774155, -0.20023739337921143, -0.06426917761564255, -0.026521578431129456, 0.10645348578691483, 0.0061131808906793594, 0.04823228344321251, -0.1666160523891449, -0.03598957508802414, -0.038149718195199966, 0.04076134040951729, 0.07347356528043747, -0.010743921622633934, 0.0019442107295617461, -0.016977157443761826, -0.01773514784872532, 0.026470139622688293, -0.061607979238033295, -0.12509430944919586 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/csmsc_tts_train_conformer_fastspeech2_raw_phn_pypinyin_g2p_phone_train.loss.ave` ♻️ Imported from https://zenodo.org/record/4031955/ This model was trained by kan-bayashi using csmsc/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "zh", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["csmsc"]}
text-to-speech
espnet/kan-bayashi_csmsc_tts_train_conformer_fastspeech2_raw_phn_pypinyin_g2p_phone_train.loss.ave
[ "espnet", "audio", "text-to-speech", "zh", "dataset:csmsc", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "zh" ]
TAGS #espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/csmsc_tts_train_conformer_fastspeech2_raw_phn_pypinyin_g2p_phone_train.URL' ️ Imported from URL This model was trained by kan-bayashi using csmsc/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/csmsc_tts_train_conformer_fastspeech2_raw_phn_pypinyin_g2p_phone_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/csmsc_tts_train_conformer_fastspeech2_raw_phn_pypinyin_g2p_phone_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 46, 9, 75, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/csmsc_tts_train_conformer_fastspeech2_raw_phn_pypinyin_g2p_phone_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.07227266579866409, -0.04311202093958855, -0.0015271572628989816, 0.033748287707567215, 0.07617233693599701, -0.013048532418906689, 0.19315028190612793, 0.035296730697155, 0.033273324370384216, -0.041621383279561996, 0.09892848879098892, 0.06005636975169182, 0.053432706743478775, 0.1258937418460846, 0.06078119948506355, -0.22450026869773865, 0.011777931824326515, 0.0474853552877903, -0.03160073235630989, 0.12364741414785385, 0.16713720560073853, -0.036027178168296814, 0.0679418072104454, 0.051994796842336655, -0.04056956246495247, 0.07292024791240692, -0.0465572252869606, -0.11240379512310028, 0.07306700944900513, 0.03790484741330147, 0.10254404693841934, 0.04420784115791321, 0.08413238823413849, -0.18883779644966125, 0.012623889371752739, -0.05006478726863861, -0.02753368765115738, 0.039518918842077255, 0.043747566640377045, 0.08320509642362595, 0.03111427277326584, 0.03848143666982651, -0.03111618384718895, 0.016482988372445107, -0.027197962626814842, -0.024095026776194572, 0.003681301372125745, 0.1542961448431015, 0.12698565423488617, 0.17351284623146057, -0.0162135511636734, 0.11397615075111389, -0.11812339723110199, 0.036876827478408813, 0.1462167650461197, -0.23607675731182098, -0.004833478480577469, 0.0035642599686980247, 0.04685557261109352, 0.16327260434627533, 0.011416815221309662, -0.024013282731175423, 0.08386632800102234, 0.005520064849406481, -0.0468321330845356, -0.02775118313729763, -0.0738336369395256, 0.053460557013750076, -0.16681762039661407, 0.04733060300350189, 0.1994255632162094, 0.031445298343896866, 0.02195833995938301, -0.008584966883063316, -0.0572880282998085, -0.11625698953866959, 0.010980946943163872, -0.15431825816631317, 0.012444207444787025, 0.055838897824287415, -0.009245432913303375, -0.10060704499483109, -0.14653761684894562, -0.08894874900579453, -0.017697826027870178, 0.1060585230588913, 0.06520288437604904, 0.033388901501894, -0.047608327120542526, 0.0506923571228981, 0.07873700559139252, -0.07253441959619522, 0.0801970511674881, -0.07710731029510498, 0.07511026412248611, 0.03959282115101814, 0.08771024644374847, -0.11865902692079544, 0.018034398555755615, -0.05724695697426796, -0.05296862870454788, 0.034255966544151306, 0.16594962775707245, 0.08313356339931488, 0.02475159615278244, -0.0012707735877484083, -0.10446643084287643, -0.07274822890758514, -0.005706390365958214, 0.05238312855362892, 0.0267455093562603, -0.047164712101221085, -0.2002766728401184, 0.002221641829237342, -0.04884253069758415, 0.005011375527828932, -0.068067267537117, -0.04979350045323372, -0.10155383497476578, -0.06586503237485886, 0.17052707076072693, -0.04962771013379097, -0.014552395790815353, 0.008246352896094322, -0.07842477411031723, 0.13608932495117188, -0.005727454554289579, 0.09676747769117355, -0.08006704598665237, -0.0028173455502837896, -0.08515912294387817, 0.04850451648235321, -0.0545102097094059, -0.04299405589699745, 0.004806252662092447, 0.04546939209103584, -0.02762814797461033, -0.17686827480793, -0.15742848813533783, -0.028363889083266258, -0.0032172659412026405, 0.033628035336732864, -0.04255107790231705, -0.14036183059215546, -0.06829065829515457, 0.012144804932177067, -0.06416216492652893, -0.12356726825237274, -0.08669793605804443, 0.010715579614043236, -0.07059326767921448, 0.017478331923484802, -0.06293530762195587, 0.03346889466047287, -0.06560096144676208, -0.07355799525976181, -0.14373265206813812, 0.12341860681772232, -0.1090061366558075, -0.05341507866978645, -0.07262573391199112, -0.07683585584163666, -0.08205337077379227, 0.05915527790784836, 0.03111783228814602, 0.17393054068088531, -0.15449395775794983, -0.06289780884981155, 0.05774172767996788, -0.10575266182422638, -0.08559977263212204, 0.18702934682369232, -0.024672627449035645, 0.07745262235403061, 0.09127286821603775, 0.2037002593278885, 0.039013832807540894, -0.21016903221607208, -0.014135187491774559, 0.1286066323518753, -0.04894369840621948, -0.09243817627429962, 0.12465281039476395, 0.006966732908040285, 0.05174068734049797, -0.055191770195961, 0.006579830776900053, 0.09469522535800934, -0.060780249536037445, -0.054864078760147095, 0.08142515271902084, -0.06775092333555222, 0.08167410641908646, -0.03418689966201782, 0.10706760734319687, 0.01860908977687359, -0.0775180533528328, 0.1592918485403061, 0.15632501244544983, -0.06087331101298332, 0.03377155214548111, -0.1347229927778244, 0.00040691340109333396, -0.019506756216287613, -0.07294008135795593, -0.027610214427113533, 0.033334385603666306, 0.013711411505937576, 0.05250115320086479, 0.11554130911827087, 0.0834687277674675, -0.0020780942868441343, -0.013098066672682762, -0.0201311856508255, -0.048798296600580215, -0.055677320808172226, 0.03661144897341728, -0.0763399675488472, -0.1722954511642456, 0.060478657484054565, 0.028504539281129837, 0.00044479090138338506, -0.13929590582847595, -0.009495978243649006, 0.002646159613505006, 0.0873892530798912, -0.04498516768217087, 0.03422686085104942, -0.02687639370560646, 0.059373997151851654, -0.052774298936128616, -0.007492584176361561, -0.01886260323226452, 0.029707912355661392, -0.09603732079267502, 0.15731845796108246, 0.005830748938024044, 0.06539253145456314, 0.08603690564632416, -0.2047959864139557, -0.04258980229496956, 0.10503781586885452, -0.010621462017297745, -0.044914692640304565, -0.020124176517128944, -0.01638573408126831, 0.2087261974811554, -0.08186861872673035, 0.11267068982124329, -0.1256730556488037, -0.01362693402916193, -0.01787673495709896, -0.12518157064914703, 0.06876179575920105, 0.09013646841049194, 0.050583939999341965, -0.1612861156463623, 0.15763123333454132, 0.002878393977880478, -0.09256520867347717, 0.2597392797470093, 0.03738460689783096, -0.04887374863028526, -0.08143290132284164, 0.04020533338189125, -0.1088620200753212, 0.09082590788602829, -0.08249004930257797, -0.006495557725429535, -0.002804257208481431, 0.01724369451403618, 0.13410276174545288, -0.15962620079517365, -0.029250597581267357, 0.02961840108036995, -0.09771909564733505, -0.009634172543883324, -0.051121171563863754, -0.11429668217897415, 0.02578616887331009, -0.04955679178237915, -0.12203569710254669, 0.049922242760658264, -0.008191151544451714, -0.13137514889240265, 0.11887522041797638, -0.16068989038467407, -0.2273053675889969, -0.17212945222854614, 0.057857103645801544, 0.01145266741514206, 0.017806431278586388, 0.04433959722518921, -0.13450327515602112, -0.016378238797187805, -0.05983882024884224, -0.04799060896039009, -0.06968248635530472, -0.049553174525499344, -0.003573835361748934, 0.02008025348186493, -0.06742740422487259, -0.12251750379800797, -0.0041201552376151085, -0.05552147328853607, 0.04921763017773628, 0.0038224405143409967, -0.09648839384317398, 0.03454813361167908, 0.22776472568511963, 0.01472144853323698, -0.03548116236925125, -0.03534495458006859, 0.11859258264303207, -0.07641610503196716, 0.05583524331450462, 0.12878750264644623, -0.03305438160896301, 0.06643109023571014, 0.05653969943523407, 0.061217889189720154, 0.04612676799297333, 0.025152072310447693, -0.06606920063495636, -0.018084201961755753, -0.3289836645126343, -0.08278962969779968, -0.038706447929143906, 0.03284021466970444, -0.11252082884311676, 0.04063664376735687, 0.0901506170630455, 0.10005775839090347, 0.01834881864488125, 0.03440660983324051, 0.012046191841363907, 0.022966794669628143, 0.04182329401373863, 0.01582830213010311, 0.049361977726221085, -0.06279000639915466, -0.07166484743356705, 0.12116952985525131, 0.030973786488175392, 0.062401723116636276, 0.03616206347942352, 0.16149422526359558, 0.08484384417533875, 0.15236574411392212, 0.11169677972793579, -0.056182898581027985, 0.04701048508286476, -0.008839350193738937, -0.025213351473212242, -0.060238178819417953, 0.01249417569488287, 0.12110008299350739, 0.09457489103078842, -0.06085633113980293, 0.08554111421108246, 0.16698254644870758, 0.06158484145998955, 0.12777629494667053, -0.007198167033493519, -0.23704873025417328, 0.029948897659778595, -0.04438181594014168, -0.018898431211709976, 0.0074129593558609486, 0.08493616431951523, 0.18241992592811584, -0.06515295803546906, 0.03994891420006752, 0.08696790784597397, 0.057366035878658295, -0.04573658108711243, -0.02212413400411606, 0.03764680400490761, 0.037631046026945114, -0.03261416405439377, 0.11051633208990097, -0.17048197984695435, 0.14121364057064056, -0.006305519491434097, 0.0814603641629219, 0.001178010948933661, -0.009584229439496994, 0.016445975750684738, -0.0054917288944125175, 0.13071268796920776, 0.045836739242076874, 0.029118932783603668, -0.064566969871521, -0.13745591044425964, -0.02600797265768051, 0.09077096730470657, 0.08743460476398468, -0.054071906954050064, 0.04044615477323532, -0.0024135131388902664, 0.07260351628065109, -0.13708576560020447, -0.18852701783180237, -0.04756760597229004, -0.004657047800719738, 0.1625117063522339, -0.0612674243748188, -0.0022056642919778824, -0.06390339136123657, -0.06480196118354797, 0.1030414029955864, -0.13386039435863495, -0.1382216215133667, -0.032890766859054565, -0.09644104540348053, 0.09170183539390564, -0.06977014243602753, 0.07572987675666809, 0.10064823180437088, 0.052621129900217056, -0.00632135383784771, 0.02084709145128727, 0.1284831464290619, -0.10760802030563354, -0.0735531821846962, -0.056336719542741776, 0.1336642950773239, 0.15528368949890137, 0.05164477601647377, -0.010286739096045494, -0.08300294727087021, -0.04494842514395714, -0.12272322177886963, -0.07636091113090515, 0.00954452995210886, -0.0848914384841919, 0.1054450124502182, -0.0388980396091938, -0.147805854678154, -0.10670549422502518, -0.10399775952100754, 0.16554298996925354, 0.2800716757774353, -0.05094078928232193, 0.07980874180793762, 0.285770058631897, -0.049508120864629745, -0.17437221109867096, -0.11627717316150665, 0.12268072366714478, 0.01701710745692253, 0.02725997380912304, -0.14061270654201508, 0.09364786744117737, 0.09580717235803604, -0.03155500441789627, -0.025486063212156296, -0.29857051372528076, -0.14892758429050446, 0.11047178506851196, -0.05942443013191223, 0.08469415456056595, -0.06708906590938568, -0.07261183112859726, -0.0802280530333519, -0.0014286355581134558, 0.12060463428497314, -0.03772377967834473, 0.061644088476896286, 0.0715031772851944, 0.04693763330578804, -0.031966906040906906, 0.013650747947394848, 0.09954052418470383, 0.09051885455846786, 0.00033434192300774157, 0.006921413820236921, -0.04723546281456947, 0.11018452793359756, 0.04602407291531563, 0.07489026337862015, 0.046124570071697235, 0.0037761516869068146, -0.1699093133211136, -0.055947545915842056, -0.022772712633013725, -0.01032416895031929, 0.03741559013724327, -0.11097158491611481, -0.11870289593935013, -0.02352902665734291, 0.07375748455524445, 0.01885439269244671, 0.15091188251972198, 0.022969748824834824, -0.05446147173643112, 0.13289996981620789, 0.08562284708023071, -0.010772750712931156, -0.09401216357946396, -0.041325006633996964, -0.06808646023273468, 0.06754913926124573, -0.06666188687086105, -0.0003499673039186746, 0.08071772754192352, -0.010804005898535252, 0.103548564016819, 0.058834511786699295, -0.1082974448800087, 0.05277542024850845, 0.05689806118607521, -0.05874962359666824, -0.021266331896185875, -0.09398364275693893, 0.01857350766658783, 0.06430118530988693, 0.026662608608603477, 0.1445736587047577, -0.12316031754016876, -0.01795533299446106, 0.010022899135947227, 0.02833305299282074, -0.1380465030670166, 0.2065672129392624, 0.15236157178878784, 0.008730231784284115, -0.0675557553768158, 0.1600167453289032, 0.032765619456768036, 0.08798705041408539, 0.025308826938271523, 0.07465063780546188, -0.08907043933868408, -0.028654510155320168, -0.02424507401883602, 0.05678996071219444, -0.14974817633628845, -0.16051888465881348, -0.12094517797231674, -0.04379284009337425, -0.0010016869055107236, -0.0011829331051558256, 0.04490146040916443, -0.04251003637909889, -0.011933869682252407, 0.07131979614496231, -0.0023830053396523, 0.047058284282684326, 0.1631493866443634, 0.04263513162732124, -0.20865805447101593, 0.08115103840827942, 0.055848799645900726, 0.07803890109062195, -0.07858874648809433, 0.040227584540843964, -0.057383112609386444, 0.0688299685716629, -0.004126129671931267, 0.06995868682861328, -0.06538219004869461, -0.06736473739147186, -0.0007279660203494132, -0.038494959473609924, -0.06984283030033112, 0.08275106549263, -0.07752010226249695, 0.060010842978954315, 0.03672038018703461, 0.04229980707168579, -0.07028978317975998, -0.0005791874136775732, -0.0004099340585526079, -0.028345895931124687, 0.04463551193475723, 0.1225200816988945, -0.04853115975856781, 0.007275348529219627, -0.18991588056087494, 0.035699307918548584, 0.14066582918167114, 0.08410454541444778, 0.0104961097240448, 0.04151119291782379, -0.013211085461080074, 0.07060305774211884, 0.04668169468641281, -0.07280338555574417, -0.00582332955673337, -0.05305694788694382, 0.030417492613196373, -0.14833350479602814, -0.010398034006357193, -0.05719999596476555, 0.024473732337355614, 0.12564384937286377, 0.10208315402269363, 0.16402381658554077, -0.07015325874090195, 0.012532866559922695, -0.017093757167458534, 0.02502421848475933, 0.03451111912727356, -0.0005681460606865585, -0.02454683743417263, -0.04308413714170456, -0.004130350425839424, -0.08139123767614365, 0.18037566542625427, -0.025398284196853638, -0.12673954665660858, -0.010122755542397499, -0.029864858835935593, 0.06107211112976074, 0.013763879425823689, 0.14458706974983215, -0.009319045580923557, -0.0073258844204247, -0.12205347418785095, -0.02322610281407833, 0.09287434071302414, 0.029381433501839638, -0.01762680523097515, 0.048820558935403824, -0.010365191847085953, 0.14725413918495178, 0.051905956119298935, 0.0038999926764518023, -0.15636882185935974, -0.0809888020157814, -0.07722339034080505, -0.026379788294434547, -0.006049495190382004, 0.19275447726249695, 0.1466682106256485, -0.05246712639927864, -0.02879670076072216, 0.0917617604136467, -0.10934717208147049, -0.16234292089939117, -0.08323843032121658, -0.0637696236371994, -0.19803468883037567, 0.0013502017827704549, -0.09982281178236008, 0.0071025718934834, 0.1632966250181198, 0.07304289937019348, 0.017194142565131187, 0.11892331391572952, -0.008526408113539219, -0.13043959438800812, 0.053259942680597305, -0.041037093847990036, 0.004372896160930395, -0.12229535728693008, -0.035902876406908035, 0.0866089016199112, 0.010323429480195045, 0.019667301326990128, -0.04616747796535492, -0.024224314838647842, 0.04556439816951752, 0.015541422180831432, -0.015116705559194088, -0.02617213875055313, 0.01313112024217844, 0.057765569537878036, 0.05812095105648041, 0.051877718418836594, -0.08033152669668198, 0.04462553188204765, 0.09834621101617813, -0.07324233651161194, -0.1790871024131775, -0.053675327450037, 0.045122381299734116, 0.02112269401550293, 0.11399567127227783, -0.030009597539901733, -0.07655347883701324, -0.0617302730679512, 0.14244414865970612, 0.1957923322916031, -0.13304248452186584, -0.025817396119236946, -0.026470933109521866, 0.013751229271292686, -0.07549087703227997, 0.05246219038963318, 0.026267120614647865, 0.2406119853258133, -0.025180377066135406, 0.011943183839321136, -0.12781761586666107, -0.009861891157925129, -0.05230404809117317, -0.02321598492562771, 0.0361635722219944, -0.06005826219916344, -0.054261866956949234, 0.13378123939037323, -0.24522444605827332, -0.06579744815826416, -0.14144745469093323, -0.016689486801624298, -0.043411556631326675, 0.04584770277142525, 0.107982337474823, 0.08074035495519638, 0.05691692233085632, -0.02550864778459072, -0.009498462080955505, -0.001652546226978302, 0.03990544006228447, -0.17279908061027527, 0.04806401580572128, 0.05301675572991371, -0.12845537066459656, 0.13281066715717316, -0.025259407237172127, 0.24964550137519836, 0.028429022058844566, 0.057935215532779694, 0.03938164561986923, 0.10869938880205154, 0.03796476498246193, -0.06281289458274841, 0.0009296877542510629, -0.05219860374927521, -0.007116956636309624, 0.09802686423063278, 0.033909332007169724, -0.08477690070867538, 0.020916994661092758, 0.10593299567699432, -0.042084187269210815, -0.13525131344795227, -0.0237869992852211, -0.08862988650798798, 0.09312994033098221, -0.05794797092676163, -0.07010488212108612, -0.026423098519444466, -0.0051511782221496105, 0.02675369381904602, 0.02773723378777504, 0.07059919089078903, 0.0637369304895401, -0.24504373967647552, -0.058030784130096436, 0.008542625233530998, 0.11294902116060257, 0.015540785156190395, 0.01641625165939331, -0.16002029180526733, -0.022596752271056175, -0.06507114320993423, 0.033630017191171646, 0.0440787672996521, 0.040187377482652664, 0.016599107533693314, 0.018436457961797714, -0.03921143338084221, 0.03810158371925354, -0.08292189240455627, -0.11748690158128738 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/csmsc_tts_train_fastspeech2_raw_phn_pypinyin_g2p_phone_train.loss.ave` ♻️ Imported from https://zenodo.org/record/4031953/ This model was trained by kan-bayashi using csmsc/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "zh", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["csmsc"]}
text-to-speech
espnet/kan-bayashi_csmsc_tts_train_fastspeech2_raw_phn_pypinyin_g2p_phone_train.loss.ave
[ "espnet", "audio", "text-to-speech", "zh", "dataset:csmsc", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "zh" ]
TAGS #espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/csmsc_tts_train_fastspeech2_raw_phn_pypinyin_g2p_phone_train.URL' ️ Imported from URL This model was trained by kan-bayashi using csmsc/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/csmsc_tts_train_fastspeech2_raw_phn_pypinyin_g2p_phone_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/csmsc_tts_train_fastspeech2_raw_phn_pypinyin_g2p_phone_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 46, 9, 72, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/csmsc_tts_train_fastspeech2_raw_phn_pypinyin_g2p_phone_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.07590435445308685, -0.04954206198453903, -0.0013847632799297571, 0.026020295917987823, 0.060811564326286316, -0.015041065402328968, 0.18934887647628784, 0.040313590317964554, 0.05187124386429787, -0.030882015824317932, 0.09281153231859207, 0.05001663416624069, 0.05973562225699425, 0.10995309054851532, 0.06613894551992416, -0.211552232503891, 0.0038260952569544315, 0.03407123312354088, 0.00014990557974670082, 0.11659517884254456, 0.16737598180770874, -0.036576047539711, 0.05669989436864853, 0.054814282804727554, -0.02888556569814682, 0.06163335219025612, -0.053804486989974976, -0.10780856758356094, 0.06461713463068008, 0.014424656517803669, 0.09225241839885712, 0.04525141417980194, 0.07830825448036194, -0.2059648334980011, 0.010523393750190735, -0.051999665796756744, -0.019688131287693977, 0.031911566853523254, 0.06086760386824608, 0.08125006407499313, 0.01889619044959545, 0.04088820144534111, -0.03935845196247101, 0.020808735862374306, -0.01485972385853529, -0.040120333433151245, -0.0033587003126740456, 0.14064155519008636, 0.12258826196193695, 0.16457660496234894, -0.020897893235087395, 0.10835141688585281, -0.1258723884820938, 0.03608323261141777, 0.15186099708080292, -0.24707567691802979, 0.00185456033796072, 0.0228472538292408, 0.05701416730880737, 0.17055068910121918, 0.0017407418927177787, -0.023124918341636658, 0.07588394731283188, 0.00774784479290247, -0.0467967614531517, -0.02558770962059498, -0.07418415695428848, 0.057285092771053314, -0.1691184788942337, 0.0466206818819046, 0.21160194277763367, 0.02536921016871929, 0.017787691205739975, -0.017419906333088875, -0.05193847045302391, -0.12511122226715088, 0.005588665138930082, -0.13726165890693665, 0.011684419587254524, 0.06258907169103622, 0.003920827526599169, -0.09882224351167679, -0.14389479160308838, -0.08666124939918518, -0.0017312653362751007, 0.08368130028247833, 0.07115154713392258, 0.042223818600177765, -0.042097076773643494, 0.05007924512028694, 0.0466463603079319, -0.0797550231218338, 0.07692165672779083, -0.07217999547719955, 0.0778338834643364, 0.0425630621612072, 0.09158392250537872, -0.11230743676424026, 0.03742574527859688, -0.06154989078640938, -0.03420768305659294, 0.04561454802751541, 0.15231482684612274, 0.09079092741012573, 0.01972717046737671, -0.007885442115366459, -0.08503765612840652, -0.08058097958564758, 0.003040814306586981, 0.04761055111885071, 0.02580433525145054, -0.04772288724780083, -0.19371968507766724, 0.000002147952727682423, -0.04483489692211151, 0.014728398062288761, -0.06985575705766678, -0.06450846791267395, -0.10035823285579681, -0.060605488717556, 0.15860892832279205, -0.04550175741314888, -0.01072621252387762, 0.0156682338565588, -0.07810448855161667, 0.11577770113945007, -0.017453165724873543, 0.10601439327001572, -0.09202639013528824, 0.0025830664671957493, -0.07243124395608902, 0.052119866013526917, -0.05362061783671379, -0.03769736737012863, 0.014837290160357952, 0.04260239005088806, -0.02885850891470909, -0.17346876859664917, -0.16555573046207428, -0.029635543003678322, -0.005821926519274712, 0.027906659990549088, -0.03682948648929596, -0.13151252269744873, -0.06285824626684189, 0.017024168744683266, -0.06778528541326523, -0.12354280799627304, -0.09635712206363678, 0.01491277664899826, -0.07817502319812775, 0.020430687814950943, -0.04777860641479492, 0.03957119584083557, -0.06133592501282692, -0.07446356862783432, -0.13331151008605957, 0.12417501956224442, -0.1215980052947998, -0.05192448943853378, -0.0765799880027771, -0.08456531167030334, -0.09441287815570831, 0.04454546049237251, 0.027349472045898438, 0.16631852090358734, -0.16269636154174805, -0.050661876797676086, 0.0637679398059845, -0.09262822568416595, -0.08195582032203674, 0.20113793015480042, -0.02216482348740101, 0.07291774451732635, 0.09017395973205566, 0.23536495864391327, 0.051478076726198196, -0.22370532155036926, -0.007106888107955456, 0.12861481308937073, -0.027307771146297455, -0.08674068003892899, 0.1322043538093567, -0.005157903768122196, 0.04800919443368912, -0.050367921590805054, 0.030485013499855995, 0.08718103915452957, -0.05463158339262009, -0.05812340974807739, 0.0754987969994545, -0.07400091737508774, 0.07692990452051163, -0.035448215901851654, 0.10169503092765808, 0.009275594726204872, -0.06346936523914337, 0.11451040953397751, 0.15621130168437958, -0.055795032531023026, 0.026879621669650078, -0.12424743920564651, 0.02607005462050438, -0.019258864223957062, -0.0745980516076088, -0.022935600951313972, 0.04360717162489891, 0.027986755594611168, 0.06093507632613182, 0.11820250004529953, 0.07454805821180344, -0.006102665327489376, -0.007590370252728462, -0.01851923204958439, -0.04360790550708771, -0.04169866442680359, 0.027515005320310593, -0.07568174600601196, -0.1579621434211731, 0.06836135685443878, 0.027551759034395218, -0.005317574366927147, -0.12827187776565552, -0.017201833426952362, 0.004369853064417839, 0.07534809410572052, -0.04668090119957924, 0.029355058446526527, -0.018197055906057358, 0.05497285723686218, -0.04234226047992706, -0.0009426151518709958, -0.02071520686149597, 0.029971212148666382, -0.0822862908244133, 0.1508876234292984, 0.010068049654364586, 0.05878124386072159, 0.07688324898481369, -0.18589907884597778, -0.029470406472682953, 0.09943577647209167, -0.003841864177957177, -0.04941369220614433, -0.02657017670571804, -0.01242335420101881, 0.1978767067193985, -0.08646867424249649, 0.10948292911052704, -0.13667874038219452, -0.00795834418386221, -0.018799060955643654, -0.1315861940383911, 0.08069518208503723, 0.0956331416964531, 0.04206450656056404, -0.15534740686416626, 0.1535273790359497, 0.00017551581549923867, -0.09441402554512024, 0.27518022060394287, 0.029098831117153168, -0.047672830522060394, -0.07275613397359848, 0.05207652226090431, -0.10832233726978302, 0.09705262631177902, -0.09056540578603745, 0.0008298726170323789, 0.005962865427136421, 0.024976694956421852, 0.13481363654136658, -0.1639641374349594, -0.02817033790051937, 0.02077626809477806, -0.10673747956752777, -0.019068904221057892, -0.04212347790598869, -0.10598354786634445, 0.023557163774967194, -0.05353020876646042, -0.12319941073656082, 0.04284457117319107, -0.018793674185872078, -0.13710783421993256, 0.11009170860052109, -0.1727004200220108, -0.22066223621368408, -0.17476701736450195, 0.0448809415102005, 0.008727619424462318, 0.0157912690192461, 0.05952144041657448, -0.13142021000385284, -0.023359965533018112, -0.055751439183950424, -0.05708976089954376, -0.06841973960399628, -0.06012731418013573, -0.009436861611902714, 0.021032338961958885, -0.06839396804571152, -0.12670429050922394, -0.006586720701307058, -0.047226227819919586, 0.05630537495017052, 0.007249005604535341, -0.09229172766208649, 0.030169343575835228, 0.23125305771827698, 0.02168232575058937, -0.03675546124577522, -0.02787008322775364, 0.14126348495483398, -0.07786493003368378, 0.04893680661916733, 0.12865184247493744, -0.03199842944741249, 0.07301007956266403, 0.06192111223936081, 0.06498558074235916, 0.044811733067035675, 0.018889162689447403, -0.06785264611244202, -0.020181460306048393, -0.3363685607910156, -0.0927969366312027, -0.04354448616504669, 0.03216736763715744, -0.11727799475193024, 0.04734295606613159, 0.08951067924499512, 0.09522782266139984, 0.014384631998836994, 0.01971265859901905, 0.023158825933933258, 0.026129422709345818, 0.03043157234787941, 0.011953719891607761, 0.0439135879278183, -0.06623990833759308, -0.06273969262838364, 0.12222182005643845, 0.04814968630671501, 0.07375489920377731, 0.04508688300848007, 0.1616438627243042, 0.08771324157714844, 0.17897087335586548, 0.11540108919143677, -0.058780472725629807, 0.03549794852733612, -0.006372707895934582, -0.023535506799817085, -0.06744740158319473, 0.019184323027729988, 0.11655048280954361, 0.09853159636259079, -0.07239186018705368, 0.09194030612707138, 0.15331019461154938, 0.06442737579345703, 0.1334274858236313, 0.003668677294626832, -0.2206563800573349, 0.03558505326509476, -0.04151155427098274, -0.02745968848466873, -0.0019059713231399655, 0.09487315267324448, 0.17555899918079376, -0.06399165838956833, 0.03626816347241402, 0.0902356430888176, 0.060690995305776596, -0.03731401637196541, -0.02510109357535839, 0.04123108834028244, 0.028920093551278114, -0.03142749145627022, 0.11363258212804794, -0.15450221300125122, 0.13126952946186066, 0.0010591016616672277, 0.08032485097646713, -0.013669312931597233, -0.009592218324542046, 0.022049318999052048, -0.014357022941112518, 0.1306532770395279, 0.05241667851805687, 0.019934242591261864, -0.05865819752216339, -0.14630530774593353, -0.024681201204657555, 0.10183355957269669, 0.09444393962621689, -0.06433380395174026, 0.03753536567091942, 0.0023087107110768557, 0.06311327964067459, -0.1499445140361786, -0.18532374501228333, -0.03604048490524292, -0.0008276175358332694, 0.1732940971851349, -0.060353610664606094, -0.0009649469284340739, -0.05539502948522568, -0.07954762876033783, 0.09539493918418884, -0.13338394463062286, -0.14186838269233704, -0.027551570907235146, -0.11900825798511505, 0.10069238394498825, -0.06210378184914589, 0.08218130469322205, 0.09370236843824387, 0.051155347377061844, -0.006805178243666887, 0.016560478135943413, 0.11548538506031036, -0.11025404930114746, -0.07033078372478485, -0.05761503055691719, 0.15197552740573883, 0.1541999727487564, 0.05459483340382576, -0.005750427022576332, -0.08046291768550873, -0.06028115749359131, -0.12476510554552078, -0.06554504483938217, 0.0022842292673885822, -0.0831187516450882, 0.11407571285963058, -0.03800889849662781, -0.1528797596693039, -0.10956625640392303, -0.11617185920476913, 0.17325523495674133, 0.29184865951538086, -0.053133998066186905, 0.09575313329696655, 0.28975775837898254, -0.05111420899629593, -0.18206816911697388, -0.12337211519479752, 0.12353504449129105, 0.018734516575932503, 0.026882989332079887, -0.138353630900383, 0.0885065421462059, 0.0903795063495636, -0.04662078991532326, -0.005043645389378071, -0.30275070667266846, -0.14988386631011963, 0.11506488919258118, -0.0687185674905777, 0.07759449630975723, -0.07568853348493576, -0.08018206059932709, -0.0782465711236, 0.0015550694661214948, 0.10125582665205002, -0.04183122515678406, 0.07150513678789139, 0.07184537500143051, 0.0639093890786171, -0.026079777628183365, 0.009742668829858303, 0.11149092018604279, 0.09119114279747009, -0.0021689811255782843, 0.006295232567936182, -0.01192873902618885, 0.10377556830644608, 0.043964505195617676, 0.08468244969844818, 0.04205310344696045, 0.006522027775645256, -0.17679522931575775, -0.05286337435245514, -0.023569175973534584, -0.008875482715666294, 0.040632180869579315, -0.10878010094165802, -0.1307547688484192, -0.024659208953380585, 0.0784153863787651, 0.012328749522566795, 0.1486997753381729, 0.024886589497327805, -0.044245630502700806, 0.14099839329719543, 0.08510717749595642, -0.021069472655653954, -0.09988442063331604, -0.04410109668970108, -0.06823846697807312, 0.06137022003531456, -0.0752708911895752, 0.0018518308643251657, 0.08271099627017975, -0.008039731532335281, 0.09884723275899887, 0.05074814334511757, -0.11778869479894638, 0.04792415350675583, 0.06054243817925453, -0.06393754482269287, -0.028853151947259903, -0.09582537412643433, 0.03670288994908333, 0.07344415783882141, 0.012577198445796967, 0.13308104872703552, -0.11936824768781662, -0.016611969098448753, 0.009189912118017673, 0.033658385276794434, -0.1374281644821167, 0.21363456547260284, 0.15986041724681854, 0.01530639361590147, -0.07097730040550232, 0.16448506712913513, 0.034965354949235916, 0.10317955166101456, 0.021058619022369385, 0.0858650654554367, -0.09045704454183578, -0.030969031155109406, -0.014217331074178219, 0.04725624620914459, -0.13321462273597717, -0.1640499085187912, -0.10746078193187714, -0.03735106810927391, -0.006640142761170864, -0.0018525898922234774, 0.04101282358169556, -0.04950015991926193, -0.009132160805165768, 0.06503588706254959, 0.006840402260422707, 0.0545920804142952, 0.15592274069786072, 0.03884216398000717, -0.20574676990509033, 0.06622277200222015, 0.04563981294631958, 0.07910878211259842, -0.07961022853851318, 0.03938553109765053, -0.056558940559625626, 0.07197842001914978, -0.021686943247914314, 0.07892255485057831, -0.06710982322692871, -0.059406936168670654, -0.0062110829167068005, -0.03188018873333931, -0.06334429234266281, 0.08526002615690231, -0.0816025659441948, 0.06030404940247536, 0.030018985271453857, 0.04734156280755997, -0.07033345848321915, -0.004123789258301258, 0.009913638234138489, -0.02137637324631214, 0.05280812829732895, 0.12828092277050018, -0.05119039863348007, 0.010924686677753925, -0.20538105070590973, 0.026663411408662796, 0.14712776243686676, 0.08854591101408005, 0.00020660168956965208, 0.029093369841575623, -0.013192946091294289, 0.06577658653259277, 0.04081592708826065, -0.0702936202287674, -0.0022555305622518063, -0.05879288539290428, 0.01631668582558632, -0.1584145873785019, -0.012097066268324852, -0.05595323070883751, 0.016973476856946945, 0.12195493280887604, 0.11014425754547119, 0.1479947865009308, -0.06755976378917694, 0.021010486409068108, -0.009712322615087032, 0.022159608080983162, 0.028903299942612648, -0.008863377384841442, -0.031644005328416824, -0.04189537838101387, -0.0037121265195310116, -0.08169728517532349, 0.1865382194519043, -0.00682034669443965, -0.12928438186645508, -0.019180551171302795, -0.022626489400863647, 0.06512805074453354, 0.0050307693891227245, 0.1410958170890808, -0.013568124733865261, -0.014099731110036373, -0.12462899833917618, -0.03121931664645672, 0.08891305327415466, 0.042109306901693344, -0.02249208278954029, 0.05541330948472023, 0.01093942392617464, 0.1284361481666565, 0.05530547350645065, -0.01561083272099495, -0.16087406873703003, -0.08088400959968567, -0.06269395351409912, -0.024237971752882004, -0.02032547816634178, 0.19580593705177307, 0.14166468381881714, -0.060621414333581924, -0.02318265475332737, 0.07295355200767517, -0.11283644288778305, -0.17308734357357025, -0.09206081181764603, -0.06717328727245331, -0.1888812929391861, 0.00569105101749301, -0.1012924388051033, 0.019167309626936913, 0.16405288875102997, 0.07170411944389343, 0.013779538683593273, 0.11928766965866089, -0.03127668797969818, -0.1342087835073471, 0.055304501205682755, -0.03792046383023262, 0.0021212745923548937, -0.11538717895746231, -0.03671794384717941, 0.0898822471499443, -0.002416944596916437, 0.02210254594683647, -0.047026172280311584, -0.027643445879220963, 0.037370480597019196, 0.005720178596675396, -0.01289038173854351, -0.028450803831219673, 0.012828837148845196, 0.06633974611759186, 0.0770413875579834, 0.05149718374013901, -0.07868905365467072, 0.04667030647397041, 0.10375268012285233, -0.07129637897014618, -0.1808396279811859, -0.04855380207300186, 0.023691048845648766, -0.0005545242456719279, 0.10533560067415237, -0.028466444462537766, -0.0770292580127716, -0.05639810487627983, 0.14624471962451935, 0.19702599942684174, -0.1288401335477829, -0.020653793588280678, -0.032450828701257706, 0.013423309661448002, -0.08323607593774796, 0.05131569504737854, 0.034780338406562805, 0.25981584191322327, -0.02891336753964424, 0.025984512642025948, -0.12377769500017166, -0.006380391772836447, -0.0775713324546814, -0.020674580708146095, 0.028474899008870125, -0.0630379393696785, -0.05383310839533806, 0.14301161468029022, -0.25353357195854187, -0.060694370418787, -0.14281433820724487, -0.009797235950827599, -0.047334399074316025, 0.05167073383927345, 0.10912792384624481, 0.07408230006694794, 0.04044041782617569, -0.037375617772340775, -0.008581558242440224, -0.01791759580373764, 0.03405259922146797, -0.16433583199977875, 0.05243231728672981, 0.04860471561551094, -0.11447593569755554, 0.13077488541603088, -0.014487165957689285, 0.2571549117565155, 0.022219406440854073, 0.062239646911621094, 0.03218911588191986, 0.11235802620649338, 0.04684105142951012, -0.07486676424741745, -0.009259883314371109, -0.030323689803481102, -0.007833137176930904, 0.10353536903858185, 0.04287835210561752, -0.06697966903448105, 0.014295083470642567, 0.11999779939651489, -0.031038280576467514, -0.13555727899074554, -0.01929299905896187, -0.09591968357563019, 0.091098852455616, -0.06598500907421112, -0.06797868013381958, -0.031566355377435684, -0.0019172548782080412, 0.0316665880382061, 0.024828452616930008, 0.060062166303396225, 0.06726374477148056, -0.2436268925666809, -0.05273820832371712, 0.02542264759540558, 0.1122678741812706, 0.003606729209423065, 0.011981967836618423, -0.15745998919010162, -0.01516555342823267, -0.0647687166929245, 0.0409349650144577, 0.04490547627210617, 0.02769024856388569, 0.018479125574231148, -0.00936168897897005, -0.039623335003852844, 0.0324556790292263, -0.08678882569074631, -0.11903776973485947 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/csmsc_tts_train_fastspeech_raw_phn_pypinyin_g2p_phone_train.loss.best` ♻️ Imported from https://zenodo.org/record/3986227/ This model was trained by kan-bayashi using csmsc/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "zh", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["csmsc"]}
text-to-speech
espnet/kan-bayashi_csmsc_tts_train_fastspeech_raw_phn_pypinyin_g2p_phone_train.loss.best
[ "espnet", "audio", "text-to-speech", "zh", "dataset:csmsc", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "zh" ]
TAGS #espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/csmsc_tts_train_fastspeech_raw_phn_pypinyin_g2p_phone_train.URL' ️ Imported from URL This model was trained by kan-bayashi using csmsc/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/csmsc_tts_train_fastspeech_raw_phn_pypinyin_g2p_phone_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/csmsc_tts_train_fastspeech_raw_phn_pypinyin_g2p_phone_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 46, 9, 71, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/csmsc_tts_train_fastspeech_raw_phn_pypinyin_g2p_phone_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.07704933732748032, -0.05858277902007103, -0.000998967094346881, 0.021917788311839104, 0.06409843266010284, -0.014469708316028118, 0.18336237967014313, 0.03583361208438873, 0.033466190099716187, -0.03232523426413536, 0.09008090943098068, 0.052797332406044006, 0.05940505117177963, 0.1051858589053154, 0.07658039033412933, -0.21523059904575348, 0.0072961775586009026, 0.03572506085038185, -0.0068253446370363235, 0.1153925284743309, 0.16588692367076874, -0.032278914004564285, 0.05554000288248062, 0.05617908388376236, -0.027797218412160873, 0.06387332081794739, -0.06346940249204636, -0.10555235296487808, 0.06200435012578964, 0.010092445649206638, 0.08958102762699127, 0.04347734525799751, 0.07902827113866806, -0.2049582451581955, 0.011277135461568832, -0.04898426681756973, -0.01813221536576748, 0.026705892756581306, 0.05831589922308922, 0.08037209510803223, 0.01889982633292675, 0.037128996104002, -0.04441498965024948, 0.014743158593773842, -0.013905368745326996, -0.04409405216574669, -0.001162235508672893, 0.1294339895248413, 0.11891628801822662, 0.171254500746727, -0.02183559723198414, 0.10747236013412476, -0.13355346024036407, 0.04013226181268692, 0.14339765906333923, -0.24554410576820374, 0.0011871755123138428, 0.01992407813668251, 0.05883488059043884, 0.16981376707553864, 0.005895397160202265, -0.025358621031045914, 0.07777652144432068, 0.012997092679142952, -0.04944312572479248, -0.026009293273091316, -0.06752373278141022, 0.055256087332963943, -0.17070336639881134, 0.05129498615860939, 0.21538618206977844, 0.022090697661042213, 0.019358277320861816, -0.014755302108824253, -0.048803333193063736, -0.1223980039358139, 0.0005351350991986692, -0.13681374490261078, 0.011175913736224174, 0.06483348459005356, -0.003786239540204406, -0.09047042578458786, -0.14279848337173462, -0.08438698947429657, -0.0008508238825015724, 0.08006850630044937, 0.07444492727518082, 0.035175222903490067, -0.04541725292801857, 0.052331097424030304, 0.05982869490981102, -0.0803162232041359, 0.08162069320678711, -0.06748310476541519, 0.08563711494207382, 0.04201824218034744, 0.09075790643692017, -0.11142279952764511, 0.041174594312906265, -0.07040807604789734, -0.026799635961651802, 0.04188193753361702, 0.15141990780830383, 0.08880425244569778, 0.019938185811042786, -0.009867755696177483, -0.08971643447875977, -0.08489137142896652, -0.00193354906514287, 0.05241583287715912, 0.02172625996172428, -0.04581688717007637, -0.19083893299102783, 0.006229788064956665, -0.04084070026874542, 0.014681310392916203, -0.077601857483387, -0.06180385500192642, -0.0969858169555664, -0.06019428372383118, 0.16104978322982788, -0.04381267726421356, -0.017264122143387794, 0.010650510899722576, -0.07512709498405457, 0.12297580391168594, -0.023518098518252373, 0.10374341905117035, -0.09133220463991165, -0.00046939498861320317, -0.07240777462720871, 0.04682019725441933, -0.05603261664509773, -0.03728253021836281, 0.015865638852119446, 0.05082016810774803, -0.02733602747321129, -0.17138130962848663, -0.16962376236915588, -0.03540487214922905, -0.0073922849260270596, 0.03207778558135033, -0.032974205911159515, -0.13886888325214386, -0.06088876351714134, 0.016012992709875107, -0.06642566621303558, -0.11097102612257004, -0.09957323223352432, 0.01940564624965191, -0.0816672071814537, 0.02080652117729187, -0.03478926047682762, 0.04628986492753029, -0.06248374283313751, -0.07638176530599594, -0.12747232615947723, 0.12685897946357727, -0.12520790100097656, -0.05190594866871834, -0.07418570667505264, -0.09211959689855576, -0.10088448226451874, 0.0528685636818409, 0.027046501636505127, 0.1692584902048111, -0.1694362610578537, -0.05326251685619354, 0.060467299073934555, -0.08886373043060303, -0.07517223805189133, 0.2007218897342682, -0.022042497992515564, 0.08073125034570694, 0.09221278131008148, 0.23605689406394958, 0.05575939267873764, -0.21469374001026154, -0.0028205474372953176, 0.1339152306318283, -0.025816479697823524, -0.08672012388706207, 0.12801003456115723, -0.0050522927194833755, 0.039185453206300735, -0.04532904550433159, 0.03402628377079964, 0.0981995016336441, -0.05474808067083359, -0.053564611822366714, 0.07848452031612396, -0.07430904358625412, 0.065240278840065, -0.0331558920443058, 0.10515203326940536, 0.014859551563858986, -0.06525854766368866, 0.10860265046358109, 0.162213534116745, -0.05592725798487663, 0.023420507088303566, -0.1152850016951561, 0.025656750425696373, -0.019786419346928596, -0.07356500625610352, -0.023787615820765495, 0.043963488191366196, 0.024531466886401176, 0.05717303231358528, 0.11970710754394531, 0.07233647257089615, -0.010153604671359062, -0.012184339575469494, -0.01629178784787655, -0.04674641042947769, -0.03162606433033943, 0.027704235166311264, -0.07624924927949905, -0.15637370944023132, 0.07019449770450592, 0.02878263033926487, -0.004567999392747879, -0.11903801560401917, -0.019373921677470207, 0.003122157882899046, 0.0771588608622551, -0.04662841930985451, 0.03296022117137909, -0.013047968968749046, 0.060848433524370193, -0.038114044815301895, -0.0026965944562107325, -0.02339252643287182, 0.029069963842630386, -0.0784425213932991, 0.15204288065433502, 0.010445314459502697, 0.06807160377502441, 0.07647529989480972, -0.19360707700252533, -0.03113996982574463, 0.10082589089870453, 0.0014055906794965267, -0.0518752858042717, -0.021688465029001236, -0.009937653318047523, 0.1935964822769165, -0.08940218389034271, 0.11264663934707642, -0.13459409773349762, -0.006658331025391817, -0.020126385614275932, -0.12840299308300018, 0.0823531225323677, 0.10039831697940826, 0.03892974182963371, -0.1539960652589798, 0.15111634135246277, 0.004892586264759302, -0.09516142308712006, 0.2783083915710449, 0.02352866902947426, -0.0504211001098156, -0.07282575964927673, 0.04939023777842522, -0.11003930866718292, 0.09324562549591064, -0.09131252020597458, -0.0014008344151079655, 0.005321829114109278, 0.02637440338730812, 0.1424679309129715, -0.16391848027706146, -0.028924845159053802, 0.020251575857400894, -0.1045181155204773, -0.013317416422069073, -0.03330069035291672, -0.108195960521698, 0.01807880960404873, -0.058705829083919525, -0.13231873512268066, 0.04435965418815613, -0.01855948194861412, -0.1305631846189499, 0.11250937730073929, -0.17756223678588867, -0.22679130733013153, -0.17912675440311432, 0.04765643551945686, 0.010078772902488708, 0.010023546405136585, 0.05781051516532898, -0.13897407054901123, -0.02427014149725437, -0.05344654992222786, -0.05795709416270256, -0.06985078006982803, -0.06512761861085892, -0.021477244794368744, 0.015953166410326958, -0.07123599201440811, -0.12990358471870422, -0.004112455062568188, -0.051267895847558975, 0.05732283368706703, 0.005499633029103279, -0.09607131034135818, 0.030954869464039803, 0.23344570398330688, 0.029781591147184372, -0.03806334733963013, -0.027356775477528572, 0.1398749053478241, -0.08081911504268646, 0.04670504853129387, 0.12314288318157196, -0.022112693637609482, 0.0720052495598793, 0.05651380494236946, 0.06761880218982697, 0.04441223666071892, 0.022098084911704063, -0.06636599451303482, -0.018229704350233078, -0.33253228664398193, -0.09642467647790909, -0.042355503886938095, 0.019312812015414238, -0.1228422224521637, 0.050140246748924255, 0.09266449511051178, 0.093350850045681, 0.01646874099969864, 0.025114355608820915, 0.013473051600158215, 0.020940495654940605, 0.03482675552368164, 0.004250235855579376, 0.040138933807611465, -0.06559401750564575, -0.06841355562210083, 0.11821567267179489, 0.04501757025718689, 0.07257313281297684, 0.04412032663822174, 0.16033662855625153, 0.08934380859136581, 0.18454782664775848, 0.11658317595720291, -0.05792156979441643, 0.03510354459285736, -0.006493899039924145, -0.024978822097182274, -0.06796720623970032, 0.0200338251888752, 0.1115422248840332, 0.09902654588222504, -0.07311441749334335, 0.09027345478534698, 0.15459516644477844, 0.05875708907842636, 0.12617239356040955, -0.0013412325643002987, -0.21780431270599365, 0.04219944402575493, -0.04549315944314003, -0.02788884937763214, -0.005688725970685482, 0.10206945985555649, 0.16671547293663025, -0.05991695076227188, 0.0243031308054924, 0.092505544424057, 0.05733787640929222, -0.03815329819917679, -0.021679559722542763, 0.053066253662109375, 0.03960029035806656, -0.033657848834991455, 0.1135253757238388, -0.15727365016937256, 0.13468500971794128, 0.0031504856888204813, 0.08456982672214508, -0.014311917126178741, -0.00838183518499136, 0.02299027517437935, -0.015692654997110367, 0.12524327635765076, 0.05324569344520569, 0.02128150500357151, -0.0616532526910305, -0.14722763001918793, -0.024867381900548935, 0.10630065947771072, 0.10248521715402603, -0.06845875829458237, 0.041869740933179855, 0.0014102350687608123, 0.0629952996969223, -0.15129604935646057, -0.1874634325504303, -0.03822852671146393, 0.0009776183869689703, 0.17781001329421997, -0.05532478541135788, -0.005088618025183678, -0.05919455736875534, -0.09255420416593552, 0.0916547030210495, -0.1247367113828659, -0.13968749344348907, -0.023209555074572563, -0.12499181926250458, 0.10439904034137726, -0.06106702610850334, 0.07980276644229889, 0.09382729232311249, 0.03874411806464195, 0.0002334253949811682, 0.015566828660666943, 0.11333401501178741, -0.10875480622053146, -0.06145389750599861, -0.05634249746799469, 0.15092754364013672, 0.15535865724086761, 0.05457799881696701, -0.00939149595797062, -0.08366561681032181, -0.06211497634649277, -0.12305638939142227, -0.07333281636238098, -0.001890198327600956, -0.09179363399744034, 0.12018749117851257, -0.0427057184278965, -0.14845672249794006, -0.10909436643123627, -0.11650937795639038, 0.168707937002182, 0.28532275557518005, -0.04409847781062126, 0.08805140852928162, 0.30048033595085144, -0.04873128607869148, -0.18034645915031433, -0.12092231959104538, 0.11886800080537796, 0.02265230379998684, 0.020628534257411957, -0.14408883452415466, 0.0940069705247879, 0.09189773350954056, -0.043201204389333725, -0.000922054226975888, -0.3031267821788788, -0.15087495744228363, 0.12905177474021912, -0.07471238821744919, 0.08233325183391571, -0.0755537897348404, -0.07860393077135086, -0.07423093914985657, 0.011364812962710857, 0.0902736559510231, -0.03858812153339386, 0.0767652615904808, 0.07419896125793457, 0.06750791519880295, -0.025781875476241112, 0.0106344074010849, 0.11187902837991714, 0.0972735732793808, 0.0024902005679905415, 0.006514242850244045, -0.009516722522675991, 0.09700332581996918, 0.05080833658576012, 0.08284430205821991, 0.03813425451517105, 0.005512809846550226, -0.17862027883529663, -0.05162983015179634, -0.02751452848315239, -0.01076424028724432, 0.04323852062225342, -0.10983078926801682, -0.13015763461589813, -0.01825450174510479, 0.07598347216844559, 0.011805575340986252, 0.14358024299144745, 0.026233037933707237, -0.04291149601340294, 0.12096484750509262, 0.08254183828830719, -0.03193438798189163, -0.09843015670776367, -0.04726570472121239, -0.07023422420024872, 0.06514505296945572, -0.06851812452077866, -0.003835083683952689, 0.08414264768362045, -0.006185711361467838, 0.10078423470258713, 0.049302540719509125, -0.11792494356632233, 0.045295875519514084, 0.06231560930609703, -0.05836648866534233, -0.024456504732370377, -0.10078859329223633, 0.03437212109565735, 0.07815566658973694, 0.009647929109632969, 0.13158266246318817, -0.11782282590866089, -0.014543553814291954, 0.008252684026956558, 0.03306528553366661, -0.13918086886405945, 0.22110922634601593, 0.16281282901763916, 0.013841145671904087, -0.07627812027931213, 0.1672096699476242, 0.03673120215535164, 0.09709661453962326, 0.021451037377119064, 0.08269736170768738, -0.08735359460115433, -0.03338407725095749, -0.01037093997001648, 0.05305799841880798, -0.12692615389823914, -0.16621354222297668, -0.10839396715164185, -0.03604087233543396, -0.0075483196415007114, -0.007178520783782005, 0.041898585855960846, -0.04686218127608299, -0.017135534435510635, 0.0662364512681961, 0.007282445672899485, 0.0510447695851326, 0.16331957280635834, 0.041004907339811325, -0.20346415042877197, 0.06920556724071503, 0.04549075663089752, 0.07946375012397766, -0.08119039982557297, 0.03525826707482338, -0.052400730550289154, 0.07223477959632874, -0.02333621121942997, 0.07323761284351349, -0.06951228529214859, -0.05958385020494461, -0.000610913208220154, -0.024435479193925858, -0.06106829643249512, 0.08547518402338028, -0.08184226602315903, 0.06104453280568123, 0.03598332032561302, 0.047053076326847076, -0.06434087455272675, -0.002694902941584587, 0.005295890383422375, -0.01977224089205265, 0.04654225707054138, 0.12555600702762604, -0.05063815414905548, 0.015491895377635956, -0.21123644709587097, 0.02392306551337242, 0.14539466798305511, 0.08910050988197327, -0.0003586728416848928, 0.034127723425626755, -0.012965815141797066, 0.06537500768899918, 0.04061902314424515, -0.07281336188316345, -0.019932899624109268, -0.05862230435013771, 0.021399298682808876, -0.1564720869064331, -0.0007485912065021694, -0.05910209193825722, 0.018117807805538177, 0.12274409085512161, 0.10699313133955002, 0.14938558638095856, -0.07039455324411392, 0.017630675807595253, -0.003628240432590246, 0.02139003574848175, 0.026623783633112907, -0.014454021118581295, -0.028044071048498154, -0.043674036860466, -0.0018419058760628104, -0.07978010177612305, 0.1869993805885315, -0.001046190271154046, -0.12882615625858307, -0.02780332788825035, -0.01936856284737587, 0.07187845557928085, 0.002139484276995063, 0.13797958195209503, -0.009088640101253986, -0.010815060697495937, -0.13069221377372742, -0.032154470682144165, 0.08672082424163818, 0.05119561031460762, -0.03483475372195244, 0.05443725362420082, 0.012535793706774712, 0.13001444935798645, 0.05522443726658821, -0.014595999382436275, -0.15783177316188812, -0.086318738758564, -0.058842312544584274, -0.018005771562457085, -0.01982235349714756, 0.19057932496070862, 0.12883390486240387, -0.056448161602020264, -0.025953026488423347, 0.07379110157489777, -0.11011452972888947, -0.17028164863586426, -0.09119734168052673, -0.06354370713233948, -0.18663030862808228, 0.005404536612331867, -0.1010340005159378, 0.014918888919055462, 0.16281834244728088, 0.07341641932725906, 0.0170340146869421, 0.12719149887561798, -0.03525682911276817, -0.13458363711833954, 0.06259883940219879, -0.042577583342790604, -0.002736547729000449, -0.12561005353927612, -0.03628450632095337, 0.08825825154781342, -0.007294468581676483, 0.017382165417075157, -0.05195542052388191, -0.02627747692167759, 0.03778978809714317, 0.00010332564852433279, -0.009728583507239819, -0.02910766750574112, 0.010842971503734589, 0.06673198193311691, 0.08265206217765808, 0.055513326078653336, -0.08364815264940262, 0.04637857899069786, 0.0923369899392128, -0.06651180982589722, -0.18380677700042725, -0.04707275331020355, 0.02436758764088154, -0.000023855058316257782, 0.10325424373149872, -0.029388632625341415, -0.07389037311077118, -0.05573800578713417, 0.14973637461662292, 0.20091086626052856, -0.1293576955795288, -0.021635020151734352, -0.027143528684973717, 0.011065670289099216, -0.09079436212778091, 0.055906351655721664, 0.04368855431675911, 0.2620481848716736, -0.03215201944112778, 0.01982790045440197, -0.12968730926513672, -0.011347481049597263, -0.07917503267526627, -0.03197340667247772, 0.035881973803043365, -0.06406934559345245, -0.050570376217365265, 0.1449967473745346, -0.2665517330169678, -0.054882220923900604, -0.15075132250785828, -0.0034792288206517696, -0.04777030646800995, 0.04512942209839821, 0.10687294602394104, 0.0808616429567337, 0.0368366539478302, -0.03968187794089317, -0.0018286805134266615, -0.01825813017785549, 0.03218637406826019, -0.1603887975215912, 0.047918256372213364, 0.0492311492562294, -0.11221349239349365, 0.12204216420650482, -0.012992486357688904, 0.25805121660232544, 0.02049408107995987, 0.06548075377941132, 0.036020223051309586, 0.11667513847351074, 0.04461658000946045, -0.08145670592784882, -0.010015773586928844, -0.030140556395053864, -0.0037034102715551853, 0.09871479123830795, 0.03973143547773361, -0.059935398399829865, 0.02063625119626522, 0.11925103515386581, -0.03037361428141594, -0.13654276728630066, -0.020903179422020912, -0.09127264469861984, 0.09000403434038162, -0.060475483536720276, -0.06104399636387825, -0.030882738530635834, -0.0013668753672391176, 0.03261544927954674, 0.026139209046959877, 0.056595329195261, 0.0650576800107956, -0.24274605512619019, -0.05355486273765564, 0.01859518699347973, 0.10336864739656448, 0.007225989364087582, 0.008711336180567741, -0.1591118425130844, -0.01607777364552021, -0.061873648315668106, 0.044455062597990036, 0.04507498815655708, 0.03483261540532112, 0.02389640174806118, 0.0027289569843560457, -0.04182513803243637, 0.03070131316781044, -0.09667085111141205, -0.11958746612071991 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/csmsc_tts_train_full_band_vits_raw_phn_pypinyin_g2p_phone_train.total_count.ave` ♻️ Imported from https://zenodo.org/record/5443852/ This model was trained by kan-bayashi using csmsc/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "zh", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["csmsc"]}
text-to-speech
espnet/kan-bayashi_csmsc_tts_train_full_band_vits_raw_phn_pypinyin_g2p_phone_train.total_count.ave
[ "espnet", "audio", "text-to-speech", "zh", "dataset:csmsc", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "zh" ]
TAGS #espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/csmsc_tts_train_full_band_vits_raw_phn_pypinyin_g2p_phone_train.total_count.ave' ️ Imported from URL This model was trained by kan-bayashi using csmsc/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/csmsc_tts_train_full_band_vits_raw_phn_pypinyin_g2p_phone_train.total_count.ave'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/csmsc_tts_train_full_band_vits_raw_phn_pypinyin_g2p_phone_train.total_count.ave'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 46, 10, 79, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/csmsc_tts_train_full_band_vits_raw_phn_pypinyin_g2p_phone_train.total_count.ave'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.09724993258714676, -0.04671899601817131, 0.00021220330381765962, 0.04025964066386223, 0.08959904313087463, 0.0067321681417524815, 0.14626525342464447, 0.037522513419389725, 0.07406200468540192, 0.006687648128718138, 0.08948405832052231, 0.0020283644553273916, 0.046370744705200195, 0.15343452990055084, 0.08709158003330231, -0.20193377137184143, 0.0022738089319318533, 0.053950242698192596, 0.029318518936634064, 0.12073823809623718, 0.14772145450115204, -0.02416313998401165, 0.06562405079603195, 0.039569880813360214, -0.04248633608222008, 0.09177236258983612, -0.07858447730541229, -0.08530189841985703, 0.07964307069778442, 0.0019057702738791704, 0.07337909936904907, 0.004822187591344118, 0.10568428039550781, -0.17299601435661316, 0.008725659921765327, -0.03410585969686508, -0.03162362799048424, 0.03970358520746231, 0.04812149330973625, 0.09774605184793472, 0.05149194225668907, 0.04238232597708702, -0.011660107411444187, 0.015183032490313053, -0.023463856428861618, -0.08248494565486908, 0.009191018529236317, 0.15190814435482025, 0.15103094279766083, 0.1725875288248062, -0.03425922989845276, 0.14072847366333008, -0.06471918523311615, 0.04550900310277939, 0.1419825255870819, -0.21200986206531525, 0.0009603977669030428, 0.07256510108709335, 0.04506789520382881, 0.11570977419614792, 0.02674964629113674, -0.03153826296329498, 0.1271715760231018, 0.008028004318475723, -0.04732928052544594, -0.026521755382418633, -0.08167412132024765, 0.0029763998463749886, -0.13504669070243835, 0.010080340318381786, 0.2624627649784088, 0.057051707059144974, 0.01810465008020401, 0.009069899097084999, -0.06603974103927612, -0.18568794429302216, -0.0054514906369149685, -0.13859638571739197, 0.009596620686352253, 0.02699005976319313, -0.0029101038817316294, -0.05994647741317749, -0.15837450325489044, -0.10165707021951675, -0.025890210643410683, 0.03382421284914017, 0.07129054516553879, 0.017889343202114105, -0.054328035563230515, 0.056338924914598465, -0.02960970066487789, -0.0660465732216835, 0.07441079616546631, -0.0507902055978775, 0.017203478142619133, 0.035228874534368515, 0.07384510338306427, -0.1135808452963829, 0.0028654879424721003, -0.028284745290875435, -0.06709299981594086, 0.03896891325712204, 0.14774055778980255, 0.08078576624393463, 0.0882837250828743, -0.035048339515924454, -0.10932114720344543, -0.07456259429454803, -0.026701748371124268, 0.0177284087985754, 0.03202013671398163, -0.057726528495550156, -0.18344798684120178, 0.0129099665209651, -0.0009946805657818913, -0.023826953023672104, -0.04926763102412224, -0.050300415605306625, -0.0749996230006218, -0.08474437147378922, 0.23140880465507507, -0.05233459174633026, -0.014387963339686394, -0.005464411806315184, -0.03228992968797684, 0.11594079434871674, 0.005554576404392719, 0.09186039865016937, -0.06554582715034485, 0.0085024768486619, -0.10422323644161224, 0.032760586589574814, -0.031677816063165665, -0.03680567070841789, 0.023696349933743477, 0.021822985261678696, -0.033789705485105515, -0.19505426287651062, -0.1297077089548111, -0.03834718465805054, -0.011975104920566082, 0.03773946315050125, -0.03162871301174164, -0.13007588684558868, -0.005665990523993969, 0.002567720366641879, -0.05531499907374382, -0.08697213232517242, -0.08534889668226242, 0.003419421147555113, -0.03528778627514839, 0.023723041638731956, -0.07750745862722397, 0.05089690908789635, -0.07675120234489441, -0.06149044632911682, -0.1321667581796646, 0.11028875410556793, -0.07282710075378418, -0.04270803555846214, -0.09852667152881622, -0.09784868359565735, -0.1031859889626503, 0.04486394673585892, 0.056868571788072586, 0.1401745229959488, -0.12921756505966187, -0.0655825138092041, 0.06196793541312218, -0.13030795753002167, -0.09414197504520416, 0.1687135398387909, -0.007188030984252691, 0.07531348615884781, 0.08589396625757217, 0.19904251396656036, 0.008302557282149792, -0.2110552191734314, -0.011765724048018456, 0.095771923661232, 0.011489048600196838, -0.13682150840759277, 0.12942227721214294, -0.024356909096240997, 0.016463063657283783, -0.048237647861242294, 0.03702874854207039, 0.04722299054265022, -0.06779301911592484, -0.05979551747441292, 0.05442221090197563, -0.07725555449724197, 0.06163664534687996, -0.006466865539550781, 0.10418928414583206, 0.009037617594003677, -0.05634767934679985, 0.0988888293504715, 0.1698025017976761, -0.06281887739896774, 0.05713418126106262, -0.10520479828119278, 0.04021136090159416, -0.06959497183561325, -0.08555521816015244, -0.05775578320026398, 0.0580291822552681, 0.028106780722737312, 0.07505194842815399, 0.1061139926314354, 0.08281795680522919, -0.011822542175650597, -0.012555822730064392, -0.03489600121974945, -0.035353995859622955, -0.04915190115571022, 0.02656061388552189, -0.05276650935411453, -0.17237551510334015, 0.006554759107530117, 0.004841393791139126, -0.027682840824127197, -0.09913290292024612, -0.034648068249225616, -0.0546821691095829, 0.07831207662820816, -0.05161713808774948, -0.006182538811117411, -0.01530969887971878, 0.07112716883420944, -0.04792947322130203, 0.004871795419603586, -0.014789065346121788, 0.04332638531923294, -0.08305904269218445, 0.051443371921777725, -0.004081905819475651, 0.020642796531319618, 0.07320503890514374, -0.16612805426120758, -0.07534448802471161, 0.0977831780910492, 0.0074219475500285625, -0.04850997403264046, -0.04657880589365959, -0.04243474453687668, 0.17988333106040955, -0.07264185696840286, 0.08658540993928909, -0.1213640347123146, -0.008489848114550114, 0.012185251340270042, -0.10574257373809814, 0.044977907091379166, 0.06594398617744446, 0.09163250029087067, -0.19951598346233368, 0.11947321891784668, -0.052445102483034134, -0.07806859910488129, 0.2390037477016449, 0.049799323081970215, -0.06394306570291519, -0.0668821856379509, 0.032337579876184464, -0.10507530719041824, 0.10309521108865738, -0.16807056963443756, 0.010587548837065697, 0.01701377145946026, 0.03223000839352608, 0.1122932881116867, -0.1264379620552063, -0.037243809551000595, 0.03789050504565239, -0.0682450532913208, -0.07425455749034882, -0.01597391627728939, -0.12746895849704742, 0.003949297126382589, -0.05093447118997574, -0.10676760971546173, 0.02651187777519226, -0.009319664910435677, -0.15154589712619781, 0.1178402453660965, -0.1390710473060608, -0.2513837516307831, -0.15642814338207245, 0.06861694902181625, -0.011072873137891293, 0.01355175394564867, 0.05913073942065239, -0.12939982116222382, -0.020915580913424492, -0.05068868771195412, -0.05972163379192352, -0.08507919311523438, -0.03883912414312363, 0.016352973878383636, -0.004296226426959038, -0.030305780470371246, -0.13401751220226288, 0.011239676736295223, -0.06318207085132599, 0.011576424352824688, 0.014267573133111, -0.098055399954319, 0.044068511575460434, 0.24205802381038666, 0.021189777180552483, -0.01530117355287075, -0.02932352013885975, 0.14571033418178558, -0.06541722267866135, 0.032147008925676346, 0.14421574771404266, 0.0035497869830578566, 0.0446433424949646, 0.0800287127494812, 0.06476593017578125, 0.031233949586749077, 0.03592262417078018, -0.045042917132377625, -0.05208219587802887, -0.30809226632118225, -0.10212432593107224, -0.05309535935521126, 0.016784127801656723, -0.02173517644405365, 0.05004427582025528, 0.101232148706913, 0.1248372346162796, -0.00005944808799540624, 0.0424405001103878, -0.0522843599319458, 0.026217490434646606, -0.002044755732640624, 0.032553840428590775, 0.054972194135189056, -0.05855697765946388, -0.03517743945121765, 0.11302284896373749, 0.047746170312166214, 0.06861244887113571, 0.05156878009438515, 0.09950309991836548, 0.10207178443670273, 0.16977261006832123, 0.07977534830570221, -0.00478679733350873, -0.018131917342543602, 0.012906103394925594, -0.011730259284377098, -0.05581093579530716, 0.014640041626989841, 0.10516180843114853, 0.09221059828996658, -0.06805873662233353, 0.04745671525597572, 0.08908283710479736, 0.014526549726724625, 0.1042846143245697, 0.05662413313984871, -0.23243677616119385, 0.017870884388685226, -0.05625303462147713, -0.004156460054218769, -0.013654292561113834, 0.07861072570085526, 0.13833634555339813, -0.06391744315624237, 0.09048229455947876, 0.10594996064901352, 0.06664275377988815, -0.05825955793261528, -0.03317636623978615, 0.060434672981500626, 0.011229138821363449, -0.01928127557039261, 0.10591346770524979, -0.13448143005371094, 0.1830446571111679, -0.012704449705779552, 0.06565945595502853, -0.0028696139343082905, -0.009313974529504776, -0.0076833670027554035, -0.008170650340616703, 0.1436029076576233, 0.06505634635686874, 0.020089471712708473, -0.07580949366092682, -0.13612891733646393, -0.013229873031377792, 0.02224147319793701, 0.05351974815130234, -0.06255093216896057, 0.06616075336933136, 0.012793382629752159, 0.0666847825050354, -0.06521989405155182, -0.20865614712238312, -0.03908887133002281, 0.005662914365530014, 0.1680511236190796, -0.07048574090003967, 0.022860046476125717, -0.0806918665766716, -0.11536446958780289, 0.07378363609313965, -0.06600213795900345, -0.13863077759742737, -0.019948730245232582, -0.05827232450246811, 0.10551281273365021, -0.06940849870443344, 0.0928574874997139, 0.08099312335252762, 0.05115706846117973, -0.03381256014108658, 0.006890440825372934, 0.13165205717086792, -0.1003674566745758, -0.04855751246213913, -0.03898245841264725, 0.1420220583677292, 0.171967014670372, 0.028222069144248962, 0.0018741233507171273, -0.06321479380130768, -0.027790537104010582, -0.123652882874012, -0.04585915058851242, -0.007398612331598997, -0.05247420445084572, 0.0943056121468544, -0.022523945197463036, -0.14282356202602386, -0.06122979521751404, -0.08379379659891129, 0.12393107265233994, 0.2723657488822937, -0.06397204101085663, 0.06510479748249054, 0.2901451885700226, -0.04557934030890465, -0.13285407423973083, -0.1087258979678154, 0.10749875009059906, 0.008503352291882038, 0.04146266728639603, -0.155802920460701, 0.075601726770401, 0.08856391906738281, -0.03576887771487236, -0.01023553591221571, -0.2973206341266632, -0.15152324736118317, 0.1361103057861328, -0.039703454822301865, 0.0731407180428505, -0.04855708032846451, -0.07090617716312408, -0.07757407426834106, -0.042320165783166885, 0.0898614153265953, -0.012435576878488064, 0.08538252860307693, 0.04642568528652191, 0.03471682220697403, -0.03362758085131645, 0.011149079538881779, 0.10198770463466644, 0.1431320309638977, -0.00470241904258728, 0.008548406884074211, -0.013563430868089199, 0.10618256777524948, 0.039856117218732834, 0.10529066622257233, 0.08333280682563782, 0.011216255836188793, -0.17108215391635895, -0.06052606925368309, -0.028745310381054878, -0.008129456080496311, 0.0169060118496418, -0.12053291499614716, -0.1266164481639862, -0.015573415905237198, 0.0771026760339737, 0.00861484557390213, 0.13858063519001007, 0.013782232999801636, 0.009432243183255196, 0.17538060247898102, 0.04150666296482086, -0.004788815509527922, -0.1499815136194229, -0.03846520557999611, -0.07612213492393494, 0.08719462901353836, -0.05702072009444237, 0.0022041399497538805, 0.0734119787812233, 0.008512435480952263, 0.07177948206663132, 0.0468621589243412, -0.11465484648942947, 0.040349941700696945, 0.08002287149429321, -0.04306983947753906, -0.06199811398983002, -0.07184997200965881, -0.002086026594042778, 0.045859403908252716, 0.051520612090826035, 0.12340555340051651, -0.10538091510534286, -0.025860430672764778, 0.011519783176481724, 0.02249237149953842, -0.14907866716384888, 0.20454737544059753, 0.14117661118507385, 0.016396690160036087, -0.08403599262237549, 0.1485539674758911, 0.06562795490026474, 0.10309343785047531, 0.03922666609287262, 0.047263726592063904, -0.08761852234601974, -0.022918760776519775, -0.01768280193209648, 0.058658529072999954, -0.16233618557453156, -0.16779224574565887, -0.07524359971284866, -0.014757462777197361, 0.006931529846042395, -0.06440712511539459, 0.05109258368611336, -0.038319166749715805, -0.006005818489938974, 0.06691911816596985, -0.025902513414621353, 0.03330199420452118, 0.19320611655712128, 0.07090897858142853, -0.20945921540260315, 0.03674660623073578, 0.04846969619393349, 0.08761624991893768, -0.0683424174785614, 0.003370853839442134, -0.025465579703450203, 0.05739399790763855, 0.020241033285856247, 0.04332264885306358, -0.08808688819408417, -0.0626009926199913, -0.004491786472499371, -0.01679273508489132, -0.0758928507566452, 0.08333700150251389, -0.057901713997125626, 0.04953771457076073, 0.02869013510644436, 0.03874100744724274, -0.08880823105573654, 0.020149074494838715, -0.004451891873031855, -0.017707979306578636, 0.04270753636956215, 0.09439893066883087, -0.05265852063894272, -0.018777595832943916, -0.19315703213214874, 0.05657046288251877, 0.12932923436164856, 0.08797679096460342, -0.002013771329075098, -0.028502434492111206, 0.00017524203576613218, 0.05742070823907852, 0.031324196606874466, -0.07008560746908188, -0.0032806622330099344, -0.07255859673023224, 0.0006679126527160406, -0.14086481928825378, -0.004701539874076843, -0.03527029976248741, 0.008877725340425968, 0.10858610272407532, 0.09657082706689835, 0.1129203513264656, -0.05802574008703232, 0.011449335142970085, -0.05593724176287651, 0.021949246525764465, 0.032511647790670395, 0.03465281426906586, -0.03244532644748688, -0.029072444885969162, -0.010105779394507408, -0.05519105866551399, 0.17382530868053436, -0.04803592339158058, -0.09664861112833023, -0.030907534062862396, 0.013266521506011486, 0.09699156880378723, -0.033922046422958374, 0.1667095571756363, -0.028905950486660004, -0.010532225482165813, -0.10634981095790863, -0.0013322170125320554, 0.097740039229393, 0.11726269870996475, 0.021577032282948494, 0.005681497044861317, 0.006252439692616463, 0.10068593174219131, 0.028901275247335434, 0.0051117343828082085, -0.13330869376659393, -0.058678142726421356, -0.039341624826192856, -0.009300102479755878, 0.016175393015146255, 0.09023711830377579, 0.14240260422229767, -0.09399743378162384, 0.012944959104061127, 0.08966796845197678, -0.0904952809214592, -0.14261257648468018, -0.1570359319448471, -0.06145983561873436, -0.2410472184419632, 0.0023713859263807535, -0.10556264221668243, -0.02891436405479908, 0.14069324731826782, 0.06929873675107956, 0.012360425665974617, 0.1355915367603302, -0.03754904866218567, -0.09812049567699432, 0.04964407533407211, -0.023256296291947365, 0.0012475157855078578, -0.10800528526306152, -0.024812543764710426, 0.11729896068572998, 0.02059072069823742, 0.0240408293902874, -0.047208767384290695, -0.009313155896961689, 0.0699426457285881, 0.07068771868944168, -0.011697005480527878, -0.040749918669462204, 0.012229807674884796, 0.052641671150922775, 0.1249702051281929, 0.05553501471877098, -0.04971181973814964, 0.0360109806060791, 0.05871722102165222, -0.06177408993244171, -0.1650465875864029, -0.059912484139204025, 0.010090852156281471, -0.0014871356543153524, 0.07706950604915619, 0.006169245112687349, -0.09096426516771317, -0.0655263289809227, 0.1293386071920395, 0.1957392543554306, -0.05303359404206276, -0.01937422715127468, -0.027510322630405426, 0.010296341963112354, -0.05252033472061157, 0.03633694723248482, 0.008092858828604221, 0.2330055981874466, -0.03165506571531296, 0.006751123815774918, -0.11919372528791428, 0.01028080191463232, -0.019204426556825638, -0.056845322251319885, 0.053488146513700485, -0.0691426694393158, -0.040471479296684265, 0.14656458795070648, -0.24428535997867584, -0.05429530888795853, -0.09002400189638138, 0.01654886268079281, -0.06075376272201538, 0.04502158612012863, 0.1129106655716896, 0.10156339406967163, 0.05135222151875496, -0.0505143366754055, 0.026613380759954453, 0.013343901373445988, 0.04158085957169533, -0.15816257894039154, -0.0593513585627079, 0.05206586793065071, -0.05959409475326538, 0.1387443244457245, -0.02018188312649727, 0.22398748993873596, 0.007946742698550224, 0.06753824651241302, 0.04912291094660759, 0.09042179584503174, 0.033057864755392075, 0.01940111443400383, 0.014136713929474354, -0.011363278143107891, -0.0031533234287053347, 0.08519231528043747, 0.019917871803045273, -0.0889708623290062, 0.007899623364210129, 0.11976771056652069, 0.002193988999351859, -0.1496446281671524, 0.011837964877486229, -0.11317527294158936, 0.12231163680553436, -0.06833819299936295, -0.07407879829406738, -0.051274873316287994, -0.0016510937130078673, 0.05539369583129883, 0.031425781548023224, 0.046402085572481155, 0.07195313274860382, -0.25245243310928345, -0.04117335379123688, 0.03926139697432518, 0.11305911839008331, -0.015759121626615524, 0.018407141789793968, -0.12955357134342194, -0.045262932777404785, -0.05843803659081459, 0.03794648498296738, 0.006054374855011702, 0.023698950186371803, -0.001344763208180666, 0.004974876996129751, -0.043368689715862274, 0.03958703577518463, -0.0949898362159729, -0.13899974524974823 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/csmsc_tts_train_tacotron2_raw_phn_pypinyin_g2p_phone_train.loss.best` ♻️ Imported from https://zenodo.org/record/3969118/ This model was trained by kan-bayashi using csmsc/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 You first need to import the following packages ```bash pip install torch pip install espnet_model_zoo ``` Then start using it! ```python import soundfile from espnet2.bin.tts_inference import Text2Speech text2speech = Text2Speech.from_pretrained("espnet/kan-bayashi_csmsc_tts_train_tacotron2_raw_phn_pypinyin_g2p_phone_train.loss.best") text = "春江潮水连海平,海上明月共潮生" speech = text2speech(text)["wav"] soundfile.write("out.wav", speech.numpy(), text2speech.fs, "PCM_16") ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "zh", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["csmsc"]}
text-to-speech
espnet/kan-bayashi_csmsc_tts_train_tacotron2_raw_phn_pypinyin_g2p_phone_train.loss.best
[ "espnet", "audio", "text-to-speech", "zh", "dataset:csmsc", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "zh" ]
TAGS #espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/csmsc_tts_train_tacotron2_raw_phn_pypinyin_g2p_phone_train.URL' ️ Imported from URL This model was trained by kan-bayashi using csmsc/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 You first need to import the following packages Then start using it! ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/csmsc_tts_train_tacotron2_raw_phn_pypinyin_g2p_phone_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2\nYou first need to import the following packages\n\nThen start using it!", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/csmsc_tts_train_tacotron2_raw_phn_pypinyin_g2p_phone_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2\nYou first need to import the following packages\n\nThen start using it!", "### Citing ESPnet\n\nor arXiv:" ]
[ 46, 9, 72, 25, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/csmsc_tts_train_tacotron2_raw_phn_pypinyin_g2p_phone_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.### Demo: How to use in ESPnet2\nYou first need to import the following packages\n\nThen start using it!### Citing ESPnet\n\nor arXiv:" ]
[ -0.07837624102830887, 0.008333813399076462, 0.0007856640149839222, 0.03132963925600052, 0.1008615493774414, 0.01491963304579258, 0.18734529614448547, 0.03659568727016449, 0.10080745816230774, -0.06082848086953163, 0.09208335727453232, 0.0806695744395256, 0.07304263114929199, 0.18053880333900452, 0.10677364468574524, -0.2160833477973938, -0.014394531957805157, 0.07163761556148529, -0.06298916786909103, 0.12466415762901306, 0.14387699961662292, -0.008958174847066402, 0.07412101328372955, 0.03258630633354187, -0.07298704981803894, 0.0775236189365387, -0.07554377615451813, -0.09601843357086182, 0.0663498044013977, -0.03892337903380394, 0.11010582745075226, 0.027754763141274452, 0.10698529332876205, -0.17524448037147522, 0.00301011698320508, -0.05078041926026344, -0.043791063129901886, 0.021081699058413506, 0.10815245658159256, 0.035929661244153976, 0.0337957963347435, 0.045912183821201324, -0.023197324946522713, 0.032655734568834305, -0.025537144392728806, -0.09410150349140167, -0.01957879774272442, 0.18825745582580566, 0.21143731474876404, 0.15997985005378723, -0.004232069477438927, 0.13843722641468048, -0.012964888475835323, 0.04058936610817909, 0.1696280688047409, -0.23582689464092255, 0.023450350388884544, 0.04222793132066727, 0.05799110233783722, 0.17237582802772522, 0.044467102736234665, -0.04645918309688568, 0.09561259299516678, 0.045581210404634476, -0.03887198492884636, -0.04488253965973854, -0.08908452093601227, -0.014670219272375107, -0.17270801961421967, 0.020223040133714676, 0.2624398469924927, 0.007712721824645996, 0.004871432203799486, 0.03174180909991264, -0.04851518198847771, -0.196369007229805, 0.0190731268376112, -0.10950127243995667, -0.0003297849034424871, 0.03648456558585167, 0.0465414859354496, -0.15682373940944672, -0.14121688902378082, -0.07319401204586029, 0.015481473878026009, 0.046794164925813675, 0.06525363028049469, 0.019844915717840195, -0.003154088743031025, 0.06161200627684593, -0.014567116275429726, -0.046031445264816284, 0.10479816794395447, -0.0698719397187233, 0.06955432891845703, 0.0523194819688797, 0.10429193079471588, -0.15439441800117493, -0.02327977865934372, 0.012452663853764534, -0.05075502395629883, 0.05242602899670601, 0.1575957089662552, 0.10783522576093674, 0.02189771644771099, -0.004281435627490282, -0.06431084871292114, -0.10739216953516006, -0.0003140752378385514, 0.0037603857927024364, 0.014656813815236092, -0.03515336290001869, -0.1994868963956833, 0.015199855901300907, -0.0753248855471611, 0.02036375179886818, -0.04550080746412277, -0.07170660048723221, -0.05561274290084839, -0.05662137642502785, 0.20545850694179535, -0.04072092846035957, -0.001385662704706192, -0.04685970023274422, -0.03427794948220253, 0.08895805478096008, 0.028133196756243706, 0.11637835204601288, -0.06325497478246689, 0.00416620122268796, -0.0719316154718399, 0.04498260095715523, -0.03660694509744644, -0.02422594651579857, 0.04517632722854614, -0.03780506178736687, -0.026205705478787422, -0.2037341594696045, -0.11372846364974976, -0.009573097340762615, 0.049377284944057465, 0.06522980332374573, -0.00016628255252726376, -0.07954315096139908, -0.01708889566361904, -0.018574463203549385, -0.05311952531337738, -0.11683148890733719, -0.06741064041852951, -0.017468800768256187, -0.06763745844364166, 0.02442418970167637, -0.09194187074899673, 0.0446181483566761, -0.0714646577835083, -0.01907435804605484, -0.17310340702533722, 0.07954240590333939, -0.10821396857500076, -0.03673619404435158, -0.10692644119262695, -0.06740810722112656, -0.047061946243047714, 0.0328015498816967, 0.04753788188099861, 0.13788160681724548, -0.1301240622997284, -0.04334615543484688, 0.08222896605730057, -0.14367158710956573, -0.05733344703912735, 0.13276372849941254, 0.01692020893096924, 0.12865754961967468, 0.0548228994011879, 0.2839314937591553, 0.04108971729874611, -0.21084478497505188, 0.003544206265360117, 0.09852397441864014, -0.03603577986359596, -0.14283794164657593, 0.12573878467082977, 0.000818941043689847, 0.020357603207230568, -0.05983291193842888, -0.031277358531951904, 0.11334846913814545, -0.045602839440107346, -0.06510975956916809, 0.07161130756139755, -0.10417666286230087, 0.04456844553351402, -0.0356045700609684, 0.07040921598672867, 0.033672019839286804, -0.060365915298461914, 0.07289569824934006, 0.1197553500533104, -0.08406148105859756, 0.030824733898043633, -0.06852714717388153, 0.02252902463078499, -0.020540274679660797, -0.08864028006792068, 0.002436312846839428, 0.03444814309477806, 0.04495451599359512, 0.03480898588895798, 0.13245831429958344, -0.016331331804394722, -0.010756249539554119, 0.0458049476146698, -0.02637842297554016, -0.056798964738845825, -0.014936105348169804, 0.02323334477841854, -0.03329014405608177, -0.12491060793399811, 0.017389966174960136, 0.01707722805440426, 0.05583907291293144, -0.10148520767688751, 0.011564374901354313, -0.05196516588330269, 0.059267591685056686, -0.046276289969682693, -0.0005902271950617433, -0.002930715447291732, 0.04723655804991722, -0.045468706637620926, -0.02834818698465824, -0.0061576031148433685, 0.023681161925196648, -0.073856420814991, 0.11533232778310776, 0.01969335600733757, -0.048048485070466995, 0.09758934378623962, -0.20010708272457123, -0.07218820601701736, 0.05544125288724899, -0.007922681048512459, -0.07413654029369354, -0.004179350566118956, -0.015299517661333084, 0.15975256264209747, -0.04908515140414238, 0.0964290201663971, -0.08820968866348267, 0.007430420257151127, 0.004191851243376732, -0.15186019241809845, 0.02868608385324478, 0.04360504820942879, 0.06007903441786766, -0.19384367763996124, 0.13993579149246216, -0.001100144232623279, -0.11848263442516327, 0.1780068725347519, 0.04938669502735138, -0.02219698578119278, -0.06772684305906296, 0.06305281817913055, -0.07109007984399796, 0.09966956079006195, -0.1045183315873146, -0.007680676411837339, 0.010165461339056492, 0.007372191641479731, 0.12655851244926453, -0.15234000980854034, -0.05825294926762581, 0.004093274474143982, -0.08239243179559708, -0.05532820150256157, -0.04215244948863983, -0.15534621477127075, -0.014984369277954102, -0.07643222063779831, -0.05797884985804558, 0.036414578557014465, 0.016873208805918694, -0.12510283291339874, 0.10267740488052368, -0.17739027738571167, -0.2434939593076706, -0.21809466183185577, 0.015719447284936905, 0.0164484940469265, 0.04874375835061073, 0.07376791536808014, -0.1420009583234787, -0.019567439332604408, -0.028526118025183678, -0.045808836817741394, -0.0787205919623375, -0.06038843095302582, -0.03241090103983879, 0.020772652700543404, -0.04995125159621239, -0.1108156144618988, 0.012444967404007912, -0.018380267545580864, 0.06262825429439545, 0.04236718267202377, -0.11788523197174072, 0.08641079068183899, 0.2459709793329239, -0.019234327599406242, -0.013132665306329727, -0.022450992837548256, 0.1610640436410904, -0.07984491437673569, 0.07579753547906876, 0.12126068770885468, -0.038764823228120804, 0.06315058469772339, 0.07416429370641708, 0.04954393208026886, 0.033466875553131104, 0.005661075469106436, -0.06892147660255432, -0.0743943527340889, -0.3938015401363373, -0.06291518360376358, -0.018657641485333443, -0.007372766733169556, -0.02265745773911476, 0.04396937042474747, 0.10504516959190369, 0.1536845862865448, -0.0010692884679883718, 0.048920683562755585, 0.006946708541363478, 0.06365883350372314, -0.007236526347696781, 0.033900532871484756, 0.01793726347386837, -0.06156638264656067, -0.022768432274460793, 0.07143135368824005, 0.13212183117866516, 0.10200083255767822, 0.07355523109436035, 0.13844329118728638, 0.09957481920719147, 0.15614058077335358, 0.07197433710098267, 0.02313213050365448, 0.03273826465010643, 0.039203379303216934, -0.01873164065182209, -0.05451739579439163, 0.04800232872366905, 0.10696815699338913, 0.03214619681239128, -0.11904295533895493, 0.06448601186275482, 0.13341175019741058, -0.005255569703876972, 0.12677443027496338, -0.0405694916844368, -0.22522005438804626, 0.06601502746343613, -0.0446644052863121, 0.015470032580196857, -0.021814493462443352, 0.05516669899225235, 0.10893714427947998, -0.055953219532966614, 0.09205877780914307, 0.0660552978515625, 0.0508127324283123, -0.036903418600559235, -0.07611647993326187, 0.10991746932268143, 0.010740620084106922, -0.014422206208109856, 0.08634582161903381, -0.13711947202682495, 0.1685791313648224, 0.016518263146281242, 0.03972232714295387, 0.006658722646534443, -0.006122734397649765, -0.022432146593928337, -0.009747798554599285, 0.1494351029396057, 0.07463843375444412, -0.049163900315761566, -0.10872950404882431, -0.10972678661346436, -0.04108789563179016, 0.06556127965450287, 0.06780017167329788, -0.07919085025787354, 0.04903574660420418, -0.026341116055846214, 0.03381163626909256, -0.11086323112249374, -0.1916493922472, -0.06055840104818344, 0.0009206526447087526, 0.161263570189476, -0.03680392727255821, 0.01004423201084137, -0.04994328320026398, -0.07089957594871521, 0.0784066915512085, -0.12619955837726593, -0.16846702992916107, -0.010070948861539364, -0.11339043080806732, 0.10365067422389984, -0.04021703451871872, 0.10600192099809647, 0.06705531477928162, 0.023230349645018578, -0.06944283843040466, 0.009391012601554394, 0.09131007641553879, -0.10959125310182571, -0.0509151965379715, -0.026028642430901527, 0.1541922390460968, 0.17412416636943817, 0.05175472050905228, -0.017177114263176918, -0.08072951436042786, -0.009910966269671917, -0.09921984374523163, -0.046681519597768784, 0.0056909238919615746, -0.031152881681919098, 0.09649751335382462, -0.055969446897506714, -0.13557499647140503, -0.15079252421855927, -0.11467284709215164, 0.15189562737941742, 0.24283504486083984, -0.07176990061998367, 0.06025770306587219, 0.2507232427597046, -0.06699103862047195, -0.15365920960903168, -0.08017818629741669, 0.16117310523986816, -0.038377683609724045, 0.04871154576539993, -0.14351795613765717, 0.060519903898239136, 0.06949005275964737, -0.035849276930093765, 0.012725000269711018, -0.26179003715515137, -0.11321432143449783, 0.08649798482656479, -0.04629135876893997, -0.0448845699429512, -0.09041928499937057, -0.056041136384010315, -0.053174249827861786, -0.0033261373173445463, 0.12402426451444626, 0.0080692945048213, 0.07566327601671219, 0.0903465524315834, 0.10042703151702881, -0.03344155475497246, -0.010037463158369064, 0.09786824136972427, 0.1315348595380783, -0.032070741057395935, 0.012434633448719978, -0.019426263868808746, 0.12718109786510468, 0.04356352984905243, 0.09989921003580093, 0.08760222792625427, -0.04421354457736015, -0.10356464982032776, -0.0508272759616375, -0.019559724256396294, 0.03433217480778694, 0.02633138746023178, -0.12309960275888443, -0.08346197009086609, -0.042886633425951004, 0.07359127700328827, 0.029923293739557266, 0.13397417962551117, 0.042643602937459946, 0.001325462362729013, 0.20007739961147308, 0.02747339755296707, 0.02896992675960064, -0.1298629492521286, -0.03573114424943924, -0.08325708657503128, 0.03679458796977997, -0.08234234154224396, -0.021034276112914085, 0.0545656681060791, -0.014546800404787064, 0.05802816152572632, 0.03626717999577522, -0.13270558416843414, 0.03423600643873215, 0.06990915536880493, -0.04273227974772453, 0.031061619520187378, -0.09595438092947006, 0.05813942849636078, 0.11524749547243118, 0.029939541593194008, 0.11586686223745346, -0.12108197063207626, -0.032333675771951675, 0.016083307564258575, 0.000964928709436208, -0.1749453842639923, 0.19239681959152222, 0.1594027727842331, 0.022864630445837975, -0.06977983564138412, 0.15647435188293457, 0.07457288354635239, 0.0544748492538929, 0.030727485194802284, 0.11087244004011154, -0.08730446547269821, -0.06254182755947113, -0.022819986566901207, -0.012210353277623653, -0.18644815683364868, -0.1765383929014206, -0.02371835894882679, 0.04697961360216141, -0.03783467411994934, -0.06732770055532455, 0.02828916348516941, -0.07897783815860748, 0.044307101517915726, 0.052654895931482315, -0.0331597775220871, 0.012852181680500507, 0.16056236624717712, 0.09225751459598541, -0.24469944834709167, 0.028380801901221275, 0.05986059457063675, 0.11290817707777023, -0.061197809875011444, 0.026657404378056526, -0.029497768729925156, 0.06215770170092583, 0.08786322176456451, 0.10331317037343979, -0.0962628722190857, -0.05306190997362137, -0.003806258086115122, -0.033107906579971313, -0.06406337767839432, 0.09302875399589539, -0.0630938857793808, 0.044589802622795105, 0.0024406530428677797, 0.024389909580349922, -0.03381722792983055, -0.02668105624616146, 0.0007354817353188992, -0.014770901761949062, 0.022764023393392563, 0.09539633244276047, -0.03597934544086456, -0.005909498780965805, -0.1447773277759552, 0.03308498114347458, 0.12679998576641083, 0.08354548364877701, -0.015928365290164948, 0.04801340401172638, -0.005594042595475912, 0.004758213181048632, 0.02262008562684059, -0.05632590502500534, 0.05427056923508644, -0.06402719020843506, -0.016893479973077774, -0.1310085505247116, -0.04152767360210419, -0.047057826071977615, 0.0029711537063121796, 0.1415082812309265, 0.06368967145681381, 0.11814277619123459, -0.056272704154253006, 0.05751744657754898, -0.015586834400892258, 0.028589896857738495, 0.021495213732123375, 0.016292419284582138, -0.007968715392053127, -0.07051952183246613, -0.04297510161995888, -0.02931171841919422, 0.19081667065620422, 0.014005896635353565, -0.02832762710750103, -0.033778198063373566, -0.017762316390872, 0.08933784067630768, -0.021138649433851242, 0.10746697336435318, -0.042935892939567566, -0.004369594156742096, -0.12559035420417786, 0.012651322409510612, 0.07390296459197998, -0.00648100208491087, -0.04973481968045235, 0.0023230575025081635, -0.02518981508910656, 0.08068761974573135, -0.002398671815171838, -0.046381570398807526, -0.20833750069141388, -0.12974320352077484, 0.006699296645820141, -0.03435672074556351, -0.018796076998114586, 0.18110030889511108, 0.12664739787578583, -0.12376793473958969, -0.014163569547235966, 0.09819144755601883, -0.10957197099924088, -0.14584825932979584, -0.1457877904176712, -0.0471976213157177, -0.21677805483341217, 0.0058101508766412735, -0.053747840225696564, -0.013794129714369774, 0.08609087765216827, 0.04622245207428932, 0.021667787805199623, 0.15380333364009857, -0.01693492755293846, -0.14990192651748657, -0.023703042417764664, 0.012850958853960037, -0.0003653501335065812, -0.12603460252285004, -0.028180064633488655, 0.0768442451953888, -0.0242950227111578, 0.024406282231211662, -0.029793454334139824, -0.011076566763222218, 0.07334710657596588, 0.01788286119699478, -0.02506139874458313, -0.0467926450073719, 0.04964868724346161, 0.05315769463777542, 0.09498468786478043, 0.025861745700240135, -0.06949208676815033, 0.044587142765522, 0.06431639939546585, -0.03933083638548851, -0.13455022871494293, -0.020617464557290077, 0.05925443023443222, -0.011257967911660671, 0.07709591835737228, -0.041166312992572784, -0.07244166731834412, -0.06735071539878845, 0.17354312539100647, 0.23159976303577423, -0.01283271424472332, -0.04642340540885925, -0.02568858489394188, 0.013232107274234295, -0.08651269227266312, 0.08762877434492111, 0.06034474074840546, 0.2595917284488678, -0.05896560847759247, 0.025331078097224236, -0.14080622792243958, 0.026352733373641968, -0.11030414700508118, -0.03439924120903015, 0.0339197963476181, -0.06727836281061172, 0.005562466569244862, 0.20683886110782623, -0.26501956582069397, -0.06316408514976501, -0.11697564274072647, -0.025997981429100037, -0.02327979914844036, 0.050450317561626434, 0.12281061708927155, 0.06060243397951126, 0.02116485871374607, -0.04438851773738861, -0.013164875097572803, 0.00315848202444613, 0.05601303279399872, -0.1677154302597046, 0.0129733607172966, 0.020992420613765717, -0.1703956127166748, 0.18992601335048676, -0.02856864035129547, 0.24801798164844513, 0.00021964774350635707, 0.05635981261730194, 0.029601670801639557, 0.07181341201066971, 0.04014255478978157, -0.02877628803253174, -0.009793339297175407, 0.001974844839423895, -0.05190498009324074, 0.07011404633522034, -0.023689836263656616, -0.09074722230434418, 0.008687805384397507, 0.11871256679296494, 0.03837060555815697, -0.10978143662214279, 0.001581439166329801, -0.12863200902938843, 0.11683432757854462, -0.08969300240278244, -0.06447464972734451, -0.029509440064430237, -0.02784031443297863, 0.023323876783251762, 0.08179307729005814, 0.05020126327872276, 0.09678126871585846, -0.26192957162857056, -0.06510652601718903, 0.03208027780056, 0.1323888897895813, 0.005078727379441261, 0.05324206128716469, -0.16176366806030273, -0.047832708805799484, -0.11439888924360275, 0.021731136366724968, 0.017381364479660988, -0.00037950577097944915, 0.003077965695410967, -0.023145249113440514, -0.0567522868514061, 0.038979336619377136, -0.1624855101108551, -0.11208751797676086 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/csmsc_tts_train_transformer_raw_phn_pypinyin_g2p_phone_train.loss.ave` ♻️ Imported from https://zenodo.org/record/4034125/ This model was trained by kan-bayashi using csmsc/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "zh", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["csmsc"]}
text-to-speech
espnet/kan-bayashi_csmsc_tts_train_transformer_raw_phn_pypinyin_g2p_phone_train.loss.ave
[ "espnet", "audio", "text-to-speech", "zh", "dataset:csmsc", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "zh" ]
TAGS #espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/csmsc_tts_train_transformer_raw_phn_pypinyin_g2p_phone_train.URL' ️ Imported from URL This model was trained by kan-bayashi using csmsc/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/csmsc_tts_train_transformer_raw_phn_pypinyin_g2p_phone_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/csmsc_tts_train_transformer_raw_phn_pypinyin_g2p_phone_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 46, 9, 70, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/csmsc_tts_train_transformer_raw_phn_pypinyin_g2p_phone_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.08163707703351974, -0.002565791830420494, -0.0012433178490027785, 0.01827542670071125, 0.06784606724977493, -0.01849580928683281, 0.21213088929653168, 0.03609210252761841, 0.03339105844497681, -0.0440707691013813, 0.10235097259283066, 0.06870174407958984, 0.05238513648509979, 0.09594681113958359, 0.08993671834468842, -0.23660553991794586, 0.012880947440862656, 0.06069568172097206, -0.06458543241024017, 0.1313568502664566, 0.1548306941986084, -0.03069481998682022, 0.060967717319726944, 0.05992324277758598, -0.0735456645488739, 0.08958613872528076, -0.05349050834774971, -0.10455663502216339, 0.07778670638799667, 0.018669402226805687, 0.12056855857372284, 0.055648766458034515, 0.10894860327243805, -0.1973450928926468, 0.013883276842534542, -0.042553577572107315, -0.037333618849515915, 0.03958282992243767, 0.06315191835165024, 0.04867929220199585, 0.07107285410165787, 0.05999571457505226, -0.041251182556152344, 0.015980778262019157, -0.027609365060925484, -0.06355438381433487, 0.000010808677870954853, 0.20535224676132202, 0.11984625458717346, 0.17536064982414246, -0.017420178279280663, 0.11825596541166306, -0.08634939789772034, 0.052237607538700104, 0.127977654337883, -0.2074032574892044, 0.014201621524989605, 0.04617966711521149, 0.05301462113857269, 0.15001103281974792, 0.007579986937344074, -0.013437515124678612, 0.0930231586098671, 0.005466990172863007, -0.04109092801809311, -0.035434648394584656, -0.05501817911863327, 0.04102899879217148, -0.15294021368026733, 0.017805084586143494, 0.2503858506679535, 0.024935320019721985, 0.011221276596188545, 0.023753482848405838, -0.05817703902721405, -0.12209116667509079, 0.05314154550433159, -0.13553106784820557, -0.009897220879793167, 0.062485694885253906, -0.007540316320955753, -0.0932103842496872, -0.1435404121875763, -0.10410001128911972, -0.050000231713056564, 0.0763954222202301, 0.06582596153020859, 0.023655230179429054, -0.05342273786664009, 0.06595345586538315, 0.07737413793802261, -0.07811231166124344, 0.09028324484825134, -0.06695191562175751, 0.05067359283566475, 0.057152748107910156, 0.08153988420963287, -0.14834633469581604, 0.010233303532004356, -0.04104448854923248, -0.032197121530771255, 0.03188083693385124, 0.14266400039196014, 0.08912789821624756, 0.03801516070961952, 0.021389810368418694, -0.09756554663181305, -0.06038264185190201, -0.026840968057513237, 0.03673560172319412, -0.0007967815035954118, -0.05697226524353027, -0.19097718596458435, 0.0028460922185331583, -0.028254050761461258, 0.008894982747733593, -0.06316407769918442, -0.03250778838992119, -0.071927011013031, -0.062083110213279724, 0.18478235602378845, -0.05132468417286873, -0.014137071557343006, -0.004528499208390713, -0.0436100959777832, 0.14595776796340942, 0.016397859901189804, 0.09114224463701248, -0.07773508876562119, -0.014345438219606876, -0.08855298161506653, 0.030655348673462868, -0.07316256314516068, -0.04328959807753563, 0.01772727444767952, 0.04971746355295181, -0.018260188400745392, -0.19161918759346008, -0.1511859893798828, -0.02254178561270237, 0.008493530564010143, 0.06072206050157547, -0.021756358444690704, -0.12356777489185333, -0.04749702662229538, -0.0020608617924153805, -0.07798150181770325, -0.13064169883728027, -0.06860357522964478, 0.007625684607774019, -0.078390933573246, 0.0062514906749129295, -0.055151380598545074, 0.050922151654958725, -0.043897707015275955, -0.03521374613046646, -0.11447066068649292, 0.11278899759054184, -0.1210114136338234, -0.06000379100441933, -0.07397494465112686, -0.09064475446939468, -0.07792703807353973, 0.06093782186508179, 0.026427622884511948, 0.13658152520656586, -0.153042271733284, -0.0728224515914917, 0.07356239855289459, -0.12197341024875641, -0.0641603171825409, 0.17455710470676422, -0.02589445374906063, 0.06783945858478546, 0.09888877719640732, 0.25537770986557007, 0.046962082386016846, -0.17631541192531586, -0.016159940510988235, 0.11787834763526917, -0.019531937316060066, -0.08432907611131668, 0.12050556391477585, -0.01530473493039608, 0.029565105214715004, -0.0522380955517292, 0.00564700597897172, 0.07935690134763718, -0.05996370315551758, -0.053483325988054276, 0.07368157058954239, -0.06461068242788315, 0.07377378642559052, -0.038986049592494965, 0.09573589265346527, 0.02591736428439617, -0.07652613520622253, 0.1347273886203766, 0.16445255279541016, -0.09486691653728485, 0.04340028762817383, -0.1279105842113495, -0.004079979378730059, -0.01733383908867836, -0.07078902423381805, -0.046432945877313614, 0.053967319428920746, 0.0059866998344659805, 0.007238401100039482, 0.131214439868927, 0.09637174010276794, -0.026386117562651634, 0.0025036463048309088, -0.01803324557840824, -0.05861242488026619, -0.061557620763778687, 0.04046156629920006, -0.042238056659698486, -0.16308686137199402, 0.04387771338224411, 0.010376008227467537, -0.04782630875706673, -0.09260701388120651, -0.00861430075019598, -0.009654015302658081, 0.07870126515626907, -0.05403991416096687, 0.02712397649884224, -0.03423594310879707, 0.07493657618761063, -0.05570915713906288, -0.004376523196697235, -0.02355576865375042, 0.019723206758499146, -0.10330891609191895, 0.12885048985481262, -0.004763500299304724, 0.054383207112550735, 0.09027396142482758, -0.20302675664424896, -0.024873433634638786, 0.1121620386838913, 0.002386720385402441, -0.03873984515666962, 0.006817644461989403, -0.026320278644561768, 0.23923662304878235, -0.0765717476606369, 0.09942697733640671, -0.10245770215988159, -0.0008363457163795829, -0.02224762924015522, -0.13908135890960693, 0.058209020644426346, 0.07662078738212585, 0.02696000412106514, -0.1676352471113205, 0.1622331738471985, 0.0018969045486301184, -0.10388214141130447, 0.2639942765235901, 0.017270401120185852, -0.04624822735786438, -0.08992992341518402, 0.015592852607369423, -0.0951986014842987, 0.10645943880081177, -0.11650822311639786, -0.017497321590781212, 0.00007138133514672518, 0.03435530140995979, 0.13659106194972992, -0.16395701467990875, -0.03540976345539093, 0.030915437266230583, -0.09318965673446655, -0.07058867067098618, -0.0301860049366951, -0.1418900489807129, 0.005683798808604479, -0.07584235817193985, -0.10181179642677307, 0.031855277717113495, -0.015188523568212986, -0.13056856393814087, 0.13404956459999084, -0.1902359127998352, -0.2407766878604889, -0.20373545587062836, 0.06626755744218826, -0.007094786036759615, 0.02912486530840397, 0.0525495819747448, -0.1390470266342163, -0.03376374393701553, -0.04517754167318344, -0.01828739419579506, -0.09861430525779724, -0.06220916286110878, 0.0016635851934552193, 0.0033127006608992815, -0.048722755163908005, -0.138398677110672, -0.0002599736617412418, -0.023414498195052147, 0.02328122965991497, 0.013035938143730164, -0.11757335066795349, 0.048880334943532944, 0.25150632858276367, 0.025607923045754433, -0.027425462380051613, -0.02082442305982113, 0.11194264143705368, -0.08189579099416733, 0.04037657380104065, 0.12250571697950363, -0.04150781407952309, 0.06112862378358841, 0.06466463208198547, 0.05337163805961609, 0.039228666573762894, 0.020723268389701843, -0.06819546222686768, -0.036538805812597275, -0.35072576999664307, -0.08265409618616104, -0.03172912076115608, 0.019619625061750412, -0.0996495857834816, 0.04164277762174606, 0.12996459007263184, 0.10780461132526398, 0.020298976451158524, 0.022560209035873413, 0.004046614281833172, 0.027405306696891785, 0.04435281082987785, -0.008812416344881058, 0.05025119706988335, -0.06570318341255188, -0.06230727955698967, 0.08948328346014023, 0.0781184583902359, 0.09742291271686554, 0.06730327010154724, 0.17626294493675232, 0.12059564888477325, 0.16824837028980255, 0.10939112305641174, -0.026948438957333565, 0.044606223702430725, 0.009244540706276894, -0.021013809368014336, -0.04046347364783287, 0.010334812104701996, 0.08388674259185791, 0.08582217246294022, -0.07436645030975342, 0.081251360476017, 0.11350750178098679, 0.04307195916771889, 0.09268353879451752, -0.017184214666485786, -0.22643417119979858, 0.03202255815267563, -0.037318386137485504, -0.01993313431739807, -0.00010406498040538281, 0.07962629944086075, 0.16064085066318512, -0.06790170818567276, 0.046016499400138855, 0.0758005678653717, 0.05713732913136482, -0.05979320779442787, -0.026643844321370125, 0.021915234625339508, 0.02876744419336319, -0.03207579627633095, 0.10957983136177063, -0.16692695021629333, 0.20009179413318634, -0.009958216920495033, 0.05455899238586426, 0.01620272919535637, -0.004172161687165499, 0.006265982985496521, 0.06294906884431839, 0.12343044579029083, 0.0573723241686821, -0.0213191919028759, -0.06729274243116379, -0.12144464999437332, -0.019578486680984497, 0.07610400766134262, 0.061731260269880295, -0.05893915519118309, 0.0383625328540802, 0.008725629188120365, 0.061629295349121094, -0.07013185322284698, -0.1979350447654724, -0.05964207649230957, -0.0044830250553786755, 0.13725782930850983, -0.0054573481902480125, -0.020441992208361626, -0.06367354840040207, -0.07397743314504623, 0.07883855700492859, -0.12970425188541412, -0.12175455689430237, -0.029909366741776466, -0.10191885381937027, 0.10677093267440796, -0.07088558375835419, 0.06743653863668442, 0.08794768154621124, 0.05390385910868645, -0.027632130309939384, 0.0037301580887287855, 0.10304567962884903, -0.0943392887711525, -0.0557301826775074, -0.05071428790688515, 0.12767210602760315, 0.17554175853729248, 0.05629878491163254, -0.00041946646524593234, -0.0851588174700737, -0.04324246942996979, -0.12246135622262955, -0.06904604285955429, 0.03212272375822067, -0.06968250870704651, 0.10546128451824188, -0.028942996636033058, -0.1467542201280594, -0.11634696274995804, -0.10027288645505905, 0.12992796301841736, 0.2162262201309204, -0.04512133076786995, 0.06634990870952606, 0.3066888153553009, -0.07638544589281082, -0.1789875477552414, -0.11071750521659851, 0.11147075146436691, 0.027228133752942085, 0.020946189761161804, -0.14254644513130188, 0.06329395622015, 0.0664949044585228, -0.02123218961060047, -0.05582553148269653, -0.27769365906715393, -0.14116644859313965, 0.1386002153158188, -0.047391075640916824, 0.05266615375876427, -0.06366375088691711, -0.06207899749279022, -0.08541952073574066, 0.0072511546313762665, 0.09894109517335892, -0.030166806653141975, 0.0669630765914917, 0.0760924220085144, 0.08323504775762558, -0.03221996873617172, 0.009490322321653366, 0.11728927493095398, 0.12651985883712769, 0.00942994561046362, 0.0027093777898699045, -0.03277045488357544, 0.14139242470264435, 0.06087293475866318, 0.0660158023238182, 0.034052830189466476, 0.0072085196152329445, -0.12399499118328094, -0.07044979929924011, -0.026096273213624954, -0.00926029123365879, 0.032812684774398804, -0.12300288677215576, -0.10886213928461075, -0.02524767629802227, 0.07486457377672195, 0.013858353719115257, 0.15787290036678314, 0.004855874460190535, -0.013395244255661964, 0.16204392910003662, 0.08020756393671036, 0.011714410968124866, -0.14430011808872223, -0.043502066284418106, -0.07115045934915543, 0.07125656306743622, -0.09629445523023605, 0.0014241422759369016, 0.08851855248212814, -0.012891978956758976, 0.11014683544635773, 0.0547991581261158, -0.1272342950105667, 0.046476710587739944, 0.06062202900648117, -0.044372569769620895, -0.009118524380028248, -0.07733429223299026, 0.009235719218850136, 0.08988770097494125, 0.04901467636227608, 0.13995452225208282, -0.11193333566188812, -0.013118892908096313, 0.0126511724665761, 0.005727835930883884, -0.16390979290008545, 0.20658239722251892, 0.15006855130195618, 0.020682556554675102, -0.06312676519155502, 0.14154696464538574, 0.020581062883138657, 0.07372920215129852, 0.026019850745797157, 0.03351579234004021, -0.08784280717372894, -0.04335712641477585, -0.031240150332450867, 0.06553196907043457, -0.16892026364803314, -0.16943258047103882, -0.09807781875133514, -0.04134150594472885, -0.011818185448646545, -0.020106779411435127, 0.05242353305220604, -0.0314595066010952, -0.040235742926597595, 0.06685000658035278, -0.006796632893383503, 0.03537272661924362, 0.1611393243074417, 0.052487824112176895, -0.22746679186820984, 0.08384811878204346, 0.06205526739358902, 0.0805957168340683, -0.07025760412216187, 0.026360541582107544, -0.025322509929537773, 0.07532218098640442, -0.023907287046313286, 0.060711879283189774, -0.08925434201955795, -0.06423712521791458, 0.018024718388915062, -0.04884928837418556, -0.05950292944908142, 0.08937954157590866, -0.08966672420501709, 0.052722904831171036, 0.03953350707888603, 0.03716186806559563, -0.05300386995077133, -0.00018869843916036189, 0.014996281825006008, -0.02513251267373562, 0.03547916188836098, 0.1085389107465744, -0.05531997233629227, 0.03615367040038109, -0.20347605645656586, 0.04479233920574188, 0.1348349153995514, 0.10753773897886276, -0.0057416679337620735, 0.01741640642285347, -0.01870965026319027, 0.06610334664583206, 0.039204880595207214, -0.06353694200515747, -0.02632001042366028, -0.042445678263902664, -0.004738964140415192, -0.13189570605754852, -0.015674445778131485, -0.05028199031949043, 0.022013988345861435, 0.1279895305633545, 0.1157568097114563, 0.14110176265239716, -0.06360930949449539, 0.030584031715989113, -0.02777721732854843, 0.026042578741908073, 0.047811705619096756, 0.00010235693480353802, -0.008043172769248486, -0.07385848462581635, -0.016014736145734787, -0.07671355456113815, 0.19307026267051697, -0.019636061042547226, -0.10198483616113663, -0.03050527349114418, -0.01829593814909458, 0.09664487093687057, 0.006528752855956554, 0.19135555624961853, -0.022164398804306984, 0.009512060321867466, -0.12144364416599274, -0.033749788999557495, 0.051346149295568466, 0.022372020408511162, -0.033840738236904144, 0.027540316805243492, -0.008275705389678478, 0.10056836903095245, 0.061634574085474014, -0.0022204925771802664, -0.14964927732944489, -0.13432329893112183, -0.06321243941783905, -0.024208657443523407, 0.007273630704730749, 0.1466176062822342, 0.14580696821212769, -0.07520463317632675, 0.006390208378434181, 0.11296233534812927, -0.12185963988304138, -0.158965602517128, -0.15924087166786194, -0.058461859822273254, -0.2115318775177002, 0.012332604266703129, -0.09929941594600677, -0.0021097760181874037, 0.14648620784282684, 0.06393395364284515, 0.008287152275443077, 0.1300593763589859, -0.0018392023630440235, -0.14495673775672913, 0.017201360315084457, -0.021976787596940994, -0.023936821147799492, -0.13089366257190704, -0.014632532373070717, 0.09568017721176147, 0.007792859338223934, 0.012684354558587074, -0.04717070236802101, -0.015322552993893623, 0.03662282973527908, 0.011555972509086132, -0.0004050866700708866, -0.03918072208762169, 0.006055618170648813, 0.04700477793812752, 0.10128965973854065, 0.04564792662858963, -0.08547340333461761, 0.04327527433633804, 0.07175133377313614, -0.059094201773405075, -0.16295449435710907, -0.06137621030211449, 0.0358634851872921, 0.005407785996794701, 0.1096143051981926, -0.00904100202023983, -0.04519413784146309, -0.07260120660066605, 0.14443080127239227, 0.23336683213710785, -0.08407820761203766, -0.02476046234369278, -0.035879530012607574, 0.014415374957025051, -0.08017320185899734, 0.0705229789018631, 0.029695095494389534, 0.23478998243808746, -0.015422211959958076, 0.0166766420006752, -0.139241024851799, -0.015668978914618492, -0.033430054783821106, -0.053691085427999496, 0.031045299023389816, -0.09578859806060791, -0.0438237339258194, 0.15566952526569366, -0.2529810965061188, -0.08822996914386749, -0.10296633094549179, -0.002385535277426243, -0.027125125750899315, 0.05107727646827698, 0.15426956117153168, 0.07585351169109344, 0.044061996042728424, -0.04166604205965996, 0.008417965844273567, 0.04576297104358673, 0.047422513365745544, -0.17130398750305176, 0.033963460475206375, 0.04618445411324501, -0.1312052309513092, 0.11748488992452621, -0.025617269799113274, 0.25673186779022217, 0.01485743373632431, 0.06686964631080627, 0.05921044945716858, 0.13147033751010895, 0.036135345697402954, -0.049108829349279404, -0.01895449310541153, -0.030160825699567795, -0.008206517435610294, 0.08637449890375137, 0.017796417698264122, -0.08165814727544785, 0.02730676531791687, 0.08799345046281815, -0.031202757731080055, -0.12788398563861847, -0.015892094001173973, -0.11261487752199173, 0.10156185925006866, -0.06654732674360275, -0.0581541433930397, -0.024753833189606667, -0.001299824914894998, 0.03760482743382454, 0.03341162949800491, 0.06581759452819824, 0.07189323008060455, -0.22560878098011017, -0.06905165314674377, -0.010804494842886925, 0.0973353162407875, -0.004395440220832825, 0.0035302091855555773, -0.14755047857761383, -0.04890967160463333, -0.05716393515467644, 0.039989594370126724, 0.017865095287561417, 0.04338579252362251, 0.0164038073271513, 0.023394208401441574, -0.05068143457174301, 0.026636455208063126, -0.11039157956838608, -0.11689445376396179 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/csmsc_tts_train_vits_raw_phn_pypinyin_g2p_phone_train.total_count.ave` ♻️ Imported from https://zenodo.org/record/5499120/ This model was trained by kan-bayashi using csmsc/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "zh", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["csmsc"]}
text-to-speech
espnet/kan-bayashi_csmsc_tts_train_vits_raw_phn_pypinyin_g2p_phone_train.total_count.ave
[ "espnet", "audio", "text-to-speech", "zh", "dataset:csmsc", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "zh" ]
TAGS #espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/csmsc_tts_train_vits_raw_phn_pypinyin_g2p_phone_train.total_count.ave' ️ Imported from URL This model was trained by kan-bayashi using csmsc/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/csmsc_tts_train_vits_raw_phn_pypinyin_g2p_phone_train.total_count.ave'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/csmsc_tts_train_vits_raw_phn_pypinyin_g2p_phone_train.total_count.ave'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 46, 10, 75, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/csmsc_tts_train_vits_raw_phn_pypinyin_g2p_phone_train.total_count.ave'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.08513197302818298, -0.016947081312537193, -0.0006567166419699788, 0.047407377511262894, 0.09207488596439362, -0.00402919901534915, 0.16557784378528595, 0.04263213649392128, 0.07240866124629974, -0.011660637333989143, 0.09662339091300964, 0.029370075091719627, 0.05929103493690491, 0.1206452026963234, 0.07207266986370087, -0.20905865728855133, 0.006863022688776255, 0.047021955251693726, -0.007914937101304531, 0.1375550925731659, 0.14692692458629608, -0.009293334558606148, 0.0745847076177597, 0.04534216970205307, -0.057057540863752365, 0.09703852981328964, -0.05138982832431793, -0.09972319006919861, 0.08498135954141617, 0.0008636703132651746, 0.09084663540124893, 0.014028739184141159, 0.11286264657974243, -0.17442211508750916, 0.005484575405716896, -0.04531252011656761, -0.05015558749437332, 0.04084858298301697, 0.05836782231926918, 0.06762656569480896, 0.05814279243350029, 0.06427541375160217, -0.01195794902741909, 0.014111392199993134, -0.042474642395973206, -0.03514032065868378, 0.0019162575481459498, 0.18595989048480988, 0.1363290548324585, 0.1773741990327835, -0.03294605016708374, 0.11826653778553009, -0.07700159400701523, 0.05082422122359276, 0.13020603358745575, -0.217940092086792, 0.004605930298566818, 0.08196211606264114, 0.03953571245074272, 0.14293742179870605, 0.01791027933359146, -0.03242660313844681, 0.11359929293394089, -0.00018935854313895106, -0.050502270460128784, -0.025803104043006897, -0.02945062331855297, 0.033471107482910156, -0.15308567881584167, 0.005920563358813524, 0.25889843702316284, 0.042547132819890976, 0.026849161833524704, 0.023722507059574127, -0.07297399640083313, -0.17815913259983063, 0.03248815983533859, -0.14451272785663605, -0.0029048274736851454, 0.045110609382390976, 0.013605192303657532, -0.056190602481365204, -0.15602244436740875, -0.100560761988163, -0.029391102492809296, 0.058029744774103165, 0.07035309076309204, 0.02780519239604473, -0.06253588199615479, 0.058863960206508636, -0.0034261520486325026, -0.07862533628940582, 0.08511711657047272, -0.05813666805624962, 0.031457506120204926, 0.04197842255234718, 0.08455082029104233, -0.12583309412002563, 0.0006108969100750983, -0.037470534443855286, -0.06154732406139374, 0.0494067408144474, 0.15314076840877533, 0.07734604924917221, 0.07488439977169037, 0.007798331324011087, -0.11799359321594238, -0.0754326730966568, -0.037017740309238434, 0.048811282962560654, -0.00006182221113704145, -0.04952334612607956, -0.18899133801460266, 0.007735130842775106, -0.01354084350168705, -0.014129778370261192, -0.06108555942773819, -0.03635065257549286, -0.06975749880075455, -0.06856625527143478, 0.21148686110973358, -0.05431637167930603, -0.005777149926871061, -0.0032749916426837444, -0.05909069627523422, 0.11022165417671204, -0.00490238843485713, 0.09411165118217468, -0.07062333077192307, 0.013008207082748413, -0.11295367777347565, 0.04185757413506508, -0.043671973049640656, -0.03723590075969696, 0.00943223387002945, 0.04044618085026741, -0.041159071028232574, -0.17996732890605927, -0.1392180621623993, -0.04610615596175194, -0.009016432799398899, 0.038561295717954636, -0.022441798821091652, -0.13039740920066833, -0.03021841309964657, 0.0010581322712823749, -0.05703377351164818, -0.1166808009147644, -0.07801128923892975, 0.012697194702923298, -0.06401623040437698, 0.0011469208402559161, -0.05202828347682953, 0.03938319534063339, -0.0749189555644989, -0.05666915327310562, -0.12036745995283127, 0.09893381595611572, -0.08792409300804138, -0.05785631388425827, -0.07671768963336945, -0.08502257615327835, -0.0689004585146904, 0.03970196470618248, 0.0457063764333725, 0.15526175498962402, -0.13603349030017853, -0.04880058392882347, 0.08401421457529068, -0.13047242164611816, -0.06154618784785271, 0.1657465696334839, -0.017898518592119217, 0.059165384620428085, 0.08547484874725342, 0.24490495026111603, -0.006996872369199991, -0.19986817240715027, -0.00990470964461565, 0.08867745846509933, -0.017738420516252518, -0.09765755385160446, 0.13226835429668427, -0.011933954432606697, -0.005577032454311848, -0.04583508148789406, 0.019084706902503967, 0.0413254089653492, -0.06100720167160034, -0.0573868453502655, 0.06112399697303772, -0.05962652340531349, 0.062261369079351425, -0.025581495836377144, 0.09992226958274841, 0.0033259170595556498, -0.06322602182626724, 0.10523881763219833, 0.16797076165676117, -0.06420574337244034, 0.03419365733861923, -0.11703887581825256, 0.032117221504449844, -0.040154632180929184, -0.08703505992889404, -0.039375100284814835, 0.08042804896831512, 0.020872294902801514, 0.06232505664229393, 0.11849504709243774, 0.09663791209459305, -0.01016787625849247, 0.0032599125988781452, -0.03013402782380581, -0.04694591462612152, -0.0710102841258049, 0.038569025695323944, -0.052108023315668106, -0.17067775130271912, 0.038972966372966766, 0.008053978905081749, -0.007313913200050592, -0.11441595107316971, -0.012208753265440464, -0.04118350148200989, 0.07970837503671646, -0.06211940199136734, 0.009586596861481667, -0.03381140157580376, 0.07053439319133759, -0.05274949222803116, 0.006497281137853861, -0.0192427858710289, 0.027274472638964653, -0.06662313640117645, 0.09483697265386581, -0.01163415890187025, 0.023750698193907738, 0.07851391285657883, -0.1657339185476303, -0.06334416568279266, 0.0825125053524971, 0.005226764362305403, -0.046630341559648514, -0.023842155933380127, -0.041850827634334564, 0.22129960358142853, -0.0823088064789772, 0.09556304663419724, -0.1190517246723175, -0.003196080680936575, -0.00008463612903142348, -0.12184533476829529, 0.03273657336831093, 0.07347193360328674, 0.08086519688367844, -0.2070295512676239, 0.1542515903711319, -0.042836908251047134, -0.06064579635858536, 0.2363598495721817, 0.05167427286505699, -0.038349736481904984, -0.08945274353027344, 0.031774383038282394, -0.11741390824317932, 0.10490988194942474, -0.14079217612743378, 0.00040474883280694485, 0.0019814346451312304, 0.038550965487957, 0.12383173406124115, -0.15094533562660217, -0.0504453107714653, 0.028510363772511482, -0.07403968274593353, -0.07322705537080765, -0.018551774322986603, -0.12887904047966003, 0.022639047354459763, -0.05802636966109276, -0.1131243035197258, 0.022703135386109352, -0.009001543745398521, -0.14128464460372925, 0.12166956067085266, -0.16323138773441315, -0.2530616521835327, -0.1677282303571701, 0.06670930981636047, -0.0194080863147974, 0.02744581736624241, 0.05317514017224312, -0.14312472939491272, -0.019206708297133446, -0.060945264995098114, -0.051571786403656006, -0.10820738226175308, -0.053402453660964966, -0.007055558729916811, -0.007700244430452585, -0.050564736127853394, -0.1312638372182846, 0.0013007757952436805, -0.05699631944298744, 0.019278641790151596, 0.02665095217525959, -0.11075068265199661, 0.04577630013227463, 0.2534289062023163, 0.004189153201878071, -0.01755090244114399, -0.03387482464313507, 0.13977792859077454, -0.0630905032157898, 0.035639386624097824, 0.11902233213186264, -0.0002726850507315248, 0.06754475086927414, 0.09666468948125839, 0.05362587422132492, 0.035237472504377365, 0.028698580339550972, -0.05934157967567444, -0.0365857258439064, -0.33165326714515686, -0.08534751087427139, -0.028978174552321434, 0.030986374244093895, -0.04470295459032059, 0.05513068661093712, 0.13133610785007477, 0.12298441678285599, 0.015301370061933994, 0.027646133676171303, -0.0263520460575819, 0.02259216271340847, 0.003839063923805952, 0.021388651803135872, 0.04971861466765404, -0.04709779471158981, -0.04479574039578438, 0.11339374631643295, 0.05362078547477722, 0.05592106655240059, 0.04849277064204216, 0.10399414598941803, 0.09907914698123932, 0.1768750697374344, 0.09249614179134369, -0.025147831067442894, 0.016667241230607033, 0.014197606593370438, -0.018679549917578697, -0.044368259608745575, 0.01012532226741314, 0.10758169740438461, 0.09262238442897797, -0.05814848467707634, 0.056553617119789124, 0.10470453649759293, 0.03733202442526817, 0.0913652703166008, 0.013724385760724545, -0.21420703828334808, 0.04918975383043289, -0.04564995318651199, -0.005926104728132486, -0.01412671897560358, 0.08993330597877502, 0.15032580494880676, -0.06883915513753891, 0.06794403493404388, 0.09663493931293488, 0.0597790852189064, -0.034700311720371246, -0.03690475970506668, 0.04489574953913689, 0.009019702672958374, -0.03216452896595001, 0.12066104263067245, -0.16079524159431458, 0.1994633674621582, -0.017392097041010857, 0.049616407603025436, -0.004706665873527527, -0.017178375273942947, -0.012823449447751045, 0.01895062066614628, 0.1380406618118286, 0.06487704813480377, 0.025988591834902763, -0.0750909075140953, -0.14025849103927612, -0.023231493309140205, 0.04044787585735321, 0.03793109208345413, -0.06324515491724014, 0.05544007197022438, 0.017943313345313072, 0.05449051037430763, -0.09487228840589523, -0.1914304494857788, -0.029346918687224388, 0.003937708213925362, 0.14989055693149567, -0.05235622450709343, 0.012694486416876316, -0.07512115687131882, -0.11736463755369186, 0.061142969876527786, -0.08077480643987656, -0.1235550194978714, -0.02971583791077137, -0.07382515072822571, 0.10322968661785126, -0.0734136775135994, 0.06664013862609863, 0.08092686533927917, 0.04113159701228142, -0.026052339002490044, 0.014627356082201004, 0.12198378890752792, -0.08712377399206161, -0.06424424052238464, -0.048212286084890366, 0.15642526745796204, 0.17325066030025482, 0.03147901967167854, -0.004608132876455784, -0.06083627790212631, -0.03727741539478302, -0.13606581091880798, -0.05796559527516365, -0.011854886077344418, -0.03205379471182823, 0.11978556960821152, -0.024666879326105118, -0.17809417843818665, -0.09758006036281586, -0.09191108494997025, 0.11045195907354355, 0.25271350145339966, -0.06263226270675659, 0.0628286749124527, 0.27977415919303894, -0.05601830407977104, -0.13543042540550232, -0.11254418641328812, 0.10444898903369904, 0.018599383533000946, 0.03775268793106079, -0.1259758025407791, 0.04501966014504433, 0.08737096935510635, -0.032730571925640106, -0.03771571069955826, -0.30122247338294983, -0.15370675921440125, 0.10183258354663849, -0.02409176342189312, 0.0652587041258812, -0.047956712543964386, -0.06765756011009216, -0.05575514957308769, -0.008444873616099358, 0.07899411022663116, -0.018842114135622978, 0.07338821142911911, 0.045949943363666534, 0.07405168563127518, -0.027400391176342964, 0.006765706930309534, 0.11882380396127701, 0.13710282742977142, 0.004642912186682224, -0.005968254059553146, -0.05994487553834915, 0.12248340249061584, 0.05030936002731323, 0.09185462445020676, 0.06426891684532166, 0.01709604635834694, -0.16525134444236755, -0.05120021477341652, -0.026242686435580254, -0.017755581066012383, 0.011377490125596523, -0.12119575589895248, -0.12263981997966766, -0.021957358345389366, 0.07485350966453552, -0.0038413575384765863, 0.14474011957645416, 0.02057594433426857, -0.0009586503147147596, 0.18192951381206512, 0.03147253394126892, 0.025596164166927338, -0.1216912716627121, -0.03410574793815613, -0.06771021336317062, 0.069717176258564, -0.08092745393514633, -0.007927924394607544, 0.0875898003578186, -0.0048947324976325035, 0.10805060714483261, 0.045625463128089905, -0.12031719833612442, 0.03830604627728462, 0.07153325527906418, -0.06636977195739746, -0.024479320272803307, -0.0758480355143547, -0.012402664870023727, 0.07980392128229141, 0.04327563941478729, 0.12662260234355927, -0.11173321306705475, -0.020220499485731125, 0.00845466647297144, 0.020220577716827393, -0.140746608376503, 0.20337343215942383, 0.13150404393672943, 0.014560171402990818, -0.07590235024690628, 0.1459798812866211, 0.059635575860738754, 0.09176195412874222, 0.03432711213827133, 0.05408796668052673, -0.08660340309143066, -0.034861963242292404, -0.024881837889552116, 0.07557675987482071, -0.14876987040042877, -0.16174545884132385, -0.08720310777425766, -0.014574218541383743, 0.0006567626842297614, -0.02950945496559143, 0.054760392755270004, -0.034944236278533936, -0.010396561585366726, 0.05400073528289795, -0.02284582331776619, 0.03769579902291298, 0.17772305011749268, 0.04712063819169998, -0.2212272733449936, 0.05188623443245888, 0.06381051242351532, 0.0813438817858696, -0.06795008480548859, 0.009157508611679077, -0.039987899363040924, 0.060679223388433456, 0.034805748611688614, 0.059387560933828354, -0.08941394090652466, -0.061716873198747635, -0.003878525225445628, -0.046467240899801254, -0.06801353394985199, 0.0817449763417244, -0.06753385066986084, 0.05624846741557121, 0.02611883357167244, 0.03924081474542618, -0.07495331764221191, 0.004018679726868868, 0.0021564604248851538, -0.008282935246825218, 0.03500591218471527, 0.11291840672492981, -0.05788777768611908, 0.004149738699197769, -0.17186720669269562, 0.08266495913267136, 0.12570442259311676, 0.08784972876310349, -0.0024389002937823534, -0.008655449375510216, -0.0005021961405873299, 0.04782435670495033, 0.02474512904882431, -0.0642455667257309, 0.009250485338270664, -0.06995493173599243, 0.0011032463517040014, -0.12298578023910522, -0.031893935054540634, -0.04142734408378601, 0.012723248451948166, 0.12127657979726791, 0.08786970376968384, 0.12269654124975204, -0.05505010113120079, 0.020512647926807404, -0.05068643391132355, 0.022945893928408623, 0.04014599695801735, 0.030286723747849464, -0.0254697035998106, -0.039136677980422974, -0.01577473245561123, -0.06557770073413849, 0.18382732570171356, -0.007734389044344425, -0.09927710890769958, -0.022864770144224167, 0.005972797051072121, 0.09644147008657455, -0.019600652158260345, 0.14265963435173035, -0.03915875032544136, -0.01258169673383236, -0.10645876079797745, -0.011054398491978645, 0.07106459140777588, 0.05490792170166969, -0.021983614191412926, -0.0018979933811351657, 0.000450233172159642, 0.08933256566524506, 0.034814540296792984, -0.0033996524289250374, -0.14529666304588318, -0.11805504560470581, -0.06708662956953049, -0.04637733846902847, 0.0046044341288506985, 0.12246174365282059, 0.1547073870897293, -0.08378429710865021, -0.001547107007354498, 0.09901455789804459, -0.10638146847486496, -0.14001847803592682, -0.14401127398014069, -0.06448092311620712, -0.21370245516300201, 0.0037592339795082808, -0.09975941479206085, -0.0011330570559948683, 0.1433962881565094, 0.07479792088270187, 0.0051113939844071865, 0.11730673164129257, -0.03261813521385193, -0.11446525156497955, 0.028700141236186028, -0.01284178625792265, 0.015715446323156357, -0.12400093674659729, -0.008768869563937187, 0.09113779664039612, 0.001554544665850699, 0.020582137629389763, -0.04311279579997063, -0.006901776418089867, 0.046691134572029114, 0.04184148833155632, 0.0006513851112686098, -0.03465243801474571, 0.013142370618879795, 0.05226358026266098, 0.11006779223680496, 0.05259910225868225, -0.05741988122463226, 0.0369749441742897, 0.0832064226269722, -0.06038036569952965, -0.13448543846607208, -0.051923368126153946, 0.03307834640145302, 0.024310218170285225, 0.09475882351398468, 0.004611884709447622, -0.07902691513299942, -0.06382278352975845, 0.13364039361476898, 0.20382332801818848, -0.06404225528240204, -0.02866920828819275, -0.03776383772492409, 0.016656363382935524, -0.043568048626184464, 0.04340271279215813, 0.011606167070567608, 0.2238674908876419, -0.03100629337131977, 0.016892507672309875, -0.1378355771303177, -0.0005842602113261819, -0.012794023379683495, -0.05387858673930168, 0.03351174667477608, -0.08260521292686462, -0.0564006008207798, 0.15182308852672577, -0.22752432525157928, -0.05821222439408302, -0.10318202525377274, -0.004681888036429882, -0.04691890627145767, 0.06067892163991928, 0.13101358711719513, 0.079047292470932, 0.05417252331972122, -0.03020627424120903, 0.011799017898738384, 0.01787274330854416, 0.045937832444906235, -0.175547257065773, -0.018314657732844353, 0.048954401165246964, -0.08659259974956512, 0.14013712108135223, -0.023178858682513237, 0.24513749778270721, 0.015166867524385452, 0.06917812675237656, 0.05336521193385124, 0.1110038235783577, 0.0371367447078228, -0.004353532567620277, -0.008769775740802288, -0.033571187406778336, 0.010204101912677288, 0.06353062391281128, 0.018765615299344063, -0.08224937319755554, 0.020586466416716576, 0.09353514760732651, -0.00919302087277174, -0.14204169809818268, 0.024203959852457047, -0.10352395474910736, 0.11828786879777908, -0.0636330246925354, -0.06439510732889175, -0.029837511479854584, -0.009102404117584229, 0.029598712921142578, 0.01048954389989376, 0.04826964810490608, 0.0790117084980011, -0.25430113077163696, -0.054958753287792206, 0.022815322503447533, 0.10817845165729523, -0.010152526199817657, 0.01677561178803444, -0.14448635280132294, -0.04772879555821419, -0.06316682696342468, 0.04422113671898842, -0.006831618957221508, 0.0364183746278286, 0.009816545061767101, -0.0008731683483347297, -0.04454338923096657, 0.054301805794239044, -0.10757427662611008, -0.1335592418909073 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/csmsc_vits` ♻️ Imported from https://zenodo.org/record/5499120/ This model was trained by kan-bayashi using csmsc/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "zh", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["csmsc"]}
text-to-speech
espnet/kan-bayashi_csmsc_vits
[ "espnet", "audio", "text-to-speech", "zh", "dataset:csmsc", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "zh" ]
TAGS #espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/csmsc_vits' ️ Imported from URL This model was trained by kan-bayashi using csmsc/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/csmsc_vits'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/csmsc_vits'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 46, 10, 44, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #zh #dataset-csmsc #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/csmsc_vits'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using csmsc/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.057031892240047455, -0.08455123007297516, 0.00038105100975371897, 0.0076900627464056015, 0.07263681292533875, -0.013009458780288696, 0.19634370505809784, 0.014925917610526085, 0.12955957651138306, -0.019993769004940987, 0.11311620473861694, 0.038476064801216125, 0.06486831605434418, 0.11900188028812408, 0.053572431206703186, -0.16392706334590912, 0.014398656785488129, 0.0484822653234005, -0.0450432188808918, 0.1042436733841896, 0.15867775678634644, -0.017260940745472908, 0.07750227302312851, 0.0261318888515234, -0.014693845994770527, 0.05550321191549301, -0.021265413612127304, -0.08478585630655289, 0.05048784986138344, 0.03420756757259369, 0.07477118074893951, 0.054922059178352356, 0.1040773019194603, -0.24669748544692993, 0.012359868735074997, -0.06593101471662521, -0.0407920777797699, 0.028490709140896797, 0.039078906178474426, 0.10721983015537262, 0.030846673995256424, 0.07019926607608795, -0.03233899176120758, 0.027164138853549957, -0.056388624012470245, 0.03172014653682709, 0.0034723286516964436, 0.14086179435253143, 0.1576586812734604, 0.13636787235736847, -0.035062987357378006, 0.1235286146402359, -0.07760594040155411, 0.024310873821377754, 0.10235350579023361, -0.21440649032592773, 0.012595287524163723, 0.10533823817968369, 0.05484548583626747, 0.18282397091388702, 0.029029037803411484, 0.030068065971136093, 0.10578395426273346, 0.006961442530155182, -0.05360133573412895, -0.021969014778733253, -0.023670658469200134, 0.029748743399977684, -0.13285532593727112, -0.011212240904569626, 0.31132057309150696, 0.06872080266475677, 0.01613668166100979, 0.010427894070744514, -0.036883797496557236, -0.11516215652227402, 0.019261104986071587, -0.12643219530582428, 0.005067362915724516, 0.05506980046629906, 0.0463385134935379, -0.06467404961585999, -0.15495766699314117, -0.08608189225196838, -0.037606921046972275, 0.07683883607387543, 0.03155745193362236, 0.04768631234765053, -0.09879835695028305, 0.017955414950847626, -0.007983257994055748, -0.07994519919157028, 0.06953024864196777, -0.06175963953137398, 0.049266692250967026, 0.036239247769117355, 0.07414336502552032, -0.14726141095161438, 0.026536062359809875, -0.023963358253240585, -0.022387737408280373, 0.04140699654817581, 0.16951297223567963, 0.09193644672632217, 0.06540622562170029, -0.012213107198476791, -0.10052288323640823, -0.098821260035038, -0.005995424930006266, 0.0396711602807045, 0.011026372201740742, -0.07243005186319351, -0.19416634738445282, 0.06620368361473083, -0.06804624944925308, -0.020082134753465652, -0.030065281316637993, -0.037239111959934235, -0.0822882205247879, -0.05587009713053703, 0.24917246401309967, -0.013301200233399868, -0.012161904945969582, -0.02394160069525242, -0.046217575669288635, 0.07624363899230957, 0.01749134436249733, 0.12297472357749939, -0.040058862417936325, -0.00727170379832387, -0.1143258586525917, 0.02365424856543541, -0.0349210761487484, -0.04149070009589195, 0.05578133463859558, 0.032936789095401764, 0.008496210910379887, -0.17545919120311737, -0.09230959415435791, -0.04797649383544922, 0.005161263048648834, 0.055477336049079895, -0.04132397845387459, -0.13197928667068481, -0.02801951766014099, 0.03760458156466484, -0.07828830927610397, -0.13687007129192352, -0.07972309738397598, -0.009257388301193714, -0.07226526737213135, 0.022465618327260017, -0.13151350617408752, 0.03686319664120674, -0.07238686084747314, -0.019898923113942146, -0.07846206426620483, 0.09498157352209091, -0.11992479115724564, -0.06302504241466522, -0.08405841886997223, -0.046518635004758835, -0.08660625666379929, 0.057870056480169296, 0.04580022022128105, 0.16820846498012543, -0.17643746733665466, -0.040197767317295074, 0.05131923034787178, -0.091792032122612, -0.11579136550426483, 0.1558949053287506, -0.005904051475226879, 0.04670500382781029, 0.07703188061714172, 0.2677205502986908, -0.028989778831601143, -0.1966792196035385, -0.003285589162260294, 0.09755727648735046, 0.03502975031733513, -0.0867549255490303, 0.1323290318250656, -0.024086058139801025, 0.051338933408260345, -0.05104654282331467, -0.02462477795779705, 0.05552474409341812, -0.06759180128574371, -0.0724305808544159, 0.05808444321155548, -0.07513851672410965, 0.056674763560295105, -0.03504424914717674, 0.07550285756587982, 0.0016265253070741892, -0.03367604687809944, 0.11340168863534927, 0.139968141913414, -0.05015846714377403, 0.03600716218352318, -0.13998880982398987, 0.01820479705929756, -0.05269838497042656, -0.07371550798416138, -0.04500099644064903, 0.0227822195738554, 0.0023154779337346554, 0.04076768457889557, 0.15173178911209106, 0.05922859534621239, -0.016599997878074646, -0.020778601989150047, -0.01279990654438734, -0.02818349190056324, -0.06754837930202484, 0.05991692095994949, -0.037051551043987274, -0.1896773725748062, 0.03994273394346237, 0.009249446913599968, 0.008891916833817959, -0.14655759930610657, -0.037572573870420456, -0.05701684579253197, 0.0783393457531929, -0.05922156944870949, 0.003907982725650072, -0.027057670056819916, 0.07053221017122269, -0.06309955567121506, 0.0295089278370142, -0.010884804651141167, 0.003439510939642787, -0.10873093456029892, 0.1286855787038803, 0.019425328820943832, 0.004631511401385069, 0.09491341561079025, -0.1701897382736206, -0.008913043886423111, 0.1244090273976326, 0.04129575565457344, -0.04399766027927399, 0.0017866113921627402, -0.01675366796553135, 0.21489538252353668, -0.08939114212989807, 0.07352395355701447, -0.12290520966053009, 0.03620821610093117, 0.01598745957016945, -0.1716557741165161, 0.017866525799036026, 0.060908254235982895, 0.08536256849765778, -0.2504865527153015, 0.15706801414489746, 0.027702249586582184, -0.02933625876903534, 0.25841835141181946, 0.02577928639948368, -0.025706583634018898, -0.06954266130924225, -0.001894420012831688, -0.12099136412143707, 0.11943162232637405, -0.11953362077474594, 0.008563636802136898, 0.009497234597802162, 0.05092184990644455, 0.10660507529973984, -0.1372930258512497, -0.050734784454107285, 0.051599759608507156, -0.076596200466156, -0.14396007359027863, -0.01838899776339531, -0.15974028408527374, 0.013215997256338596, -0.0539390854537487, -0.11750403046607971, 0.039908502250909805, -0.02751033939421177, -0.1608429253101349, 0.10130446404218674, -0.18440745770931244, -0.2092127799987793, -0.18481844663619995, 0.06282935291528702, -0.045702796429395676, 0.0366591177880764, 0.037426237016916275, -0.09610243886709213, -0.018316978588700294, -0.041694387793540955, -0.03631037473678589, -0.03863402083516121, -0.05695260316133499, 0.06521713733673096, -0.02283375710248947, -0.03807679936289787, -0.11361384391784668, -0.00992878619581461, -0.052527546882629395, 0.045522499829530716, -0.009040813893079758, -0.11502057313919067, 0.11119233816862106, 0.2516857981681824, 0.018000267446041107, -0.03730056434869766, -0.015616178512573242, 0.18914511799812317, -0.08088842034339905, 0.06511196494102478, 0.1247088760137558, -0.043938830494880676, 0.0398135744035244, 0.11190424859523773, 0.06940144300460815, 0.030769022181630135, 0.008514330722391605, -0.08197671175003052, -0.06395094096660614, -0.3346327841281891, -0.11979008466005325, -0.03408684954047203, 0.001334278960712254, -0.08394082635641098, 0.023383457213640213, 0.15181000530719757, 0.09435867518186569, 0.00826666783541441, 0.011831964366137981, 0.006811461877077818, -0.00010045927047031, -0.00034762296127155423, 0.026318667456507683, 0.04020466282963753, -0.052187561988830566, -0.002930126152932644, 0.10416512191295624, 0.08328602463006973, 0.029777826741337776, 0.12461362779140472, 0.18041099607944489, 0.13041643798351288, 0.12638680636882782, 0.08710089325904846, -0.02936558984220028, 0.027190282940864563, -0.009501753374934196, -0.01841570995748043, -0.04203444719314575, 0.0019270823104307055, 0.10805644094944, 0.09473346173763275, -0.09925859421491623, 0.08787888288497925, 0.09393703192472458, 0.03418072685599327, 0.0740446001291275, 0.026994755491614342, -0.21004101634025574, 0.03223031759262085, 0.0029484929982572794, 0.017622169107198715, -0.029903147369623184, 0.08374743908643723, 0.1822643131017685, -0.03936625272035599, 0.08895841240882874, 0.11973348259925842, 0.05449771508574486, -0.03598744049668312, -0.032778240740299225, 0.036703940480947495, -0.02239460125565529, -0.027330545708537102, 0.09400496631860733, -0.1870308667421341, 0.19096753001213074, -0.0006494502886198461, 0.04046102613210678, -0.002327819587662816, -0.038493186235427856, -0.026359274983406067, 0.05433577299118042, 0.14503338932991028, 0.08592861145734787, -0.0009271012968383729, -0.06181304156780243, -0.1166788712143898, -0.03216466307640076, 0.05622050538659096, 0.05523892492055893, -0.06941372901201248, 0.054016608744859695, 0.02299707569181919, 0.06007220223546028, -0.06939905136823654, -0.20797611773014069, -0.024892767891287804, -0.010449649766087532, 0.21402928233146667, -0.05619273707270622, 0.0073255314491689205, -0.05086244270205498, -0.1343998908996582, 0.006349619012326002, -0.12765315175056458, -0.1176915317773819, -0.027090607210993767, -0.10549720376729965, 0.07952719926834106, -0.06606250256299973, 0.06987806409597397, 0.08180522173643112, 0.053247638046741486, -0.036567263305187225, -0.01179590169340372, 0.12829743325710297, -0.12447556853294373, -0.04921094700694084, -0.04901654273271561, 0.12360355257987976, 0.16104331612586975, 0.05098598822951317, 0.01630386896431446, -0.06123559549450874, -0.010591454803943634, -0.1264353096485138, -0.0407562181353569, 0.01852867752313614, -0.12243778258562088, 0.08204389363527298, 0.017536813393235207, -0.18393005430698395, -0.1007799431681633, -0.107513427734375, 0.10628673434257507, 0.25877130031585693, -0.060537729412317276, 0.08312583714723587, 0.2878574728965759, -0.06992167979478836, -0.19987550377845764, -0.14143864810466766, 0.09950193762779236, 0.0037621052470058203, 0.07254903018474579, -0.10993592441082001, 0.04830404743552208, 0.01832575350999832, -0.03481832891702652, 0.030088037252426147, -0.2489331215620041, -0.14477762579917908, 0.10345925390720367, -0.054362669587135315, 0.10851026326417923, -0.04507360979914665, -0.07636556029319763, -0.0521065779030323, -0.04367835819721222, 0.10290870070457458, 0.028004534542560577, 0.06617546081542969, 0.086088627576828, 0.06900294125080109, -0.037255458533763885, 0.025788597762584686, 0.1519617885351181, 0.13227389752864838, -0.013133498840034008, -0.011919177137315273, -0.05751993507146835, 0.11278684437274933, 0.06290253251791, 0.05721893161535263, 0.07383567839860916, -0.02058786153793335, -0.14313040673732758, -0.034876082092523575, -0.05039798840880394, -0.040358543395996094, 0.0123295858502388, -0.1002611443400383, -0.09600312262773514, -0.02585623785853386, 0.0782000795006752, 0.029223186895251274, 0.2566019892692566, -0.04024503380060196, -0.046714432537555695, 0.21005681157112122, 0.09124491363763809, -0.005713905207812786, -0.1197577714920044, -0.031356655061244965, -0.09733300656080246, 0.05384964123368263, -0.12205072492361069, 0.004636418540030718, 0.06437619775533676, -0.005699303932487965, 0.07419625669717789, 0.03153150528669357, -0.15065045654773712, 0.05784423276782036, 0.09582813829183578, -0.05059852451086044, -0.006642381194978952, -0.07585062086582184, 0.016512153670191765, 0.11337623000144958, 0.02526419423520565, 0.157902792096138, -0.11098770797252655, -0.008075743913650513, -0.005561350844800472, 0.024930046871304512, -0.16899177432060242, 0.18152651190757751, 0.15349391102790833, 0.002821299945935607, -0.0929832011461258, 0.1715928614139557, 0.03907112404704094, 0.13197728991508484, 0.016920961439609528, 0.02313784509897232, -0.10209177434444427, -0.04623792693018913, -0.05166374146938324, 0.015657732263207436, -0.1735549420118332, -0.1896485686302185, -0.06404652446508408, -0.03444801643490791, -0.023421112447977066, 0.009697819128632545, 0.04332786053419113, -0.05153758451342583, 0.012431426905095577, 0.02407798543572426, 0.019065601751208305, 0.02062864787876606, 0.1119571253657341, 0.03816090524196625, -0.2058868557214737, -0.04367907717823982, 0.047336988151073456, 0.09450298547744751, -0.08019676804542542, 0.028349414467811584, -0.022869804874062538, 0.07059475779533386, 0.02581973187625408, 0.04245428740978241, -0.07212097197771072, -0.06201284006237984, 0.0050012459978461266, -0.06409314274787903, -0.07943989336490631, 0.07719103991985321, -0.07274532318115234, 0.04034445807337761, 0.02995925024151802, 0.0719306468963623, -0.05693157762289047, -0.012910731136798859, 0.013373013585805893, -0.005028584972023964, 0.01599792204797268, 0.07924728095531464, -0.02600954659283161, 0.035249773412942886, -0.24026408791542053, 0.06898477673530579, 0.12653569877147675, 0.09555402398109436, 0.002845398150384426, 0.023246634751558304, -0.03216931223869324, 0.062178414314985275, 0.01020023413002491, -0.07028145343065262, -0.043408121913671494, -0.025514699518680573, -0.02802800014615059, -0.13116858899593353, -0.015796450898051262, -0.018491951748728752, 0.0020310338586568832, 0.13482388854026794, 0.09293732047080994, 0.12213034182786942, -0.0285474993288517, -0.00555265462026, -0.03762443736195564, 0.03628666326403618, 0.02708316780626774, 0.009186413139104843, -0.04424922540783882, -0.059789665043354034, -0.026137324050068855, -0.06533639132976532, 0.17672878503799438, -0.020670875906944275, -0.1165011078119278, -0.015693742781877518, 0.054148077964782715, 0.050786882638931274, 0.007833246141672134, 0.1540306955575943, -0.038710493594408035, -0.01235921960324049, -0.13352377712726593, -0.005887119099497795, 0.050762075930833817, 0.0679883360862732, -0.033033352345228195, -0.013848342001438141, 0.001249908935278654, 0.10392029583454132, 0.04191543534398079, 0.00747634656727314, -0.12505002319812775, -0.11747884005308151, -0.05542441084980965, -0.03628331050276756, 0.009851889684796333, 0.09396637231111526, 0.13903926312923431, -0.12105732411146164, -0.014829249121248722, 0.053170766681432724, -0.08828768879175186, -0.14079700410366058, -0.17345598340034485, -0.0656299814581871, -0.20010365545749664, -0.004232355393469334, -0.10606487840414047, 0.021971920505166054, 0.18999314308166504, 0.05309050530195236, -0.008604192174971104, 0.10360026359558105, -0.034860894083976746, -0.12288735806941986, 0.03767789900302887, -0.027867518365383148, 0.004004535730928183, -0.11563818156719208, -0.02505817450582981, 0.101992666721344, -0.004388181958347559, 0.009895751252770424, -0.052982915192842484, -0.028341196477413177, 0.05888865143060684, 0.03161253407597542, -0.04090001434087753, -0.03588961809873581, 0.020496146753430367, 0.05593465268611908, 0.10820982605218887, 0.05309933051466942, -0.04941946640610695, 0.045657284557819366, 0.07536662369966507, -0.023041047155857086, -0.1318242847919464, -0.06065467372536659, -0.010033790953457355, 0.009375051595270634, 0.13483008742332458, -0.00704320939257741, -0.0702783539891243, -0.057123951613903046, 0.15614114701747894, 0.18604257702827454, -0.09323079884052277, -0.02674378827214241, -0.07504640519618988, 0.02966829389333725, -0.0772586315870285, 0.06860733032226562, -0.02407405897974968, 0.19287316501140594, -0.03536895290017128, 0.019166046753525734, -0.15858355164527893, -0.008377542719244957, 0.002972409827634692, -0.04285196587443352, 0.05428684875369072, -0.08475717157125473, -0.043682895600795746, 0.16372765600681305, -0.26022011041641235, -0.05765603855252266, -0.07743129879236221, -0.0446692556142807, -0.021667536348104477, 0.023582587018609047, 0.13016857206821442, 0.09038997441530228, 0.054396118968725204, -0.045085348188877106, -0.00015347723092418164, -0.01657521352171898, 0.036626264452934265, -0.13009026646614075, 0.025042474269866943, 0.031893882900476456, -0.1196514144539833, 0.14072351157665253, -0.016330299898982048, 0.2407764345407486, 0.005199654493480921, 0.06252103298902512, 0.05849917232990265, 0.12881150841712952, 0.044401656836271286, 0.020406579598784447, -0.024293694645166397, -0.021973444148898125, -0.014173048548400402, 0.09269887953996658, 0.03192202374339104, -0.10493668168783188, 0.037953220307826996, 0.09654861688613892, -0.05433348938822746, -0.10354491323232651, 0.03056049533188343, -0.11437886208295822, 0.11831297725439072, -0.10163865238428116, -0.08049838989973068, -0.04485887661576271, 0.021732203662395477, 0.04533911496400833, 0.025383174419403076, 0.08838558942079544, 0.054778262972831726, -0.19705520570278168, -0.05010557919740677, -0.024760553613305092, 0.12405723333358765, -0.010654347017407417, 0.056071288883686066, -0.16458012163639069, -0.043788641691207886, -0.03805342689156532, 0.0403619185090065, 0.07025761157274246, -0.015174857340753078, -0.003276646137237549, -0.0007073918241076171, -0.011870328336954117, 0.03368175029754639, -0.05384433642029762, -0.13964776694774628 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_conformer_fastspeech2` ♻️ Imported from https://zenodo.org/record/4032246/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_conformer_fastspeech2
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_conformer_fastspeech2' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_conformer_fastspeech2'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_conformer_fastspeech2'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 47, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_conformer_fastspeech2'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.014907483011484146, -0.04204938933253288, -0.0011692444095388055, 0.03495582193136215, 0.07590752094984055, -0.022333355620503426, 0.21261946856975555, 0.050992466509342194, 0.07896500080823898, -0.061391714960336685, 0.11726699769496918, 0.07748584449291229, 0.056922826915979385, 0.19243355095386505, 0.04715460166335106, -0.18169550597667694, 0.016205407679080963, 0.03737030178308487, -0.02660004422068596, 0.09786282479763031, 0.16547170281410217, -0.020106041803956032, 0.0759228765964508, 0.017618371173739433, -0.02944534458220005, 0.06853533536195755, -0.01950610801577568, -0.11385994404554367, 0.042073823511600494, 0.04535979777574539, 0.07646147906780243, 0.031641636043787, 0.06157619506120682, -0.23623433709144592, 0.010235117748379707, -0.03964611887931824, -0.004991590976715088, 0.02771017700433731, 0.04399598389863968, 0.1360965520143509, -0.027817970141768456, 0.05024687573313713, -0.02242780476808548, 0.016175653785467148, -0.0738634243607521, 0.010299832560122013, 0.03086162731051445, 0.07885308563709259, 0.1529182493686676, 0.1313219517469406, -0.03347824886441231, 0.09970559179782867, -0.10124416649341583, 0.021618438884615898, 0.11579360067844391, -0.19002658128738403, -0.003548117820173502, 0.013516966253519058, 0.022433700039982796, 0.17848175764083862, 0.04003990441560745, 0.00015817834355402738, 0.11324534565210342, 0.027577977627515793, -0.047568146139383316, -0.025323621928691864, -0.11957079917192459, 0.04380994290113449, -0.11808592081069946, 0.009895512834191322, 0.2742217183113098, 0.04819827899336815, 0.013125056400895119, -0.021809736266732216, -0.03605265915393829, -0.03601254150271416, -0.016105500981211662, -0.1646038144826889, 0.035632964223623276, 0.06388986110687256, 0.03527902066707611, -0.07894594222307205, -0.1492811143398285, -0.07440338283777237, -0.03265868127346039, 0.0725630596280098, 0.02870597504079342, 0.05232222005724907, -0.11621019244194031, 0.010279582813382149, 0.01151293609291315, -0.07979661971330643, 0.07048934698104858, -0.07336453348398209, 0.09757287055253983, 0.020322512835264206, 0.08335460722446442, -0.15467746555805206, 0.030323902145028114, -0.0969337522983551, -0.050994325429201126, 0.019679395481944084, 0.13772261142730713, 0.0991085097193718, 0.05375956743955612, -0.05338025838136673, -0.07682915031909943, -0.08996736258268356, 0.0012263442622497678, 0.035462137311697006, 0.019858455285429955, -0.051346082240343094, -0.1815808266401291, 0.07247720658779144, -0.1060432493686676, -0.0369747057557106, -0.0037426436319947243, -0.05739486590027809, -0.1309603452682495, -0.06170875206589699, 0.1871533840894699, -0.03357778862118721, 0.010901299305260181, -0.012871569022536278, -0.0637357085943222, 0.11462686955928802, -0.0011827674461528659, 0.10994597524404526, -0.06025102734565735, -0.045972056686878204, -0.08589383214712143, 0.03541270270943642, -0.05069984123110771, -0.06618782877922058, 0.06242760643362999, 0.05993671342730522, 0.016684267669916153, -0.17342567443847656, -0.1479608416557312, -0.04306485131382942, 0.02656623162329197, 0.024770336225628853, -0.06428825110197067, -0.17203913629055023, -0.06311137974262238, 0.05050578713417053, -0.08012641221284866, -0.1385594755411148, -0.08848490566015244, -0.0059686023741960526, -0.07437297701835632, 0.055082205682992935, -0.08934469521045685, 0.04174984246492386, -0.10330218821763992, -0.06826779246330261, -0.14099708199501038, 0.13736006617546082, -0.11721135675907135, -0.047636114060878754, -0.09567691385746002, -0.034593064337968826, -0.08656498044729233, 0.0733930692076683, 0.0327855721116066, 0.22759248316287994, -0.20134200155735016, -0.08044806122779846, 0.03948672115802765, -0.10354471206665039, -0.1244889423251152, 0.18491598963737488, -0.0120917446911335, 0.1093769446015358, 0.10364039242267609, 0.24024544656276703, -0.0031267120502889156, -0.19310368597507477, 0.00571881327778101, 0.11821144819259644, -0.009454590268433094, -0.0795808881521225, 0.11396411806344986, 0.007681793067604303, 0.07648588716983795, -0.05736832320690155, -0.006278938613831997, 0.1156017854809761, -0.058537427335977554, -0.06335332989692688, 0.07434564083814621, -0.06420007348060608, 0.05370376259088516, -0.020170439034700394, 0.08734756708145142, -0.0008336337050423026, -0.03652120381593704, 0.19635218381881714, 0.12626424431800842, -0.04847956448793411, 0.03259577602148056, -0.12725724279880524, -0.02116718515753746, -0.08487668633460999, -0.05162825807929039, -0.014386014081537724, 0.02352418750524521, 0.002150608692318201, 0.014689303003251553, 0.11672757565975189, 0.08533183485269547, 0.027025986462831497, -0.034051939845085144, -0.002265529939904809, -0.037778545171022415, -0.06072057783603668, 0.04800567030906677, -0.046838659793138504, -0.19736023247241974, 0.07300657033920288, -0.0004788188962265849, -0.029889117926359177, -0.13776825368404388, -0.043089792132377625, -0.08177989721298218, 0.09561868011951447, -0.0030962866730988026, 0.0033631264232099056, -0.003598990384489298, 0.06802574545145035, -0.05547589808702469, -0.005354410503059626, -0.024613799527287483, -0.005527706816792488, -0.08837269991636276, 0.18799050152301788, 0.06086055561900139, 0.10145830363035202, 0.10599526017904282, -0.22228509187698364, -0.00808759219944477, 0.18064109981060028, 0.023122992366552353, -0.046342652291059494, -0.031057098880410194, 0.018859010189771652, 0.19234831631183624, -0.08031251281499863, 0.08070633560419083, -0.12432947754859924, 0.028731029480695724, 0.017942560836672783, -0.1665053814649582, 0.026670627295970917, 0.06655150651931763, 0.08038855344057083, -0.22149032354354858, 0.17528846859931946, 0.0693158358335495, -0.05350667983293533, 0.26970988512039185, 0.03170223906636238, -0.05862521380186081, -0.04385283216834068, 0.028714725747704506, -0.1134190559387207, 0.05841700732707977, -0.09472212940454483, 0.018343672156333923, 0.008724449202418327, 0.03780194744467735, 0.10728773474693298, -0.12185215204954147, -0.0525132454931736, 0.04764527827501297, -0.08548551797866821, -0.09878373891115189, -0.07255682349205017, -0.11773769557476044, 0.029398871585726738, -0.031161151826381683, -0.13417115807533264, 0.0601065419614315, -0.012643211521208286, -0.13785360753536224, 0.11013507843017578, -0.17297925055027008, -0.24117018282413483, -0.1663188338279724, 0.051946576684713364, 0.015097375959157944, 0.03981554135680199, 0.04845364764332771, -0.14479266107082367, -0.017348872497677803, -0.04526792839169502, -0.010674171149730682, -0.00480597373098135, -0.05261828377842903, 0.05381103977560997, 0.005472130142152309, -0.03742753714323044, -0.1056373193860054, -0.0066815270110964775, -0.03473353385925293, 0.06284591555595398, -0.019366394728422165, -0.10619382560253143, 0.07316509634256363, 0.21280451118946075, 0.017224373295903206, -0.04957408085465431, -0.027849232777953148, 0.1898050606250763, -0.10057593882083893, 0.06162259355187416, 0.12490112334489822, -0.028745610266923904, 0.03337137773633003, 0.09836411476135254, 0.08463548123836517, 0.03531016409397125, 0.018460266292095184, -0.07097931206226349, -0.024813208729028702, -0.3335750699043274, -0.08048529177904129, -0.05151326581835747, 0.06536861509084702, -0.0790480524301529, 0.02002125419676304, 0.05642729625105858, 0.0827985629439354, 0.02269195206463337, 0.052814092487096786, 0.040746692568063736, 0.006189311854541302, 0.03474733978509903, 0.014861448667943478, 0.03592028468847275, -0.06443434953689575, -0.06697168201208115, 0.12825024127960205, 0.07152589410543442, 0.02077256329357624, 0.0999218299984932, 0.18170131742954254, 0.10284357517957687, 0.07810548692941666, 0.0779440701007843, -0.028895113617181778, 0.04823692515492439, -0.014591986313462257, -0.045229241251945496, -0.06714193522930145, -0.0112094571813941, 0.13489696383476257, 0.06532483547925949, -0.079226553440094, 0.0962093397974968, 0.1461304873228073, 0.042044125497341156, 0.06809085607528687, 0.05379671975970268, -0.25955966114997864, 0.02875591069459915, 0.02562093734741211, -0.01573200151324272, -0.018292834982275963, 0.10806151479482651, 0.22274531424045563, -0.03556108847260475, 0.06300170719623566, 0.1127346083521843, 0.07227059453725815, -0.05394940823316574, -0.024190662428736687, 0.03525145351886749, -0.020820949226617813, -0.019329721108078957, 0.09752734750509262, -0.23373235762119293, 0.1357477307319641, 0.0011402652598917484, 0.08619453758001328, 0.01261541061103344, -0.0022683395072817802, -0.020881183445453644, -0.004435109440237284, 0.13838714361190796, 0.06202002987265587, 0.040866460651159286, -0.051412805914878845, -0.11962044984102249, -0.023328034207224846, 0.034223031252622604, 0.11375650018453598, -0.07325001060962677, 0.0574810616672039, 0.0243219081312418, 0.06500791013240814, -0.11581309884786606, -0.20389854907989502, -0.035310156643390656, -0.028885910287499428, 0.21590964496135712, -0.06613422185182571, 0.01562434621155262, -0.06153037026524544, -0.06489311158657074, 0.07432888448238373, -0.09406221657991409, -0.12989714741706848, -0.02084626443684101, -0.0970328152179718, 0.08205296099185944, -0.05908915027976036, 0.05615415424108505, 0.1001240536570549, 0.03228194639086723, -0.012320569716393948, -0.015454995445907116, 0.1406051367521286, -0.13597509264945984, -0.031318675726652145, -0.06397562474012375, 0.07285121083259583, 0.12674573063850403, 0.041930828243494034, 0.01915612444281578, -0.06203593313694, -0.04057092219591141, -0.10103800147771835, -0.030060701072216034, 0.011851273477077484, -0.1445954144001007, 0.0781809389591217, 0.030293690040707588, -0.16914376616477966, -0.09089893847703934, -0.08751219511032104, 0.12905482947826385, 0.26112839579582214, -0.03406193107366562, 0.10838664323091507, 0.2782137393951416, -0.08223200589418411, -0.17766283452510834, -0.13326455652713776, 0.11811057478189468, -0.004178428091108799, 0.0724441409111023, -0.15004388988018036, 0.10346531867980957, 0.03199337422847748, -0.036375049501657486, 0.013222001492977142, -0.2459104210138321, -0.12782202661037445, 0.10814650356769562, -0.05695681273937225, 0.13318365812301636, -0.06326697766780853, -0.06449371576309204, -0.03934488445520401, -0.10456941276788712, 0.13590945303440094, -0.007660897448658943, 0.04965690150856972, 0.10063307732343674, 0.08130796253681183, -0.024689335376024246, 0.013877063058316708, 0.10518898814916611, 0.09243641793727875, -0.011185122653841972, -0.00425812928006053, -0.0406324677169323, 0.06113020330667496, 0.06371984630823135, 0.08327970653772354, 0.07788161188364029, -0.032333534210920334, -0.19401444494724274, -0.03778547793626785, -0.04592958092689514, -0.02341233193874359, 0.03275349736213684, -0.0992371141910553, -0.06889325380325317, -0.022880919277668, 0.07072316855192184, 0.04783394932746887, 0.27097952365875244, 0.003504197346046567, -0.01220728736370802, 0.18399423360824585, 0.1050199344754219, -0.03589164838194847, -0.07879792153835297, -0.021859312430024147, -0.10407918691635132, 0.06527716666460037, -0.1651085615158081, 0.01591578684747219, 0.04675503820180893, -0.024759920313954353, 0.0916605070233345, 0.04988129809498787, -0.128126859664917, 0.08253097534179688, 0.1022191271185875, -0.05368514731526375, -0.019719837233424187, -0.07846317440271378, -0.007320880424231291, 0.0938016027212143, 0.007548450492322445, 0.17335504293441772, -0.1536264717578888, -0.012658996507525444, 0.0009798012906685472, 0.06305934488773346, -0.1695936918258667, 0.190700963139534, 0.1398911327123642, -0.01641037128865719, -0.10125749558210373, 0.17642197012901306, 0.03818235546350479, 0.060981303453445435, 0.032088156789541245, 0.045191481709480286, -0.08026083558797836, -0.029380355030298233, -0.003225817112252116, 0.057109083980321884, -0.12529495358467102, -0.17279745638370514, -0.08606532961130142, -0.03812089189887047, 0.0006383013096638024, -0.07679475098848343, 0.026258405297994614, -0.02563788928091526, 0.007799016777426004, 0.0474674254655838, 0.025828931480646133, 0.0419480986893177, 0.1367253065109253, 0.01540082972496748, -0.20591923594474792, -0.009476941078901291, 0.030696991831064224, 0.07419195026159286, -0.0828733742237091, 0.049716368317604065, -0.05440325289964676, 0.06786344200372696, 0.041345320641994476, 0.05414792150259018, -0.06376124173402786, -0.045708321034908295, -0.0030521154403686523, -0.05550357326865196, -0.08576444536447525, 0.07035528868436813, -0.0790577083826065, 0.04451902210712433, 0.04668232426047325, 0.08603113144636154, -0.08810999244451523, -0.004272526130080223, 0.012243480421602726, -0.003973688464611769, 0.02286357805132866, 0.08121882379055023, -0.04230198264122009, 0.018889393657445908, -0.20095472037792206, 0.028037862852215767, 0.16780339181423187, 0.06959697604179382, 0.021816004067659378, 0.0469522699713707, -0.021256742998957634, 0.08160772919654846, 0.024879001080989838, -0.08157018572092056, -0.04705381393432617, -0.026099903509020805, 0.014614995568990707, -0.13440197706222534, -0.03399941325187683, -0.04805368930101395, 0.028427835553884506, 0.14655578136444092, 0.07028958201408386, 0.152404323220253, -0.050082508474588394, -0.004755294881761074, -0.038992222398519516, 0.026386262848973274, 0.02440674416720867, -0.01599646918475628, -0.07308902591466904, -0.039255328476428986, -0.014579006470739841, -0.07544524222612381, 0.14643871784210205, -0.008234983310103416, -0.1375650316476822, -0.006585965398699045, -0.05540171638131142, 0.00931854173541069, 0.013859409838914871, 0.12637387216091156, -0.02003832347691059, -0.034470830112695694, -0.1620529294013977, -0.01982088014483452, 0.09191550314426422, 0.07750949263572693, -0.07008709013462067, 0.04590502753853798, -0.009191830642521381, 0.15719816088676453, 0.03794817626476288, 0.027765722945332527, -0.1525171995162964, -0.04201497137546539, -0.032865915447473526, 0.017084166407585144, 0.006666842382401228, 0.12903137505054474, 0.14611034095287323, -0.06877242028713226, -0.02275768667459488, 0.04016518220305443, -0.06672953069210052, -0.16913717985153198, -0.09175746142864227, -0.07120926678180695, -0.2317524254322052, -0.0037654435727745295, -0.13611410558223724, 0.050312310457229614, 0.15450753271579742, 0.0657980665564537, -0.01854516938328743, 0.07381345331668854, 0.062378913164138794, -0.1225188672542572, 0.07651878148317337, -0.05553092435002327, 0.014823563396930695, -0.1317499876022339, -0.041092775762081146, 0.09529449045658112, 0.0387776643037796, 0.008422176353633404, -0.04131966084241867, -0.028864417225122452, 0.07478352636098862, -0.007130091078579426, -0.05938694253563881, -0.02791181579232216, 0.03167343884706497, 0.039616070687770844, 0.03913027420639992, 0.05759319290518761, -0.06656114757061005, 0.0590306855738163, 0.12006864696741104, -0.05156445503234863, -0.15996597707271576, -0.08505503833293915, 0.03534557297825813, 0.01756463572382927, 0.15759789943695068, -0.03867676109075546, -0.08744518458843231, -0.09173180907964706, 0.14335685968399048, 0.18240773677825928, -0.11775225400924683, -0.04807698354125023, -0.055181875824928284, 0.01891724206507206, -0.08438019454479218, 0.08170939236879349, -0.011904709041118622, 0.21634624898433685, -0.04717608541250229, 0.03259817510843277, -0.13342982530593872, -0.008700240403413773, -0.028487032279372215, -0.03041130118072033, 0.06043665483593941, -0.058719247579574585, -0.0477035753428936, 0.15981699526309967, -0.267853707075119, -0.03608519583940506, -0.15310443937778473, -0.0723762959241867, -0.038884926587343216, -0.005832497961819172, 0.14916789531707764, 0.10028812289237976, 0.0755506306886673, -0.0327291376888752, 0.000488308141939342, -0.012866991572082043, 0.025067459791898727, -0.15208664536476135, 0.03991733118891716, 0.017693832516670227, -0.15012948215007782, 0.10894940793514252, -0.0007648132741451263, 0.20997628569602966, 0.005653315223753452, 0.04108660668134689, 0.014006477780640125, 0.08515886962413788, 0.027385277673602104, 0.005878274329006672, -0.015666047111153603, -0.042462073266506195, -0.025056911632418633, 0.09613735228776932, 0.061170611530542374, -0.10946199297904968, 0.005124764051288366, 0.08675802499055862, -0.06928133964538574, -0.12018146365880966, -0.019442083314061165, -0.08392976969480515, 0.07371367514133453, -0.06408323347568512, -0.07163681089878082, -0.031799450516700745, 0.008153565227985382, 0.063726507127285, 0.03780257701873779, 0.07563211023807526, 0.03779677674174309, -0.18288062512874603, -0.0720939114689827, -0.014811133034527302, 0.1258496791124344, 0.008192846551537514, 0.07280874252319336, -0.16438299417495728, -0.02380508929491043, -0.052663952112197876, 0.03473491966724396, 0.09787464141845703, -0.00609641894698143, -0.0012318259105086327, -0.037339743226766586, 0.010471821762621403, 0.05387183278799057, 0.006553011480718851, -0.12750926613807678 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_conformer_fastspeech2_accent` ♻️ Imported from https://zenodo.org/record/4381102/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_conformer_fastspeech2_accent
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_conformer_fastspeech2_accent' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_conformer_fastspeech2_accent'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_conformer_fastspeech2_accent'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 50, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_conformer_fastspeech2_accent'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.019550561904907227, -0.04478607699275017, -0.0012868953635916114, 0.03060404770076275, 0.07396923750638962, -0.017551936209201813, 0.21613812446594238, 0.04754156991839409, 0.1009756550192833, -0.05239807814359665, 0.10934944450855255, 0.08381123840808868, 0.060160789638757706, 0.19160233438014984, 0.05332208424806595, -0.18996255099773407, 0.024898501113057137, 0.033726852387189865, -0.006118121091276407, 0.09943505376577377, 0.1756417453289032, -0.01476598996669054, 0.07809712737798691, 0.029302628710865974, -0.03463748097419739, 0.07812832295894623, -0.025107678025960922, -0.1114145964384079, 0.04692862555384636, 0.04220833629369736, 0.08482912927865982, 0.024096189066767693, 0.06646142154932022, -0.23915205895900726, 0.006534820422530174, -0.037153348326683044, -0.010328930802643299, 0.02703768014907837, 0.05461620166897774, 0.11235753446817398, -0.01479031890630722, 0.049122121185064316, -0.016783248633146286, 0.012150432914495468, -0.06322979182004929, -0.004429332446306944, 0.03188581019639969, 0.09412284940481186, 0.15716339647769928, 0.1346685290336609, -0.038989342749118805, 0.10223378986120224, -0.09639628231525421, 0.03630094975233078, 0.1252080798149109, -0.1720573902130127, -0.0010895871091634035, 0.015407640486955643, 0.030660465359687805, 0.159494549036026, 0.036812540143728256, -0.008895010687410831, 0.11349096894264221, 0.03342566639184952, -0.03539952635765076, -0.02631642483174801, -0.11570000648498535, 0.039620354771614075, -0.12173686921596527, 0.01638672687113285, 0.2748091518878937, 0.04681326448917389, 0.008778481744229794, -0.0245526023209095, -0.041424959897994995, -0.0376562625169754, -0.007311764173209667, -0.17111952602863312, 0.03458314761519432, 0.0625590831041336, 0.05710146948695183, -0.0744243711233139, -0.14436981081962585, -0.07227002829313278, -0.030568940564990044, 0.060211703181266785, 0.037609461694955826, 0.042094312608242035, -0.11175776273012161, 0.0037136790342628956, -0.004638568498194218, -0.075752854347229, 0.07273823022842407, -0.06843121349811554, 0.09561416506767273, 0.02559925988316536, 0.08881168067455292, -0.16592320799827576, 0.02849184162914753, -0.08519456535577774, -0.048763956874608994, 0.021203409880399704, 0.13172918558120728, 0.10079323500394821, 0.05780724808573723, -0.03228311240673065, -0.07530980557203293, -0.09541713446378708, -0.004847530275583267, 0.030975934118032455, 0.01541423611342907, -0.05401047319173813, -0.18122145533561707, 0.06384967267513275, -0.08628855645656586, -0.040357913821935654, -0.0036602236796170473, -0.05822894349694252, -0.12681753933429718, -0.05599313974380493, 0.20061491429805756, -0.043829966336488724, 0.012403951957821846, -0.026204612106084824, -0.05603855475783348, 0.1265917420387268, 0.0023450194858014584, 0.10822697728872299, -0.0672818049788475, -0.035619720816612244, -0.08966287970542908, 0.03731848672032356, -0.05216497927904129, -0.07084823399782181, 0.05729031190276146, 0.06543925404548645, 0.01634148135781288, -0.17267903685569763, -0.1530729979276657, -0.04757590591907501, 0.018713975325226784, 0.030109863728284836, -0.054467231035232544, -0.16793283820152283, -0.06364734470844269, 0.05441595986485481, -0.08299324661493301, -0.14570526778697968, -0.08672670274972916, -0.017918266355991364, -0.0683436319231987, 0.056337274610996246, -0.08505169302225113, 0.044274426996707916, -0.09992562234401703, -0.06394854933023453, -0.16542278230190277, 0.13105256855487823, -0.12199666351079941, -0.041688013821840286, -0.0999220460653305, -0.04178440198302269, -0.07389457523822784, 0.07776393741369247, 0.032881129533052444, 0.22055946290493011, -0.2021339237689972, -0.07711602747440338, 0.046728238463401794, -0.10934894531965256, -0.10971838235855103, 0.19104082882404327, -0.005356739740818739, 0.10966005176305771, 0.10144307464361191, 0.2539018392562866, -0.02517271600663662, -0.18873810768127441, 0.0009734555496834219, 0.10798759013414383, 0.003515986492857337, -0.06921813637018204, 0.10964284837245941, -0.005718446336686611, 0.06401882320642471, -0.054533910006284714, -0.015558217652142048, 0.10622075200080872, -0.05450155958533287, -0.059320926666259766, 0.07492467761039734, -0.05866052582859993, 0.050313934683799744, -0.02368081733584404, 0.07441363483667374, -0.004378057084977627, -0.046046316623687744, 0.17763063311576843, 0.12231860309839249, -0.05582502484321594, 0.035596996545791626, -0.12443555891513824, -0.01982630044221878, -0.0675525814294815, -0.057413551956415176, -0.015307949855923653, 0.023278724402189255, 0.007623174227774143, 0.012679112143814564, 0.11677476018667221, 0.0667124092578888, 0.01617068238556385, -0.0352737195789814, -0.008170824497938156, -0.04377031698822975, -0.055681340396404266, 0.04451097548007965, -0.040763866156339645, -0.20500418543815613, 0.07179733365774155, 0.0024502910673618317, -0.04541364312171936, -0.11948851495981216, -0.039486899971961975, -0.0952473133802414, 0.0923728346824646, -0.00892709195613861, 0.001111895078793168, -0.005393549334257841, 0.06632671505212784, -0.059791699051856995, -0.007450510282069445, -0.036938104778528214, -0.011780863627791405, -0.07874318212270737, 0.1870540827512741, 0.049460384994745255, 0.09009964019060135, 0.10364745557308197, -0.21391454339027405, -0.020232437178492546, 0.17299260199069977, 0.02630518190562725, -0.05051736161112785, -0.028420640155673027, 0.006131661124527454, 0.18838629126548767, -0.08466586470603943, 0.06761371344327927, -0.12054773420095444, 0.027995586395263672, 0.00687370216473937, -0.16541200876235962, 0.02012995444238186, 0.07032323628664017, 0.07668858021497726, -0.21442987024784088, 0.17224353551864624, 0.061109643429517746, -0.06712421774864197, 0.2540561854839325, 0.03865635395050049, -0.05579308047890663, -0.0466248095035553, 0.022876987233757973, -0.10903295874595642, 0.06577370315790176, -0.11795031279325485, 0.009196111932396889, 0.008166125975549221, 0.03410346806049347, 0.10869365930557251, -0.11905374377965927, -0.05177278816699982, 0.040158022195100784, -0.0842786505818367, -0.09699785709381104, -0.06517381221055984, -0.12258107960224152, 0.02237996645271778, -0.0418064184486866, -0.1456761360168457, 0.04549451544880867, -0.013267707079648972, -0.13896356523036957, 0.11932794004678726, -0.18363523483276367, -0.24250856041908264, -0.16999727487564087, 0.0575440414249897, 0.018465587869286537, 0.04085629805922508, 0.051538437604904175, -0.14478732645511627, -0.033556219190359116, -0.051062844693660736, 0.00025870761601254344, -0.012552112340927124, -0.053620729595422745, 0.040543027222156525, -0.00941887591034174, -0.04214638099074364, -0.106564462184906, -0.011865837499499321, -0.02316907048225403, 0.0779312327504158, -0.014540332369506359, -0.10637447237968445, 0.07680759578943253, 0.22402316331863403, 0.018887674435973167, -0.05393407866358757, -0.024372708052396774, 0.20969709753990173, -0.09669139236211777, 0.06423114240169525, 0.12035346031188965, -0.031139332801103592, 0.03766193240880966, 0.10401387512683868, 0.07261231541633606, 0.030648553743958473, 0.023634031414985657, -0.07106092572212219, -0.023466644808650017, -0.3446993827819824, -0.07103639096021652, -0.04934311658143997, 0.05657988041639328, -0.08300506323575974, 0.02129608578979969, 0.0730217769742012, 0.08453401923179626, 0.01795937307178974, 0.05072316154837608, 0.03133193030953407, 0.010413682088255882, 0.04164627194404602, 0.014254104346036911, 0.037259675562381744, -0.05961500480771065, -0.06216387450695038, 0.11386139690876007, 0.07712796330451965, 0.016201669350266457, 0.10393267869949341, 0.1767157018184662, 0.10580983012914658, 0.10094752907752991, 0.06862962990999222, -0.024132367223501205, 0.04076438769698143, -0.004761995282024145, -0.043524034321308136, -0.06587235629558563, -0.0015440762508660555, 0.14139989018440247, 0.06673706322908401, -0.08299677073955536, 0.09615321457386017, 0.14131058752536774, 0.035073909908533096, 0.06626931577920914, 0.04591843858361244, -0.26400160789489746, 0.034214168787002563, 0.02926303632557392, -0.015380438417196274, -0.021498320624232292, 0.0960388034582138, 0.21438731253147125, -0.035667553544044495, 0.06788389384746552, 0.11805619299411774, 0.0695672258734703, -0.045964937657117844, -0.027467258274555206, 0.03008931688964367, -0.004867066629230976, -0.01972700096666813, 0.09455228596925735, -0.2291792333126068, 0.14410434663295746, 0.00033970799995586276, 0.08145040273666382, 0.014711703173816204, 0.00839244294911623, -0.018794024363160133, 0.006119994446635246, 0.14340509474277496, 0.06398838758468628, 0.008521967567503452, -0.04277733713388443, -0.11538463830947876, -0.027162769809365273, 0.034193821251392365, 0.1025644913315773, -0.07349246740341187, 0.05979258939623833, 0.019274091348052025, 0.06691722571849823, -0.08975731581449509, -0.215525820851326, -0.03981562331318855, -0.02534070424735546, 0.2208220213651657, -0.07004361599683762, 0.010943097993731499, -0.06664388626813889, -0.06385071575641632, 0.07198910415172577, -0.09673028439283371, -0.1298711895942688, -0.025871675461530685, -0.10585809499025345, 0.09726998955011368, -0.0673704519867897, 0.05752936378121376, 0.09901165962219238, 0.04109116271138191, -0.012532065622508526, -0.0066940695978701115, 0.1488090604543686, -0.14274226129055023, -0.026176104322075844, -0.06827450543642044, 0.06991935521364212, 0.13860765099525452, 0.04517669975757599, 0.024397436529397964, -0.0630582943558693, -0.03843976929783821, -0.0984252393245697, -0.030337240546941757, 0.023755518719553947, -0.1418895274400711, 0.09351978451013565, 0.024664651602506638, -0.18505151569843292, -0.10977286100387573, -0.09331411123275757, 0.11431890726089478, 0.24572180211544037, -0.023985104635357857, 0.09149728715419769, 0.2756354808807373, -0.08817535638809204, -0.16521243751049042, -0.12039758265018463, 0.11406160145998001, 0.005423915572464466, 0.07898499816656113, -0.14058402180671692, 0.09500431269407272, 0.025536155328154564, -0.03291056305170059, 0.002765069715678692, -0.23950468003749847, -0.1336018294095993, 0.12158266454935074, -0.057933513075113297, 0.09800387173891068, -0.05971318110823631, -0.06698798388242722, -0.04740765690803528, -0.08636016398668289, 0.12089820206165314, 0.01277099084109068, 0.03714415431022644, 0.1070203185081482, 0.09185753762722015, -0.025826524943113327, 0.018765805289149284, 0.11307485401630402, 0.1109570637345314, -0.011895588599145412, -0.005103172268718481, -0.034412045031785965, 0.04865964129567146, 0.0633353590965271, 0.09769846498966217, 0.07636638730764389, -0.03193458914756775, -0.1738031655550003, -0.05002587288618088, -0.05140625685453415, -0.013334043323993683, 0.031972192227840424, -0.10552823543548584, -0.07690010964870453, -0.021760420873761177, 0.07728186249732971, 0.04309755936264992, 0.25508978962898254, 0.0006285285344347358, 0.002909755567088723, 0.17938750982284546, 0.10076134651899338, -0.0283044446259737, -0.08008649945259094, -0.018231621012091637, -0.10331586748361588, 0.06413260847330093, -0.1576388031244278, 0.0134657621383667, 0.046389784663915634, -0.029972244054079056, 0.10104388743638992, 0.048834122717380524, -0.13670973479747772, 0.06478648632764816, 0.10330212861299515, -0.04577283933758736, -0.023493098095059395, -0.07308488339185715, -0.004973233211785555, 0.09391649812459946, 0.000165324512636289, 0.1683141440153122, -0.15055423974990845, -0.017219172790646553, -0.0012199610937386751, 0.06856347620487213, -0.1619785726070404, 0.19711479544639587, 0.1370490938425064, -0.009555463679134846, -0.09627262502908707, 0.16446660459041595, 0.04028185456991196, 0.05562072619795799, 0.039501648396253586, 0.0487050823867321, -0.0668860375881195, -0.025264455005526543, 0.001826665480621159, 0.061564888805150986, -0.14297494292259216, -0.17604321241378784, -0.08523065596818924, -0.038673609495162964, -0.0067500523291528225, -0.07760097831487656, 0.027379130944609642, -0.02805618941783905, 0.012217015959322453, 0.04746030271053314, 0.026555970311164856, 0.03872900828719139, 0.14277972280979156, 0.029817085713148117, -0.20844022929668427, -0.014204478822648525, 0.030104486271739006, 0.07586761564016342, -0.07377967238426208, 0.05534419044852257, -0.048994842916727066, 0.06520343571901321, 0.049977753311395645, 0.061122652143239975, -0.06928109377622604, -0.05085223540663719, 0.009325276128947735, -0.05982091277837753, -0.08357357233762741, 0.0732216015458107, -0.08340653032064438, 0.03842229023575783, 0.04384077712893486, 0.08405404537916183, -0.0830259695649147, -0.003803570754826069, 0.023539459332823753, -0.007127317599952221, 0.021128647029399872, 0.0766148492693901, -0.05029458925127983, 0.02532648667693138, -0.2198522686958313, 0.0367601215839386, 0.16880068182945251, 0.07089696824550629, 0.016539854928851128, 0.03754281625151634, -0.02952885441482067, 0.07273776829242706, 0.030453018844127655, -0.08389313519001007, -0.04518403112888336, -0.030442439019680023, 0.0016888417303562164, -0.12870219349861145, -0.04453185945749283, -0.03971640020608902, 0.03092583641409874, 0.15264949202537537, 0.05736589431762695, 0.1474306285381317, -0.048095572739839554, -0.0011914956849068403, -0.034264061599969864, 0.03275785222649574, 0.02157101221382618, -0.0081486189737916, -0.053871817886829376, -0.03837742283940315, -0.009662584401667118, -0.07816272974014282, 0.15038935840129852, 0.00316532957367599, -0.11878009140491486, -0.009592198766767979, -0.052033908665180206, 0.019782258197665215, 0.009669987484812737, 0.12517550587654114, -0.02824510633945465, -0.03132953867316246, -0.150447279214859, -0.028409820050001144, 0.08888956904411316, 0.08544759452342987, -0.059695661067962646, 0.039742518216371536, 0.002567336428910494, 0.16411027312278748, 0.04277067258954048, 0.017558787018060684, -0.1548253744840622, -0.06231755018234253, -0.021865252405405045, 0.022066140547394753, 0.01670684665441513, 0.1260451227426529, 0.14366284012794495, -0.07954975962638855, -0.0073835537768900394, 0.03785655274987221, -0.07394436746835709, -0.17163626849651337, -0.10658235102891922, -0.06537983566522598, -0.23100246489048004, -0.005030001979321241, -0.13697361946105957, 0.04191904515028, 0.14722520112991333, 0.05968436226248741, -0.021144278347492218, 0.08061137795448303, 0.04708452150225639, -0.12773096561431885, 0.0700453594326973, -0.047923360019922256, 0.009884932078421116, -0.12670394778251648, -0.04498672857880592, 0.09307465702295303, 0.04851092770695686, 0.008006942458450794, -0.046155042946338654, -0.028445808216929436, 0.07264696061611176, -0.007669301237910986, -0.05630842223763466, -0.033977724611759186, 0.0243324376642704, 0.03328610956668854, 0.049094587564468384, 0.06120716407895088, -0.06781836599111557, 0.05755468085408211, 0.11326812207698822, -0.05405857414007187, -0.14725418388843536, -0.0840325653553009, 0.01661507971584797, 0.013189075514674187, 0.1533169001340866, -0.03877178207039833, -0.08668670058250427, -0.09637553989887238, 0.1324508637189865, 0.18098923563957214, -0.10538074374198914, -0.05364521965384483, -0.05471660941839218, 0.01948782056570053, -0.09051115065813065, 0.07110323011875153, 0.00023029169824440032, 0.22870980203151703, -0.04067670926451683, 0.046167463064193726, -0.13327111303806305, -0.013329989276826382, -0.02968585677444935, -0.05403401330113411, 0.06396094709634781, -0.06414271146059036, -0.04465426504611969, 0.16953079402446747, -0.27327659726142883, -0.052757807075977325, -0.1445797085762024, -0.06373187899589539, -0.04572040215134621, 0.0020123084541410208, 0.15920735895633698, 0.10445956140756607, 0.0751679390668869, -0.03542039915919304, -0.00022230074682738632, 0.003646626602858305, 0.02469971776008606, -0.15425176918506622, 0.033297084271907806, 0.010776235722005367, -0.14243833720684052, 0.11937948316335678, 0.0036596443969756365, 0.21290837228298187, 0.006295748520642519, 0.04587119072675705, 0.015443963930010796, 0.08178693056106567, 0.03118792735040188, 0.018271584063768387, -0.006861813832074404, -0.021565020084381104, -0.02470438927412033, 0.08902013301849365, 0.05985862389206886, -0.1037650778889656, 0.007135734427720308, 0.09130721539258957, -0.062281932681798935, -0.11985324323177338, -0.015064790844917297, -0.1056964099407196, 0.0761345848441124, -0.06270288676023483, -0.06807772070169449, -0.036691442131996155, 0.010371498763561249, 0.06384672224521637, 0.03540022298693657, 0.07981985807418823, 0.03794107958674431, -0.18394997715950012, -0.06893985718488693, -0.019106877967715263, 0.12341435253620148, 0.0020032916218042374, 0.06318801641464233, -0.16169603168964386, -0.026260994374752045, -0.06413023918867111, 0.039484672248363495, 0.09020434319972992, -0.0029947992879897356, 0.0009092993568629026, -0.044275131076574326, 0.003504391759634018, 0.05458686873316765, 0.000797043030615896, -0.12643086910247803 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_conformer_fastspeech2_accent_with_pause` ♻️ Imported from https://zenodo.org/record/4436448/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_conformer_fastspeech2_accent_with_pause
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_conformer_fastspeech2_accent_with_pause' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_conformer_fastspeech2_accent_with_pause'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_conformer_fastspeech2_accent_with_pause'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 54, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_conformer_fastspeech2_accent_with_pause'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.020762920379638672, -0.0326109379529953, -0.0014126300811767578, 0.027426082640886307, 0.07789148390293121, -0.020602358505129814, 0.20067906379699707, 0.05792657285928726, 0.10370715707540512, -0.04425324872136116, 0.10355231165885925, 0.07499951124191284, 0.06123590096831322, 0.18825259804725647, 0.04723747819662094, -0.19258646667003632, 0.02755838632583618, 0.03345610946416855, -0.005045473575592041, 0.10343453288078308, 0.1717672199010849, -0.018177876248955727, 0.07511574029922485, 0.025964057072997093, -0.03293437138199806, 0.0732395350933075, -0.02567349374294281, -0.1173672303557396, 0.042868539690971375, 0.03426899015903473, 0.08566368371248245, 0.036851610988378525, 0.056699179112911224, -0.24090074002742767, 0.014566843397915363, -0.027835320681333542, 0.0036859014071524143, 0.024390650913119316, 0.03993956372141838, 0.11405164003372192, -0.02278885990381241, 0.059472206979990005, -0.019096139818429947, 0.014473537914454937, -0.06959014385938644, 0.004205214325338602, 0.01959172636270523, 0.09737343341112137, 0.14316613972187042, 0.1286623477935791, -0.03641146421432495, 0.10294834524393082, -0.09625263512134552, 0.033105771988630295, 0.15406262874603271, -0.1833401918411255, -0.00608397088944912, 0.01543077640235424, 0.04842706769704819, 0.1414777785539627, 0.03340580314397812, -0.0020275304559618235, 0.10585808008909225, 0.02827911637723446, -0.035260267555713654, -0.02226828597486019, -0.09918193519115448, 0.027349069714546204, -0.11429579555988312, 0.004162691533565521, 0.2554888427257538, 0.03924812376499176, 0.008637959137558937, -0.025945447385311127, -0.044481851160526276, -0.04975847527384758, -0.02199595980346203, -0.15702949464321136, 0.028249528259038925, 0.06067270413041115, 0.07102624326944351, -0.0813397616147995, -0.13779935240745544, -0.06849805265665054, -0.013397703878581524, 0.06144724413752556, 0.04251104220747948, 0.031759824603796005, -0.11174190044403076, 0.024237757548689842, 0.007069040555506945, -0.08787897974252701, 0.0710403248667717, -0.06245805323123932, 0.07507160305976868, 0.024630488827824593, 0.08722163736820221, -0.15812943875789642, 0.02344866655766964, -0.05116003751754761, -0.0431324802339077, 0.022249311208724976, 0.12831827998161316, 0.09424997121095657, 0.04556269198656082, -0.02927015721797943, -0.0644499883055687, -0.12604650855064392, 0.004529167432337999, 0.04806705564260483, 0.01074296236038208, -0.05806320533156395, -0.1694161742925644, 0.05538477748632431, -0.08808840811252594, -0.02927570976316929, 0.0048826998099684715, -0.044476866722106934, -0.12253573536872864, -0.05698590353131294, 0.20570655167102814, -0.046576663851737976, 0.006010226905345917, -0.03430375084280968, -0.04893795773386955, 0.13254421949386597, 0.00960074458271265, 0.10016822814941406, -0.06518279016017914, -0.04135534167289734, -0.09120152145624161, 0.03353171423077583, -0.05804679915308952, -0.06472132354974747, 0.05880305543541908, 0.04031411185860634, 0.004170428030192852, -0.1826029270887375, -0.15463997423648834, -0.04166794195771217, 0.02401592582464218, 0.027148716151714325, -0.058434173464775085, -0.1549186110496521, -0.06838682293891907, 0.04866980016231537, -0.07755353301763535, -0.14274388551712036, -0.08667760342359543, -0.009433777071535587, -0.057781510055065155, 0.0674053356051445, -0.0689692348241806, 0.049713749438524246, -0.11281542479991913, -0.056583940982818604, -0.17432652413845062, 0.13280202448368073, -0.12933850288391113, -0.0424870029091835, -0.1021619513630867, -0.02603388950228691, -0.07350397855043411, 0.07139340043067932, 0.03111104667186737, 0.2119799554347992, -0.20916453003883362, -0.07139170914888382, 0.050536174327135086, -0.10543768852949142, -0.11015311628580093, 0.18165403604507446, 0.0033425255678594112, 0.117604561150074, 0.10367221385240555, 0.2502823770046234, -0.017555108293890953, -0.19820542633533478, 0.004717238247394562, 0.09271129220724106, -0.015821224078536034, -0.0544327013194561, 0.09595094621181488, 0.006193291395902634, 0.055952101945877075, -0.04803958162665367, -0.009461700916290283, 0.10873150825500488, -0.048122625797986984, -0.0626203864812851, 0.07277055829763412, -0.058038461953401566, 0.04942842945456505, -0.023342086002230644, 0.05624103173613548, -0.01020311750471592, -0.05306185409426689, 0.1752864122390747, 0.117262102663517, -0.047234099358320236, 0.045049432665109634, -0.12346415966749191, -0.002544721122831106, -0.06928753852844238, -0.056139975786209106, -0.023655015975236893, 0.020305214449763298, 0.011952845379710197, 0.029617788270115852, 0.11364436149597168, 0.061133820563554764, 0.011131370440125465, -0.03479113429784775, -0.01305408775806427, -0.05504327267408371, -0.0640847235918045, 0.042836472392082214, -0.04618923366069794, -0.19944362342357635, 0.06437714397907257, 0.005023722071200609, -0.05758592486381531, -0.10114926099777222, -0.03402034193277359, -0.09828507900238037, 0.10765542834997177, -0.001342933508567512, -0.0073880646377801895, 0.002380376448854804, 0.061257440596818924, -0.06569217890501022, -0.011612758971750736, -0.03707354888319969, -0.0016257965471595526, -0.05832420662045479, 0.20287638902664185, 0.049463678151369095, 0.054235100746154785, 0.10725392401218414, -0.18177947402000427, -0.02155783213675022, 0.1763751357793808, 0.03064664825797081, -0.062219999730587006, -0.023138275370001793, 0.002440002514049411, 0.18080416321754456, -0.07551032304763794, 0.07804187387228012, -0.11915847659111023, 0.03151838853955269, 0.00388707360252738, -0.16688920557498932, 0.016539594158530235, 0.05862486734986305, 0.07278863340616226, -0.21119491755962372, 0.15958696603775024, 0.05092110484838486, -0.0670890286564827, 0.2747220993041992, 0.03384103998541832, -0.05410797521471977, -0.048551615327596664, 0.02456742338836193, -0.10107506066560745, 0.06372873485088348, -0.13175900280475616, 0.017814362421631813, 0.008445118553936481, 0.02823154628276825, 0.09998182952404022, -0.11250185966491699, -0.04868064820766449, 0.04272781312465668, -0.08742557466030121, -0.0942845344543457, -0.04332137107849121, -0.11023487150669098, 0.014696934260427952, -0.04303879663348198, -0.1310034990310669, 0.044762369245290756, -0.007847253233194351, -0.1169627457857132, 0.10587162524461746, -0.1789327710866928, -0.25652262568473816, -0.16759449243545532, 0.04559992253780365, 0.020670738071203232, 0.039103616029024124, 0.06398235261440277, -0.12475594878196716, -0.030511055141687393, -0.046592019498348236, 0.011426948010921478, 0.003012564731761813, -0.0490676574409008, 0.042453814297914505, -0.005757441278547049, -0.04076515883207321, -0.10256022959947586, -0.006138328462839127, -0.012995931319892406, 0.08583198487758636, -0.002791266655549407, -0.10237553715705872, 0.0876898244023323, 0.21443025767803192, 0.006392729468643665, -0.05342607945203781, -0.019562117755413055, 0.20309557020664215, -0.10032066702842712, 0.07469961792230606, 0.13223104178905487, -0.01820491999387741, 0.04229472950100899, 0.09597495943307877, 0.06156032532453537, 0.02660549245774746, 0.02636265754699707, -0.05397696793079376, -0.029908007010817528, -0.33114415407180786, -0.06063877046108246, -0.04849556088447571, 0.0549132339656353, -0.07362619787454605, 0.013621714897453785, 0.07115361094474792, 0.08099788427352905, 0.006087779067456722, 0.057372938841581345, 0.017805693671107292, 0.020238332450389862, 0.02729802578687668, 0.016417814418673515, 0.04060442000627518, -0.05275167524814606, -0.045960910618305206, 0.1143798753619194, 0.08713609725236893, 0.007988343946635723, 0.08757001161575317, 0.17911341786384583, 0.10797707736492157, 0.09882938861846924, 0.07032551616430283, -0.03433465585112572, 0.039124973118305206, -0.006910294760018587, -0.045134104788303375, -0.05688957870006561, -0.0068906089290976524, 0.12698394060134888, 0.07819097489118576, -0.08162011206150055, 0.09283218532800674, 0.15128503739833832, 0.03624274581670761, 0.10119468718767166, 0.0438251867890358, -0.2568496763706207, 0.021045982837677002, 0.02567816898226738, -0.030887866392731667, -0.03238023817539215, 0.08981603384017944, 0.20988528430461884, -0.03856702893972397, 0.06114646792411804, 0.1088547632098198, 0.07612062245607376, -0.04199155792593956, -0.03082950972020626, 0.03565707802772522, 0.010554921813309193, -0.024595879018306732, 0.09062937647104263, -0.22849750518798828, 0.12905395030975342, 0.0012213222216814756, 0.08542244136333466, 0.014182768762111664, 0.006994141265749931, -0.008313184604048729, 0.007899482734501362, 0.1336592435836792, 0.06089424714446068, 0.009534910321235657, -0.038032084703445435, -0.10945150256156921, -0.04339747503399849, 0.02835615910589695, 0.09335638582706451, -0.054110441356897354, 0.04888976365327835, 0.024470560252666473, 0.05929141491651535, -0.08983073383569717, -0.22920696437358856, -0.034309301525354385, -0.01920798048377037, 0.23010236024856567, -0.05365258455276489, 0.008097905665636063, -0.05806257948279381, -0.05680939927697182, 0.07423151284456253, -0.0874309167265892, -0.12443111836910248, -0.03164436295628548, -0.11157147586345673, 0.08657509833574295, -0.06718220561742783, 0.052557434886693954, 0.08789415657520294, 0.05581037327647209, -0.027699682861566544, -0.005693518556654453, 0.15008634328842163, -0.141590878367424, -0.036643169820308685, -0.07013751566410065, 0.07788551598787308, 0.1288917362689972, 0.03585025668144226, 0.02642015554010868, -0.06872657686471939, -0.034219034016132355, -0.08122283965349197, -0.03333985060453415, 0.006874941289424896, -0.11830458790063858, 0.08774642646312714, 0.02238553948700428, -0.1689644306898117, -0.10309319198131561, -0.0863751694560051, 0.10152050852775574, 0.2551403343677521, -0.021232929080724716, 0.11261124908924103, 0.25813379883766174, -0.07378753274679184, -0.1857786327600479, -0.11615502089262009, 0.11350684612989426, 0.0012965690111741424, 0.07873030751943588, -0.13969379663467407, 0.08270809054374695, 0.01885322295129299, -0.03520927205681801, 0.010426593944430351, -0.24232786893844604, -0.1291813999414444, 0.10746888816356659, -0.05518746003508568, 0.08506233990192413, -0.05191361531615257, -0.06648868322372437, -0.0513530932366848, -0.09468012303113937, 0.10298635810613632, 0.019758090376853943, 0.052556075155735016, 0.102581687271595, 0.07986180484294891, -0.024034172296524048, 0.015866825357079506, 0.11099711060523987, 0.10309098660945892, -0.009145645424723625, -0.007962211035192013, -0.025384681299328804, 0.08191483467817307, 0.05114291235804558, 0.09641861170530319, 0.05478917062282562, -0.02753407135605812, -0.1636667549610138, -0.05326966568827629, -0.06121299788355827, -0.007074445486068726, 0.025119151920080185, -0.10747453570365906, -0.06711240857839584, -0.012630950659513474, 0.08184171468019485, 0.04490433633327484, 0.24900326132774353, -0.01591729186475277, -0.017124852165579796, 0.18832612037658691, 0.09442108124494553, -0.022991489619016647, -0.09452863782644272, -0.01810399256646633, -0.09634876996278763, 0.07357148081064224, -0.15541763603687286, 0.023942656815052032, 0.024522850289940834, -0.029000435024499893, 0.09361916780471802, 0.04382394626736641, -0.1415020078420639, 0.06427223235368729, 0.10083550959825516, -0.04255595803260803, -0.01708824560046196, -0.07533720135688782, -0.011767799034714699, 0.09676214307546616, -0.014371326193213463, 0.16733476519584656, -0.14701351523399353, -0.015474405139684677, 0.006724406499415636, 0.06248919665813446, -0.1508294641971588, 0.18598471581935883, 0.12319563329219818, -0.004209740087389946, -0.09539061784744263, 0.17369802296161652, 0.0369691364467144, 0.053441308438777924, 0.037988875061273575, 0.06294795125722885, -0.08262000232934952, -0.03205648064613342, 0.002205073367804289, 0.05430972948670387, -0.13088184595108032, -0.16439546644687653, -0.08837322145700455, -0.017532814294099808, -0.002377828350290656, -0.07236406952142715, 0.0222061388194561, -0.032786499708890915, 0.007395461667329073, 0.04441409185528755, 0.017032306641340256, 0.04644034057855606, 0.1566092073917389, 0.045558515936136246, -0.20462945103645325, -0.010545377619564533, 0.022486252710223198, 0.07544640451669693, -0.07310004532337189, 0.056115102022886276, -0.04330548271536827, 0.0599982887506485, 0.02142264135181904, 0.055932894349098206, -0.07459262013435364, -0.05961940810084343, 0.005851631984114647, -0.049168914556503296, -0.07281142473220825, 0.07422801107168198, -0.07405614852905273, 0.029194271191954613, 0.038896169513463974, 0.08273140341043472, -0.08308291435241699, -0.005074308719485998, 0.025003353133797646, -0.013016529381275177, 0.02841246873140335, 0.07623269408941269, -0.04765400290489197, 0.01258909609168768, -0.1963173896074295, 0.03157475218176842, 0.16288872063159943, 0.06732848286628723, 0.013516654260456562, 0.03153552487492561, -0.02589106746017933, 0.05647578462958336, 0.036361806094646454, -0.08455734699964523, -0.032945211976766586, -0.04248914122581482, 0.0049811918288469315, -0.11051318049430847, -0.04151969775557518, -0.03542036935687065, 0.03137713670730591, 0.15989655256271362, 0.061123382300138474, 0.15641528367996216, -0.055783554911613464, -0.008396243676543236, -0.02986793778836727, 0.027624137699604034, 0.01969684474170208, -0.015569868497550488, -0.05422871932387352, -0.037979550659656525, -0.0130125992000103, -0.07339315116405487, 0.12288869917392731, 0.010928119532763958, -0.11785551905632019, -0.006939266342669725, -0.07294639945030212, 0.024766352027654648, 0.008929377421736717, 0.13347001373767853, -0.02503776177763939, -0.033528223633766174, -0.14192938804626465, -0.02179778926074505, 0.09158296883106232, 0.0788927972316742, -0.04652508720755577, 0.051889896392822266, 0.01602787710726261, 0.15867412090301514, 0.028441088274121284, 0.03189292922616005, -0.19541941583156586, -0.05277272313833237, -0.02821505442261696, 0.028758591040968895, 0.014962674118578434, 0.11075903475284576, 0.15540437400341034, -0.0815645307302475, -0.004500584676861763, 0.03395606204867363, -0.06268862634897232, -0.15649724006652832, -0.1361149698495865, -0.06130210682749748, -0.22818011045455933, -0.002363275969401002, -0.13013890385627747, 0.046508654952049255, 0.1377841681241989, 0.05013496056199074, -0.010308836586773396, 0.09813249856233597, 0.04308189079165459, -0.1339094042778015, 0.0762980654835701, -0.04399053379893303, -0.009172468446195126, -0.10982441902160645, -0.04373204708099365, 0.09367287158966064, 0.03958497196435928, 0.0059272716753184795, -0.04212390258908272, -0.037432823330163956, 0.07763431966304779, -0.0025625601410865784, -0.06966940313577652, -0.03302372619509697, 0.028240660205483437, 0.03411956503987312, 0.055838730186223984, 0.07292931526899338, -0.05875866487622261, 0.057083699852228165, 0.1315077692270279, -0.054519619792699814, -0.1506527215242386, -0.09351393580436707, 0.01264985278248787, 0.01355772279202938, 0.14839141070842743, -0.037836235016584396, -0.08646628260612488, -0.0897427424788475, 0.12821313738822937, 0.16557538509368896, -0.10312899947166443, -0.05259312689304352, -0.06043444201350212, 0.017982352524995804, -0.1028672531247139, 0.07337334752082825, -0.006706083659082651, 0.1878538727760315, -0.03506845608353615, 0.02912006713449955, -0.1288466453552246, -0.028746772557497025, -0.04571140557527542, -0.041714925318956375, 0.05112426355481148, -0.07433035969734192, -0.039001092314720154, 0.15505529940128326, -0.2632838189601898, -0.08810075372457504, -0.13035131990909576, -0.046372026205062866, -0.043778181076049805, -0.006617278326302767, 0.14539623260498047, 0.09742818772792816, 0.07191193103790283, -0.027776313945651054, 0.008753286674618721, 0.025292085483670235, 0.025760231539607048, -0.14192888140678406, 0.026347612962126732, 0.007843156345188618, -0.13330966234207153, 0.11884815245866776, 0.00027457077521830797, 0.18679814040660858, 0.0025908187963068485, 0.04942964017391205, 0.017129896208643913, 0.08770041912794113, 0.04160839691758156, 0.01459328643977642, -0.01610211841762066, -0.0036818862427026033, -0.02758864127099514, 0.0963888168334961, 0.05898118019104004, -0.12104643136262894, 0.005710031371563673, 0.09498608857393265, -0.05910087749361992, -0.12186749279499054, -0.004333300516009331, -0.09770750254392624, 0.08112987875938416, -0.05542297288775444, -0.06813962757587433, -0.031425923109054565, 0.017341816797852516, 0.06104101985692978, 0.042189184576272964, 0.08307570964097977, 0.02572745643556118, -0.16873911023139954, -0.07561182975769043, -0.02061973512172699, 0.13354790210723877, -0.0025960474740713835, 0.051896750926971436, -0.15948855876922607, -0.03147848695516586, -0.06776531785726547, 0.05423254892230034, 0.08428723365068436, -0.004617790691554546, 0.0075474390760064125, -0.05222482979297638, 0.009194237180054188, 0.06362025439739227, -0.016875332221388817, -0.12864172458648682 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/jsut_conformer_fastspeech2_tacotron2_prosody` ♻️ Imported from https://zenodo.org/record/5499050/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_conformer_fastspeech2_tacotron2_prosody
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/jsut_conformer_fastspeech2_tacotron2_prosody' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_conformer_fastspeech2_tacotron2_prosody'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_conformer_fastspeech2_tacotron2_prosody'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 10, 55, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/jsut_conformer_fastspeech2_tacotron2_prosody'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.02267906814813614, -0.04764609783887863, -0.0005759102641604841, 0.031502384692430496, 0.07549754530191422, -0.022944705560803413, 0.19620506465435028, 0.04301885887980461, 0.0543065071105957, -0.025233425199985504, 0.09370176494121552, 0.05796627327799797, 0.0806257426738739, 0.1848873347043991, 0.07113873958587646, -0.21493090689182281, 0.0435059629380703, 0.037479184567928314, 0.033673521131277084, 0.12296895682811737, 0.17015771567821503, -0.014714223332703114, 0.07178737968206406, 0.023722000420093536, -0.048740264028310776, 0.06990266591310501, -0.03285141661763191, -0.11412707716226578, 0.033358946442604065, 0.03190012648701668, 0.07487450540065765, 0.03593115881085396, 0.0793633908033371, -0.20596987009048462, 0.008673102594912052, -0.016075480729341507, -0.014392226003110409, 0.02857067622244358, 0.05444028973579407, 0.11226397007703781, -0.015511903911828995, 0.052609581500291824, -0.02918972261250019, 0.016571225598454475, -0.0806405246257782, -0.04206090793013573, 0.00206912774592638, 0.13112391531467438, 0.15872445702552795, 0.1531616449356079, -0.0501643642783165, 0.1258954554796219, -0.043195758014917374, 0.04111040011048317, 0.12295563519001007, -0.20222419500350952, -0.01814643107354641, 0.014137675054371357, 0.05190061777830124, 0.1411677598953247, 0.06142500042915344, -0.02902582846581936, 0.12841597199440002, 0.02762960083782673, -0.04783129692077637, -0.03064235858619213, -0.1252472847700119, -0.01264144852757454, -0.1400306224822998, 0.013213006779551506, 0.27882200479507446, 0.03640104830265045, -0.012002944014966488, 0.014713161624968052, -0.057760462164878845, -0.07516567409038544, 0.012329136952757835, -0.15382680296897888, 0.03802794590592384, 0.035084083676338196, 0.06157752498984337, -0.06927786022424698, -0.135724738240242, -0.07704132795333862, -0.0424191914498806, 0.07798869162797928, 0.05752702057361603, 0.042894147336483, -0.11864889413118362, 0.020856523886322975, -0.030231211334466934, -0.08884119987487793, 0.05628681927919388, -0.05567772686481476, 0.09368503838777542, 0.016134191304445267, 0.07403448969125748, -0.16951236128807068, 0.005666701123118401, -0.020071513950824738, -0.04281999170780182, 0.027513450011610985, 0.12746669352054596, 0.09130611270666122, 0.07516838610172272, -0.02448924072086811, -0.08893703669309616, -0.10348811745643616, -0.0013615525094792247, 0.05522262305021286, 0.03393964096903801, -0.045886557549238205, -0.1562257707118988, 0.053875140845775604, -0.06929286569356918, -0.0460941419005394, 0.0132212545722723, -0.03860068321228027, -0.1142476350069046, -0.06738558411598206, 0.22129401564598083, -0.051383234560489655, -0.015202010981738567, -0.04628501087427139, -0.07055184990167618, 0.13419361412525177, 0.030804071575403214, 0.11096277087926865, -0.0687171220779419, -0.03169694170355797, -0.07959107309579849, 0.04700982943177223, -0.06059715524315834, -0.06376102566719055, 0.046720054000616074, 0.03482910990715027, -0.0035549330059438944, -0.18798096477985382, -0.14783532917499542, -0.06901010125875473, 0.02165205404162407, 0.033713940531015396, -0.05903957039117813, -0.14290301501750946, -0.03038930892944336, 0.03144906088709831, -0.09568382054567337, -0.1258084923028946, -0.0765829011797905, -0.004528450779616833, -0.04136693850159645, 0.06258387863636017, -0.08075426518917084, 0.05510137230157852, -0.12499050796031952, -0.049511756747961044, -0.18583130836486816, 0.09945368766784668, -0.1076977401971817, -0.02945920266211033, -0.11710972338914871, -0.04758371412754059, -0.054703641682863235, 0.068610779941082, 0.052839163690805435, 0.17240527272224426, -0.1962706595659256, -0.05084989219903946, 0.07561979442834854, -0.1320469230413437, -0.10095461457967758, 0.17362496256828308, 0.011786006391048431, 0.13524501025676727, 0.0943853110074997, 0.2509958744049072, -0.022253502160310745, -0.1730152666568756, -0.011511155404150486, 0.07919484376907349, 0.01685381680727005, -0.05367905646562576, 0.11166028678417206, -0.019356898963451385, 0.019614413380622864, -0.059660084545612335, -0.028282450512051582, 0.06172594800591469, -0.03796778991818428, -0.05233382806181908, 0.07355260103940964, -0.06507531553506851, 0.04296591877937317, -0.033170368522405624, 0.07130736112594604, -0.00880647636950016, -0.06088925898075104, 0.15736772119998932, 0.129484161734581, -0.03824415057897568, 0.048242293298244476, -0.11338202655315399, -0.01734761893749237, -0.05883263051509857, -0.06954754889011383, -0.027201974764466286, 0.041280943900346756, 0.008218559436500072, -0.007396242115646601, 0.12043611705303192, 0.047124914824962616, -0.0014313264982774854, -0.026024119928479195, -0.0008244126220233738, -0.05434219166636467, -0.05626768246293068, 0.0377010852098465, -0.04434427618980408, -0.1817912757396698, 0.04208172857761383, 0.002660672413185239, -0.05086524412035942, -0.07654872536659241, -0.03426297754049301, -0.1127607673406601, 0.09480435401201248, -0.03066108748316765, -0.001731467549689114, 0.003562541911378503, 0.0649566501379013, -0.05544285848736763, -0.0021090114023536444, -0.022191820666193962, 0.016742324456572533, -0.053436487913131714, 0.15011084079742432, 0.015805816277861595, 0.02345053106546402, 0.10786415636539459, -0.19633831083774567, -0.032471559941768646, 0.18033888936042786, 0.026101676747202873, -0.060667455196380615, -0.0242009237408638, 0.0035634138621389866, 0.19493846595287323, -0.08862864226102829, 0.07335912436246872, -0.11390125006437302, 0.03528067097067833, 0.008974410593509674, -0.17335805296897888, -0.0002859086962416768, 0.06371062248945236, 0.072529636323452, -0.22180351614952087, 0.1539296656847, 0.04781680926680565, -0.05157364904880524, 0.24692308902740479, 0.04442671686410904, -0.03978757932782173, -0.05813124030828476, 0.014746993780136108, -0.1024366244673729, 0.0639115422964096, -0.12289497256278992, 0.01664264127612114, 0.014100645668804646, 0.03701837733387947, 0.09420671314001083, -0.12192904204130173, -0.043504953384399414, 0.0476139672100544, -0.07682466506958008, -0.10580938309431076, -0.050140008330345154, -0.14167003333568573, 0.01148669421672821, -0.041689883917570114, -0.0988728329539299, 0.047671206295490265, -0.001993252895772457, -0.1331387758255005, 0.10717692226171494, -0.17657190561294556, -0.22990360856056213, -0.15200871229171753, 0.053137898445129395, 0.014661849476397038, 0.026364173740148544, 0.060097452253103256, -0.11788944154977798, -0.030617162585258484, -0.05303318053483963, 0.029886402189731598, -0.03979548439383507, -0.04907744750380516, 0.05728520452976227, -0.017752476036548615, -0.011753113940358162, -0.10893174260854721, -0.0013204100541770458, -0.021889034658670425, 0.039074208587408066, 0.004615666810423136, -0.09774160385131836, 0.07785690575838089, 0.19648249447345734, 0.026901328936219215, -0.05334905907511711, -0.022821711376309395, 0.20403513312339783, -0.08405658602714539, 0.07082473486661911, 0.16420841217041016, -0.018405025824904442, 0.037652064114809036, 0.11441945284605026, 0.05039173364639282, 0.021104274317622185, 0.02839450165629387, -0.0601193867623806, -0.03373061120510101, -0.34203779697418213, -0.06244046241044998, -0.013469652272760868, 0.06456411629915237, -0.03447612747550011, 0.009179924614727497, 0.07657095044851303, 0.10887351632118225, -0.01193450577557087, 0.07641088962554932, -0.003168262541294098, 0.006874385289847851, -0.018957609310746193, 0.01741855964064598, 0.05434810370206833, -0.05755672603845596, -0.009759834967553616, 0.10771970450878143, 0.061040088534355164, 0.01682955212891102, 0.09688274562358856, 0.14052000641822815, 0.11841483414173126, 0.1367761641740799, 0.06638167053461075, -0.03376883640885353, 0.02023787796497345, 0.0069725848734378815, -0.031357988715171814, -0.06581708043813705, -0.0028552780859172344, 0.11672894656658173, 0.036687709391117096, -0.04534028470516205, 0.0717746838927269, 0.10782793909311295, 0.016372982412576675, 0.07684265822172165, 0.04878174513578415, -0.2665204107761383, 0.012239053845405579, 0.020681537687778473, -0.0020659654401242733, -0.030225610360503197, 0.08840934932231903, 0.16279447078704834, -0.036565572023391724, 0.10579855740070343, 0.10219643265008926, 0.0709114670753479, -0.04347526654601097, -0.027640722692012787, 0.09331998974084854, 0.01916496828198433, -0.015568936243653297, 0.08700176328420639, -0.23669947683811188, 0.1640445739030838, 0.0025901207700371742, 0.09488572180271149, 0.018972326070070267, 0.008621412329375744, -0.03129439428448677, 0.008388903923332691, 0.15190055966377258, 0.06286737322807312, -0.014348206110298634, -0.0375700518488884, -0.1250665932893753, -0.03427855297923088, 0.03485594689846039, 0.07324554026126862, -0.04774728789925575, 0.06420844793319702, 0.032456494867801666, 0.04101184755563736, -0.061860091984272, -0.25023388862609863, -0.012449736706912518, -0.004319044761359692, 0.20449303090572357, -0.036136332899332047, 0.009963522665202618, -0.07794883847236633, -0.09259632974863052, 0.05434098839759827, -0.09230034053325653, -0.1306362748146057, -0.019099652767181396, -0.0920100063085556, 0.08194224536418915, -0.06859643757343292, 0.04163512587547302, 0.07167946547269821, 0.02885720133781433, -0.026391850784420967, -0.025032024830579758, 0.16339866816997528, -0.1387406885623932, -0.05340295284986496, -0.06035155802965164, 0.08424491435289383, 0.1612759679555893, 0.037969619035720825, 0.004586077760905027, -0.0457187257707119, -0.027646150439977646, -0.0880795270204544, -0.024788901209831238, 0.02702014334499836, -0.10145141929388046, 0.06782639026641846, 0.031095005571842194, -0.18565595149993896, -0.10746867209672928, -0.07601766288280487, 0.06835021823644638, 0.2513924241065979, -0.03219464421272278, 0.08269540965557098, 0.2657957375049591, -0.07895339280366898, -0.18322907388210297, -0.0855957567691803, 0.11471318453550339, 0.004248837009072304, 0.052572716027498245, -0.1459730565547943, 0.08320625126361847, 0.039321959018707275, -0.029911743476986885, -0.006836040411144495, -0.2570163607597351, -0.14149710536003113, 0.09807261824607849, -0.05227876082062721, 0.10396052151918411, -0.057146940380334854, -0.07153818011283875, -0.04814804717898369, -0.08090600371360779, 0.09979655593633652, -0.04508187621831894, 0.05197339877486229, 0.09664878994226456, 0.07550077885389328, -0.03388733044266701, 0.0135717261582613, 0.11308948695659637, 0.1183493509888649, -0.023860499262809753, -0.02670176327228546, -0.01140405423939228, 0.05203572288155556, 0.04875761270523071, 0.10000816732645035, 0.08955153822898865, -0.026993772014975548, -0.15800808370113373, -0.04487175866961479, -0.05918292701244354, -0.011659138835966587, 0.007553132716566324, -0.10749321430921555, -0.06774230301380157, -0.009290160611271858, 0.06690157204866409, 0.030686231330037117, 0.24735242128372192, -0.005032214801758528, 0.010388203896582127, 0.20775985717773438, 0.06327182054519653, 0.011048751883208752, -0.10288787633180618, -0.009765329770743847, -0.09740420430898666, 0.08607253432273865, -0.13579581677913666, -0.003816362703219056, 0.04655885696411133, -0.02675347961485386, 0.07534608244895935, 0.03207046911120415, -0.1490875482559204, 0.058472808450460434, 0.07748156040906906, -0.06630256772041321, -0.03879443556070328, -0.06106342375278473, 0.00998276099562645, 0.07354183495044708, 0.02117820829153061, 0.17539750039577484, -0.15958866477012634, -0.026049809530377388, -0.00836933869868517, 0.06071094423532486, -0.17077599465847015, 0.20167595148086548, 0.1280885487794876, -0.008918995968997478, -0.09152942150831223, 0.19136714935302734, 0.06014582887291908, 0.05012384057044983, 0.03586730360984802, 0.0520496740937233, -0.07570242881774902, -0.044124536216259, -0.018070494756102562, 0.03183960169553757, -0.12398136407136917, -0.17107953131198883, -0.09207551181316376, -0.02482862025499344, -0.011348218657076359, -0.04889751598238945, 0.041088711470365524, -0.04535152018070221, 0.019603528082370758, 0.04159135743975639, 0.0018545297207310796, 0.030967192724347115, 0.16284236311912537, 0.05784453824162483, -0.19450518488883972, 0.04771290346980095, 0.04098008945584297, 0.09327325224876404, -0.06493070721626282, 0.04809853434562683, -0.047878578305244446, 0.05613931640982628, 0.04019620269536972, 0.043138355016708374, -0.08193954080343246, -0.052745770663022995, 0.008642135187983513, -0.047820497304201126, -0.0777352899312973, 0.07528354227542877, -0.05858037620782852, 0.03230206295847893, 0.04145165905356407, 0.062125492841005325, -0.07417475432157516, -0.0036652435082942247, 0.007544397376477718, 0.001945224474184215, 0.014739724807441235, 0.07310552895069122, -0.03956929221749306, -0.009396964684128761, -0.17211763560771942, 0.04888478294014931, 0.12989406287670135, 0.061037201434373856, 0.015425457619130611, 0.013925520703196526, -0.03877799212932587, 0.04697224870324135, 0.027515342459082603, -0.08454931527376175, -0.014347066171467304, -0.04306042939424515, 0.015806371346116066, -0.09491610527038574, -0.01262789685279131, -0.03194056823849678, 0.027126673609018326, 0.12069069594144821, 0.059012871235609055, 0.1548173427581787, -0.060802288353443146, 0.00018395943334326148, -0.044066205620765686, 0.030898919329047203, 0.021413544192910194, -0.011954067274928093, -0.05736778303980827, -0.032913535833358765, -0.006533857900649309, -0.06771597266197205, 0.10657289624214172, 0.005846038460731506, -0.08951340615749359, 0.0022964777890592813, -0.04463578015565872, 0.006320790387690067, 0.0021113697439432144, 0.10980582237243652, -0.049279578030109406, -0.01903078518807888, -0.140592560172081, -0.015996679663658142, 0.07584908604621887, 0.0816337987780571, -0.029071761295199394, 0.05912725254893303, 0.01750808395445347, 0.1465652734041214, 0.019884804263710976, 0.020391760393977165, -0.17639341950416565, -0.07463901489973068, -0.01623115874826908, 0.02459731325507164, 0.03146471083164215, 0.09097803384065628, 0.10943400859832764, -0.08600103855133057, -0.024759601801633835, 0.03588595986366272, -0.07638268172740936, -0.161676824092865, -0.15381908416748047, -0.06780023127794266, -0.21512603759765625, -0.012309086509048939, -0.11437004804611206, 0.047963522374629974, 0.13890905678272247, 0.047069914638996124, -0.008304744027554989, 0.09982015192508698, 0.014187958091497421, -0.13428892195224762, 0.07431456446647644, -0.03860991448163986, 0.01371818594634533, -0.12356597185134888, -0.038296882063150406, 0.09938527643680573, 0.0416032038629055, 0.013654805719852448, -0.04708253964781761, -0.027902180328965187, 0.0814138650894165, 0.02459590509533882, -0.07208391278982162, -0.027993373572826385, 0.03409280255436897, 0.06148909777402878, 0.05829625204205513, 0.06921753287315369, -0.05182904005050659, 0.05365384370088577, 0.11658736318349838, -0.046224720776081085, -0.12275642901659012, -0.07296393066644669, -0.0030408096499741077, 0.002420372562482953, 0.12994515895843506, -0.015391401946544647, -0.07869300991296768, -0.08384741842746735, 0.14167718589305878, 0.16730938851833344, -0.06927017867565155, -0.049909692257642746, -0.06448636204004288, 0.02283654734492302, -0.07188203930854797, 0.06007479876279831, 0.0035227222833782434, 0.180417999625206, -0.045947328209877014, 0.021615277975797653, -0.12412609159946442, -0.01081890519708395, -0.034222181886434555, -0.07150046527385712, 0.03649212419986725, -0.061776053160429, -0.03492269665002823, 0.15538227558135986, -0.24552099406719208, -0.05345804616808891, -0.10349145531654358, -0.0406479649245739, -0.05869603902101517, 0.009675768204033375, 0.19626986980438232, 0.12390594184398651, 0.07780593633651733, -0.03327259048819542, 0.01333441399037838, 0.05634259060025215, 0.03029186837375164, -0.12978331744670868, -0.019477522000670433, 0.02020704559981823, -0.11087395995855331, 0.15067502856254578, -0.0050898343324661255, 0.19644851982593536, -0.004232093691825867, 0.048478394746780396, -0.00003948841185774654, 0.08437006920576096, 0.028339648619294167, 0.020667672157287598, -0.004342702683061361, -0.016689300537109375, -0.02455216273665428, 0.11430016160011292, 0.055968549102544785, -0.134950190782547, 0.008211673237383366, 0.12106476724147797, -0.05296171456575394, -0.12847010791301727, 0.012258587405085564, -0.11563096195459366, 0.10305892676115036, -0.03392278403043747, -0.08563459664583206, -0.04436014965176582, 0.005031004082411528, 0.06050260365009308, 0.03564456105232239, 0.1082136258482933, 0.053833331912755966, -0.1864291876554489, -0.07115231454372406, -0.037255264818668365, 0.13477860391139984, -0.0057128360494971275, 0.056345030665397644, -0.16621054708957672, -0.048325054347515106, -0.06857930123806, 0.03784970939159393, 0.05710097774863243, -0.00422424403950572, -0.005978750064969063, -0.0011223787441849709, -0.00296958745457232, 0.06796132028102875, -0.03228404000401497, -0.1508292853832245 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/jsut_conformer_fastspeech2_transformer_prosody` ♻️ Imported from https://zenodo.org/record/5499066/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_conformer_fastspeech2_transformer_prosody
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/jsut_conformer_fastspeech2_transformer_prosody' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_conformer_fastspeech2_transformer_prosody'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_conformer_fastspeech2_transformer_prosody'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 10, 53, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/jsut_conformer_fastspeech2_transformer_prosody'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.018256867304444313, -0.042724523693323135, -0.0009327695588581264, 0.025052467361092567, 0.08889126777648926, -0.024086831137537956, 0.20476308465003967, 0.03472897410392761, 0.0482872799038887, -0.036666154861450195, 0.10104861110448837, 0.07441249489784241, 0.07305429130792618, 0.17981186509132385, 0.07545207440853119, -0.2013017237186432, 0.04670361801981926, 0.043946947902441025, 0.0021337498910725117, 0.11877325922250748, 0.16756676137447357, -0.016237221658229828, 0.07501555979251862, 0.028898904100060463, -0.057057593017816544, 0.07544036209583282, -0.03169162571430206, -0.10801253467798233, 0.03149827942252159, 0.040489111095666885, 0.08663083612918854, 0.037491243332624435, 0.07772564888000488, -0.21832087635993958, 0.010958433151245117, -0.020046235993504524, -0.009265703149139881, 0.03126120939850807, 0.042494237422943115, 0.11474491655826569, -0.023263124749064445, 0.04286757484078407, -0.031271155923604965, 0.007169509306550026, -0.07312733680009842, -0.04045954346656799, 0.011344773694872856, 0.1283576488494873, 0.15217602252960205, 0.15986202657222748, -0.041519761085510254, 0.11641818284988403, -0.04340073838829994, 0.03313566744327545, 0.1167268455028534, -0.1940329521894455, -0.012098874896764755, 0.014651836827397346, 0.040211595594882965, 0.13694943487644196, 0.06233058124780655, -0.015536308288574219, 0.123307965695858, 0.027145838364958763, -0.03391752764582634, -0.025183167308568954, -0.11113143712282181, -0.005353118292987347, -0.13559505343437195, 0.0044762915931642056, 0.25690019130706787, 0.035080838948488235, -0.004209219943732023, 0.008837812580168247, -0.0578584186732769, -0.05880836397409439, 0.009096769616007805, -0.16253754496574402, 0.03894992172718048, 0.03644125163555145, 0.06830301880836487, -0.07483361661434174, -0.1310909390449524, -0.07994836568832397, -0.04798784479498863, 0.08993399143218994, 0.050638750195503235, 0.04759705439209938, -0.12011630088090897, 0.019593948498368263, -0.0016525696264579892, -0.08628414571285248, 0.06607485562562943, -0.05723561346530914, 0.09114698320627213, 0.017420444637537003, 0.07399310916662216, -0.17090460658073425, 0.0036293365992605686, -0.04173387587070465, -0.035997722297906876, 0.016570011153817177, 0.14460664987564087, 0.08378239721059799, 0.06919199228286743, -0.014558452181518078, -0.09212802350521088, -0.10756538063287735, 0.002277347957715392, 0.05299188941717148, 0.03319767490029335, -0.045577436685562134, -0.1648748219013214, 0.05736575648188591, -0.0713576227426529, -0.04834962636232376, 0.009436803869903088, -0.03291286528110504, -0.10993846505880356, -0.06992786377668381, 0.23292729258537292, -0.04996787756681442, -0.014249254018068314, -0.04499753192067146, -0.06341592222452164, 0.1460312455892563, 0.02608293853700161, 0.09793060272932053, -0.06489452719688416, -0.040424514561891556, -0.0856330469250679, 0.041742902249097824, -0.06632742285728455, -0.07357907295227051, 0.03832634538412094, 0.04575729742646217, 0.003940863069146872, -0.18885724246501923, -0.15893852710723877, -0.06832907348871231, 0.02548612840473652, 0.03657696396112442, -0.06569282710552216, -0.1480121612548828, -0.036159880459308624, 0.031686168164014816, -0.09053140133619308, -0.13726924359798431, -0.07451660931110382, -0.0087615717202425, -0.0382135733962059, 0.057500939816236496, -0.08176856487989426, 0.059827279299497604, -0.11898408085107803, -0.05219762399792671, -0.200680211186409, 0.11983807384967804, -0.11572876572608948, -0.03350567817687988, -0.11196345835924149, -0.04836960509419441, -0.05498306825757027, 0.07674932479858398, 0.04338587820529938, 0.1743035465478897, -0.18724463880062103, -0.06795359402894974, 0.06264769285917282, -0.13559165596961975, -0.10479265451431274, 0.1615714579820633, 0.0025630451273173094, 0.1225261390209198, 0.10193075239658356, 0.2314908355474472, -0.0032317982986569405, -0.15977869927883148, -0.018815118819475174, 0.08560372143983841, 0.002744605066254735, -0.0717928558588028, 0.10507005453109741, -0.009884277358651161, 0.020493587478995323, -0.059958696365356445, -0.041803088039159775, 0.08812610059976578, -0.04034939035773277, -0.05021200701594353, 0.07790188491344452, -0.06347931921482086, 0.04301289841532707, -0.03316549211740494, 0.0797455832362175, 0.007044869475066662, -0.057847343385219574, 0.19665344059467316, 0.12857982516288757, -0.04244240000844002, 0.0397522896528244, -0.1164008155465126, -0.027640728279948235, -0.07544539868831635, -0.06067412346601486, -0.03462853655219078, 0.02941897138953209, 0.0031970825511962175, -0.030852051451802254, 0.11316254734992981, 0.06255293637514114, 0.00770495506003499, -0.03015049733221531, 0.00474064564332366, -0.05629623308777809, -0.05784013867378235, 0.04349072650074959, -0.04767438769340515, -0.17997194826602936, 0.04292535036802292, 0.0020177436526864767, -0.04576219990849495, -0.09501227736473083, -0.03321513161063194, -0.13018135726451874, 0.09992803633213043, -0.023809945210814476, -0.000449924758868292, -0.0007699264097027481, 0.0640164315700531, -0.054689135402441025, -0.003966195974498987, -0.02696128748357296, 0.004858171567320824, -0.05793595314025879, 0.160420224070549, 0.030467189848423004, 0.041354939341545105, 0.1079179048538208, -0.20717693865299225, -0.019728710874915123, 0.19322066009044647, 0.027230890467762947, -0.05616183578968048, -0.013481163419783115, 0.003989177290350199, 0.1975717544555664, -0.08165430277585983, 0.07406821101903915, -0.10268115997314453, 0.03520398586988449, 0.008003233931958675, -0.16553230583667755, 0.003649528371170163, 0.05688438564538956, 0.06707284599542618, -0.20886008441448212, 0.1612139195203781, 0.05197824165225029, -0.058734338730573654, 0.24402590095996857, 0.042585957795381546, -0.03972063958644867, -0.054981742054224014, -0.001218617893755436, -0.10854107141494751, 0.05434061959385872, -0.11652453243732452, 0.010919107124209404, 0.01422971487045288, 0.030274588614702225, 0.10188846290111542, -0.11475341022014618, -0.04216482862830162, 0.05510663613677025, -0.0779629573225975, -0.09430456161499023, -0.06023845076560974, -0.13663756847381592, 0.006880233995616436, -0.04095197096467018, -0.10704352706670761, 0.05055106058716774, -0.00044278238783590496, -0.12741124629974365, 0.11289152503013611, -0.17207425832748413, -0.2367325723171234, -0.17152447998523712, 0.05896592140197754, 0.010146019980311394, 0.030385896563529968, 0.04698417708277702, -0.11758765578269958, -0.026372402906417847, -0.047916002571582794, 0.04045421630144119, -0.033560313284397125, -0.04810921847820282, 0.07020380347967148, -0.024651426821947098, -0.012595734558999538, -0.10924335569143295, -0.0005734262522310019, -0.022522900253534317, 0.04451597109436989, -0.007908215746283531, -0.09654583781957626, 0.07561057060956955, 0.203189879655838, 0.020424094051122665, -0.057857878506183624, -0.016753079369664192, 0.1977190375328064, -0.0794234648346901, 0.06389517337083817, 0.16634178161621094, -0.008754415437579155, 0.03092636913061142, 0.1059684008359909, 0.051603902131319046, 0.025922538712620735, 0.023743849247694016, -0.059080712497234344, -0.027448397129774094, -0.3349952697753906, -0.06691674143075943, -0.009552543051540852, 0.04186849668622017, -0.048396721482276917, 0.013039605692029, 0.062102485448122025, 0.11229157447814941, 0.0031988874543458223, 0.07678784430027008, -0.0032599885016679764, -0.0014491465408354998, 0.009667225182056427, 0.013766669668257236, 0.053022027015686035, -0.05803331732749939, -0.026184001937508583, 0.10018301010131836, 0.04432914778590202, 0.005820121616125107, 0.0938640609383583, 0.14475655555725098, 0.11391131579875946, 0.11273529380559921, 0.0723823606967926, -0.025503847748041153, 0.03372294083237648, -0.0024000806733965874, -0.029909035190939903, -0.06126986816525459, -0.016108108684420586, 0.113211490213871, 0.03395158052444458, -0.039664968848228455, 0.08455853164196014, 0.12085168808698654, 0.01626005955040455, 0.07721962779760361, 0.04646313562989235, -0.2755943834781647, 0.004063695669174194, 0.018931563943624496, -0.007470543961971998, -0.029465995728969574, 0.08007078617811203, 0.16672317683696747, -0.03239738196134567, 0.09226241707801819, 0.1003362387418747, 0.06834211945533752, -0.05775102972984314, -0.023590125143527985, 0.08233797550201416, 0.03509226441383362, -0.009058414027094841, 0.09043768048286438, -0.2400110512971878, 0.14844785630702972, 0.0007037112955003977, 0.09466055780649185, 0.027451789006590843, 0.008411879651248455, -0.03437278792262077, 0.02013457752764225, 0.13929124176502228, 0.06617344170808792, -0.0036949010100215673, -0.04225296527147293, -0.12566913664340973, -0.030917204916477203, 0.021109409630298615, 0.06904051452875137, -0.04693569615483284, 0.06276507675647736, 0.031777117401361465, 0.04437491297721863, -0.05537930130958557, -0.23838628828525543, -0.0257031861692667, -0.013305852189660072, 0.20360617339611053, -0.027865391224622726, 0.006905801594257355, -0.0767839252948761, -0.08694001287221909, 0.061018895357847214, -0.08938312530517578, -0.12998580932617188, -0.02059776894748211, -0.08638673275709152, 0.07857346534729004, -0.0719958022236824, 0.04582434892654419, 0.07359028607606888, 0.030900584533810616, -0.0215524323284626, -0.02808067761361599, 0.15738189220428467, -0.13996592164039612, -0.03941204026341438, -0.05580514296889305, 0.06525210291147232, 0.15997706353664398, 0.0378018356859684, 0.007109607569873333, -0.05159761756658554, -0.02979350835084915, -0.0918799564242363, -0.03121844120323658, 0.05146048963069916, -0.12428992986679077, 0.0787658840417862, 0.03303953632712364, -0.17341606318950653, -0.10255315899848938, -0.07030510157346725, 0.0755746141076088, 0.23403815925121307, -0.033444181084632874, 0.07677619159221649, 0.26900070905685425, -0.081098772585392, -0.19258376955986023, -0.09753186255693436, 0.12088295817375183, 0.006675358396023512, 0.05853331461548805, -0.15089087188243866, 0.10155057162046432, 0.03865505009889603, -0.02654298022389412, -0.01305820420384407, -0.23931214213371277, -0.1305561512708664, 0.11458148807287216, -0.05258238688111305, 0.1256578117609024, -0.05060383677482605, -0.06895184516906738, -0.05633917823433876, -0.08905553817749023, 0.1066240444779396, -0.012928333133459091, 0.04992947727441788, 0.09224110841751099, 0.07485741376876831, -0.03417658060789108, 0.01226681750267744, 0.1113165095448494, 0.12049550563097, -0.012805826030671597, -0.01602681167423725, -0.009458593092858791, 0.05703512951731682, 0.052223581820726395, 0.09712202101945877, 0.08651157468557358, -0.025849444791674614, -0.16522663831710815, -0.05056591331958771, -0.0626370832324028, -0.011689691804349422, 0.01843765564262867, -0.10007189959287643, -0.06244313716888428, -0.014079629443585873, 0.06953436881303787, 0.03436632454395294, 0.2589804530143738, -0.0016928561963140965, 0.002208871068432927, 0.19684091210365295, 0.06184864789247513, 0.012604385614395142, -0.11363722383975983, -0.01307365857064724, -0.09282093495130539, 0.08917547762393951, -0.13125069439411163, 0.004276215564459562, 0.051873527467250824, -0.030177833512425423, 0.08047054708003998, 0.031443607062101364, -0.14504201710224152, 0.05142112076282501, 0.07704592496156693, -0.05645691230893135, -0.049385152757167816, -0.06135855242609978, 0.00021202510106377304, 0.07072228193283081, 0.021594226360321045, 0.1793939769268036, -0.1585484743118286, -0.02470935881137848, -0.006554764695465565, 0.0556095726788044, -0.17116427421569824, 0.21140486001968384, 0.11953024566173553, -0.002749281469732523, -0.09238798171281815, 0.18787889182567596, 0.051840513944625854, 0.048781149089336395, 0.036362193524837494, 0.03234929218888283, -0.07850831001996994, -0.040548719465732574, -0.010484058409929276, 0.044196926057338715, -0.13604561984539032, -0.16807682812213898, -0.09571211785078049, -0.0382404662668705, -0.012197126634418964, -0.06107353791594505, 0.04594355449080467, -0.035242531448602676, 0.01194311399012804, 0.03984147682785988, 0.0012796556111425161, 0.02810952253639698, 0.1551201045513153, 0.04958074912428856, -0.2019723355770111, 0.031410880386829376, 0.03994325175881386, 0.09066839516162872, -0.07143691182136536, 0.05876476317644119, -0.04070549085736275, 0.052284713834524155, 0.016685107722878456, 0.040903490036726, -0.07842712849378586, -0.0542718805372715, 0.014233008958399296, -0.04625815525650978, -0.07374271750450134, 0.07139308750629425, -0.06443489342927933, 0.033482812345027924, 0.04333733394742012, 0.06434424966573715, -0.07173004001379013, -0.0034991642460227013, -0.00012795644579455256, 0.0019647397566586733, 0.01442517340183258, 0.08309443295001984, -0.02795381285250187, -0.002507758093997836, -0.17667746543884277, 0.04003611579537392, 0.13782933354377747, 0.06252484768629074, 0.01972084306180477, 0.012290884740650654, -0.03600558266043663, 0.06058775633573532, 0.021770594641566277, -0.084157794713974, -0.03463687002658844, -0.03796136751770973, 0.01826685480773449, -0.098260298371315, 0.0026682864408940077, -0.03209220618009567, 0.023433668538928032, 0.12900568544864655, 0.06496095657348633, 0.1652027815580368, -0.06597471237182617, -0.002440112177282572, -0.04392818361520767, 0.032023947685956955, 0.017074719071388245, -0.0092074079439044, -0.05195920914411545, -0.03677700459957123, -0.010235719382762909, -0.06090503931045532, 0.1272110939025879, 0.004212668631225824, -0.10193270444869995, -0.0020785327069461346, -0.040509678423404694, 0.013978713192045689, 0.0005948786274529994, 0.10732325166463852, -0.037106893956661224, -0.01464647427201271, -0.12633024156093597, -0.01337902620434761, 0.081318698823452, 0.09847629070281982, -0.04286898672580719, 0.06364882737398148, 0.003172091441228986, 0.16042733192443848, 0.027589136734604836, 0.029597347602248192, -0.16557134687900543, -0.06347669661045074, -0.030245807021856308, 0.027078840881586075, 0.03132091090083122, 0.10238017141819, 0.10820084065198898, -0.07316496223211288, -0.01900566928088665, 0.04757257178425789, -0.07473074644804001, -0.15925075113773346, -0.15071797370910645, -0.06638265401124954, -0.22451476752758026, -0.016257885843515396, -0.11492584645748138, 0.029697583988308907, 0.1557614654302597, 0.04444738104939461, -0.008361289277672768, 0.09305600821971893, 0.04097740352153778, -0.13253572583198547, 0.06855756044387817, -0.045987434685230255, 0.0006966745713725686, -0.1271268129348755, -0.0321822315454483, 0.10747405886650085, 0.050208982080221176, 0.015678754076361656, -0.04770872741937637, -0.028189469128847122, 0.0893932431936264, 0.024379784241318703, -0.07707927376031876, -0.031238269060850143, 0.03671307489275932, 0.04943036660552025, 0.05578520894050598, 0.06567458808422089, -0.05963892862200737, 0.047734636813402176, 0.1105840802192688, -0.04505257308483124, -0.1263284981250763, -0.07311168313026428, 0.024958064779639244, 0.004836665466427803, 0.14690622687339783, -0.020892474800348282, -0.07368269562721252, -0.09471841156482697, 0.13628160953521729, 0.1766580492258072, -0.07993949949741364, -0.04951540008187294, -0.06292285025119781, 0.02045189030468464, -0.07700208574533463, 0.05314355716109276, 0.0013278586557134986, 0.17387308180332184, -0.04010899364948273, 0.021518364548683167, -0.1285851150751114, -0.015383889898657799, -0.01702992618083954, -0.0798950046300888, 0.03928636759519577, -0.054814163595438004, -0.032814398407936096, 0.1470467895269394, -0.2521921992301941, -0.07153232395648956, -0.10301662981510162, -0.037587206810712814, -0.052699875086545944, -0.0011023660190403461, 0.18867887556552887, 0.12437696754932404, 0.08006539195775986, -0.026623036712408066, 0.014561307616531849, 0.05839455500245094, 0.02263711765408516, -0.13430607318878174, -0.009584357030689716, 0.02324729412794113, -0.11269886046648026, 0.13161632418632507, -0.005725388415157795, 0.19327101111412048, -0.0003552270063664764, 0.04848071560263634, -0.00018891897343564779, 0.0883355662226677, 0.012485410086810589, 0.009754006750881672, -0.0045813606120646, -0.025850998237729073, -0.02259487472474575, 0.11189145594835281, 0.050187431275844574, -0.1364573836326599, 0.009325711987912655, 0.10146020352840424, -0.06964149326086044, -0.12418942153453827, -0.0033436932135373354, -0.10445483773946762, 0.09808242321014404, -0.03237316384911537, -0.078777015209198, -0.03408331423997879, 0.007942263968288898, 0.06293024867773056, 0.03519103676080704, 0.11754891276359558, 0.04561885446310043, -0.18509706854820251, -0.07343477755784988, -0.04905480518937111, 0.12765534222126007, -0.000012796230294043198, 0.06178933009505272, -0.1654886156320572, -0.05157002806663513, -0.05142099782824516, 0.03687157854437828, 0.06095654144883156, 0.010953057557344437, -0.008597241714596748, -0.002337011508643627, -0.00556287681683898, 0.06821680068969727, -0.03401574492454529, -0.1487157940864563 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_fastspeech` ♻️ Imported from https://zenodo.org/record/3986225/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_fastspeech
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_fastspeech' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_fastspeech'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_fastspeech'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 43, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_fastspeech'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.01316877081990242, -0.06489232927560806, -0.0013887290842831135, 0.0210550669580698, 0.06740882247686386, -0.01619620807468891, 0.21873407065868378, 0.048265695571899414, 0.10752485692501068, -0.059901680797338486, 0.11315551400184631, 0.08130468428134918, 0.05633815750479698, 0.17578600347042084, 0.05002804845571518, -0.1802513599395752, 0.023652097210288048, 0.02589014358818531, -0.002541340421885252, 0.09436723589897156, 0.1696772277355194, -0.015402416698634624, 0.06882882118225098, 0.018254496157169342, -0.01719369739294052, 0.0624953955411911, -0.029880182817578316, -0.10829141736030579, 0.041679512709379196, 0.035281650722026825, 0.0701715424656868, 0.029764743521809578, 0.05142081156373024, -0.2387603223323822, 0.008690866641700268, -0.04043739289045334, -0.012210043147206306, 0.023667452856898308, 0.053613051772117615, 0.12156777083873749, -0.0409216433763504, 0.051019005477428436, -0.036366865038871765, 0.0058279442600905895, -0.05771656334400177, -0.0007735682302154601, 0.0327279195189476, 0.06490065902471542, 0.15384414792060852, 0.13086441159248352, -0.036779943853616714, 0.09574428200721741, -0.11133350431919098, 0.027354072779417038, 0.11439111083745956, -0.19610612094402313, 0.0027349807787686586, 0.025433765724301338, 0.032478298991918564, 0.17973415553569794, 0.03556567057967186, -0.0008197508286684752, 0.1133904904127121, 0.02536281757056713, -0.04030107334256172, -0.025570504367351532, -0.1258520483970642, 0.03770659863948822, -0.12603583931922913, 0.014437617734074593, 0.28950875997543335, 0.03996359556913376, 0.015867697075009346, -0.020156174898147583, -0.037041179835796356, -0.030193839222192764, -0.018577193841338158, -0.1533661037683487, 0.03619547560811043, 0.07589296996593475, 0.057531967759132385, -0.06334849447011948, -0.1449146866798401, -0.06838777661323547, -0.020046591758728027, 0.047442976385354996, 0.040302637964487076, 0.05747818574309349, -0.11336986720561981, -0.000208897894481197, -0.003917733673006296, -0.08282683789730072, 0.07648056000471115, -0.06964891403913498, 0.12217645347118378, 0.026456551626324654, 0.08904750645160675, -0.1424974501132965, 0.055230412632226944, -0.1029261127114296, -0.0371057502925396, 0.01859915815293789, 0.1283312737941742, 0.10672199726104736, 0.06166885420680046, -0.053113654255867004, -0.06617497652769089, -0.10110816359519958, 0.006069031544029713, 0.02617817558348179, 0.01742282696068287, -0.04895041882991791, -0.17510652542114258, 0.07481168210506439, -0.09140682220458984, -0.026306087151169777, -0.014796423725783825, -0.059463974088430405, -0.12882740795612335, -0.05628802627325058, 0.18978306651115417, -0.03246220573782921, 0.010961254127323627, -0.011771158315241337, -0.05892924591898918, 0.11705924570560455, -0.013208123855292797, 0.10882871598005295, -0.07403028011322021, -0.02429727464914322, -0.07975034415721893, 0.03734948858618736, -0.05330449342727661, -0.0709657371044159, 0.06262103468179703, 0.06822595745325089, 0.017561083659529686, -0.17805784940719604, -0.14740605652332306, -0.04966876655817032, 0.02536296844482422, 0.02619573473930359, -0.048280976712703705, -0.16661380231380463, -0.056888021528720856, 0.05353230983018875, -0.08598064631223679, -0.1312933713197708, -0.1031932383775711, -0.009008263237774372, -0.0881681963801384, 0.05854174867272377, -0.07061063498258591, 0.04516589269042015, -0.10426273941993713, -0.07151160389184952, -0.14460447430610657, 0.13207370042800903, -0.13383112847805023, -0.03209369629621506, -0.09176643192768097, -0.03853299468755722, -0.08787569403648376, 0.07078440487384796, 0.02940262481570244, 0.2154725193977356, -0.2062537968158722, -0.0675826147198677, 0.04375108703970909, -0.10349905490875244, -0.12183114141225815, 0.19861599802970886, -0.010156572796404362, 0.1185937374830246, 0.09691988676786423, 0.2623831331729889, -0.004927088972181082, -0.18331575393676758, 0.003009210107848048, 0.1236344650387764, 0.002182976109907031, -0.0851074680685997, 0.1130930706858635, -0.0001915375323733315, 0.05278138443827629, -0.052107200026512146, 0.017211858183145523, 0.10970623791217804, -0.05474581941962242, -0.05607493594288826, 0.07565135508775711, -0.058860402554273605, 0.030507681891322136, -0.02737019769847393, 0.08342459052801132, -0.008212086744606495, -0.03189714252948761, 0.1637418270111084, 0.12711559236049652, -0.044552382081747055, 0.026960793882608414, -0.11438298225402832, -0.017449675127863884, -0.07102961093187332, -0.045998770743608475, -0.0062805055640637875, 0.025632498785853386, 0.013605566695332527, 0.021514805033802986, 0.10431946069002151, 0.07934455573558807, 0.015109415166079998, -0.046062447130680084, 0.006023054011166096, -0.030286479741334915, -0.03432044759392738, 0.03685934841632843, -0.050146445631980896, -0.19193436205387115, 0.08028040826320648, 0.0005269164685159922, -0.048382390290498734, -0.11218540370464325, -0.047842979431152344, -0.08852767944335938, 0.08247365057468414, -0.012213239446282387, 0.013106712140142918, -0.002775415778160095, 0.0645570233464241, -0.05273223668336868, 0.0009180885972455144, -0.027630873024463654, -0.00733560137450695, -0.06621452420949936, 0.20029990375041962, 0.0696389302611351, 0.1035589724779129, 0.10439738631248474, -0.21389789879322052, 0.0011231009848415852, 0.18281088769435883, 0.027006197720766068, -0.050053223967552185, -0.029201246798038483, 0.020782645791769028, 0.1627732366323471, -0.0841468945145607, 0.07275951653718948, -0.12918291985988617, 0.03227802738547325, 0.008818071335554123, -0.16894754767417908, 0.03235675394535065, 0.07285147160291672, 0.0835602730512619, -0.2178242802619934, 0.16963137686252594, 0.07727281749248505, -0.06260882318019867, 0.2759988605976105, 0.02490810491144657, -0.05102582275867462, -0.04031691327691078, 0.032316192984580994, -0.11015131324529648, 0.058958038687705994, -0.11713436990976334, 0.018768521025776863, 0.014925707131624222, 0.04043480008840561, 0.11719780415296555, -0.1195625439286232, -0.05156601220369339, 0.02932032383978367, -0.0848587229847908, -0.09266158193349838, -0.06270495057106018, -0.11821039021015167, 0.02249959670007229, -0.04570416361093521, -0.15515321493148804, 0.04908768832683563, -0.020702939480543137, -0.13323941826820374, 0.11150351166725159, -0.18132591247558594, -0.24858561158180237, -0.16469725966453552, 0.057148631662130356, 0.015337242744863033, 0.032841410487890244, 0.062431056052446365, -0.13952021300792694, -0.029323594644665718, -0.04688252508640289, -0.01585157960653305, -0.0029976775404065847, -0.05745691806077957, 0.04508395120501518, -0.0021655599121004343, -0.04120727628469467, -0.11643808335065842, -0.008929168805480003, -0.036902572959661484, 0.07016457617282867, -0.006908688228577375, -0.1132793202996254, 0.06761999428272247, 0.2173098474740982, 0.026154445484280586, -0.05835358425974846, -0.024954911321401596, 0.20184850692749023, -0.09164997190237045, 0.05009814724326134, 0.11524482816457748, -0.01999090053141117, 0.04112344607710838, 0.10084722191095352, 0.0850023552775383, 0.023116549476981163, 0.02195686660706997, -0.06933524459600449, -0.019954245537519455, -0.3391653597354889, -0.08263877779245377, -0.04794129356741905, 0.0730520635843277, -0.08581401407718658, 0.028213923797011375, 0.04901476204395294, 0.08586975932121277, 0.020500726997852325, 0.04458320885896683, 0.03668685257434845, 0.007588577922433615, 0.02946263924241066, 0.0032846180256456137, 0.0345589853823185, -0.06390927731990814, -0.05819118022918701, 0.12389833480119705, 0.07590685039758682, 0.019372280687093735, 0.1082896739244461, 0.17781740427017212, 0.10590493679046631, 0.11418664455413818, 0.08227813243865967, -0.027443040162324905, 0.037090156227350235, -0.009143511764705181, -0.048049457371234894, -0.07068506628274918, -0.009730254299938679, 0.1271945983171463, 0.050820719450712204, -0.08995109051465988, 0.09995651245117188, 0.14219500124454498, 0.045126281678676605, 0.06732533127069473, 0.05127422884106636, -0.2466103583574295, 0.03123103827238083, 0.02309752255678177, -0.019291715696454048, -0.024764440953731537, 0.11608076095581055, 0.21128429472446442, -0.025527477264404297, 0.044374167919158936, 0.11691713333129883, 0.07253353297710419, -0.053473297506570816, -0.02315785177052021, 0.04577607288956642, -0.018401002511382103, -0.017078204080462456, 0.09803970903158188, -0.23228925466537476, 0.1288357526063919, 0.0035849036648869514, 0.08992981910705566, 0.006207662634551525, -0.00031984291854314506, -0.018259938806295395, -0.003138926113024354, 0.1297154575586319, 0.06446907669305801, 0.020876187831163406, -0.03318087384104729, -0.1301010251045227, -0.017178723588585854, 0.04414013773202896, 0.1090923324227333, -0.08768114447593689, 0.053665392100811005, 0.025095077231526375, 0.06496307998895645, -0.11718956381082535, -0.2072693407535553, -0.03179294243454933, -0.027741560712456703, 0.23883403837680817, -0.06273949891328812, 0.02103736251592636, -0.06133580207824707, -0.07151248306035995, 0.07426885515451431, -0.08687813580036163, -0.13306917250156403, -0.014242483302950859, -0.1299145370721817, 0.08890627324581146, -0.056717339903116226, 0.05664921551942825, 0.0936742052435875, 0.022388193756341934, -0.009917939081788063, -0.01685059443116188, 0.14246413111686707, -0.14849187433719635, -0.02562708966434002, -0.06440062075853348, 0.0823078528046608, 0.1240454688668251, 0.03533052280545235, 0.02181144990026951, -0.062169503420591354, -0.05081627890467644, -0.10299887508153915, -0.03123481385409832, 0.02023383043706417, -0.1397251933813095, 0.08629362285137177, 0.015981025993824005, -0.1751527190208435, -0.09771666675806046, -0.09725205600261688, 0.1222347766160965, 0.2632399797439575, -0.02592230960726738, 0.10621901601552963, 0.2895212173461914, -0.08650152385234833, -0.18689367175102234, -0.1374812126159668, 0.11434309929609299, -0.008003363385796547, 0.06255795806646347, -0.14720623195171356, 0.10187038779258728, 0.03771091625094414, -0.045227620750665665, 0.023395229130983353, -0.2500411570072174, -0.13421009480953217, 0.11295271664857864, -0.06452357023954391, 0.15772181749343872, -0.07286398857831955, -0.06824309378862381, -0.04453219473361969, -0.09550675004720688, 0.126915842294693, 0.009094242006540298, 0.052056219428777695, 0.10419817268848419, 0.08883444964885712, -0.027592331171035767, 0.011777546256780624, 0.11175144463777542, 0.10386412590742111, -0.002643945859745145, -0.0030381265096366405, -0.013068781234323978, 0.054522786289453506, 0.0653330385684967, 0.0926860049366951, 0.06380818784236908, -0.034303437918424606, -0.1994415670633316, -0.04031767323613167, -0.04516477882862091, -0.014416723512113094, 0.034218356013298035, -0.10244622081518173, -0.0744224339723587, -0.019626889377832413, 0.07239117473363876, 0.043365273624658585, 0.2783733904361725, 0.013893023133277893, -0.014154728502035141, 0.18005570769309998, 0.09085860848426819, -0.056319281458854675, -0.0670921802520752, -0.01798318512737751, -0.10558323562145233, 0.07452461123466492, -0.1623656004667282, 0.014225411228835583, 0.047920454293489456, -0.033248767256736755, 0.09088956564664841, 0.04745034500956535, -0.13113181293010712, 0.06816264241933823, 0.1069229319691658, -0.06459977477788925, -0.03396769240498543, -0.07508501410484314, 0.002002541208639741, 0.10790051519870758, 0.010916166938841343, 0.17051991820335388, -0.1501108705997467, -0.010069411247968674, -0.0011242241598665714, 0.07307849824428558, -0.15713724493980408, 0.1938977688550949, 0.13389232754707336, -0.015076483599841595, -0.10330748558044434, 0.1820688396692276, 0.04405878484249115, 0.06158271059393883, 0.03534778580069542, 0.046935901045799255, -0.0764034315943718, -0.035319145768880844, 0.004188640043139458, 0.06655806303024292, -0.12208560109138489, -0.17660193145275116, -0.08122742921113968, -0.027492081746459007, -0.008210238069295883, -0.07265234738588333, 0.03206179291009903, -0.0243438258767128, 0.0178912915289402, 0.04444840922951698, 0.026665298268198967, 0.044788770377635956, 0.1306433379650116, 0.017269590869545937, -0.1950305849313736, -0.024046624079346657, 0.02399611473083496, 0.06456305086612701, -0.08120493590831757, 0.046353213489055634, -0.055216092616319656, 0.0633418932557106, 0.02830812893807888, 0.06723739206790924, -0.070241279900074, -0.04162688925862312, 0.0037895783316344023, -0.04220777750015259, -0.08012872189283371, 0.06953609734773636, -0.07758189737796783, 0.04002702608704567, 0.04514598101377487, 0.08656039834022522, -0.0909690111875534, -0.011192027479410172, 0.01451810635626316, 0.003771157469600439, 0.02636590227484703, 0.08726757019758224, -0.041695449501276016, 0.02699173428118229, -0.21172483265399933, 0.025814387947320938, 0.17877915501594543, 0.0690789520740509, 0.017677653580904007, 0.04115762189030647, -0.02472718618810177, 0.08151645958423615, 0.019295956939458847, -0.07980886101722717, -0.055218156427145004, -0.03973652422428131, 0.013762621209025383, -0.13374529778957367, -0.03073177859187126, -0.03607473149895668, 0.016748223453760147, 0.14233697950839996, 0.07317034900188446, 0.15059307217597961, -0.05154767259955406, -0.0063213468529284, -0.018688801676034927, 0.028208719566464424, 0.022970547899603844, -0.02442151866853237, -0.07574090361595154, -0.0342758409678936, -0.018554996699094772, -0.08378391712903976, 0.1584339588880539, 0.027273844927549362, -0.14158299565315247, -0.013124316930770874, -0.05929330363869667, 0.007322441320866346, 0.006322490982711315, 0.1201503723859787, -0.028691986575722694, -0.03454726189374924, -0.17277613282203674, -0.02597363479435444, 0.09582481533288956, 0.0891411304473877, -0.07729273289442062, 0.0547318235039711, 0.008201783522963524, 0.15281681716442108, 0.040067408233881, 0.018092166632413864, -0.1510208249092102, -0.06037556380033493, -0.020013216882944107, 0.03097555600106716, 0.0022775663528591394, 0.12606880068778992, 0.1308595985174179, -0.061775851994752884, -0.023679910227656364, 0.024807488545775414, -0.06496137380599976, -0.18087710440158844, -0.10522055625915527, -0.07237646728754044, -0.222408264875412, -0.0036144896876066923, -0.1392725557088852, 0.04594935104250908, 0.16892758011817932, 0.06262670457363129, -0.022295130416750908, 0.06285788118839264, 0.04402723163366318, -0.11898868530988693, 0.08198954164981842, -0.05367618426680565, 0.008422336541116238, -0.13691113889217377, -0.04437074437737465, 0.08739572018384933, 0.031676094979047775, -0.0006837837281636894, -0.04292503744363785, -0.02512757107615471, 0.06644487380981445, -0.01627393811941147, -0.05682870000600815, -0.03593418747186661, 0.03164560720324516, 0.03440524637699127, 0.05466247722506523, 0.06590969115495682, -0.06987501680850983, 0.06743061542510986, 0.12598659098148346, -0.04594401270151138, -0.15074683725833893, -0.07501088082790375, 0.011033606715500355, 0.0038982366677373648, 0.1635131537914276, -0.041949305683374405, -0.0782247930765152, -0.09702246636152267, 0.140594482421875, 0.18305683135986328, -0.11422231793403625, -0.04555998742580414, -0.05856739729642868, 0.020120535045862198, -0.09278997033834457, 0.08964259922504425, 0.008844345808029175, 0.23231475055217743, -0.03818546608090401, 0.03989902883768082, -0.13090930879116058, -0.004537494387477636, -0.052966441959142685, -0.04947763308882713, 0.0492573045194149, -0.064076267182827, -0.0471925251185894, 0.15764541923999786, -0.2796817421913147, -0.04264090210199356, -0.1550549864768982, -0.05636313930153847, -0.04030096158385277, -0.0049405787140131, 0.15925410389900208, 0.10189516097307205, 0.07608877122402191, -0.03844228759407997, -0.0027259672060608864, -0.006100097205489874, 0.018169675022363663, -0.14637978374958038, 0.0373256541788578, 0.005749913863837719, -0.13786150515079498, 0.1050787940621376, 0.010425646789371967, 0.21380206942558289, -0.0003684459952637553, 0.043080952018499374, 0.00806258711963892, 0.08822930604219437, 0.030867069959640503, 0.002995733404532075, -0.016715852543711662, -0.03855983912944794, -0.02484753541648388, 0.09727707505226135, 0.0717540979385376, -0.09748905152082443, 0.005269981920719147, 0.09019844233989716, -0.060160908848047256, -0.12217776477336884, -0.021836893633008003, -0.09405476599931717, 0.0710686594247818, -0.06761275976896286, -0.06446478515863419, -0.03773275390267372, 0.011785791255533695, 0.06345107406377792, 0.030978089198470116, 0.05901898816227913, 0.0374637208878994, -0.1754460632801056, -0.07595549523830414, 0.0029921731911599636, 0.12403440475463867, 0.012560623697936535, 0.07098225504159927, -0.16793878376483917, -0.01502107921987772, -0.06070448458194733, 0.03515185788273811, 0.09204868227243423, -0.003220684826374054, -0.0018973506521433592, -0.05617811903357506, 0.007669428829103708, 0.05130147561430931, 0.009370395913720131, -0.13363058865070343 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_fastspeech2` ♻️ Imported from https://zenodo.org/record/4032224/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_fastspeech2
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_fastspeech2' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_fastspeech2'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_fastspeech2'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 44, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_fastspeech2'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.010056794621050358, -0.05353793501853943, -0.001314585912041366, 0.025426097214221954, 0.06737560033798218, -0.014693153090775013, 0.2248949259519577, 0.0471552349627018, 0.10758309811353683, -0.06040103733539581, 0.11511002480983734, 0.07906753569841385, 0.061234310269355774, 0.17506584525108337, 0.049931351095438004, -0.18348971009254456, 0.021854573860764503, 0.02981233410537243, 0.003115093568339944, 0.09677182883024216, 0.17166849970817566, -0.01850145123898983, 0.07103827595710754, 0.019495900720357895, -0.015179409645497799, 0.0631232038140297, -0.02929297275841236, -0.11121382564306259, 0.04348127543926239, 0.03590822592377663, 0.07585861533880234, 0.031500257551670074, 0.06123385950922966, -0.2408677339553833, 0.007338739465922117, -0.04197440296411514, -0.015157039277255535, 0.02510388381779194, 0.0581231527030468, 0.12121707946062088, -0.03718075901269913, 0.053711045533418655, -0.035244591534137726, 0.00884262565523386, -0.0613076314330101, 0.0017773525323718786, 0.03221418708562851, 0.0738781988620758, 0.15941712260246277, 0.1302102953195572, -0.036305710673332214, 0.09939122200012207, -0.10523007810115814, 0.02521546557545662, 0.1168695017695427, -0.18771874904632568, 0.0017626453191041946, 0.028290364891290665, 0.02934441529214382, 0.1814405769109726, 0.0353398323059082, 0.001250078552402556, 0.11546105146408081, 0.023253805935382843, -0.039493199437856674, -0.025316346436738968, -0.12242220342159271, 0.039159324020147324, -0.12132667005062103, 0.011433658190071583, 0.2942740321159363, 0.04705296456813812, 0.01515265554189682, -0.01888219080865383, -0.0377688854932785, -0.02513868175446987, -0.013712320476770401, -0.1543276160955429, 0.03571110963821411, 0.07096222043037415, 0.05873735249042511, -0.06665221601724625, -0.1475187987089157, -0.0724419578909874, -0.01978529617190361, 0.04745761305093765, 0.0371028333902359, 0.058595720678567886, -0.11150898784399033, 0.001931017148308456, -0.0028473425190895796, -0.084841288626194, 0.07638124376535416, -0.07148002088069916, 0.12017346173524857, 0.03181590884923935, 0.09488871693611145, -0.14371444284915924, 0.048450272530317307, -0.10272622853517532, -0.03698401898145676, 0.020563747733831406, 0.13150735199451447, 0.10885961353778839, 0.06652522832155228, -0.0570966973900795, -0.06712911278009415, -0.10059468448162079, 0.002955873729661107, 0.02512942999601364, 0.021005576476454735, -0.053682249039411545, -0.17734390497207642, 0.07442688941955566, -0.0970623791217804, -0.028913656249642372, -0.008834220468997955, -0.06335346400737762, -0.13047730922698975, -0.05577866733074188, 0.19483506679534912, -0.031765781342983246, 0.013400150462985039, -0.013355053961277008, -0.06097200885415077, 0.11466654390096664, -0.012558488175272942, 0.11293292045593262, -0.07006707787513733, -0.022394664585590363, -0.08158203214406967, 0.036116961389780045, -0.052233364433050156, -0.06885723769664764, 0.06635228544473648, 0.06518003344535828, 0.018834570422768593, -0.18158303201198578, -0.14589530229568481, -0.04771354794502258, 0.02416152134537697, 0.02453909069299698, -0.0475943386554718, -0.16541920602321625, -0.054914120584726334, 0.05282457545399666, -0.09025968611240387, -0.13217860460281372, -0.10064059495925903, -0.01169081125408411, -0.08574321866035461, 0.05637869983911514, -0.07750850170850754, 0.03989410027861595, -0.10173970460891724, -0.06787504255771637, -0.13675113022327423, 0.12728025019168854, -0.13106127083301544, -0.03869624808430672, -0.09077535569667816, -0.03815111890435219, -0.08587098866701126, 0.06780863553285599, 0.031264469027519226, 0.2197597473859787, -0.20399196445941925, -0.06538569927215576, 0.04022772237658501, -0.10615931451320648, -0.12504024803638458, 0.19415077567100525, -0.01110036764293909, 0.11751046031713486, 0.09453797340393066, 0.264861136674881, -0.017666414380073547, -0.18288646638393402, -0.004053235519677401, 0.11995167285203934, 0.002622768981382251, -0.08348201215267181, 0.1176527813076973, 0.0019544619135558605, 0.058245036751031876, -0.05404806509613991, 0.010775544680655003, 0.1026555746793747, -0.05611669272184372, -0.05865739285945892, 0.07789883762598038, -0.060738999396562576, 0.037640903145074844, -0.028378475457429886, 0.08263709396123886, -0.009506916627287865, -0.030945755541324615, 0.16632193326950073, 0.12631799280643463, -0.047411177307367325, 0.027915021404623985, -0.11762964725494385, -0.018616916611790657, -0.07222316414117813, -0.05086925998330116, -0.004332197830080986, 0.02539250999689102, 0.012344611808657646, 0.023954227566719055, 0.10418393462896347, 0.07912059128284454, 0.01637345179915428, -0.04143573343753815, 0.002548332093283534, -0.034419428557157516, -0.043826937675476074, 0.03997894376516342, -0.04437190294265747, -0.1906469166278839, 0.0762157291173935, 0.0016825648490339518, -0.0521758534014225, -0.11374965310096741, -0.04803520441055298, -0.08791321516036987, 0.089734748005867, -0.01557142660021782, 0.01055295392870903, -0.0046327742747962475, 0.06206044182181358, -0.05639271065592766, 0.0000992008499451913, -0.026914773508906364, -0.010226041078567505, -0.07521936297416687, 0.19585534930229187, 0.06767522543668747, 0.0996675193309784, 0.10330266505479813, -0.21892203390598297, 0.0033229682594537735, 0.18384480476379395, 0.026095915585756302, -0.048628855496644974, -0.034076299518346786, 0.01750030368566513, 0.16397710144519806, -0.08264210820198059, 0.06984454393386841, -0.12939099967479706, 0.032678455114364624, 0.009570915251970291, -0.170742005109787, 0.026921290904283524, 0.07090303301811218, 0.08485933393239975, -0.2197646200656891, 0.17220439016819, 0.0728016272187233, -0.05730649456381798, 0.2719782888889313, 0.030344516038894653, -0.049352046102285385, -0.042584218084812164, 0.028133172541856766, -0.11136160045862198, 0.06519143283367157, -0.11686252057552338, 0.020660048350691795, 0.016073351725935936, 0.043884847313165665, 0.11461292952299118, -0.1210303083062172, -0.056826040148735046, 0.03178224712610245, -0.08489244431257248, -0.1014261320233345, -0.06615288555622101, -0.1238868460059166, 0.025118499994277954, -0.04611377418041229, -0.14521992206573486, 0.047202423214912415, -0.02233329601585865, -0.13750940561294556, 0.1104295551776886, -0.17959517240524292, -0.2527308464050293, -0.1629975438117981, 0.05668080598115921, 0.014326056465506554, 0.03600865229964256, 0.05977461859583855, -0.1396438479423523, -0.02974395453929901, -0.04896131530404091, -0.021468931809067726, -0.00918112974613905, -0.058807309716939926, 0.05212799087166786, -0.0010051507269963622, -0.03980119898915291, -0.11656177788972855, -0.008572673425078392, -0.02946683205664158, 0.07081739604473114, -0.004853569902479649, -0.11058714240789413, 0.07518370449542999, 0.21268102526664734, 0.023230571299791336, -0.057544510811567307, -0.022492719814181328, 0.20406080782413483, -0.09430351108312607, 0.05177168920636177, 0.11589483171701431, -0.025966370478272438, 0.039803262799978256, 0.10023495554924011, 0.08492249995470047, 0.024730559438467026, 0.019779851660132408, -0.0706457868218422, -0.022243289276957512, -0.3407825827598572, -0.08145751059055328, -0.04500284418463707, 0.07648784667253494, -0.08469595015048981, 0.026835689321160316, 0.04641588404774666, 0.08948396146297455, 0.021448630839586258, 0.042215097695589066, 0.03812099248170853, 0.010028104297816753, 0.023457089439034462, 0.0034540833439677954, 0.03415809944272041, -0.0645112469792366, -0.0562840960919857, 0.1255464255809784, 0.08099822700023651, 0.013778391294181347, 0.10855002701282501, 0.17403849959373474, 0.10784324258565903, 0.11189638078212738, 0.07741913944482803, -0.02770567685365677, 0.03999115899205208, -0.007647654041647911, -0.04748031497001648, -0.06761343032121658, -0.01074018981307745, 0.13043004274368286, 0.04932805150747299, -0.09163903445005417, 0.1000644713640213, 0.13758477568626404, 0.047438692301511765, 0.05725657939910889, 0.04998435825109482, -0.24637261033058167, 0.03426211699843407, 0.030034078285098076, -0.018754012882709503, -0.023598749190568924, 0.11245010048151016, 0.21840929985046387, -0.03133633732795715, 0.053348444402217865, 0.1181831806898117, 0.07541991025209427, -0.05801820009946823, -0.027512406930327415, 0.03412524238228798, -0.027563653886318207, -0.018327176570892334, 0.10147348791360855, -0.227950781583786, 0.13566966354846954, 0.0036832212936133146, 0.08532162010669708, 0.006622183136641979, -0.004722150973975658, -0.021719783544540405, -0.0031750102061778307, 0.1371368020772934, 0.06550667434930801, 0.012436961755156517, -0.03574468567967415, -0.1264512538909912, -0.014931995421648026, 0.04126230999827385, 0.10677147656679153, -0.08871512115001678, 0.0569424144923687, 0.027040015906095505, 0.06361667811870575, -0.11316781491041183, -0.21248356997966766, -0.03216204047203064, -0.027130112051963806, 0.2354031205177307, -0.06426011025905609, 0.019999317824840546, -0.05956534668803215, -0.06546907126903534, 0.07190226018428802, -0.09010270237922668, -0.13307899236679077, -0.01672760583460331, -0.12210462987422943, 0.0905967727303505, -0.057703159749507904, 0.05539150908589363, 0.09630054980516434, 0.028440140187740326, -0.013153337873518467, -0.011228159070014954, 0.1376066654920578, -0.1464276909828186, -0.02904246747493744, -0.06684108078479767, 0.07915589213371277, 0.13010185956954956, 0.03825746476650238, 0.023649703711271286, -0.06291177123785019, -0.04620245471596718, -0.10669329762458801, -0.024675600230693817, 0.024647297337651253, -0.1321123242378235, 0.08252617716789246, 0.022060362622141838, -0.17254534363746643, -0.1004658043384552, -0.10224305838346481, 0.1214764341711998, 0.26660025119781494, -0.02891204133629799, 0.10274843871593475, 0.28803038597106934, -0.08781567215919495, -0.18081067502498627, -0.138405904173851, 0.11364617943763733, -0.007270675152540207, 0.070503368973732, -0.1419064998626709, 0.09074903279542923, 0.03808433189988136, -0.046297647058963776, 0.017378419637680054, -0.24677515029907227, -0.1339576542377472, 0.10588310658931732, -0.05868000164628029, 0.1456676572561264, -0.06940408051013947, -0.06837257742881775, -0.049077507108449936, -0.10391613841056824, 0.12865030765533447, 0.010617311112582684, 0.04703322425484657, 0.10453233122825623, 0.08923321217298508, -0.028871430084109306, 0.011153798550367355, 0.11749128252267838, 0.10349777340888977, -0.005977899767458439, -0.005825309548527002, -0.018173139542341232, 0.05605732649564743, 0.06572946906089783, 0.08912800997495651, 0.06833074986934662, -0.032466236501932144, -0.19808152318000793, -0.040830641984939575, -0.0429912693798542, -0.018000418320298195, 0.03269864618778229, -0.10700421780347824, -0.07705527544021606, -0.018898699432611465, 0.07458052784204483, 0.0467069186270237, 0.2797110974788666, 0.012193226255476475, -0.01681102067232132, 0.18727856874465942, 0.09383052587509155, -0.049461062997579575, -0.0662127286195755, -0.021784333512187004, -0.10516424477100372, 0.06888020038604736, -0.16652272641658783, 0.015073255635797977, 0.04783095046877861, -0.034335050731897354, 0.09018703550100327, 0.046861495822668076, -0.13473555445671082, 0.07357021421194077, 0.11028171330690384, -0.06462136656045914, -0.03352580592036247, -0.0725286677479744, 0.005862225778400898, 0.10840833932161331, 0.008870352059602737, 0.16831009089946747, -0.1490834504365921, -0.011385235004127026, -0.0010428192326799035, 0.07326695322990417, -0.15883547067642212, 0.18874450027942657, 0.13460204005241394, -0.015055510215461254, -0.09829690307378769, 0.18294329941272736, 0.044321220368146896, 0.06581684947013855, 0.03388068452477455, 0.04523942992091179, -0.07597780972719193, -0.03299671784043312, -0.0006573732243850827, 0.05874161422252655, -0.12934255599975586, -0.17984169721603394, -0.08068836480379105, -0.024978578090667725, -0.013530060648918152, -0.08473359048366547, 0.02984207682311535, -0.025936610996723175, 0.02429017424583435, 0.0448966883122921, 0.027060484513640404, 0.04150329902768135, 0.1342526078224182, 0.01733693853020668, -0.20152026414871216, -0.027155114337801933, 0.028142297640442848, 0.06760527193546295, -0.07914424687623978, 0.049276698380708694, -0.053039442747831345, 0.06526084989309311, 0.03089774399995804, 0.06772297620773315, -0.0720062255859375, -0.04329782724380493, 0.0016980721848085523, -0.04953746125102043, -0.08303000032901764, 0.06732646375894547, -0.07623858749866486, 0.03945297747850418, 0.04572282359004021, 0.08562483638525009, -0.0909164696931839, -0.011763885617256165, 0.0206639114767313, 0.0031227690633386374, 0.02466563694179058, 0.08587360382080078, -0.040833741426467896, 0.02625817246735096, -0.21650351583957672, 0.030409106984734535, 0.17841960489749908, 0.07254956662654877, 0.01837306097149849, 0.04214463010430336, -0.025814436376094818, 0.08233075588941574, 0.019708096981048584, -0.08117467910051346, -0.05011771246790886, -0.039351146668195724, 0.011157030239701271, -0.13603824377059937, -0.039911940693855286, -0.03829438239336014, 0.018686925992369652, 0.14415983855724335, 0.06958360224962234, 0.14605197310447693, -0.047907620668411255, 0.0010549563448876143, -0.023433370515704155, 0.03223971277475357, 0.02616450935602188, -0.021778402850031853, -0.06899929791688919, -0.03565095365047455, -0.021622678264975548, -0.08558663725852966, 0.16193096339702606, 0.019666291773319244, -0.13983850181102753, -0.011283540166914463, -0.05941323935985565, 0.014148804359138012, 0.005086981691420078, 0.12580828368663788, -0.03308718279004097, -0.03629973530769348, -0.17397606372833252, -0.02529033273458481, 0.09273868054151535, 0.07938087731599808, -0.07406801730394363, 0.04995814338326454, 0.003656658111140132, 0.14946812391281128, 0.04169429838657379, 0.016247987747192383, -0.153140127658844, -0.062360793352127075, -0.01709495671093464, 0.02297269180417061, 0.004026867914944887, 0.1211729571223259, 0.13849516212940216, -0.06797884404659271, -0.02539699710905552, 0.027339600026607513, -0.0686761662364006, -0.1790962964296341, -0.11058824509382248, -0.07391659170389175, -0.22364376485347748, -0.0008756819297559559, -0.1388925313949585, 0.047519758343696594, 0.1636505424976349, 0.0613100565969944, -0.025456875562667847, 0.06038358807563782, 0.04843999817967415, -0.11717304587364197, 0.07436917722225189, -0.048206083476543427, 0.011395012959837914, -0.13382036983966827, -0.041903652250766754, 0.08845378458499908, 0.03561849147081375, -0.0004258262924849987, -0.044240742921829224, -0.027122603729367256, 0.06553906947374344, -0.008602683432400227, -0.05724237486720085, -0.03807102143764496, 0.03175218403339386, 0.03674951568245888, 0.058781396597623825, 0.06389755755662918, -0.06320907920598984, 0.06456468254327774, 0.12861448526382446, -0.046155110001564026, -0.14288374781608582, -0.07456516474485397, 0.0011992888757959008, -0.0006356732919812202, 0.1610269993543625, -0.03828444331884384, -0.08296334743499756, -0.09792125970125198, 0.1406359225511551, 0.18636497855186462, -0.1146189495921135, -0.04759538546204567, -0.06350641697645187, 0.02213837020099163, -0.091248519718647, 0.08424631506204605, 0.001006572158075869, 0.2325131744146347, -0.04041852802038193, 0.04117407649755478, -0.1308523565530777, -0.001021115342155099, -0.0419934056699276, -0.04358743131160736, 0.050626832991838455, -0.06467080116271973, -0.04988880828022957, 0.1611432135105133, -0.27690213918685913, -0.046043846756219864, -0.15318432450294495, -0.05722431838512421, -0.03809282183647156, 0.0033294453751295805, 0.16081874072551727, 0.10070145130157471, 0.07754837721586227, -0.03946272283792496, -0.0024356660433113575, -0.0074644568376243114, 0.024003207683563232, -0.1490493267774582, 0.038756873458623886, 0.00443498557433486, -0.13164858520030975, 0.1176522746682167, 0.008759099058806896, 0.2168193757534027, 0.0000360785452357959, 0.0414857491850853, 0.007835716009140015, 0.08882582932710648, 0.03503771498799324, 0.0109684644266963, -0.018508335575461388, -0.03673892095685005, -0.02443704567849636, 0.09568651765584946, 0.0711335763335228, -0.10209672152996063, 0.0057952734641730785, 0.09697789698839188, -0.05947548896074295, -0.12222118675708771, -0.018007105216383934, -0.09728727489709854, 0.072904072701931, -0.0722176730632782, -0.06894431263208389, -0.04050824046134949, 0.013269060291349888, 0.0668075829744339, 0.030825436115264893, 0.06156160309910774, 0.043546583503484726, -0.1762564331293106, -0.0778253898024559, 0.0016325990436598659, 0.12514226138591766, 0.015221322886645794, 0.07369625568389893, -0.16672416031360626, -0.02064456231892109, -0.0577332079410553, 0.03164361044764519, 0.08950395882129669, -0.005423219408839941, -0.003417548257857561, -0.0570887066423893, 0.00889535341411829, 0.04868847504258156, 0.013666249811649323, -0.13330139219760895 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_fastspeech2_accent` ♻️ Imported from https://zenodo.org/record/4381100/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_fastspeech2_accent
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_fastspeech2_accent' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_fastspeech2_accent'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_fastspeech2_accent'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 47, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_fastspeech2_accent'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.008062335662543774, -0.041998449712991714, -0.0011956809321418405, 0.0339948907494545, 0.07385148108005524, -0.016350246965885162, 0.21113543212413788, 0.05039231479167938, 0.10295479744672775, -0.05865303426980972, 0.11140622198581696, 0.07139283418655396, 0.06136518344283104, 0.19059360027313232, 0.05465715005993843, -0.18155300617218018, 0.014270608313381672, 0.03226260840892792, -0.008208644576370716, 0.09328555315732956, 0.1709103137254715, -0.009315358474850655, 0.07915426045656204, 0.024253806099295616, -0.02478015050292015, 0.073816679418087, -0.01632329262793064, -0.1100311428308487, 0.04234631359577179, 0.03853306546807289, 0.07892847061157227, 0.02527768537402153, 0.056267425417900085, -0.2507365345954895, 0.006808379199355841, -0.04120006039738655, -0.0014624394243583083, 0.018918203189969063, 0.05926996096968651, 0.12037207931280136, -0.014065691269934177, 0.06393558531999588, -0.01846226677298546, 0.01629648730158806, -0.07505638897418976, 0.013075974769890308, 0.03631402552127838, 0.07788099348545074, 0.1497947871685028, 0.1252347081899643, -0.03899761661887169, 0.08889210969209671, -0.10154801607131958, 0.029055466875433922, 0.12007422000169754, -0.18102538585662842, -0.002469800179824233, 0.009374351240694523, 0.014918999746441841, 0.17675068974494934, 0.041402459144592285, -0.005902391858398914, 0.10892218351364136, 0.031105713918805122, -0.056479960680007935, -0.025977550074458122, -0.12236330658197403, 0.04176438972353935, -0.1117747351527214, 0.012522309087216854, 0.2753417193889618, 0.04675641283392906, 0.009595982730388641, -0.02140304259955883, -0.030728723853826523, -0.048564378172159195, -0.012851174920797348, -0.16986452043056488, 0.03113643266260624, 0.06926824897527695, 0.05379507690668106, -0.06981939822435379, -0.14789167046546936, -0.0653965100646019, -0.02885942906141281, 0.05654696002602577, 0.031060103327035904, 0.047730039805173874, -0.11761985719203949, 0.003108077449724078, -0.005952834151685238, -0.08041711896657944, 0.07876647263765335, -0.07757354527711868, 0.10006823390722275, 0.02272297628223896, 0.09319204092025757, -0.1507396697998047, 0.03320511057972908, -0.10369465500116348, -0.046158406883478165, 0.028899261727929115, 0.1211429238319397, 0.10324900597333908, 0.05609845370054245, -0.052640900015830994, -0.0648856982588768, -0.09900136291980743, -0.0044389874674379826, 0.024512851610779762, 0.014780967496335506, -0.05118371173739433, -0.18618759512901306, 0.06905937194824219, -0.10047232359647751, -0.03925078362226486, -0.01307301688939333, -0.06228659301996231, -0.14065836369991302, -0.05314360931515694, 0.18834537267684937, -0.03276773542165756, 0.01735973358154297, -0.019630279392004013, -0.05589966103434563, 0.11717544496059418, -0.006237337365746498, 0.11632141470909119, -0.0612226165831089, -0.03778131306171417, -0.08607488125562668, 0.04118965193629265, -0.04879463464021683, -0.06278128176927567, 0.06998404860496521, 0.05856814607977867, 0.02068367227911949, -0.17168903350830078, -0.1394096463918686, -0.0445602647960186, 0.020498769357800484, 0.02508990839123726, -0.054061584174633026, -0.17551375925540924, -0.06381815671920776, 0.05275680869817734, -0.07794204354286194, -0.14154097437858582, -0.0918293371796608, -0.011994115076959133, -0.07811776548624039, 0.05747226998209953, -0.09133920073509216, 0.0421195924282074, -0.10523311793804169, -0.06613720953464508, -0.14792536199092865, 0.13394898176193237, -0.12034651637077332, -0.04567672312259674, -0.09837039560079575, -0.038506556302309036, -0.08854798972606659, 0.06773100048303604, 0.03192935511469841, 0.22348476946353912, -0.2085307240486145, -0.07422813773155212, 0.04823380336165428, -0.10352576524019241, -0.1104615330696106, 0.19368697702884674, -0.009631394408643246, 0.10809577256441116, 0.09947100281715393, 0.261091947555542, -0.01217509526759386, -0.20036032795906067, 0.02034444361925125, 0.11427602171897888, 0.0022879617754369974, -0.06615713983774185, 0.11487513035535812, 0.000666201114654541, 0.06082520633935928, -0.050305891782045364, 0.006175702437758446, 0.11601858586072922, -0.05659626051783562, -0.06496306508779526, 0.07127618789672852, -0.06024933233857155, 0.04571831598877907, -0.017279718071222305, 0.07675904780626297, -0.009246254339814186, -0.035395074635744095, 0.1626949906349182, 0.12008265405893326, -0.047521766275167465, 0.029497982934117317, -0.12275858223438263, -0.008887479081749916, -0.06492328643798828, -0.06299135088920593, -0.006487881764769554, 0.03759554401040077, 0.0076109678484499454, 0.03606376424431801, 0.12094595283269882, 0.07687075436115265, 0.018937746062874794, -0.033535342663526535, -0.007250327616930008, -0.038382407277822495, -0.05686333030462265, 0.046044230461120605, -0.03639506921172142, -0.20234882831573486, 0.08463787287473679, 0.004023043904453516, -0.03031780757009983, -0.12409169971942902, -0.048327092081308365, -0.09422608464956284, 0.09624791145324707, -0.005171929951757193, -0.0003526546061038971, -0.00699068745598197, 0.07372992485761642, -0.059927187860012054, -0.0026066347490996122, -0.026295995339751244, -0.013267538510262966, -0.07703346759080887, 0.19294124841690063, 0.06551029533147812, 0.09083736687898636, 0.10433493554592133, -0.20900516211986542, -0.015991484746336937, 0.16607873141765594, 0.030914904549717903, -0.04719647020101547, -0.02984730154275894, 0.02487117238342762, 0.19164761900901794, -0.08618742972612381, 0.0715671107172966, -0.12791793048381805, 0.04021605849266052, 0.019825322553515434, -0.16787788271903992, 0.019415205344557762, 0.0678885355591774, 0.08329430967569351, -0.23514989018440247, 0.17296867072582245, 0.06889563053846359, -0.04963400214910507, 0.2696200907230377, 0.03545746952295303, -0.05517561361193657, -0.044679705053567886, 0.027074458077549934, -0.11655110865831375, 0.062154192477464676, -0.10732991248369217, 0.02254515141248703, 0.00768353370949626, 0.03809776529669762, 0.10725151002407074, -0.12036027014255524, -0.05891159921884537, 0.04330434277653694, -0.08268706500530243, -0.10858941078186035, -0.066790871322155, -0.11626922339200974, 0.02873276360332966, -0.04236883670091629, -0.14244183897972107, 0.05270680785179138, -0.015231826342642307, -0.13890694081783295, 0.1053830236196518, -0.18600402772426605, -0.24298280477523804, -0.16876617074012756, 0.04788242280483246, 0.018346423283219337, 0.04101242870092392, 0.05035505071282387, -0.14098450541496277, -0.021194953471422195, -0.04650371894240379, -0.01369998324662447, -0.015032629482448101, -0.05815092474222183, 0.03851267322897911, 0.00040140171768143773, -0.04327578842639923, -0.09707212448120117, -0.011284570209681988, -0.0260511115193367, 0.07588465511798859, -0.011753452941775322, -0.12016946077346802, 0.07656775414943695, 0.21809062361717224, 0.009797478094696999, -0.047799233347177505, -0.02877645194530487, 0.20641764998435974, -0.09747002273797989, 0.06284605711698532, 0.11530710011720657, -0.03270680457353592, 0.03937147557735443, 0.10973908007144928, 0.0752774029970169, 0.0341654010117054, 0.024067522957921028, -0.07493432611227036, -0.024300698190927505, -0.33812716603279114, -0.07633384317159653, -0.048855774104595184, 0.061702027916908264, -0.08070145547389984, 0.018150851130485535, 0.056353598833084106, 0.08328267931938171, 0.023167990148067474, 0.04303945600986481, 0.037989210337400436, 0.007321060635149479, 0.032612137496471405, 0.01669713668525219, 0.030088765546679497, -0.06147845834493637, -0.06074197590351105, 0.12414725869894028, 0.0820043757557869, 0.006161224562674761, 0.1035323217511177, 0.17244777083396912, 0.10621023178100586, 0.09683417528867722, 0.0755031481385231, -0.03476444631814957, 0.04864398017525673, -0.007273297291249037, -0.04844415932893753, -0.059900913387537, -0.012571444734930992, 0.13646377623081207, 0.0734558254480362, -0.08981319516897202, 0.09868920594453812, 0.1543932855129242, 0.03464815393090248, 0.05964333936572075, 0.049287762492895126, -0.25113779306411743, 0.04568111523985863, 0.03188618645071983, -0.013538684695959091, -0.028149008750915527, 0.11134497076272964, 0.2263738363981247, -0.03467615693807602, 0.07167407125234604, 0.12170223891735077, 0.06643432378768921, -0.04391050338745117, -0.0285352636128664, 0.02940736711025238, -0.027067681774497032, -0.019204171374440193, 0.10248792916536331, -0.2436855584383011, 0.13239754736423492, 0.00026006458210758865, 0.0786239355802536, 0.004719095304608345, -0.0016758948331698775, -0.024253277108073235, -0.00737361004576087, 0.14225685596466064, 0.06991016119718552, 0.018215660005807877, -0.050691019743680954, -0.11880581080913544, -0.029296815395355225, 0.039423488080501556, 0.11673572659492493, -0.0820254385471344, 0.05895306542515755, 0.025444945320487022, 0.06226250156760216, -0.11011084914207458, -0.2162666618824005, -0.036684829741716385, -0.032538313418626785, 0.2242508977651596, -0.07310348004102707, 0.01822284422814846, -0.062403906136751175, -0.07548831403255463, 0.0651857852935791, -0.09049404412508011, -0.12402022629976273, -0.020425662398338318, -0.0988980233669281, 0.08402897417545319, -0.060262277722358704, 0.051970042288303375, 0.09333277493715286, 0.03656329959630966, -0.015935560688376427, -0.007706416770815849, 0.14125515520572662, -0.13592101633548737, -0.025956593453884125, -0.07048925012350082, 0.07604300230741501, 0.13231417536735535, 0.04466329142451286, 0.02758249267935753, -0.06546901166439056, -0.035445548593997955, -0.09928266704082489, -0.025863636285066605, 0.013518587686121464, -0.14515869319438934, 0.08711706846952438, 0.025332950055599213, -0.18074356019496918, -0.10658381134271622, -0.09507482498884201, 0.1259787380695343, 0.25069600343704224, -0.032598771154880524, 0.10765192657709122, 0.25681862235069275, -0.08810772746801376, -0.16795189678668976, -0.12971369922161102, 0.11988579481840134, 0.004203766584396362, 0.08539850264787674, -0.1447857916355133, 0.08906517922878265, 0.020311575382947922, -0.03560638800263405, 0.021800333634018898, -0.23921212553977966, -0.13191291689872742, 0.11153817176818848, -0.05224427208304405, 0.11769387125968933, -0.055430397391319275, -0.06358281522989273, -0.03889273479580879, -0.09349002689123154, 0.12741796672344208, 0.012536388821899891, 0.041037287563085556, 0.1071888655424118, 0.09283025562763214, -0.022237537428736687, 0.018200309947133064, 0.11183040589094162, 0.10274054110050201, -0.012268767692148685, -0.005534570664167404, -0.03369859606027603, 0.05265580117702484, 0.07274437695741653, 0.07870551198720932, 0.08814612030982971, -0.03498752787709236, -0.18328875303268433, -0.0406653955578804, -0.05058443546295166, -0.01992756873369217, 0.03146461024880409, -0.09686505049467087, -0.07435455173254013, -0.018611837178468704, 0.07776469737291336, 0.046162620186805725, 0.2599032521247864, -0.004484872333705425, -0.0050767939537763596, 0.18495452404022217, 0.10503807663917542, -0.02650437317788601, -0.06028733029961586, -0.023590493947267532, -0.10833291709423065, 0.05423472821712494, -0.15777035057544708, 0.015369393862783909, 0.04340323433279991, -0.028684556484222412, 0.09046357870101929, 0.04612177982926369, -0.13543404638767242, 0.07856982201337814, 0.11202216893434525, -0.05227237194776535, -0.015243836678564548, -0.08154086023569107, -0.002552214078605175, 0.1076122596859932, -0.016448505222797394, 0.1688465178012848, -0.14816485345363617, -0.016878148540854454, 0.0007438907050527632, 0.06305495649576187, -0.16493500769138336, 0.18021740019321442, 0.1366734504699707, -0.02179749496281147, -0.10351192206144333, 0.175000861287117, 0.03966765105724335, 0.05954907834529877, 0.03419124707579613, 0.04338400810956955, -0.07672674208879471, -0.026235684752464294, 0.003303809789940715, 0.06457705795764923, -0.11820011585950851, -0.18309292197227478, -0.07635647803544998, -0.034442368894815445, -0.006724318489432335, -0.08305154740810394, 0.020413773134350777, -0.02823602221906185, 0.013127540238201618, 0.038633301854133606, 0.03516194224357605, 0.03910141810774803, 0.1343936324119568, 0.0163964182138443, -0.2030891329050064, -0.02435178868472576, 0.027691584080457687, 0.07658924907445908, -0.07653474062681198, 0.050491925328969955, -0.0469130240380764, 0.06611152738332748, 0.05364357680082321, 0.06583103537559509, -0.066920705139637, -0.046646106988191605, 0.002247304655611515, -0.060898564755916595, -0.08154777437448502, 0.06807805597782135, -0.08427983522415161, 0.042081039398908615, 0.04166533797979355, 0.08969109505414963, -0.08059325814247131, -0.004155686590820551, 0.02512153424322605, 0.002375544048845768, 0.019273029640316963, 0.07824749499559402, -0.04705250263214111, 0.025848472490906715, -0.21508373320102692, 0.03463614359498024, 0.1677921712398529, 0.06793206185102463, 0.011832094751298428, 0.04460860788822174, -0.021173765882849693, 0.07706408202648163, 0.02479907125234604, -0.08272411674261093, -0.04552425816655159, -0.02899916097521782, -0.0011928941821679473, -0.12476696074008942, -0.05396804213523865, -0.046679772436618805, 0.029434185475111008, 0.1511470377445221, 0.05789460986852646, 0.14502942562103271, -0.048323266208171844, -0.002962976461276412, -0.03007393516600132, 0.03032856620848179, 0.020982954651117325, -0.008050791919231415, -0.07168903201818466, -0.04152219742536545, -0.015188009478151798, -0.06936214864253998, 0.1516733169555664, 0.006906771566718817, -0.1248839870095253, -0.01345799770206213, -0.05392567440867424, 0.012228022329509258, 0.009237554855644703, 0.12250082194805145, -0.02782951109111309, -0.03979276493191719, -0.15235750377178192, -0.02798084169626236, 0.08417562395334244, 0.10062729567289352, -0.06546487659215927, 0.041207440197467804, -0.00031662132823839784, 0.1527675837278366, 0.029391208663582802, 0.027732979506254196, -0.1457071602344513, -0.044771578162908554, -0.022435937076807022, 0.011399049311876297, 0.00837032962590456, 0.13008692860603333, 0.14130538702011108, -0.08339961618185043, -0.017655853182077408, 0.030238954350352287, -0.06961539387702942, -0.17137353122234344, -0.1060713455080986, -0.07136106491088867, -0.2310839295387268, -0.0001886777172330767, -0.13902178406715393, 0.0562722310423851, 0.14711697399616241, 0.06453030556440353, -0.028389450162649155, 0.06643767654895782, 0.05016442760825157, -0.13376061618328094, 0.07782816141843796, -0.04934938997030258, 0.0221975427120924, -0.13125085830688477, -0.04810917004942894, 0.08973180502653122, 0.037676356732845306, 0.006505830679088831, -0.04033081233501434, -0.02432209625840187, 0.06352536380290985, -0.016545923426747322, -0.05599368363618851, -0.03126091882586479, 0.02751304768025875, 0.036660533398389816, 0.04841076582670212, 0.06100233271718025, -0.061413973569869995, 0.058222588151693344, 0.11311841756105423, -0.04373614490032196, -0.1525762975215912, -0.0830235406756401, 0.028725218027830124, 0.00970369577407837, 0.15588387846946716, -0.04064400494098663, -0.08385301381349564, -0.08723780512809753, 0.1408810168504715, 0.17680425941944122, -0.11351627111434937, -0.052019502967596054, -0.05705435946583748, 0.02130112797021866, -0.0867660716176033, 0.07992486655712128, -0.011122399009764194, 0.20921505987644196, -0.05099926143884659, 0.03924936801195145, -0.13700369000434875, -0.007649893406778574, -0.032630812376737595, -0.03957589715719223, 0.06748396903276443, -0.065977543592453, -0.047890134155750275, 0.1722569316625595, -0.28798118233680725, -0.026876850053668022, -0.15181776881217957, -0.06931167095899582, -0.04369167238473892, -0.0008401776431128383, 0.146593376994133, 0.10631716996431351, 0.07439890503883362, -0.03959054499864578, 0.0001021198186208494, -0.013284523971378803, 0.023456018418073654, -0.15759867429733276, 0.0469808503985405, 0.004648951347917318, -0.14609861373901367, 0.10519634932279587, 0.006393195129930973, 0.21417096257209778, 0.004249098710715771, 0.04937422648072243, 0.022554052993655205, 0.07833056896924973, 0.03301709145307541, 0.029581354930996895, -0.019166991114616394, -0.02926265448331833, -0.022404994815587997, 0.08535861223936081, 0.06555146723985672, -0.09521494060754776, 0.01151224784553051, 0.08140452951192856, -0.0673343762755394, -0.11757780611515045, -0.011242419481277466, -0.09498757869005203, 0.07652308791875839, -0.06343846023082733, -0.06622006744146347, -0.03537610173225403, 0.013921167701482773, 0.05871386453509331, 0.028171351179480553, 0.07548681646585464, 0.043439559638500214, -0.17270849645137787, -0.0762009397149086, -0.001406318275257945, 0.12777797877788544, -0.0022573864553123713, 0.07680489867925644, -0.16532690823078156, -0.021699437871575356, -0.0622490718960762, 0.04338342323899269, 0.08726434409618378, -0.006498821545392275, 0.0026368906255811453, -0.05911958962678909, 0.015834685415029526, 0.05518830195069313, 0.010105582885444164, -0.1241869404911995 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_fastspeech2_accent_with_pause` ♻️ Imported from https://zenodo.org/record/4436450/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_fastspeech2_accent_with_pause
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_fastspeech2_accent_with_pause' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_fastspeech2_accent_with_pause'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_fastspeech2_accent_with_pause'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 51, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_fastspeech2_accent_with_pause'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.01763489469885826, -0.025758393108844757, -0.0013609060551971197, 0.026714293286204338, 0.06956415623426437, -0.021590175107121468, 0.2074776291847229, 0.050915442407131195, 0.12053421139717102, -0.04846806451678276, 0.11543816328048706, 0.07272841781377792, 0.05642986297607422, 0.19344064593315125, 0.04088827595114708, -0.19068822264671326, 0.026000136509537697, 0.02833593636751175, 0.004963066428899765, 0.10335033386945724, 0.17309516668319702, -0.011941120959818363, 0.07107372581958771, 0.029009178280830383, -0.01815355196595192, 0.0734626054763794, -0.032261259853839874, -0.10540896654129028, 0.043625351041555405, 0.03093954548239708, 0.07664798200130463, 0.03786219656467438, 0.05741770565509796, -0.25153037905693054, 0.013689665123820305, -0.03172794729471207, -0.00010323687456548214, 0.02044287510216236, 0.05039410665631294, 0.11273666471242905, -0.00757601298391819, 0.07342128455638885, -0.014121012762188911, 0.009907807223498821, -0.0668906718492508, 0.02984548732638359, 0.027931591495871544, 0.08314234018325806, 0.14850039780139923, 0.13267548382282257, -0.040178459137678146, 0.1134972795844078, -0.10744675993919373, 0.03214551880955696, 0.13945220410823822, -0.1872490495443344, -0.001700177788734436, 0.030934087932109833, 0.036771707236766815, 0.13821113109588623, 0.03613068908452988, -0.001128366682678461, 0.10996915400028229, 0.022711072117090225, -0.045618750154972076, -0.0193492341786623, -0.10656864196062088, 0.02865082584321499, -0.1200040802359581, 0.006098215933889151, 0.2672204375267029, 0.04623779281973839, 0.013847274705767632, -0.02820393815636635, -0.04665638133883476, -0.04575159028172493, -0.020438136532902718, -0.16354525089263916, 0.028991837054491043, 0.07099150866270065, 0.08119277656078339, -0.069737508893013, -0.14141184091567993, -0.06627056747674942, -0.02294662781059742, 0.0529489703476429, 0.03973851352930069, 0.03507542237639427, -0.1279052197933197, 0.023527396842837334, 0.002460678108036518, -0.08923257142305374, 0.07831968367099762, -0.06619160622358322, 0.0713856965303421, 0.022015845403075218, 0.08936314284801483, -0.14697687327861786, 0.030313344672322273, -0.05847029387950897, -0.048142097890377045, 0.027422547340393066, 0.12109674513339996, 0.09789439290761948, 0.053542669862508774, -0.0442938432097435, -0.07076951116323471, -0.12032785266637802, -0.008303267881274223, 0.03692363575100899, 0.006091101095080376, -0.0555788017809391, -0.1693805307149887, 0.0670367106795311, -0.09192702174186707, -0.029938261955976486, 0.0005021882243454456, -0.04649760574102402, -0.12558045983314514, -0.060034748166799545, 0.19064781069755554, -0.039194267243146896, 0.005012817215174437, -0.030020318925380707, -0.05316019803285599, 0.12258027493953705, 0.001774241914972663, 0.10994032025337219, -0.06655403971672058, -0.039743464440107346, -0.09631836414337158, 0.024363406002521515, -0.05686861276626587, -0.05893990024924278, 0.0605413056910038, 0.046640634536743164, 0.010351138189435005, -0.17307958006858826, -0.16103260219097137, -0.0442991703748703, 0.027002060785889626, 0.021161874756217003, -0.05889628082513809, -0.1643105149269104, -0.06566030532121658, 0.04819031432271004, -0.0746159479022026, -0.13233676552772522, -0.0956273302435875, -0.018878834322094917, -0.07894760370254517, 0.06842231750488281, -0.07086081802845001, 0.041779663413763046, -0.11074456572532654, -0.0566113255918026, -0.15104292333126068, 0.1323678195476532, -0.13003261387348175, -0.045807793736457825, -0.0967109426856041, -0.02499062940478325, -0.08974450081586838, 0.07465139776468277, 0.030830340459942818, 0.21948301792144775, -0.2198912650346756, -0.06772511452436447, 0.04997461289167404, -0.10236965119838715, -0.11295066028833389, 0.17567972838878632, -0.0038495699409395456, 0.13081800937652588, 0.09397156536579132, 0.2697511911392212, -0.01563556119799614, -0.19106647372245789, 0.015752140432596207, 0.09512946754693985, -0.013680405914783478, -0.057862650603055954, 0.09167255461215973, 0.0005644275806844234, 0.047526340931653976, -0.0431419238448143, -0.010705900378525257, 0.10437952727079391, -0.057842329144477844, -0.062181293964385986, 0.07652295380830765, -0.05944126844406128, 0.03771746903657913, -0.020130084827542305, 0.059460703283548355, -0.010839639231562614, -0.044781558215618134, 0.1632920503616333, 0.12033180147409439, -0.04056498408317566, 0.03877485170960426, -0.1270122081041336, -0.010939022526144981, -0.04924719035625458, -0.057309139519929886, -0.027555815875530243, 0.02244948409497738, 0.008570713922381401, 0.04174889624118805, 0.10672977566719055, 0.07696577906608582, 0.009875021874904633, -0.03916948661208153, -0.007422027178108692, -0.04638294130563736, -0.053780075162649155, 0.04388109967112541, -0.04405199736356735, -0.20489729940891266, 0.0749073326587677, 0.0026714387349784374, -0.041092485189437866, -0.10146408528089523, -0.03467704355716705, -0.1082514151930809, 0.11120866239070892, -0.007987454533576965, -0.010165593586862087, -0.0002828831784427166, 0.05930563807487488, -0.06487751752138138, -0.01396087370812893, -0.03594484180212021, -0.0034897958394140005, -0.05500328168272972, 0.1960602104663849, 0.056704968214035034, 0.05637918412685394, 0.10351309925317764, -0.17066439986228943, -0.02144794724881649, 0.17919491231441498, 0.028273485600948334, -0.05715804174542427, -0.030859440565109253, 0.017568416893482208, 0.18100854754447937, -0.07897241413593292, 0.07257518917322159, -0.12308324873447418, 0.032824866473674774, 0.002867656759917736, -0.16493071615695953, 0.018508104607462883, 0.06548997014760971, 0.08718082308769226, -0.22651174664497375, 0.15546976029872894, 0.04122397303581238, -0.05733143538236618, 0.2752949893474579, 0.035038042813539505, -0.0509127639234066, -0.04555194452404976, 0.02894703485071659, -0.10775033384561539, 0.0634046420454979, -0.14072167873382568, 0.028274599462747574, 0.007603666745126247, 0.030085640028119087, 0.11148006469011307, -0.10874756425619125, -0.05982746183872223, 0.04128183424472809, -0.08208683878183365, -0.09746237099170685, -0.037724364548921585, -0.11409737169742584, 0.022103851661086082, -0.04652237147092819, -0.1592233031988144, 0.037600625306367874, -0.015063873492181301, -0.12574894726276398, 0.11667478084564209, -0.1747635304927826, -0.2608378529548645, -0.15787650644779205, 0.05186174064874649, 0.014884107746183872, 0.03899049013853073, 0.06014478579163551, -0.1267310231924057, -0.031591106206178665, -0.05303759500384331, -0.007097254972904921, -0.0027803019620478153, -0.044725559651851654, 0.05122794955968857, -0.008140526711940765, -0.04226095601916313, -0.10221847891807556, -0.0055326190777122974, -0.023933807387948036, 0.0884917750954628, -0.004365656524896622, -0.11489419639110565, 0.08718651533126831, 0.22630664706230164, 0.0057905446738004684, -0.04613209515810013, -0.016714006662368774, 0.211528941988945, -0.09835618734359741, 0.0645340159535408, 0.11861982941627502, -0.01936529576778412, 0.04001564905047417, 0.09924986213445663, 0.06334275007247925, 0.017546651884913445, 0.03144429996609688, -0.05211852490901947, -0.028706470504403114, -0.3383907377719879, -0.07380728423595428, -0.04505838826298714, 0.05796510726213455, -0.07428295910358429, 0.01853230409324169, 0.071128249168396, 0.08136218041181564, 0.015759030357003212, 0.04247521981596947, 0.018383152782917023, 0.01846206560730934, 0.02003895677626133, 0.012228685431182384, 0.04026488959789276, -0.04695892706513405, -0.050988610833883286, 0.11479349434375763, 0.0765446200966835, 0.00037987343966960907, 0.09375867247581482, 0.16512428224086761, 0.11557207256555557, 0.10100816190242767, 0.06557296216487885, -0.03128992021083832, 0.04330158233642578, -0.008980810642242432, -0.04538387805223465, -0.052548158913850784, -0.005447987001389265, 0.1275888979434967, 0.06574304401874542, -0.09026194363832474, 0.09183266758918762, 0.16746798157691956, 0.03453630954027176, 0.09484826028347015, 0.05352974683046341, -0.2552104890346527, 0.03302662447094917, 0.027153296396136284, -0.029531612992286682, -0.03644038364291191, 0.10374210774898529, 0.20972009003162384, -0.03663018345832825, 0.05997677892446518, 0.1218254417181015, 0.07457807660102844, -0.04288783296942711, -0.02859465964138508, 0.03025295026600361, -0.012954686768352985, -0.027475867420434952, 0.0932990312576294, -0.2177051603794098, 0.13902677595615387, -0.00483507988974452, 0.07227594405412674, 0.011124003678560257, -0.0018154658610001206, -0.018543541431427002, 0.0029069031588733196, 0.13952957093715668, 0.05867357179522514, 0.016013476997613907, -0.012790069915354252, -0.11440501362085342, -0.0389656163752079, 0.02789672277867794, 0.09006879478693008, -0.060594722628593445, 0.05377528816461563, 0.028736993670463562, 0.06602544337511063, -0.09361439943313599, -0.23133611679077148, -0.03052160143852234, -0.024482838809490204, 0.2323516607284546, -0.06500159949064255, 0.011761026456952095, -0.05769173055887222, -0.060232289135456085, 0.0833265408873558, -0.07553072273731232, -0.1240084171295166, -0.027766816318035126, -0.11023756861686707, 0.09008509665727615, -0.06435694545507431, 0.048291467130184174, 0.09431099146604538, 0.05539743974804878, -0.02677159011363983, -0.004565977491438389, 0.1448228657245636, -0.1430843472480774, -0.02923187054693699, -0.07514114677906036, 0.07853884994983673, 0.1285334825515747, 0.03341909497976303, 0.032258253544569016, -0.07300329953432083, -0.03966370224952698, -0.09256526082754135, -0.03763430938124657, -0.0034211142919957638, -0.13036343455314636, 0.08618289232254028, 0.029734544456005096, -0.16924628615379333, -0.10205686092376709, -0.08649016171693802, 0.10157948732376099, 0.26037126779556274, -0.023097071796655655, 0.1139606460928917, 0.25335824489593506, -0.0766979232430458, -0.17926214635372162, -0.11970105022192001, 0.1145535334944725, -0.0016897792229428887, 0.08839327096939087, -0.1311187744140625, 0.08074118196964264, 0.019642794504761696, -0.03700702637434006, 0.015974054113030434, -0.249617338180542, -0.13277915120124817, 0.1264566034078598, -0.055608198046684265, 0.10204999893903732, -0.05059085041284561, -0.06638511270284653, -0.050390202552080154, -0.0938301533460617, 0.10939816385507584, 0.011991354636847973, 0.04439352825284004, 0.10118459910154343, 0.08285406231880188, -0.023744767531752586, 0.015595979988574982, 0.11749176681041718, 0.10935638099908829, -0.008329441770911217, -0.006249121855944395, -0.02442259155213833, 0.07270357757806778, 0.05914056673645973, 0.09427453577518463, 0.06848414987325668, -0.02080368995666504, -0.1658007651567459, -0.05655717849731445, -0.05786670744419098, -0.01181369461119175, 0.025689449161291122, -0.10671448707580566, -0.07193819433450699, -0.010821914300322533, 0.08344763517379761, 0.04590592160820961, 0.23646777868270874, -0.014463527128100395, -0.01695414073765278, 0.19930820167064667, 0.10312675684690475, -0.02871137112379074, -0.08211413025856018, -0.018341325223445892, -0.10014583170413971, 0.06576625257730484, -0.1565619707107544, 0.011178562417626381, 0.030551785603165627, -0.02883981727063656, 0.08737406134605408, 0.04872860759496689, -0.14105938374996185, 0.057091593742370605, 0.11017154157161713, -0.05253519490361214, -0.025441963225603104, -0.07604090124368668, -0.004317005164921284, 0.10412245988845825, -0.013589637354016304, 0.16589759290218353, -0.14075955748558044, -0.009089845232665539, 0.008518500253558159, 0.06529297679662704, -0.1424393355846405, 0.1785726100206375, 0.12012980133295059, -0.00412065489217639, -0.0981529951095581, 0.1735595166683197, 0.03595694899559021, 0.07473757117986679, 0.03287189081311226, 0.05216611549258232, -0.08703957498073578, -0.028928671032190323, 0.0012257224880158901, 0.05496726930141449, -0.13547252118587494, -0.1678609549999237, -0.07878922671079636, -0.020025132223963737, -0.0006601676577702165, -0.07881728559732437, 0.02283046394586563, -0.027366219088435173, 0.009278787299990654, 0.03426583111286163, 0.026799660176038742, 0.03921368718147278, 0.15298891067504883, 0.0312371663749218, -0.19999223947525024, -0.027844363823533058, 0.021824028342962265, 0.0668286457657814, -0.07374907284975052, 0.050669047981500626, -0.04816253483295441, 0.06777498871088028, 0.02579980343580246, 0.05524854362010956, -0.07182063162326813, -0.05932474881410599, 0.00921434722840786, -0.04746440052986145, -0.07672309875488281, 0.06860444694757462, -0.07635436952114105, 0.02912089228630066, 0.03846188634634018, 0.08221694827079773, -0.08136004209518433, 0.001645382260903716, 0.029173707589507103, -0.008598294109106064, 0.02268676459789276, 0.07200190424919128, -0.04484236240386963, 0.025209099054336548, -0.2076360285282135, 0.03668764606118202, 0.162687748670578, 0.06655362248420715, 0.014708776958286762, 0.036016471683979034, -0.028783272951841354, 0.06222831830382347, 0.026744624599814415, -0.08161716908216476, -0.049983590841293335, -0.04211664944887161, 0.007732193451374769, -0.10608963668346405, -0.04173508659005165, -0.033540040254592896, 0.024301106110215187, 0.15767128765583038, 0.0649789571762085, 0.14674422144889832, -0.048803094774484634, -0.011333679780364037, -0.03183174505829811, 0.02959807962179184, 0.023515693843364716, -0.00017585349269211292, -0.047491151839494705, -0.0339801087975502, -0.016567634418606758, -0.07696569710969925, 0.13601934909820557, 0.01773909293115139, -0.11722009629011154, -0.011594055220484734, -0.06599348783493042, 0.03305496647953987, 0.006866262294352055, 0.13733048737049103, -0.023120839148759842, -0.02994951605796814, -0.1437443494796753, -0.023745590820908546, 0.09112561494112015, 0.08031861484050751, -0.03560495004057884, 0.03961081802845001, 0.0054505555890500546, 0.15350441634655, 0.024731984362006187, 0.027930550277233124, -0.17831173539161682, -0.053015220910310745, -0.024293692782521248, 0.02223752811551094, 0.013618036173284054, 0.09864938259124756, 0.1580352634191513, -0.08033932745456696, -0.007268073037266731, 0.03487153723835945, -0.058790840208530426, -0.16703373193740845, -0.13181523978710175, -0.0639830008149147, -0.22812519967556, 0.0009280748199671507, -0.13926711678504944, 0.045434195548295975, 0.14267145097255707, 0.0593869686126709, -0.018350716680288315, 0.07737947255373001, 0.04016528278589249, -0.13339197635650635, 0.0733879953622818, -0.0444490984082222, -0.005473402328789234, -0.12325670570135117, -0.041998155415058136, 0.08452396094799042, 0.04610621929168701, -0.0003607883118093014, -0.04863981902599335, -0.0376889742910862, 0.07068099081516266, 0.001688075251877308, -0.05744200944900513, -0.036825086921453476, 0.025143291801214218, 0.027749065309762955, 0.05439668521285057, 0.07236078381538391, -0.055484093725681305, 0.054295614361763, 0.12908336520195007, -0.05084218457341194, -0.157701313495636, -0.09211747348308563, 0.014038527384400368, 0.015430399216711521, 0.15892420709133148, -0.03807010129094124, -0.08656986057758331, -0.09528787434101105, 0.13731661438941956, 0.17191344499588013, -0.11438463628292084, -0.05308150500059128, -0.059450339525938034, 0.01799825020134449, -0.09689347445964813, 0.07318851351737976, -0.005232056602835655, 0.21140167117118835, -0.04104458913207054, 0.03238461911678314, -0.13008274137973785, -0.023577792569994926, -0.03527488932013512, -0.04279317706823349, 0.05878746882081032, -0.07242713868618011, -0.04682374745607376, 0.16327650845050812, -0.28526124358177185, -0.08287425339221954, -0.13968825340270996, -0.044024061411619186, -0.046616021543741226, -0.006950142327696085, 0.13526564836502075, 0.08811864256858826, 0.07988587021827698, -0.035645775496959686, 0.007125509902834892, 0.00969131849706173, 0.024899378418922424, -0.14803120493888855, 0.022738726809620857, 0.005831863731145859, -0.12392862886190414, 0.11910887062549591, 0.0033019944094121456, 0.19116218388080597, 0.0019036801531910896, 0.04438754916191101, 0.019070183858275414, 0.09263410419225693, 0.04201485216617584, 0.02661597542464733, -0.015908192843198776, -0.018132640048861504, -0.024181783199310303, 0.0822519063949585, 0.06411696970462799, -0.12263046205043793, 0.00946134701371193, 0.09754956513643265, -0.05518405884504318, -0.12654395401477814, -0.0009710127487778664, -0.09689348191022873, 0.07807086408138275, -0.05841980129480362, -0.06893210858106613, -0.02766905352473259, 0.023219360038638115, 0.06618836522102356, 0.02360079064965248, 0.0806957483291626, 0.031245386227965355, -0.1617700755596161, -0.07493056356906891, -0.0165862999856472, 0.12751203775405884, -0.009460761211812496, 0.060856230556964874, -0.1541340947151184, -0.028345409780740738, -0.05988992378115654, 0.05620313435792923, 0.09082970768213272, -0.003465421963483095, 0.0030857438687235117, -0.04426267743110657, 0.012790290638804436, 0.06084931641817093, 0.0005009882152080536, -0.12993250787258148 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/jsut_full_band_vits_accent_with_pause` ♻️ Imported from https://zenodo.org/record/5431984/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_full_band_vits_accent_with_pause
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/jsut_full_band_vits_accent_with_pause' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_full_band_vits_accent_with_pause'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_full_band_vits_accent_with_pause'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 10, 53, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/jsut_full_band_vits_accent_with_pause'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.019288746640086174, -0.053393322974443436, -0.0008560099522583187, 0.03322616592049599, 0.08855844289064407, -0.011533786542713642, 0.1918177306652069, 0.044825807213783264, 0.100141741335392, -0.01980522647500038, 0.09393072873353958, 0.04443640634417534, 0.0692003071308136, 0.17318005859851837, 0.07233670353889465, -0.19022877514362335, 0.040493544191122055, 0.03651455044746399, 0.009864961728453636, 0.10657065361738205, 0.17302608489990234, -0.009541107341647148, 0.06774237006902695, 0.020730549469590187, -0.045616086572408676, 0.08209344744682312, -0.03486986458301544, -0.08857139945030212, 0.03257616609334946, 0.024814657866954803, 0.07787420600652695, 0.02815358154475689, 0.06408868730068207, -0.21960236132144928, 0.01661202684044838, -0.017846934497356415, 0.0003759325190912932, 0.01404572743922472, 0.03315482288599014, 0.11756487935781479, -0.02119297906756401, 0.0754031166434288, -0.017889758571982384, 0.009627382270991802, -0.06836256384849548, -0.04176929220557213, 0.026350868865847588, 0.1085253655910492, 0.15153001248836517, 0.14260543882846832, -0.05198831856250763, 0.10348311811685562, -0.04909694194793701, 0.03812012821435928, 0.12115534394979477, -0.19506505131721497, -0.005433231592178345, 0.03135979548096657, 0.045389965176582336, 0.1214141845703125, 0.050734736025333405, -0.019731424748897552, 0.12249600142240524, 0.025746438652276993, -0.06478572636842728, -0.02177228033542633, -0.130392923951149, -0.011784090660512447, -0.10867336392402649, 0.009686014614999294, 0.2897922992706299, 0.03380874916911125, 0.0020038557704538107, 0.007860760204494, -0.057101693004369736, -0.07572155445814133, -0.0046351258642971516, -0.1666070818901062, 0.034650616347789764, 0.04743911698460579, 0.10442614555358887, -0.060086365789175034, -0.14027708768844604, -0.06641900539398193, -0.03338483348488808, 0.06189224123954773, 0.05487308278679848, 0.025680435821413994, -0.14224964380264282, 0.017004460096359253, -0.035229265689849854, -0.10241059213876724, 0.06473278254270554, -0.04876603186130524, 0.06470875442028046, 0.027237186208367348, 0.07768188416957855, -0.15834550559520721, 0.0032346954103559256, -0.0339866578578949, -0.048146720975637436, 0.018571367487311363, 0.11196035146713257, 0.09401900321245193, 0.07800692319869995, -0.04429114982485771, -0.08096431195735931, -0.12494215369224548, -0.010331939905881882, 0.03006790205836296, 0.032025229185819626, -0.06210680305957794, -0.17818216979503632, 0.05563230812549591, -0.07878240197896957, -0.04109833016991615, -0.000646023778244853, -0.03682154044508934, -0.11310701072216034, -0.06859481334686279, 0.2367633730173111, -0.044824689626693726, -0.008698945865035057, -0.05526012182235718, -0.027785444632172585, 0.13801617920398712, 0.03059416636824608, 0.09870709478855133, -0.05772227793931961, -0.036613743752241135, -0.09853264689445496, 0.031217288225889206, -0.04383419081568718, -0.06260651350021362, 0.05457814037799835, 0.02532500959932804, 0.01866045966744423, -0.19644969701766968, -0.12814699113368988, -0.05930652096867561, 0.018070975318551064, 0.0335790291428566, -0.06586028635501862, -0.14887358248233795, -0.04188809543848038, 0.04531148076057434, -0.07295261323451996, -0.12244687229394913, -0.08417946845293045, -0.017410043627023697, -0.034077443182468414, 0.07284215092658997, -0.07612140476703644, 0.06172078102827072, -0.1263933628797531, -0.05203443020582199, -0.16647741198539734, 0.10731014609336853, -0.10626675188541412, -0.03833725303411484, -0.10985662043094635, -0.038666293025016785, -0.08421257138252258, 0.07147238403558731, 0.04720093682408333, 0.1704094558954239, -0.19198544323444366, -0.06653040647506714, 0.05266290530562401, -0.12942442297935486, -0.1047527864575386, 0.16355662047863007, 0.013467487879097462, 0.13505852222442627, 0.08235107362270355, 0.2508923411369324, -0.020666003227233887, -0.18905885517597198, 0.010694406926631927, 0.08198728412389755, 0.024178456515073776, -0.04355791211128235, 0.10095226019620895, -0.01728326641023159, 0.006294554565101862, -0.04565385356545448, -0.012418386526405811, 0.06990866363048553, -0.039719466120004654, -0.05915353074669838, 0.06113915145397186, -0.060477253049612045, 0.03770609200000763, -0.021381288766860962, 0.055820245295763016, -0.007086016703397036, -0.05905662477016449, 0.13897790014743805, 0.1332702487707138, -0.02840467169880867, 0.055499445647001266, -0.12346499413251877, 0.004056219011545181, -0.07747423648834229, -0.063253253698349, -0.02956167794764042, 0.04734223708510399, 0.014389083720743656, 0.02916889265179634, 0.11586663872003555, 0.06986576318740845, -0.006279404740780592, -0.042813245207071304, -0.015632353723049164, -0.05545699968934059, -0.05784090980887413, 0.031777311116456985, -0.04034113883972168, -0.22451536357402802, 0.05346376821398735, -0.006907397415488958, -0.07881145924329758, -0.05941397324204445, -0.050183553248643875, -0.14441217482089996, 0.09650596976280212, -0.019848475232720375, -0.0123852314427495, 0.012069303542375565, 0.05618410184979439, -0.07042129337787628, 0.000210544079891406, -0.03914264217019081, 0.01638411171734333, -0.03286369889974594, 0.16198737919330597, 0.027498304843902588, 0.01720750518143177, 0.09866102784872055, -0.15376298129558563, -0.04057812690734863, 0.20523908734321594, 0.04767484962940216, -0.0661768689751625, -0.019905757158994675, 0.014174625277519226, 0.19432710111141205, -0.09036317467689514, 0.05648301541805267, -0.11322909593582153, 0.04672868922352791, 0.012776358984410763, -0.15600734949111938, -0.0029603440780192614, 0.05232572928071022, 0.08718440681695938, -0.24351845681667328, 0.14288146793842316, 0.04256791993975639, -0.05528414621949196, 0.2725846469402313, 0.051281675696372986, -0.039322834461927414, -0.06002701446413994, 0.006062635220587254, -0.1083831638097763, 0.0875341072678566, -0.19599443674087524, 0.02754654549062252, 0.012282555922865868, 0.03021327033638954, 0.09218679368495941, -0.09332308173179626, -0.04997637867927551, 0.05505121499300003, -0.07069419324398041, -0.12127001583576202, -0.025361668318510056, -0.1372176557779312, 0.003508245572447777, -0.04897110536694527, -0.10946408659219742, 0.02960447408258915, -0.004991527181118727, -0.13032874464988708, 0.10344914346933365, -0.18140554428100586, -0.25578564405441284, -0.1487886756658554, 0.06287795305252075, 0.0037500918842852116, 0.037099990993738174, 0.0656072199344635, -0.11730419844388962, -0.033515531569719315, -0.03562910482287407, 0.02658683806657791, -0.02486085519194603, -0.03813683241605759, 0.06129661574959755, -0.03200157359242439, -0.011886709369719028, -0.10622715204954147, 0.01075337827205658, -0.013675571419298649, 0.06607422232627869, -0.009759359993040562, -0.08963765949010849, 0.0867035984992981, 0.22620877623558044, 0.02221265621483326, -0.05558784306049347, -0.014149111695587635, 0.20571298897266388, -0.08738736063241959, 0.06420815736055374, 0.15651674568653107, -0.00710257887840271, 0.021873245015740395, 0.13354378938674927, 0.04005209356546402, 0.012580116279423237, 0.030010227113962173, -0.050271421670913696, -0.0355488657951355, -0.3171614706516266, -0.05077748000621796, -0.03986746072769165, 0.038981545716524124, -0.0371762253344059, 0.015513124875724316, 0.04884233698248863, 0.09541551023721695, -0.014181727543473244, 0.06577395647764206, -0.017766298726201057, 0.007263778708875179, -0.021190473809838295, 0.01521207857877016, 0.053420837968587875, -0.0418887659907341, -0.004508054815232754, 0.09939773380756378, 0.08499368280172348, -0.0285535529255867, 0.08801126480102539, 0.12276574969291687, 0.12370669841766357, 0.1336246281862259, 0.06166420131921768, -0.04128547012805939, 0.005294551141560078, 0.0045339083299040794, -0.03610222414135933, -0.04554836079478264, -0.00046547193778678775, 0.11707321554422379, 0.06434238702058792, -0.06853780895471573, 0.07891276478767395, 0.1212756484746933, 0.005805968772619963, 0.06615160405635834, 0.0707305297255516, -0.23093663156032562, -0.008690004236996174, 0.026571454480290413, -0.011260224506258965, -0.05398581922054291, 0.0861198827624321, 0.17720185220241547, -0.01411296334117651, 0.09189679473638535, 0.12047698348760605, 0.06424164772033691, -0.03403177112340927, -0.032537225633859634, 0.06951219588518143, 0.015659715980291367, -0.012651337310671806, 0.08681076020002365, -0.22531087696552277, 0.13480547070503235, -0.00476792361587286, 0.08317293226718903, 0.02947305329144001, 0.007687318604439497, -0.0246112123131752, 0.03029152937233448, 0.15573859214782715, 0.07175347954034805, -0.017308199778199196, -0.012692619115114212, -0.09961336106061935, -0.03676367178559303, 0.014519095420837402, 0.06083707511425018, -0.05498011037707329, 0.05513526126742363, 0.034531984478235245, 0.06431098282337189, -0.046827759593725204, -0.2513965666294098, -0.027410147711634636, -0.0027025819290429354, 0.21845696866512299, -0.049654245376586914, 0.025858620181679726, -0.06428743898868561, -0.09844184666872025, 0.059192076325416565, -0.0846492350101471, -0.11950816214084625, -0.01890687830746174, -0.09033345431089401, 0.07277809828519821, -0.07566629350185394, 0.04477904736995697, 0.06285718828439713, 0.06514233350753784, -0.035869307816028595, -0.017827404662966728, 0.15565548837184906, -0.14757277071475983, -0.034275706857442856, -0.06131228059530258, 0.063205786049366, 0.14728935062885284, 0.027908068150281906, 0.013648311607539654, -0.06615223735570908, -0.025531888008117676, -0.07002947479486465, -0.018038660287857056, 0.011944594793021679, -0.12166115641593933, 0.08001311123371124, 0.0227343812584877, -0.1678854525089264, -0.09963832795619965, -0.07952279597520828, 0.0544038861989975, 0.2379252165555954, -0.032356712967157364, 0.11075063049793243, 0.2593860924243927, -0.08252894878387451, -0.18927037715911865, -0.09632005542516708, 0.10085395723581314, 0.009211549535393715, 0.06837301701307297, -0.15253517031669617, 0.06600355356931686, -0.010738319717347622, -0.03113243542611599, 0.022669848054647446, -0.23684485256671906, -0.141703262925148, 0.12894274294376373, -0.056916605681180954, 0.13365234434604645, -0.024390744045376778, -0.06278641521930695, -0.052733760327100754, -0.07483711838722229, 0.08715860545635223, 0.026613352820277214, 0.05645473673939705, 0.09485384821891785, 0.06154625862836838, -0.035622354596853256, 0.023831292986869812, 0.12193422019481659, 0.12449031323194504, -0.008879568427801132, -0.022002777084708214, -0.0042021991685032845, 0.045394252985715866, 0.05811665952205658, 0.09800800681114197, 0.09038018435239792, -0.01852932944893837, -0.13497573137283325, -0.06062006205320358, -0.07086226344108582, -0.005885280668735504, 0.013651306740939617, -0.11228567361831665, -0.0759168267250061, -0.002154435496777296, 0.08764424175024033, 0.03018897958099842, 0.24311919510364532, -0.031157512217760086, -0.00003829188790405169, 0.19601888954639435, 0.06701073050498962, -0.005298926029354334, -0.11053412407636642, -0.008549180813133717, -0.1038932353258133, 0.10064433515071869, -0.13472206890583038, 0.017952004447579384, 0.02151774987578392, -0.02396768145263195, 0.06882458180189133, 0.03222455084323883, -0.14432621002197266, 0.04505663737654686, 0.09983917325735092, -0.05167541652917862, -0.05570023134350777, -0.06316767632961273, -0.01488489843904972, 0.08974672108888626, -0.012277234345674515, 0.17650195956230164, -0.13794614374637604, -0.021653195843100548, 0.012454884126782417, 0.06981316208839417, -0.15042255818843842, 0.18315869569778442, 0.11366491764783859, -0.012249566614627838, -0.1005125418305397, 0.1928499937057495, 0.0551472082734108, 0.05855691060423851, 0.05106460675597191, 0.031252000480890274, -0.08309425413608551, -0.04164615646004677, -0.0027310505975037813, 0.04903792589902878, -0.1287689059972763, -0.17159561812877655, -0.07845889031887054, -0.02115289866924286, -0.012669077143073082, -0.07808320224285126, 0.030067110434174538, -0.038940995931625366, 0.010782996192574501, 0.04061996564269066, 0.0026810637209564447, 0.037582769989967346, 0.1682877391576767, 0.06565860658884048, -0.1980162262916565, -0.010168932378292084, 0.028911275789141655, 0.09712657332420349, -0.06692200154066086, 0.055583078414201736, -0.020213749259710312, 0.04846865311264992, 0.02720876969397068, 0.04731190577149391, -0.06836127489805222, -0.06138316169381142, 0.019680283963680267, -0.04935280233621597, -0.08383174240589142, 0.07072868198156357, -0.06607747077941895, 0.027482762932777405, 0.03741377219557762, 0.0647825077176094, -0.07476316392421722, 0.0018911587540060282, 0.017025982961058617, -0.0006296834908425808, 0.022380711510777473, 0.08120220899581909, -0.04264872893691063, 0.0017199781723320484, -0.20572900772094727, 0.04801980406045914, 0.13377045094966888, 0.06805013120174408, 0.0024453201331198215, -0.01956622116267681, -0.02666935697197914, 0.04380073770880699, 0.015273301862180233, -0.09077205508947372, -0.017593486234545708, -0.04905720427632332, -0.0035027391277253628, -0.08981800079345703, -0.01056321244686842, -0.01831241138279438, 0.02114228531718254, 0.12621113657951355, 0.06322763860225677, 0.14956380426883698, -0.0602756142616272, -0.011790365912020206, -0.027837857604026794, 0.03317762166261673, 0.01925579085946083, 0.0009930654196068645, -0.05244746431708336, -0.038000524044036865, -0.017625167965888977, -0.060271166265010834, 0.10534349083900452, 0.004494644235819578, -0.09376897662878036, -0.011961042881011963, -0.042042236775159836, 0.03401343151926994, -0.010025802068412304, 0.1144794300198555, -0.050181079655885696, -0.022624116390943527, -0.13498392701148987, -0.014148878864943981, 0.09131698310375214, 0.12737353146076202, -0.010687539353966713, 0.037205565720796585, 0.03630862385034561, 0.14421680569648743, 0.010515441186726093, 0.021386662498116493, -0.17463016510009766, -0.04102497920393944, -0.029207482933998108, 0.025497134774923325, 0.04348417744040489, 0.049038518220186234, 0.13673003017902374, -0.10293436050415039, 0.008524398319423199, 0.014915348030626774, -0.05749311298131943, -0.1495620459318161, -0.18398502469062805, -0.06297791004180908, -0.243753120303154, -0.007026584818959236, -0.12321855127811432, 0.031719889491796494, 0.11920157819986343, 0.04618506878614426, -0.007994420826435089, 0.10230015218257904, 0.017239103093743324, -0.13769122958183289, 0.07299470901489258, -0.030607426539063454, -0.010281498543918133, -0.10232888907194138, -0.04018676280975342, 0.11206492781639099, 0.049368757754564285, 0.003113885410130024, -0.05443493649363518, -0.022679779678583145, 0.07301464676856995, 0.03248481824994087, -0.06511527299880981, -0.03974897414445877, 0.0345919206738472, 0.033665455877780914, 0.08709609508514404, 0.0838288962841034, -0.0339965857565403, 0.049849268049001694, 0.11315541714429855, -0.03808971494436264, -0.13952544331550598, -0.09200143814086914, -0.026111161336302757, -0.005550228990614414, 0.13938452303409576, -0.01935868337750435, -0.07585817575454712, -0.09513556957244873, 0.1310337334871292, 0.15900522470474243, -0.07409224659204483, -0.045990951359272, -0.055820122361183167, 0.022411424666643143, -0.09007640182971954, 0.04662896320223808, -0.009974300861358643, 0.1717166006565094, -0.0369102843105793, 0.014586427249014378, -0.12214436382055283, -0.006599062122404575, -0.00549577921628952, -0.056368160992860794, 0.0517488569021225, -0.07659228891134262, -0.031268563121557236, 0.13920769095420837, -0.27104803919792175, -0.10774727910757065, -0.08655454963445663, -0.026099305599927902, -0.0543285571038723, -0.009487170726060867, 0.17984682321548462, 0.12061601132154465, 0.0734926164150238, -0.04168413579463959, 0.020863516256213188, 0.06086554005742073, 0.030987929552793503, -0.11232677102088928, -0.03687762841582298, 0.006597169674932957, -0.09254865348339081, 0.12895120680332184, 0.0006939196027815342, 0.16233611106872559, -0.01348474994301796, 0.05755382403731346, 0.028361916542053223, 0.07209645956754684, 0.032006461173295975, 0.05892186611890793, -0.010176949203014374, 0.023366034030914307, -0.025805339217185974, 0.10998938977718353, 0.06011141464114189, -0.11610583961009979, 0.013205965980887413, 0.10015247017145157, -0.06413926184177399, -0.11419912427663803, 0.020016159862279892, -0.11903869360685349, 0.10284766554832458, -0.04522622004151344, -0.07406052201986313, -0.05067073926329613, 0.02790975384414196, 0.07488829642534256, 0.03817655146121979, 0.11635862290859222, 0.05008823424577713, -0.15963582694530487, -0.06414029002189636, -0.013784431852400303, 0.15366309881210327, -0.017493605613708496, 0.04843343049287796, -0.12805970013141632, -0.04512667655944824, -0.06798771768808365, 0.06108585372567177, 0.05343635007739067, 0.005879781674593687, -0.006852808874100447, -0.029292834922671318, 0.010508428327739239, 0.05996846780180931, -0.019308943301439285, -0.15033581852912903 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/jsut_full_band_vits_prosody` ♻️ Imported from https://zenodo.org/record/5521340/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_full_band_vits_prosody
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/jsut_full_band_vits_prosody' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_full_band_vits_prosody'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_full_band_vits_prosody'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 10, 49, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/jsut_full_band_vits_prosody'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.012646745890378952, -0.06317537277936935, -0.0004842223133891821, 0.04698993265628815, 0.0777769535779953, -0.020270302891731262, 0.2109195441007614, 0.024643298238515854, 0.08162971585988998, -0.025407414883375168, 0.11725308746099472, 0.04797038063406944, 0.057647209614515305, 0.18422287702560425, 0.0701558068394661, -0.20388992130756378, 0.03598911315202713, 0.0350198820233345, 0.007517378311604261, 0.11420264095067978, 0.1724219173192978, -0.0027010885532945395, 0.07043898850679398, 0.018513698130846024, -0.035678330808877945, 0.08270687609910965, -0.040057070553302765, -0.08021841198205948, 0.043586600571870804, 0.03526805341243744, 0.07566974312067032, 0.01982956752181053, 0.08514012396335602, -0.21718041598796844, 0.010981605388224125, -0.026485402137041092, -0.02093549817800522, 0.022209955379366875, 0.04986773431301117, 0.11777357012033463, -0.0019671409390866756, 0.06379985809326172, -0.009430930949747562, 0.0023304505739361048, -0.0736323669552803, -0.014401263557374477, 0.029945656657218933, 0.11578281223773956, 0.16031798720359802, 0.15934713184833527, -0.05295190587639809, 0.13363191485404968, -0.05441004037857056, 0.03824400529265404, 0.08429992198944092, -0.19408929347991943, -0.008085379377007484, 0.05812091380357742, 0.038277264684438705, 0.1590442657470703, 0.06370717287063599, -0.028700416907668114, 0.13644526898860931, 0.027235081419348717, -0.05465272441506386, -0.023186516016721725, -0.13034312427043915, -0.008038426749408245, -0.12790098786354065, 0.009071487002074718, 0.31585291028022766, 0.04610992968082428, 0.007707779761403799, 0.01226835511624813, -0.06073974445462227, -0.0718572810292244, 0.019704101607203484, -0.17096945643424988, 0.03287820518016815, 0.04847061261534691, 0.0829242691397667, -0.05376037210226059, -0.14437218010425568, -0.07692863047122955, -0.05818018689751625, 0.05433744192123413, 0.05204641819000244, 0.04293210804462433, -0.1403423398733139, 0.00749270198866725, -0.04672643169760704, -0.08211947977542877, 0.07508876174688339, -0.0656537190079689, 0.07674947381019592, 0.023487204685807228, 0.07442372292280197, -0.15094424784183502, 0.0016886652447283268, -0.03297939896583557, -0.0709247887134552, 0.01960819773375988, 0.14167281985282898, 0.10063426941633224, 0.10275053232908249, -0.06777016818523407, -0.10240878164768219, -0.09110242873430252, -0.026982834562659264, 0.024601809680461884, 0.028027040883898735, -0.05144967883825302, -0.17695218324661255, 0.07474669069051743, -0.08306095749139786, -0.06362336128950119, 0.0030703614465892315, -0.04652511700987816, -0.109479159116745, -0.06897203624248505, 0.2406201809644699, -0.03902855142951012, -0.00630987249314785, -0.04865375533699989, -0.04200753569602966, 0.12079378962516785, 0.019485237076878548, 0.11100728064775467, -0.0560012087225914, -0.018244795501232147, -0.1010475680232048, 0.024589113891124725, -0.04726848751306534, -0.06229923292994499, 0.0445801205933094, 0.042009007185697556, 0.022747235372662544, -0.18900460004806519, -0.12328265607357025, -0.06888047605752945, 0.019364790990948677, 0.028274038806557655, -0.06848947703838348, -0.1565558761358261, -0.024509774520993233, 0.035672836005687714, -0.08497272431850433, -0.12337622046470642, -0.08352646231651306, -0.02449757233262062, -0.05588356778025627, 0.05332375317811966, -0.10853485018014908, 0.05324951559305191, -0.1146625503897667, -0.04906740412116051, -0.14664188027381897, 0.10426972806453705, -0.10168583691120148, -0.04410875216126442, -0.10945362597703934, -0.060001734644174576, -0.08582663536071777, 0.077860526740551, 0.05298323184251785, 0.16619201004505157, -0.17694228887557983, -0.06505244970321655, 0.059014942497015, -0.13600686192512512, -0.10704793781042099, 0.16823384165763855, -0.0014752137940376997, 0.12321800738573074, 0.0785290077328682, 0.2482268065214157, -0.02148531563580036, -0.16837292909622192, 0.0006061590393073857, 0.08924796432256699, 0.04145236313343048, -0.0665196105837822, 0.11528803408145905, -0.019079769030213356, 0.01653299480676651, -0.05605456605553627, -0.032454200088977814, 0.05613669380545616, -0.04876148700714111, -0.05595892667770386, 0.0664592832326889, -0.06672751158475876, 0.028778336942195892, -0.02338508702814579, 0.0818338692188263, 0.001348924357444048, -0.044945087283849716, 0.1504814624786377, 0.14029528200626373, -0.03539469838142395, 0.04871703311800957, -0.12116033583879471, -0.01719452068209648, -0.057883650064468384, -0.06819287687540054, -0.03999289497733116, 0.04890810325741768, 0.009982484392821789, 0.006274943705648184, 0.11695361882448196, 0.07684153318405151, 0.0035641673021018505, -0.0317876897752285, -0.0038106993306428194, -0.039921678602695465, -0.05591284856200218, 0.03075985610485077, -0.03621135652065277, -0.21771472692489624, 0.05070970207452774, -0.015207541175186634, -0.05564076825976372, -0.09085442125797272, -0.048696696758270264, -0.1449061781167984, 0.08610058575868607, -0.03522110357880592, -0.009134496562182903, -0.011422233656048775, 0.06994377821683884, -0.06550254672765732, 0.007673457730561495, -0.028799256309866905, 0.004971489775925875, -0.054313793778419495, 0.115298792719841, 0.03059888817369938, 0.04419785737991333, 0.09543775767087936, -0.17925144731998444, -0.039581988006830215, 0.1918695718050003, 0.02918078750371933, -0.049304038286209106, -0.03827642649412155, 0.02499917894601822, 0.20331887900829315, -0.08993223309516907, 0.04761551320552826, -0.11580046266317368, 0.041809599846601486, 0.01668848656117916, -0.1610361486673355, 0.00332759041339159, 0.07071768492460251, 0.1062418669462204, -0.2504562735557556, 0.15937958657741547, 0.02593154087662697, -0.05264442041516304, 0.24918723106384277, 0.05035042017698288, -0.03697831928730011, -0.05071574077010155, 0.011782366782426834, -0.11757315695285797, 0.0852043405175209, -0.15400831401348114, 0.027911104261875153, 0.00939031783491373, 0.04349769279360771, 0.10132339596748352, -0.1025763750076294, -0.061443720012903214, 0.05244176462292671, -0.0605793371796608, -0.13427911698818207, -0.05606536939740181, -0.15381576120853424, 0.01279364712536335, -0.046449337154626846, -0.12728266417980194, 0.02340221218764782, -0.00666431849822402, -0.1465299278497696, 0.11753632873296738, -0.17676827311515808, -0.231253519654274, -0.14656797051429749, 0.0763804018497467, -0.010568314231932163, 0.03386332094669342, 0.044622454792261124, -0.12593607604503632, -0.03169255331158638, -0.046620726585388184, 0.01013944298028946, -0.03506924957036972, -0.041267234832048416, 0.0685158371925354, -0.025687960907816887, -0.006613607052713633, -0.1164952740073204, 0.011788388714194298, -0.035150427371263504, 0.04246141016483307, -0.015737103298306465, -0.0999174490571022, 0.07769577950239182, 0.2198726236820221, 0.03446704149246216, -0.05118057504296303, -0.019314244389533997, 0.218256413936615, -0.0812293142080307, 0.058534905314445496, 0.1453724205493927, -0.01740616001188755, 0.017964592203497887, 0.13295671343803406, 0.056472864001989365, 0.014661021530628204, 0.03599592670798302, -0.061638012528419495, -0.03412673994898796, -0.33204612135887146, -0.08024419844150543, -0.02806488610804081, 0.05468248948454857, -0.021411960944533348, 0.024392278864979744, 0.04776032641530037, 0.11587758362293243, 0.0013002583291381598, 0.05732416734099388, -0.0027864030562341213, -0.003225106978788972, -0.023663073778152466, 0.011280307546257973, 0.059727367013692856, -0.047882068902254105, -0.025249335914850235, 0.10241309553384781, 0.06688971072435379, -0.008590064011514187, 0.10382311791181564, 0.10801193863153458, 0.12662839889526367, 0.14323970675468445, 0.05361533537507057, -0.019129280000925064, 0.007332451641559601, 0.009613155387341976, -0.03182937204837799, -0.052720144391059875, 0.0024532328825443983, 0.12096802890300751, 0.031630802899599075, -0.07103817164897919, 0.08946530520915985, 0.10466817021369934, 0.002626279601827264, 0.0302587877959013, 0.07838240265846252, -0.256664901971817, 0.007881669327616692, 0.019461434334516525, 0.0004553158942144364, -0.03916038200259209, 0.09880023449659348, 0.1848558485507965, -0.022474979981780052, 0.10400699824094772, 0.12324166297912598, 0.0677650049328804, -0.04852090775966644, -0.030292607843875885, 0.0804247111082077, -0.007543633226305246, -0.011943004094064236, 0.08851761370897293, -0.22094252705574036, 0.17024149000644684, -0.01445333193987608, 0.07367108017206192, 0.03279789537191391, 0.0007209099712781608, -0.04764268547296524, 0.02929539419710636, 0.16138797998428345, 0.07585150003433228, 0.015017641708254814, -0.012956252321600914, -0.12350447475910187, -0.022271448746323586, 0.015455439686775208, 0.05709132179617882, -0.06249665468931198, 0.066401407122612, 0.04152840003371239, 0.0644603744149208, -0.055190928280353546, -0.24099232256412506, -0.032489631325006485, -0.018768178299069405, 0.20141632854938507, -0.05489574000239372, 0.02789805643260479, -0.07259754836559296, -0.10490195453166962, 0.03708194941282272, -0.07841675728559494, -0.12878452241420746, -0.011184320785105228, -0.07116340845823288, 0.08437878638505936, -0.06914075464010239, 0.047274064272642136, 0.07970929145812988, 0.033834267407655716, -0.030636418610811234, -0.01771167665719986, 0.1460713893175125, -0.14245541393756866, -0.03513716161251068, -0.05502770468592644, 0.055954720824956894, 0.17256693542003632, 0.03366144374012947, 0.011059354059398174, -0.053451042622327805, -0.03491346910595894, -0.10215051472187042, -0.030866194516420364, 0.015061097219586372, -0.120802141726017, 0.07966113835573196, 0.038598719984292984, -0.1683659851551056, -0.09679998457431793, -0.07409249991178513, 0.06264914572238922, 0.24065089225769043, -0.04227021336555481, 0.08819901198148727, 0.27016928791999817, -0.08509115129709244, -0.16821517050266266, -0.10886926203966141, 0.11476555466651917, 0.0007507239934056997, 0.07979628443717957, -0.1506538987159729, 0.07158348709344864, 0.015702424570918083, -0.029154621064662933, -0.003912953659892082, -0.237944558262825, -0.13854967057704926, 0.13001851737499237, -0.04831644520163536, 0.1475718915462494, -0.03886197507381439, -0.05866767466068268, -0.043948039412498474, -0.08052094280719757, 0.11916391551494598, 0.007064042612910271, 0.0422087162733078, 0.09127938747406006, 0.074076347053051, -0.04360057786107063, 0.025218268856406212, 0.12014344334602356, 0.13566161692142487, -0.016234982758760452, -0.01797356642782688, -0.008913823403418064, 0.025995846837759018, 0.07048738747835159, 0.09583257138729095, 0.10986649245023727, -0.01981346867978573, -0.15746064484119415, -0.05416560918092728, -0.057195283472537994, -0.02455453760921955, 0.014081797562539577, -0.11357014626264572, -0.08514368534088135, -0.007839793339371681, 0.07817086577415466, 0.02948704920709133, 0.25460609793663025, -0.00661338260397315, 0.013276438228785992, 0.20288977026939392, 0.06351938843727112, 0.01150497142225504, -0.12141205370426178, -0.0038205087184906006, -0.10335616022348404, 0.08931519836187363, -0.13686472177505493, -0.006562700495123863, 0.048567354679107666, -0.02803853154182434, 0.06759653240442276, 0.04123912379145622, -0.14279520511627197, 0.04322599247097969, 0.09815827757120132, -0.06910945475101471, -0.06389175355434418, -0.050495997071266174, -0.0034961996134370565, 0.0857321247458458, 0.01444158609956503, 0.17432861030101776, -0.14776872098445892, -0.023280875757336617, 0.0005597692797891796, 0.07177349925041199, -0.16426506638526917, 0.196442648768425, 0.130433589220047, -0.01607455313205719, -0.09892206639051437, 0.17922450602054596, 0.0642063096165657, 0.06901686638593674, 0.038154199719429016, 0.02075898088514805, -0.07866661250591278, -0.03184724599123001, -0.007478809915482998, 0.024397339671850204, -0.14743739366531372, -0.17970994114875793, -0.07065388560295105, -0.0415676087141037, -0.006759138312190771, -0.09449452906847, 0.0454513281583786, -0.039870183914899826, 0.012361250817775726, 0.040398769080638885, 0.0050713494420051575, 0.022780347615480423, 0.16076788306236267, 0.04707140475511551, -0.1981600522994995, -0.022205661982297897, 0.03734711930155754, 0.08354189991950989, -0.067679762840271, 0.05083231255412102, -0.039979804307222366, 0.05695990100502968, 0.05441208556294441, 0.039017826318740845, -0.06700482964515686, -0.05199874937534332, 0.014563002623617649, -0.05576624348759651, -0.08916697651147842, 0.06372260302305222, -0.06645102798938751, 0.03585673123598099, 0.04206901043653488, 0.05986803025007248, -0.08016332983970642, 0.011421669274568558, 0.012824618257582188, 0.004190253559499979, 0.009907848201692104, 0.07470449060201645, -0.03818615525960922, 0.001901580486446619, -0.1986968219280243, 0.06454986333847046, 0.13211315870285034, 0.07532501965761185, 0.013076442293822765, -0.004888144321739674, -0.028904464095830917, 0.05671278014779091, 0.011712497100234032, -0.07930322736501694, -0.029587483033537865, -0.03590650111436844, 0.01270204596221447, -0.10239128023386002, -0.013612878508865833, -0.02145720273256302, 0.006971376948058605, 0.10272417217493057, 0.07476283609867096, 0.14492401480674744, -0.04599548876285553, -0.010075406171381474, -0.044220924377441406, 0.03407936543226242, 0.03138108551502228, 0.009690743871033192, -0.05060410872101784, -0.03788626566529274, -0.017922330647706985, -0.05871785804629326, 0.1330987811088562, 0.006078976672142744, -0.10880943387746811, -0.014120942912995815, -0.010683553293347359, 0.03295283764600754, -0.013669631443917751, 0.10572352260351181, -0.04657742381095886, -0.01547128614038229, -0.14996501803398132, -0.015782998874783516, 0.08486560732126236, 0.10775556415319443, -0.021495673805475235, 0.026116207242012024, 0.0025932511780411005, 0.13071711361408234, 0.02591554820537567, 0.012112574651837349, -0.13021811842918396, -0.06663613766431808, -0.022466126829385757, 0.012082313187420368, 0.0388207845389843, 0.053550876677036285, 0.11813131719827652, -0.10129284113645554, 0.003619753522798419, 0.03299183398485184, -0.0709121897816658, -0.1677640974521637, -0.16218386590480804, -0.06494953483343124, -0.24720700085163116, -0.012668544426560402, -0.13085229694843292, 0.017882050946354866, 0.14120301604270935, 0.05772995576262474, -0.014788261614739895, 0.07411179691553116, 0.02990838699042797, -0.12610647082328796, 0.054165687412023544, -0.02846144512295723, 0.014772328548133373, -0.12720054388046265, -0.03284295275807381, 0.10345562547445297, 0.051364392042160034, 0.01055342797189951, -0.05752882733941078, -0.01833203248679638, 0.07274312525987625, 0.04347304254770279, -0.04504997283220291, -0.04167596250772476, 0.03463878110051155, 0.025385217741131783, 0.0891830325126648, 0.06620190292596817, -0.041988056153059006, 0.0463666208088398, 0.1117980107665062, -0.035487350076436996, -0.1383109837770462, -0.08622541278600693, -0.004670263268053532, -0.0032679412979632616, 0.15190920233726501, -0.009594623930752277, -0.07207675278186798, -0.10497035831212997, 0.1470409631729126, 0.19197258353233337, -0.07409527897834778, -0.04577144607901573, -0.054121579974889755, 0.025365091860294342, -0.05919479951262474, 0.05597909912467003, 0.00012917452841065824, 0.21592813730239868, -0.045292455703020096, 0.032436951994895935, -0.12772774696350098, 0.015767259523272514, 0.012128419242799282, -0.07908830046653748, 0.06551957130432129, -0.06434831023216248, -0.04413922503590584, 0.1570269763469696, -0.2792753577232361, -0.058517321944236755, -0.09326940774917603, -0.03608879819512367, -0.06044371798634529, -0.00244117365218699, 0.1966192126274109, 0.11378897726535797, 0.08741657435894012, -0.04359724000096321, 0.018076550215482712, 0.03331673890352249, 0.031501658260822296, -0.12229256331920624, -0.03601638600230217, 0.020876891911029816, -0.08666938543319702, 0.13148176670074463, -0.00010307168122380972, 0.1972559094429016, -0.012097000144422054, 0.04133084788918495, 0.02428036369383335, 0.07525147497653961, 0.023779843002557755, 0.06536687910556793, -0.009620701894164085, -0.02373984269797802, -0.020035728812217712, 0.0967545285820961, 0.05584889277815819, -0.1236732080578804, 0.010934465564787388, 0.10660453885793686, -0.05480286478996277, -0.1234000027179718, 0.01940361224114895, -0.12346416711807251, 0.1010877788066864, -0.05102404206991196, -0.08106806129217148, -0.04377458989620209, 0.016243303194642067, 0.08023776859045029, 0.0222027488052845, 0.1123710572719574, 0.06780628114938736, -0.17948299646377563, -0.07307518273591995, -0.02490706741809845, 0.13828112185001373, -0.01620551198720932, 0.06704582273960114, -0.1377837061882019, -0.04483066871762276, -0.05772848054766655, 0.037370242178440094, 0.05540842562913895, 0.00046634714817628264, -0.019115803763270378, -0.008708366192877293, -0.004036192782223225, 0.0470401793718338, 0.0018258667550981045, -0.1494128406047821 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_tacotron2` ♻️ Imported from https://zenodo.org/record/3963886/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tacotron2
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_tacotron2' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tacotron2'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tacotron2'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 44, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_tacotron2'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.007776616606861353, -0.026880525052547455, -0.0010591379832476377, 0.034964047372341156, 0.06383217871189117, -0.01446978747844696, 0.23385834693908691, 0.046304456889629364, 0.12229253351688385, -0.059029486030340195, 0.11692804843187332, 0.07558517158031464, 0.06106002628803253, 0.17882177233695984, 0.045530155301094055, -0.1973663866519928, 0.013546468690037727, 0.03337080776691437, -0.02329001948237419, 0.10596618056297302, 0.1628389060497284, -0.009854440577328205, 0.07333669811487198, 0.016606386750936508, -0.029153859242796898, 0.07641900330781937, -0.02383257821202278, -0.11862079799175262, 0.055665522813797, 0.03955969586968422, 0.09345096349716187, 0.02757769450545311, 0.07817904651165009, -0.23543162643909454, 0.008485031314194202, -0.03845195099711418, -0.030743611976504326, 0.028998568654060364, 0.0681818276643753, 0.0924004465341568, 0.0028352083172649145, 0.08989661931991577, -0.021798990666866302, 0.01943972148001194, -0.08204566687345505, 0.010062028653919697, 0.032369911670684814, 0.11485743522644043, 0.1632963865995407, 0.12467985600233078, -0.040043774992227554, 0.11210823059082031, -0.07563013583421707, 0.036592211574316025, 0.10705061256885529, -0.15863150358200073, 0.0019255916122347116, 0.06836038082838058, 0.03540598601102829, 0.1780141443014145, 0.030765680596232414, 0.0025269966572523117, 0.12598368525505066, 0.0230802521109581, -0.04523492231965065, -0.03421076759696007, -0.12080628424882889, 0.03561479225754738, -0.11276492476463318, -0.010276158340275288, 0.34394267201423645, 0.05168550834059715, 0.008820471353828907, 0.010636682622134686, -0.04543435573577881, -0.03607071936130524, 0.01729924976825714, -0.1504860669374466, 0.016164610162377357, 0.07630807906389236, 0.0571269765496254, -0.06210373714566231, -0.14952386915683746, -0.08152595907449722, -0.03839851915836334, 0.031810659915208817, 0.03414580598473549, 0.04692574962973595, -0.11725522577762604, 0.01214621216058731, -0.01936449110507965, -0.07919219881296158, 0.0891864225268364, -0.07911060750484467, 0.09859336167573929, 0.036621518433094025, 0.09209303557872772, -0.17666181921958923, 0.02959030121564865, -0.0726168155670166, -0.04198611527681351, 0.024969054386019707, 0.1214715987443924, 0.11142612993717194, 0.08381703495979309, -0.041121456772089005, -0.07409325987100601, -0.08651724457740784, -0.025865696370601654, 0.025150172412395477, -0.010067639872431755, -0.06321687251329422, -0.17385287582874298, 0.08083205670118332, -0.09081315249204636, -0.03549813851714134, 0.0012687857961282134, -0.05198848247528076, -0.11929261684417725, -0.05123935267329216, 0.1915150284767151, -0.031483642756938934, 0.018948445096611977, -0.0312587171792984, -0.04372590407729149, 0.10224074125289917, 0.018823128193616867, 0.1190219298005104, -0.061092667281627655, -0.025087842717766762, -0.09900461882352829, 0.02324511669576168, -0.057104576379060745, -0.06525018811225891, 0.06879263371229172, 0.056512974202632904, 0.02050287462770939, -0.1950017213821411, -0.11334002017974854, -0.04183898866176605, 0.03701868653297424, 0.03236103430390358, -0.036504969000816345, -0.15050877630710602, -0.04765980690717697, 0.040358953177928925, -0.09148935973644257, -0.1326139122247696, -0.08233315497636795, -0.01702052541077137, -0.08594108372926712, 0.04890337958931923, -0.09387558698654175, 0.04051205515861511, -0.09228862076997757, -0.037297092378139496, -0.11538051068782806, 0.10361513495445251, -0.12700378894805908, -0.03289896622300148, -0.0925326868891716, -0.02850416861474514, -0.07849287986755371, 0.06419021636247635, 0.04304340481758118, 0.20422577857971191, -0.19467875361442566, -0.06087873876094818, 0.05329187959432602, -0.11361309885978699, -0.11186906695365906, 0.18229685723781586, -0.010205118916928768, 0.12038562446832657, 0.09624704718589783, 0.29239147901535034, -0.03301597759127617, -0.1800680011510849, 0.0005253833951428533, 0.09853043407201767, 0.01412972155958414, -0.0628456175327301, 0.11564362049102783, -0.01206795871257782, 0.0400235541164875, -0.05428389459848404, 0.023083515465259552, 0.0724104642868042, -0.058790888637304306, -0.06666787713766098, 0.07212613523006439, -0.05675555765628815, 0.04606309160590172, -0.02796991728246212, 0.06139558553695679, -0.012347218580543995, -0.03280758485198021, 0.14639270305633545, 0.12007734179496765, -0.06275563687086105, 0.036671966314315796, -0.12138119339942932, -0.02437690831720829, -0.05992402136325836, -0.05081481486558914, -0.011736921034753323, 0.0352780744433403, 0.004832876846194267, 0.012405388988554478, 0.12092497944831848, 0.08791191875934601, 0.005685935262590647, -0.03178155794739723, -0.001606856007128954, -0.029836606234312057, -0.06533212214708328, 0.044783204793930054, -0.025313623249530792, -0.1938301920890808, 0.06878773123025894, -0.008105807937681675, -0.07100522518157959, -0.1019996851682663, -0.04165641963481903, -0.09321624040603638, 0.08366993814706802, -0.02399829961359501, 0.00533039728179574, -0.010332278907299042, 0.07305817306041718, -0.06597202271223068, -0.0009980942122638226, -0.027155062183737755, -0.015718866139650345, -0.07928654551506042, 0.16569188237190247, 0.051410011947155, 0.07048310339450836, 0.1033669114112854, -0.20279206335544586, -0.007704616524279118, 0.1718703806400299, 0.02175169065594673, -0.04634614661335945, -0.03081677295267582, 0.006921456195414066, 0.19476266205310822, -0.07954958081245422, 0.05566931515932083, -0.1179390475153923, 0.03754062578082085, 0.017331665381789207, -0.1874857246875763, 0.004633791279047728, 0.06320325285196304, 0.083621546626091, -0.23986241221427917, 0.17428971827030182, 0.054286763072013855, -0.053536105901002884, 0.2713403105735779, 0.03351963683962822, -0.04062813147902489, -0.052394524216651917, 0.01718067191541195, -0.10369270294904709, 0.08481963723897934, -0.12661179900169373, 0.019857387989759445, 0.009060649201273918, 0.056489914655685425, 0.10935293883085251, -0.12504138052463531, -0.06680651009082794, 0.031915344297885895, -0.07180594652891159, -0.1576394885778427, -0.05608346313238144, -0.14835825562477112, 0.021791605278849602, -0.051724404096603394, -0.1283111423254013, 0.029260272160172462, -0.01963772624731064, -0.1378551870584488, 0.11600512266159058, -0.190659299492836, -0.2507445216178894, -0.16949856281280518, 0.06125129759311676, 0.0038459040224552155, 0.04653652384877205, 0.05834633484482765, -0.1393638253211975, -0.03972814977169037, -0.043099287897348404, -0.013097810558974743, -0.033167723566293716, -0.06419752538204193, 0.051810115575790405, -0.004112466238439083, -0.027411330491304398, -0.1209946721792221, -0.00585784949362278, -0.01557705644518137, 0.05898630991578102, 0.004503685049712658, -0.13025198876857758, 0.10025662928819656, 0.2233983874320984, 0.0178518183529377, -0.046095672994852066, -0.02442506141960621, 0.20533117651939392, -0.09577368199825287, 0.057089436799287796, 0.09807475656270981, -0.04447406530380249, 0.04527333006262779, 0.12099672853946686, 0.07317426800727844, 0.016414478421211243, 0.02308877371251583, -0.06852922588586807, -0.04079587757587433, -0.3594614565372467, -0.07358604669570923, -0.04433077946305275, 0.08966511487960815, -0.052562061697244644, 0.01999667100608349, 0.08825194090604782, 0.09719908982515335, 0.020759133622050285, 0.0409051850438118, 0.033301107585430145, 0.015134804882109165, 0.010647126473486423, 0.005646357778459787, 0.03800749033689499, -0.06099233403801918, -0.05087701976299286, 0.11483422666788101, 0.13007180392742157, 0.039337292313575745, 0.1290104240179062, 0.16562263667583466, 0.13488708436489105, 0.10864193737506866, 0.06552819907665253, -0.012891266494989395, 0.03365243226289749, 0.009127260185778141, -0.04810803756117821, -0.04948198422789574, -0.003080547321587801, 0.12068040668964386, 0.047580286860466, -0.1059764102101326, 0.09710831940174103, 0.1036376878619194, 0.03922445699572563, 0.029945744201540947, 0.03902090713381767, -0.24457627534866333, 0.04624313488602638, 0.036661673337221146, -0.016482114791870117, -0.03274131566286087, 0.10731926560401917, 0.21964241564273834, -0.04021359607577324, 0.07275650650262833, 0.10798197239637375, 0.07959722727537155, -0.0524459145963192, -0.04001591354608536, 0.0235447958111763, -0.04463440179824829, -0.03020940162241459, 0.100690558552742, -0.2337135225534439, 0.18882283568382263, -0.005415937397629023, 0.06181567907333374, 0.02116861753165722, -0.005006609950214624, -0.0334443524479866, 0.03164844587445259, 0.1440671682357788, 0.07019032537937164, -0.00019516359316185117, -0.04221109300851822, -0.10849889367818832, -0.0120995556935668, 0.024926895275712013, 0.08363891392946243, -0.07997580617666245, 0.04989723488688469, 0.03471039608120918, 0.05897018313407898, -0.07470224797725677, -0.22649210691452026, -0.03892914950847626, -0.02658105455338955, 0.21243079006671906, -0.04177514836192131, 0.01898105815052986, -0.057469580322504044, -0.060392070561647415, 0.028222769498825073, -0.07302246242761612, -0.12285782396793365, -0.026725631207227707, -0.10944300889968872, 0.09750774502754211, -0.05664513632655144, 0.04726463556289673, 0.08877575397491455, 0.031639959663152695, -0.03828921169042587, -0.01038139034062624, 0.128592848777771, -0.13951483368873596, -0.028194349259138107, -0.06413199007511139, 0.07326196879148483, 0.14708861708641052, 0.03780512884259224, 0.02919892780482769, -0.057530034333467484, -0.0453815683722496, -0.10768893361091614, -0.018487598747015, 0.011587872169911861, -0.1028977558016777, 0.0654626414179802, 0.035931430757045746, -0.1832459717988968, -0.11390094459056854, -0.09505695104598999, 0.08676742017269135, 0.22550177574157715, -0.029781799763441086, 0.08880589157342911, 0.2869357466697693, -0.10134093463420868, -0.16174562275409698, -0.13531211018562317, 0.10746719688177109, -0.012733071111142635, 0.07957854121923447, -0.13277322053909302, 0.04438863694667816, 0.012762735597789288, -0.036581963300704956, -0.0008007430587895215, -0.2404131442308426, -0.1303204745054245, 0.1020345538854599, -0.03578215092420578, 0.10440297424793243, -0.06595495343208313, -0.05881284549832344, -0.04609842225909233, -0.10155719518661499, 0.12241307646036148, 0.00837054941803217, 0.040001366287469864, 0.11459182947874069, 0.11026138812303543, -0.03390436992049217, 0.015405707061290741, 0.12212041765451431, 0.12449243664741516, -0.012628423981368542, -0.010007599368691444, -0.04242314025759697, 0.0815412774682045, 0.07154572010040283, 0.07999676465988159, 0.07221676409244537, -0.030854452401399612, -0.16073520481586456, -0.04926598072052002, -0.034610603004693985, -0.019676966592669487, 0.021200813353061676, -0.12288222461938858, -0.06959439814090729, -0.0227364394813776, 0.07069237530231476, 0.03981006145477295, 0.2656015455722809, -0.010729930363595486, 0.013667105697095394, 0.21655814349651337, 0.08785901963710785, -0.016929903998970985, -0.08378905802965164, -0.015053926967084408, -0.10893245786428452, 0.06628251820802689, -0.19389696419239044, 0.009922154247760773, 0.045285649597644806, -0.039993032813072205, 0.0930788666009903, 0.048932988196611404, -0.1486344337463379, 0.0774625763297081, 0.11523474752902985, -0.06510911136865616, -0.008336364291608334, -0.06258131563663483, -0.011131475679576397, 0.12159983068704605, 0.025959916412830353, 0.16368074715137482, -0.14586538076400757, -0.011008144356310368, 0.0012901461450383067, 0.05889694765210152, -0.16877107322216034, 0.17340341210365295, 0.13684703409671783, -0.01435778383165598, -0.08962417393922806, 0.169740229845047, 0.047678280621767044, 0.06497254222631454, 0.03557317331433296, 0.03177231550216675, -0.07092935591936111, -0.03822171688079834, -0.020055534318089485, 0.06024504825472832, -0.14890556037425995, -0.18434280157089233, -0.06400585919618607, -0.01391263585537672, -0.016280200332403183, -0.08072034269571304, 0.027620762586593628, -0.029328493401408195, 0.01675766333937645, 0.042175792157649994, 0.02013276517391205, 0.0373576395213604, 0.13642746210098267, 0.024585163220763206, -0.21582132577896118, -0.03912845253944397, 0.03751504421234131, 0.06713675707578659, -0.06748950481414795, 0.03374527767300606, -0.04772975295782089, 0.07139327377080917, 0.06557780504226685, 0.05735020339488983, -0.07646257430315018, -0.041788723319768906, 0.007318953052163124, -0.07302528619766235, -0.0881333127617836, 0.06796633452177048, -0.07690048217773438, 0.03555256873369217, 0.044281017035245895, 0.08271212875843048, -0.08539071679115295, -0.007232563104480505, 0.03863415867090225, 0.004894706886261702, 0.009783614426851273, 0.0654527097940445, -0.054230548441410065, 0.03663073480129242, -0.2116263508796692, 0.056537188589572906, 0.16410911083221436, 0.08076231181621552, 0.013404501602053642, 0.031251829117536545, -0.030422048643231392, 0.062373723834753036, 0.02568781189620495, -0.07654039561748505, -0.04485572874546051, -0.03757202997803688, -0.010741696693003178, -0.11356797814369202, -0.07339686900377274, -0.028407270088791847, 0.0163089781999588, 0.1438119113445282, 0.06791681796312332, 0.12832112610340118, -0.033047012984752655, 0.010199926793575287, -0.037973493337631226, 0.03208688646554947, 0.04618159309029579, -0.009468521922826767, -0.04785104840993881, -0.05281391739845276, -0.0307722557336092, -0.08406834304332733, 0.1563407927751541, 0.026810673996806145, -0.11067797988653183, -0.016457363963127136, -0.0505811832845211, 0.0127800814807415, 0.006155150476843119, 0.1502280831336975, -0.044211000204086304, -0.028397036716341972, -0.17932210862636566, -0.022642984986305237, 0.0693281888961792, 0.0513438805937767, -0.06932374835014343, 0.01707298308610916, -0.00645807571709156, 0.11437644064426422, 0.04494987800717354, 0.01744568720459938, -0.153574138879776, -0.09180094301700592, -0.01123987976461649, 0.010450045578181744, 0.010085747577250004, 0.07506746798753738, 0.15703155100345612, -0.0899546667933464, -0.0052444408647716045, 0.0385405495762825, -0.07643713057041168, -0.16854612529277802, -0.15088851749897003, -0.0687183067202568, -0.2392648309469223, 0.004950012546032667, -0.13388516008853912, 0.04875494912266731, 0.1545398235321045, 0.05316183716058731, -0.028365107253193855, 0.07271450012922287, 0.051162078976631165, -0.12703152000904083, 0.043434686958789825, -0.02894318290054798, 0.011299512349069118, -0.13757577538490295, -0.028626957908272743, 0.08363640308380127, 0.03789297118782997, -0.003565138438716531, -0.04385484382510185, -0.02636064402759075, 0.059076663106679916, -0.0051160999573767185, -0.046603597700595856, -0.045611247420310974, 0.031107189133763313, 0.020485684275627136, 0.06225214898586273, 0.059871431440114975, -0.054484300315380096, 0.06537918001413345, 0.12772975862026215, -0.04094761610031128, -0.12879221141338348, -0.0945059284567833, -0.016805658116936684, -0.002428764011710882, 0.1578831672668457, -0.022814273834228516, -0.07300242781639099, -0.09881547093391418, 0.14816918969154358, 0.190574049949646, -0.07925019413232803, -0.05266229063272476, -0.0667625144124031, 0.026843206956982613, -0.07621467113494873, 0.10258878022432327, -0.010578358545899391, 0.2222512811422348, -0.03783128410577774, 0.04350065067410469, -0.1369229406118393, -0.00442100316286087, -0.015061015263199806, -0.04464918375015259, 0.055840298533439636, -0.08595038950443268, -0.04837641492486, 0.18610478937625885, -0.2659456729888916, -0.042225491255521774, -0.13286751508712769, -0.06010369583964348, -0.028274424374103546, 0.006448694504797459, 0.19125542044639587, 0.08459542691707611, 0.08258743584156036, -0.04630286619067192, -0.0030864388681948185, 0.0202907994389534, 0.03984596207737923, -0.14799736440181732, 0.017932893708348274, -0.00027280885842628777, -0.12993468344211578, 0.1259775459766388, -0.0011555973906069994, 0.21245546638965607, -0.00498876441270113, 0.037945717573165894, 0.026363464072346687, 0.09124281257390976, 0.04701153188943863, 0.04869602248072624, -0.030706390738487244, -0.036129191517829895, -0.024428872391581535, 0.0806504338979721, 0.05733155459165573, -0.10639189183712006, 0.007333692628890276, 0.08471403270959854, -0.04064180701971054, -0.11503029614686966, 0.0035050413571298122, -0.11948823183774948, 0.08422302454710007, -0.08180695027112961, -0.06815243512392044, -0.03577164560556412, 0.010958879254758358, 0.07057451456785202, 0.03109685704112053, 0.05909154564142227, 0.050889257341623306, -0.162469744682312, -0.095082588493824, -0.009273657575249672, 0.12118220329284668, -0.0013305788161233068, 0.07893437147140503, -0.15849411487579346, -0.03352624177932739, -0.0628390833735466, 0.034123845398426056, 0.0779772624373436, -0.015978330746293068, -0.00691060908138752, -0.0485478937625885, 0.0036812841426581144, 0.047097571194171906, 0.007010826840996742, -0.12409684807062149 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_tacotron2_accent` ♻️ Imported from https://zenodo.org/record/4381098/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tacotron2_accent
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_tacotron2_accent' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tacotron2_accent'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tacotron2_accent'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 47, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_tacotron2_accent'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.005695526488125324, -0.021374428644776344, -0.0009123887284658849, 0.04425148665904999, 0.06897898763418198, -0.0153408357873559, 0.21612988412380219, 0.048370469361543655, 0.11480515450239182, -0.057671915739774704, 0.11408242583274841, 0.0691649541258812, 0.060170818120241165, 0.1947162002325058, 0.049115680158138275, -0.19501252472400665, 0.007879200391471386, 0.03734411299228668, -0.032914504408836365, 0.10282088816165924, 0.16242890059947968, -0.0014130271738395095, 0.08182961493730545, 0.018541205674409866, -0.03673885762691498, 0.08440081030130386, -0.01323888823390007, -0.11673785001039505, 0.05108631029725075, 0.04228712618350983, 0.09370265901088715, 0.02326870895922184, 0.07098712772130966, -0.24319295585155487, 0.008203751407563686, -0.03816233202815056, -0.01686214469373226, 0.02254427596926689, 0.06820303946733475, 0.0956265926361084, 0.0206388458609581, 0.096653513610363, -0.007231138180941343, 0.025521090254187584, -0.09268764406442642, 0.025088278576731682, 0.036597296595573425, 0.11430878937244415, 0.1544683426618576, 0.11996480822563171, -0.04181618243455887, 0.10337644815444946, -0.07479735463857651, 0.038538236171007156, 0.11061030626296997, -0.15681792795658112, -0.003085825825110078, 0.04745609685778618, 0.020843910053372383, 0.1732551008462906, 0.03937234729528427, -0.005188264884054661, 0.11992780864238739, 0.030488822609186172, -0.06059481203556061, -0.03423458710312843, -0.12017118185758591, 0.038632482290267944, -0.10374809056520462, -0.006639508064836264, 0.3219451308250427, 0.052519842982292175, 0.004177534487098455, 0.00741930678486824, -0.03818255290389061, -0.058181244879961014, 0.014760988764464855, -0.16678696870803833, 0.01409467589110136, 0.07342375069856644, 0.052365563809871674, -0.06525440514087677, -0.14941738545894623, -0.07271551340818405, -0.04740343987941742, 0.041387613862752914, 0.02878466062247753, 0.03768965229392052, -0.12463155388832092, 0.013171586208045483, -0.018952814862132072, -0.07764815539121628, 0.08978729695081711, -0.08472438901662827, 0.08109378069639206, 0.025660652667284012, 0.09189241379499435, -0.1794549822807312, 0.01495349034667015, -0.07607144862413406, -0.052206069231033325, 0.03381643444299698, 0.11500420421361923, 0.10611239075660706, 0.07172903418540955, -0.04135617986321449, -0.07190034538507462, -0.08613962680101395, -0.030462458729743958, 0.02434760332107544, -0.01287528034299612, -0.05870985612273216, -0.18301111459732056, 0.07601858675479889, -0.09661747515201569, -0.045703716576099396, -0.003068645251914859, -0.051671721041202545, -0.12974923849105835, -0.051204975694417953, 0.18860074877738953, -0.03156537190079689, 0.021841049194335938, -0.03468124940991402, -0.04341878741979599, 0.10451795905828476, 0.02075260691344738, 0.12122005224227905, -0.05268678814172745, -0.03940964862704277, -0.10212726891040802, 0.027713898569345474, -0.0548093244433403, -0.059087395668029785, 0.0722503513097763, 0.05286753550171852, 0.021461760625243187, -0.18433132767677307, -0.11375802010297775, -0.03871920332312584, 0.03331932798027992, 0.03199699521064758, -0.04513394832611084, -0.1615820974111557, -0.05909469351172447, 0.040778886526823044, -0.07890363782644272, -0.14118866622447968, -0.0767168253660202, -0.016736280173063278, -0.08061384409666061, 0.05142994970083237, -0.10704442113637924, 0.04151067137718201, -0.0980648472905159, -0.039023760706186295, -0.12904778122901917, 0.11094430834054947, -0.11513108760118484, -0.038154032081365585, -0.09967943280935287, -0.031114336103200912, -0.08296806365251541, 0.0643363818526268, 0.040244247764348984, 0.2102435827255249, -0.20084387063980103, -0.0699995830655098, 0.06069479510188103, -0.10969505459070206, -0.10093457251787186, 0.1808357536792755, -0.008418061770498753, 0.1104520708322525, 0.10122445225715637, 0.28574392199516296, -0.02537769265472889, -0.19463075697422028, 0.02406824752688408, 0.09478605538606644, 0.010798049159348011, -0.04851118102669716, 0.11319137364625931, -0.010028335265815258, 0.04551100730895996, -0.05037904903292656, 0.017428476363420486, 0.08705973625183105, -0.05998954176902771, -0.07156628370285034, 0.0673697292804718, -0.05752503126859665, 0.05394308269023895, -0.015492365695536137, 0.05917060375213623, -0.012482312507927418, -0.03644678741693497, 0.1466568112373352, 0.11505559831857681, -0.05901996046304703, 0.03563542664051056, -0.12632977962493896, -0.015101935714483261, -0.05348556116223335, -0.06293090432882309, -0.012473395094275475, 0.043569937348365784, 0.0018209031550213695, 0.024352489039301872, 0.1334553360939026, 0.085700124502182, 0.009487690404057503, -0.02472984418272972, -0.010721093975007534, -0.03577006608247757, -0.07608615607023239, 0.049370892345905304, -0.01967334747314453, -0.2036656141281128, 0.07591447234153748, -0.0034827266354113817, -0.04878518357872963, -0.11540745943784714, -0.04108858108520508, -0.09919499605894089, 0.09111767262220383, -0.012716365978121758, -0.004531880374997854, -0.011949056759476662, 0.08318081498146057, -0.06942271441221237, -0.004235177766531706, -0.0269195344299078, -0.01758466474711895, -0.08184324949979782, 0.16342343389987946, 0.05279325321316719, 0.06718160212039948, 0.10454940795898438, -0.19492025673389435, -0.026021495461463928, 0.15835857391357422, 0.02536870539188385, -0.04501227289438248, -0.02863147296011448, 0.015914879739284515, 0.2166026383638382, -0.08233650773763657, 0.05948827415704727, -0.1184510812163353, 0.042945656925439835, 0.027187643572688103, -0.1826743185520172, -0.00003612594082369469, 0.061391085386276245, 0.08410672098398209, -0.2560180723667145, 0.1760070025920868, 0.05271768569946289, -0.04231926053762436, 0.2701341211795807, 0.03785577788949013, -0.045753851532936096, -0.05294061452150345, 0.017892833799123764, -0.11025309562683105, 0.08039309829473495, -0.11269661039113998, 0.02436709962785244, 0.0006245888071134686, 0.05041645094752312, 0.1025223657488823, -0.12317923456430435, -0.06906024366617203, 0.04371213540434837, -0.07098120450973511, -0.15807539224624634, -0.0579700767993927, -0.13941536843776703, 0.02581433765590191, -0.04678966477513313, -0.12747594714164734, 0.03689000383019447, -0.012271544896066189, -0.13860924541950226, 0.11248642951250076, -0.19473685324192047, -0.24112308025360107, -0.1725062131881714, 0.0563586987555027, 0.0077967471443116665, 0.049555182456970215, 0.049935031682252884, -0.1409422755241394, -0.029649503529071808, -0.04201731085777283, -0.008100229315459728, -0.03650465980172157, -0.06159749999642372, 0.03690771013498306, -0.000809796154499054, -0.032273560762405396, -0.10121014714241028, -0.00791237410157919, -0.014749462716281414, 0.06396763771772385, -0.001926271477714181, -0.13969483971595764, 0.10015691071748734, 0.22765794396400452, 0.005914728622883558, -0.037817686796188354, -0.029512198641896248, 0.20565196871757507, -0.09842796623706818, 0.06896574050188065, 0.09845612198114395, -0.04677285626530647, 0.04438941553235054, 0.12693950533866882, 0.0647406131029129, 0.02537376619875431, 0.027159221470355988, -0.0719548687338829, -0.040884312242269516, -0.3549642264842987, -0.07118329405784607, -0.046989426016807556, 0.07526622712612152, -0.051202792674303055, 0.013141886331140995, 0.09251958876848221, 0.09250698238611221, 0.021351752802729607, 0.0418144091963768, 0.03365070000290871, 0.01144984271377325, 0.015366711653769016, 0.01995413936674595, 0.034712061285972595, -0.05848320201039314, -0.05550177022814751, 0.11525305360555649, 0.12412029504776001, 0.029687725007534027, 0.12156697362661362, 0.163063645362854, 0.13159851729869843, 0.09222715348005295, 0.06398110091686249, -0.020907526835799217, 0.04191431403160095, 0.007016117684543133, -0.04944736137986183, -0.0434146486222744, -0.003749268362298608, 0.1266091763973236, 0.06678811460733414, -0.10149869322776794, 0.09551167488098145, 0.12474752962589264, 0.027503421530127525, 0.03292660787701607, 0.03970145061612129, -0.25074049830436707, 0.056065820157527924, 0.03789370134472847, -0.01105027087032795, -0.035799868404865265, 0.10767032951116562, 0.22775898873806, -0.041757699102163315, 0.09057429432868958, 0.11342673748731613, 0.07214528322219849, -0.03796093165874481, -0.03968195617198944, 0.02251414954662323, -0.045257218182086945, -0.029183566570281982, 0.1014646366238594, -0.24599425494670868, 0.1802118420600891, -0.008083103224635124, 0.05759685859084129, 0.018152520060539246, -0.0038209145423024893, -0.035300493240356445, 0.025037214159965515, 0.1487244814634323, 0.0736636072397232, 0.008069171570241451, -0.054572682827711105, -0.10306430608034134, -0.025113306939601898, 0.02360173873603344, 0.09427263587713242, -0.07383465766906738, 0.05417533218860626, 0.03319459408521652, 0.058047547936439514, -0.07487697154283524, -0.2279735654592514, -0.03901048004627228, -0.03257722407579422, 0.20024050772190094, -0.053277064114809036, 0.01771610602736473, -0.059351690113544464, -0.07030518352985382, 0.02636469528079033, -0.07616131007671356, -0.1161721721291542, -0.028820179402828217, -0.08702540397644043, 0.08908825367689133, -0.058831099420785904, 0.04382601007819176, 0.08820945769548416, 0.03925960138440132, -0.03733019903302193, -0.007371518760919571, 0.13244758546352386, -0.12870514392852783, -0.025900688022375107, -0.06803443282842636, 0.06830211728811264, 0.1468086987733841, 0.04364123195409775, 0.03275587782263756, -0.06067248806357384, -0.03402972221374512, -0.10226012021303177, -0.021431807428598404, -0.0003419196291361004, -0.1184001937508583, 0.07117188721895218, 0.03795657306909561, -0.18982616066932678, -0.11472012847661972, -0.08854717761278152, 0.0910668894648552, 0.21673983335494995, -0.03344978019595146, 0.0944780632853508, 0.254428893327713, -0.09827355295419693, -0.15113626420497894, -0.1268014907836914, 0.1133168414235115, -0.0016848049126565456, 0.09399864822626114, -0.13529254496097565, 0.0501197911798954, -0.00007499081402784213, -0.026507822796702385, 0.0054091657511889935, -0.23742902278900146, -0.12802188098430634, 0.10553814470767975, -0.03132468834519386, 0.082509346306324, -0.0533580482006073, -0.05474935844540596, -0.03682922571897507, -0.094351626932621, 0.12302684783935547, 0.006602360866963863, 0.034304555505514145, 0.1143823117017746, 0.11079331487417221, -0.027684297412633896, 0.021463997662067413, 0.11616276949644089, 0.12311694025993347, -0.01604098081588745, -0.00951426476240158, -0.05468304827809334, 0.07948203384876251, 0.07790704071521759, 0.07048576325178146, 0.09209144860506058, -0.033544570207595825, -0.15090176463127136, -0.0470091886818409, -0.04295975714921951, -0.020927689969539642, 0.01967373676598072, -0.11116644740104675, -0.06849731504917145, -0.02057279832661152, 0.07394784688949585, 0.03992960974574089, 0.24755649268627167, -0.022691376507282257, 0.021788399666547775, 0.21049071848392487, 0.09737183153629303, -0.00006065109118935652, -0.07806996256113052, -0.0182346161454916, -0.11035658419132233, 0.05452406778931618, -0.18361976742744446, 0.009800099767744541, 0.04147594794631004, -0.0338008776307106, 0.0912180170416832, 0.04882935807108879, -0.14660325646400452, 0.08260027319192886, 0.11608514189720154, -0.05347096174955368, 0.006650928407907486, -0.0726349875330925, -0.018216317519545555, 0.1204596608877182, -0.00048670676187612116, 0.16354553401470184, -0.1446804702281952, -0.016291014850139618, 0.0022098191548138857, 0.04953600838780403, -0.17333509027957916, 0.16718046367168427, 0.1380610316991806, -0.020963210612535477, -0.09540941566228867, 0.16324011981487274, 0.042853325605392456, 0.057465098798274994, 0.03415081650018692, 0.032497432082891464, -0.07535725086927414, -0.03168421611189842, -0.012948635965585709, 0.06567615270614624, -0.1374707669019699, -0.18603307008743286, -0.06291942298412323, -0.02409050613641739, -0.007699006702750921, -0.08000259846448898, 0.01971411518752575, -0.03078751266002655, 0.00892102811485529, 0.035909172147512436, 0.029855825006961823, 0.03413214907050133, 0.13826926052570343, 0.022978417575359344, -0.21750308573246002, -0.03543677553534508, 0.036086712032556534, 0.07497959583997726, -0.06678842753171921, 0.03736352175474167, -0.043735571205616, 0.07198818773031235, 0.08574633300304413, 0.05708746612071991, -0.07076498866081238, -0.04595957696437836, 0.0056557306088507175, -0.08044574409723282, -0.08743622899055481, 0.06897924095392227, -0.08355845510959625, 0.03713713213801384, 0.040808893740177155, 0.08658812195062637, -0.07546819001436234, -0.0004904381930828094, 0.041368912905454636, 0.004325342830270529, 0.004338409751653671, 0.05874311178922653, -0.057578008621931076, 0.034290947020053864, -0.20788632333278656, 0.05760667100548744, 0.15400278568267822, 0.07638798654079437, 0.008033049292862415, 0.039212748408317566, -0.025319892913103104, 0.05812830105423927, 0.028921322897076607, -0.0779082179069519, -0.041139502078294754, -0.02908916212618351, -0.021789155900478363, -0.10515975207090378, -0.08327718824148178, -0.038261838257312775, 0.02650274708867073, 0.15016430616378784, 0.056800954043865204, 0.13023515045642853, -0.03457319363951683, 0.004417979624122381, -0.0440930537879467, 0.02890770323574543, 0.040034469217061996, 0.002156941220164299, -0.050768736749887466, -0.054947610944509506, -0.023562060669064522, -0.06930891424417496, 0.14443443715572357, 0.013748322613537312, -0.0993294045329094, -0.01647726632654667, -0.046478837728500366, 0.011149873025715351, 0.011105756275355816, 0.14514631032943726, -0.03822114318609238, -0.031503524631261826, -0.15844608843326569, -0.023023292422294617, 0.06425550580024719, 0.07305851578712463, -0.05994866043329239, 0.013841838575899601, -0.012051687575876713, 0.12037596106529236, 0.029522765427827835, 0.030031006783246994, -0.1479203999042511, -0.07123541831970215, -0.016279367730021477, 0.0019917315803468227, 0.015580818988382816, 0.08304638415575027, 0.15849393606185913, -0.10409338027238846, -0.001437311409972608, 0.041093360632658005, -0.07525181770324707, -0.1619327962398529, -0.14149467647075653, -0.06739258766174316, -0.24520699679851532, 0.005542411934584379, -0.13438235223293304, 0.0568462498486042, 0.1387506127357483, 0.057431384921073914, -0.028633134439587593, 0.07750466465950012, 0.05265979468822479, -0.14228741824626923, 0.049604710191488266, -0.03277262672781944, 0.01999506726861, -0.13403519988059998, -0.03477491810917854, 0.08433087170124054, 0.038858383893966675, 0.0011357314651831985, -0.04029599204659462, -0.024021940305829048, 0.05808178707957268, -0.011189199984073639, -0.046016063541173935, -0.0390363484621048, 0.026941979303956032, 0.022316401824355125, 0.047568146139383316, 0.05683581531047821, -0.05378630384802818, 0.05947156623005867, 0.11463414877653122, -0.03790227696299553, -0.1398164927959442, -0.10017584264278412, 0.010362045839428902, 0.01042213849723339, 0.15365946292877197, -0.02569003403186798, -0.0744064450263977, -0.0881480723619461, 0.1477486938238144, 0.17970240116119385, -0.08163998275995255, -0.05639883875846863, -0.060170333832502365, 0.025206824764609337, -0.07227447628974915, 0.09673115611076355, -0.022199859842658043, 0.20224334299564362, -0.05019476264715195, 0.040401335805654526, -0.14225834608078003, -0.009059878997504711, -0.00838700495660305, -0.04004430025815964, 0.07266563177108765, -0.08313877880573273, -0.0464501678943634, 0.19459347426891327, -0.2776140868663788, -0.020749930292367935, -0.13095510005950928, -0.07190392166376114, -0.03330822288990021, 0.0015403664438053966, 0.1741190105676651, 0.09023351967334747, 0.08122369647026062, -0.046063441783189774, -0.00031788612250238657, 0.009687407873570919, 0.03735753148794174, -0.15856429934501648, 0.02683456428349018, 0.00016004832286853343, -0.14465312659740448, 0.11603383719921112, -0.002972013084217906, 0.2088354527950287, -0.0005508954636752605, 0.04469723999500275, 0.03833267092704773, 0.07935433834791183, 0.04333684593439102, 0.06512246280908585, -0.030181264504790306, -0.03231333568692207, -0.023004034534096718, 0.0725647434592247, 0.05272619053721428, -0.10229960829019547, 0.010855083353817463, 0.07382041215896606, -0.04971073567867279, -0.11140488088130951, 0.008744035847485065, -0.11417051404714584, 0.08546356856822968, -0.07264954596757889, -0.06642720103263855, -0.030107175931334496, 0.011771155521273613, 0.06354232877492905, 0.029581109061837196, 0.0746692568063736, 0.05106113478541374, -0.1602041870355606, -0.09250931441783905, -0.012387080118060112, 0.12438725680112839, -0.016516270115971565, 0.0815805122256279, -0.1572910100221634, -0.03373401239514351, -0.06565774977207184, 0.04482245072722435, 0.07771560549736023, -0.01630765199661255, -0.0016706684837117791, -0.048433516174554825, 0.009110276587307453, 0.05337224155664444, 0.0058057960122823715, -0.1182507574558258 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_tacotron2_accent_with_pause` ♻️ Imported from https://zenodo.org/record/4433194/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tacotron2_accent_with_pause
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_tacotron2_accent_with_pause' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tacotron2_accent_with_pause'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tacotron2_accent_with_pause'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 51, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_tacotron2_accent_with_pause'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.01646226830780506, -0.012106221169233322, -0.001124747795984149, 0.03412966802716255, 0.06659957021474838, -0.02100715972483158, 0.2114085555076599, 0.049802981317043304, 0.12648984789848328, -0.047354552894830704, 0.1165202185511589, 0.07056964188814163, 0.056357432156801224, 0.1955302655696869, 0.03531692549586296, -0.20113112032413483, 0.022000057622790337, 0.03319281339645386, -0.011354384943842888, 0.10977742820978165, 0.16554813086986542, -0.006803906988352537, 0.07194841653108597, 0.023550771176815033, -0.027171283960342407, 0.08054044842720032, -0.02984822727739811, -0.11105038970708847, 0.05020122602581978, 0.03507424518465996, 0.08933278173208237, 0.036253735423088074, 0.0689142569899559, -0.24430251121520996, 0.014527589082717896, -0.029694804921746254, -0.01112792082130909, 0.02197461947798729, 0.05539568141102791, 0.09411988407373428, 0.019143544137477875, 0.09728000313043594, -0.006095544435083866, 0.016307389363646507, -0.07826299965381622, 0.03671266883611679, 0.027521658688783646, 0.10958800464868546, 0.15131866931915283, 0.12881137430667877, -0.042906127870082855, 0.12350872159004211, -0.08571802824735641, 0.04048575833439827, 0.1331253945827484, -0.17023387551307678, -0.002084490843117237, 0.053594134747982025, 0.043695028871297836, 0.1368454396724701, 0.03690037876367569, -0.0005596971604973078, 0.11805647611618042, 0.023043746128678322, -0.04865161329507828, -0.024215105921030045, -0.10154947638511658, 0.02582419104874134, -0.11608308553695679, -0.005242651794105768, 0.2986055016517639, 0.049859609454870224, 0.010151568800210953, -0.008274690248072147, -0.053130026906728745, -0.055276475846767426, -0.0002131294459104538, -0.16346651315689087, 0.016348522156476974, 0.07315733283758163, 0.08145146071910858, -0.06978700309991837, -0.14428432285785675, -0.07122481614351273, -0.03689896687865257, 0.04548047110438347, 0.03958701714873314, 0.028034748509526253, -0.13473936915397644, 0.028837628662586212, -0.005295167677104473, -0.08640798926353455, 0.08682366460561752, -0.07101871818304062, 0.05931590497493744, 0.02571970596909523, 0.08956951647996902, -0.16976745426654816, 0.01601269468665123, -0.04123174399137497, -0.05596011504530907, 0.029977791011333466, 0.11342447996139526, 0.09995926171541214, 0.06362339854240417, -0.03395976126194, -0.07487957924604416, -0.10724025964736938, -0.027408383786678314, 0.03731223940849304, -0.013199795968830585, -0.0621703676879406, -0.16736547648906708, 0.07113176584243774, -0.08766370266675949, -0.03285747766494751, 0.006775099318474531, -0.03969099372625351, -0.11692556738853455, -0.06010488420724869, 0.18775375187397003, -0.03792467713356018, 0.008776134811341763, -0.03982066363096237, -0.04215330630540848, 0.11763972043991089, 0.02207544445991516, 0.11359421908855438, -0.06165677309036255, -0.04359983280301094, -0.10580701380968094, 0.0163649320602417, -0.06027349829673767, -0.05763387680053711, 0.06021779030561447, 0.04228406026959419, 0.009961284697055817, -0.1826719045639038, -0.14205415546894073, -0.039674557745456696, 0.03448537737131119, 0.027278129011392593, -0.051234595477581024, -0.15452638268470764, -0.06302254647016525, 0.039391595870256424, -0.07495485246181488, -0.13301914930343628, -0.08496245741844177, -0.020769106224179268, -0.07893025875091553, 0.06397949904203415, -0.08188221603631973, 0.04115421324968338, -0.10250581800937653, -0.037099044770002365, -0.13589772582054138, 0.11575106531381607, -0.12390495836734772, -0.041891880333423615, -0.09647131711244583, -0.019273288547992706, -0.08299917727708817, 0.07283704727888107, 0.03613034635782242, 0.2103157937526703, -0.215804323554039, -0.06462078541517258, 0.05878439545631409, -0.10650371760129929, -0.10548394173383713, 0.1676759272813797, -0.002819453366100788, 0.13441748917102814, 0.09568587690591812, 0.2861987054347992, -0.0252030398696661, -0.18935003876686096, 0.01930977776646614, 0.07912512868642807, -0.008306150324642658, -0.0440683588385582, 0.09033126384019852, -0.007634531706571579, 0.034806251525878906, -0.04351050406694412, -0.0037466916255652905, 0.08224542438983917, -0.05964328721165657, -0.06711802631616592, 0.07362709194421768, -0.057560138404369354, 0.045448362827301025, -0.020871493965387344, 0.04770621657371521, -0.01306894514709711, -0.04771406203508377, 0.14967425167560577, 0.11591034382581711, -0.05115078389644623, 0.044069044291973114, -0.129883274435997, -0.013235068880021572, -0.04068750515580177, -0.0569700263440609, -0.03058086708188057, 0.02908683940768242, 0.00370078906416893, 0.036678120493888855, 0.11691353470087051, 0.08253894001245499, 0.002951701171696186, -0.032636869698762894, -0.010989263653755188, -0.04408170282840729, -0.06737938523292542, 0.046296630054712296, -0.032887332141399384, -0.2070605754852295, 0.06936991959810257, -0.0032727387733757496, -0.05792580544948578, -0.09486786276102066, -0.02926553785800934, -0.11307360976934433, 0.1063384860754013, -0.01445245835930109, -0.011649937368929386, -0.003811068367213011, 0.0667761042714119, -0.07297611981630325, -0.014253546483814716, -0.03770097345113754, -0.007024126127362251, -0.06054512783885002, 0.17563380300998688, 0.04231630265712738, 0.03662963584065437, 0.10320446640253067, -0.1586996614933014, -0.029174741357564926, 0.17417050898075104, 0.025020422413945198, -0.05546659231185913, -0.02922625094652176, 0.011211557313799858, 0.2013552486896515, -0.0786682590842247, 0.06432723999023438, -0.1161356195807457, 0.03642205893993378, 0.007570705376565456, -0.17337428033351898, 0.0027717226184904575, 0.06085941195487976, 0.08682528883218765, -0.23995545506477356, 0.1574721485376358, 0.02972661703824997, -0.05400900915265083, 0.2758670449256897, 0.037700481712818146, -0.04513650760054588, -0.05254187062382698, 0.02392256259918213, -0.10223851352930069, 0.07689589262008667, -0.14440840482711792, 0.029544653370976448, 0.0018594127614051104, 0.038925208151340485, 0.10933136940002441, -0.11224612593650818, -0.06622068583965302, 0.04171821102499962, -0.0747116431593895, -0.13100522756576538, -0.032979998737573624, -0.12977826595306396, 0.021179191768169403, -0.05101987347006798, -0.14943715929985046, 0.02595500461757183, -0.011843588203191757, -0.12603865563869476, 0.12182946503162384, -0.18136362731456757, -0.26224082708358765, -0.15848402678966522, 0.058566488325595856, 0.008489064872264862, 0.04433904588222504, 0.0606672503054142, -0.12678250670433044, -0.03682297468185425, -0.05122114717960358, -0.0018867745529860258, -0.019216813147068024, -0.045792628079652786, 0.049767471849918365, -0.009246403351426125, -0.036702584475278854, -0.10495167970657349, -0.003472217358648777, -0.016765588894486427, 0.08115021884441376, 0.0025976942852139473, -0.12894362211227417, 0.1027790829539299, 0.23450148105621338, 0.0035034557804465294, -0.039104752242565155, -0.017806101590394974, 0.20762178301811218, -0.09927372634410858, 0.06870021671056747, 0.10574015974998474, -0.030983921140432358, 0.043384913355112076, 0.1135554164648056, 0.05556134507060051, 0.011683031916618347, 0.0334557443857193, -0.051791947335004807, -0.040665142238140106, -0.3504881262779236, -0.06810524314641953, -0.04352670907974243, 0.06790981441736221, -0.055703163146972656, 0.01368682086467743, 0.10027918219566345, 0.08508040010929108, 0.011989103630185127, 0.041528210043907166, 0.016149774193763733, 0.020951617509126663, 0.0057702143676579, 0.01365680806338787, 0.04372844845056534, -0.044157255440950394, -0.04774285480380058, 0.10858211666345596, 0.10728199779987335, 0.018466822803020477, 0.10624448210000992, 0.16000589728355408, 0.1327422559261322, 0.09953106939792633, 0.05860691890120506, -0.02310154400765896, 0.03964533656835556, 0.0025856071151793003, -0.04615999013185501, -0.04216204956173897, 0.004834802821278572, 0.12135779857635498, 0.06593828648328781, -0.09686827659606934, 0.08897952735424042, 0.14618009328842163, 0.02914760634303093, 0.074714295566082, 0.043601930141448975, -0.25451603531837463, 0.04207925871014595, 0.03225139528512955, -0.02681499905884266, -0.04206446558237076, 0.10021424293518066, 0.21138623356819153, -0.040935151278972626, 0.07299841940402985, 0.1161167174577713, 0.07863014936447144, -0.03437424823641777, -0.036685239523649216, 0.02323046512901783, -0.027122417464852333, -0.03508225828409195, 0.09070181101560593, -0.22005335986614227, 0.1741308718919754, -0.010496635921299458, 0.058984484523534775, 0.01987731270492077, -0.0023204288445413113, -0.026132863014936447, 0.02542467601597309, 0.14416886866092682, 0.05992516875267029, 0.009789303876459599, -0.014564236626029015, -0.1021580621600151, -0.03518440201878548, 0.01732257381081581, 0.07508917897939682, -0.05436933785676956, 0.05163027346134186, 0.0330117866396904, 0.06290417909622192, -0.0680055096745491, -0.23916292190551758, -0.03137616440653801, -0.02318604104220867, 0.21707755327224731, -0.05224831402301788, 0.012662488967180252, -0.05715540796518326, -0.05706670880317688, 0.057469651103019714, -0.06791931390762329, -0.11856981366872787, -0.033422306180000305, -0.10270112752914429, 0.09441504627466202, -0.06341810524463654, 0.04183286800980568, 0.09077644348144531, 0.05796705558896065, -0.04222417622804642, -0.004493477754294872, 0.13848580420017242, -0.1360725611448288, -0.03057250566780567, -0.07242762297391891, 0.07486531883478165, 0.13729983568191528, 0.03370828181505203, 0.03461507707834244, -0.07032208144664764, -0.03971555456519127, -0.09316938370466232, -0.0363040529191494, -0.01176866702735424, -0.11056019365787506, 0.07454821467399597, 0.03696843236684799, -0.18248127400875092, -0.11097561568021774, -0.08355678617954254, 0.07728376984596252, 0.2385059893131256, -0.024415716528892517, 0.10502573847770691, 0.25048139691352844, -0.08421109616756439, -0.16349506378173828, -0.11777453124523163, 0.10896284878253937, -0.003349789883941412, 0.09373621642589569, -0.12321404367685318, 0.049678970128297806, 0.004476059228181839, -0.02974412404000759, 0.003119373694062233, -0.24993503093719482, -0.13189643621444702, 0.12171389907598495, -0.041182078421115875, 0.07816673070192337, -0.04919373616576195, -0.06004417687654495, -0.048137519508600235, -0.08629962801933289, 0.10654065757989883, 0.005497132893651724, 0.040127232670784, 0.10764653980731964, 0.09626109153032303, -0.026979638263583183, 0.018406406044960022, 0.1217319518327713, 0.11997097730636597, -0.012076777406036854, -0.007933737710118294, -0.04070369899272919, 0.08840039372444153, 0.06330655515193939, 0.08839677274227142, 0.06880524754524231, -0.019883790984749794, -0.13952353596687317, -0.06244867295026779, -0.05257148668169975, -0.013501348905265331, 0.0177058894187212, -0.11638206988573074, -0.06746255606412888, -0.01606847159564495, 0.08227971196174622, 0.04028816148638725, 0.22669005393981934, -0.027951836585998535, 0.005171503871679306, 0.21359582245349884, 0.09771815687417984, -0.009675468318164349, -0.09189939498901367, -0.015585580840706825, -0.10239686816930771, 0.06644300371408463, -0.1728554666042328, 0.005803302861750126, 0.029958179220557213, -0.032731857150793076, 0.08935076743364334, 0.051425203680992126, -0.14893245697021484, 0.061835914850234985, 0.11207123845815659, -0.05220257118344307, -0.011985428631305695, -0.07099451869726181, -0.01647767424583435, 0.11232919991016388, 0.00022618449293076992, 0.1631758064031601, -0.13918428122997284, -0.009320417419075966, 0.008840944617986679, 0.05580669641494751, -0.1479751467704773, 0.16845886409282684, 0.12000620365142822, -0.004304275847971439, -0.0926922857761383, 0.16436412930488586, 0.0384833849966526, 0.07210658490657806, 0.034045133739709854, 0.04614729806780815, -0.08298903703689575, -0.032494038343429565, -0.005307541228830814, 0.05465979129076004, -0.14636015892028809, -0.16928331553936005, -0.0708145871758461, -0.012259158305823803, -0.0021584706846624613, -0.07000472396612167, 0.02082866244018078, -0.02948460914194584, 0.0060746995732188225, 0.032678958028554916, 0.02307446300983429, 0.035069067031145096, 0.15536382794380188, 0.035652317106723785, -0.2108648121356964, -0.029963426291942596, 0.028438305482268333, 0.06662767380475998, -0.06709212064743042, 0.04121352732181549, -0.04576738178730011, 0.07329018414020538, 0.04866120591759682, 0.05078374966979027, -0.07458660751581192, -0.060001276433467865, 0.011989940889179707, -0.06257832795381546, -0.0807904452085495, 0.07043600082397461, -0.07561438530683517, 0.026626039296388626, 0.03845776990056038, 0.07857926189899445, -0.07797903567552567, 0.0037418552674353123, 0.0389958918094635, -0.0066164713352918625, 0.012007026001811028, 0.05941251292824745, -0.0545988529920578, 0.032211482524871826, -0.20363736152648926, 0.053963616490364075, 0.1538987159729004, 0.07275639474391937, 0.01179518736898899, 0.033460959792137146, -0.033028773963451385, 0.05032883211970329, 0.030268793925642967, -0.07790878415107727, -0.04621097445487976, -0.04133053123950958, -0.008581601083278656, -0.09267023205757141, -0.06237387657165527, -0.02746802195906639, 0.0226743221282959, 0.15429535508155823, 0.06392040848731995, 0.13461709022521973, -0.03970201313495636, -0.005612359382212162, -0.03980367258191109, 0.02825535647571087, 0.03627341613173485, 0.006906007416546345, -0.032608386129140854, -0.04294203966856003, -0.021355867385864258, -0.0777100920677185, 0.1285119503736496, 0.02063746564090252, -0.09824350476264954, -0.014966792427003384, -0.061401378363370895, 0.03142256662249565, 0.009549614042043686, 0.155268594622612, -0.0319809764623642, -0.023421555757522583, -0.14775614440441132, -0.020902810618281364, 0.07574667036533356, 0.06396433711051941, -0.03223349153995514, 0.018924584612250328, -0.0017274683341383934, 0.13109901547431946, 0.02516194060444832, 0.02843807265162468, -0.1810760647058487, -0.07611400634050369, -0.02038426324725151, 0.014073925092816353, 0.01879064552485943, 0.0649557113647461, 0.1692015826702118, -0.09341099858283997, 0.0040765851736068726, 0.04321917146444321, -0.06466396152973175, -0.1607455015182495, -0.1554955393075943, -0.06130266562104225, -0.23443888127803802, 0.00441401731222868, -0.1351199597120285, 0.046211615204811096, 0.1324363350868225, 0.0540146604180336, -0.018620407208800316, 0.08493882417678833, 0.044217001646757126, -0.1408962905406952, 0.053289659321308136, -0.0316251665353775, -0.00480899540707469, -0.12520882487297058, -0.032896168529987335, 0.08032315224409103, 0.045966871082782745, -0.004297735169529915, -0.04850856959819794, -0.03797337785363197, 0.06739302724599838, 0.00457254983484745, -0.051250655204057693, -0.04185859486460686, 0.022636398673057556, 0.01907220110297203, 0.05381586402654648, 0.07007695734500885, -0.05186121165752411, 0.05571582913398743, 0.13146711885929108, -0.04626468941569328, -0.14754921197891235, -0.10503030568361282, 0.0012372396886348724, 0.01617490127682686, 0.15505918860435486, -0.027466122061014175, -0.0809159055352211, -0.09679951518774033, 0.141800194978714, 0.17479649186134338, -0.09084589034318924, -0.055327773094177246, -0.06220155209302902, 0.02091996930539608, -0.08707372099161148, 0.08363226056098938, -0.012937458232045174, 0.20814040303230286, -0.03972523659467697, 0.033023249357938766, -0.1326257586479187, -0.025208966806530952, -0.020543958991765976, -0.04318128153681755, 0.06097567081451416, -0.0860944539308548, -0.04543939605355263, 0.17893671989440918, -0.2777845859527588, -0.07646298408508301, -0.1267888993024826, -0.04723084345459938, -0.03875694423913956, -0.0036301459185779095, 0.15810588002204895, 0.07690522074699402, 0.08310803771018982, -0.04059254750609398, 0.00645050685852766, 0.026474276557564735, 0.03429540619254112, -0.14769986271858215, 0.010794025845825672, 0.0030395574867725372, -0.12218873202800751, 0.1252695769071579, -0.0026075048372149467, 0.18860897421836853, -0.0025944397784769535, 0.0429404154419899, 0.03247888758778572, 0.09354306012392044, 0.04883420094847679, 0.05028678849339485, -0.021837089210748672, -0.01855451986193657, -0.026010343804955482, 0.07359646260738373, 0.05482823774218559, -0.12659001350402832, 0.00895552895963192, 0.09191560745239258, -0.04289497807621956, -0.11920329928398132, 0.01285560242831707, -0.11096782982349396, 0.08421613276004791, -0.06609014421701431, -0.06916365772485733, -0.024138864129781723, 0.021796006709337234, 0.06910331547260284, 0.024599354714155197, 0.08133739233016968, 0.03634066507220268, -0.15704889595508575, -0.08738544583320618, -0.024170316755771637, 0.125601127743721, -0.01994464360177517, 0.06265297532081604, -0.14843013882637024, -0.036189764738082886, -0.06459570676088333, 0.05488000437617302, 0.08618465811014175, -0.011227134615182877, 0.00016885087825357914, -0.03536541014909744, 0.007847114466130733, 0.05944489315152168, -0.0040993522852659225, -0.1261940747499466 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/jsut_tacotron2_prosody` ♻️ Imported from https://zenodo.org/record/5499026/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tacotron2_prosody
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/jsut_tacotron2_prosody' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_tacotron2_prosody'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_tacotron2_prosody'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 10, 47, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/jsut_tacotron2_prosody'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.006218635477125645, -0.037895988672971725, -0.0006577777676284313, 0.042922794818878174, 0.07494760304689407, -0.0265086367726326, 0.2126341313123703, 0.026175694540143013, 0.08157554268836975, -0.03928679972887039, 0.11509589105844498, 0.05634573474526405, 0.062361396849155426, 0.184079110622406, 0.06168443709611893, -0.2067488580942154, 0.02815627120435238, 0.038403213024139404, -0.0025159670040011406, 0.12241215258836746, 0.1620127558708191, 0.0023259546142071486, 0.07323605567216873, 0.015044992789626122, -0.02378156967461109, 0.07623711973428726, -0.029685212299227715, -0.09949756413698196, 0.04570876434445381, 0.037433426827192307, 0.07997660338878632, 0.028142334893345833, 0.08219118416309357, -0.22805973887443542, 0.009999276138842106, -0.029668819159269333, -0.02700250782072544, 0.026180127635598183, 0.0674590989947319, 0.10583586245775223, 0.016574058681726456, 0.09660929441452026, -0.016675740480422974, 0.011431784369051456, -0.09210379421710968, 0.012566015124320984, 0.026642853394150734, 0.12985311448574066, 0.1603076010942459, 0.1520465761423111, -0.05513885244727135, 0.13161836564540863, -0.04892001301050186, 0.037692807614803314, 0.08111117035150528, -0.19072315096855164, -0.013305813074111938, 0.055124036967754364, 0.024245282635092735, 0.16787396371364594, 0.058996692299842834, -0.021087344735860825, 0.13095328211784363, 0.02125723473727703, -0.06985285133123398, -0.030467476695775986, -0.12520211935043335, 0.0006019334541633725, -0.13434943556785583, 0.003631473518908024, 0.31714728474617004, 0.05190664902329445, 0.009209764190018177, 0.029606793075799942, -0.05972244217991829, -0.07242882251739502, 0.028645595535635948, -0.16061854362487793, 0.02811945416033268, 0.05368667095899582, 0.07205209136009216, -0.05107901617884636, -0.14772258698940277, -0.07123780995607376, -0.0638355016708374, 0.05116094648838043, 0.04256086423993111, 0.04814843088388443, -0.13577023148536682, 0.011287765577435493, -0.028787435963749886, -0.08282371610403061, 0.0838879868388176, -0.07111690938472748, 0.08406350016593933, 0.02166522666811943, 0.07937967032194138, -0.1667061150074005, 0.004223488736897707, -0.033223941922187805, -0.0680723711848259, 0.036390312016010284, 0.13266170024871826, 0.10089845955371857, 0.09223462641239166, -0.04587347060441971, -0.10334669798612595, -0.09073684364557266, -0.028287680819630623, 0.03714481368660927, 0.010406465269625187, -0.04683640971779823, -0.16726401448249817, 0.0852007195353508, -0.08285373449325562, -0.0626765638589859, 0.0033784813713282347, -0.040011823177337646, -0.11306148022413254, -0.06765221804380417, 0.2114548534154892, -0.03418450802564621, -0.006508794613182545, -0.04353461414575577, -0.05448911339044571, 0.10875144600868225, 0.029332930222153664, 0.12285955250263214, -0.05616255849599838, -0.03116627410054207, -0.10173872858285904, 0.029724296182394028, -0.0526057593524456, -0.0590302050113678, 0.048781123012304306, 0.04680114984512329, 0.016360940411686897, -0.1896422952413559, -0.10830842703580856, -0.07187412679195404, 0.03560271114110947, 0.028893841430544853, -0.06174546852707863, -0.15550827980041504, -0.028612153604626656, 0.027719223871827126, -0.08911164104938507, -0.11930570006370544, -0.07654119282960892, -0.012830797582864761, -0.06461760401725769, 0.05179132893681526, -0.10214859247207642, 0.04393647238612175, -0.11927229911088943, -0.039641451090574265, -0.13354872167110443, 0.09626687318086624, -0.10080435872077942, -0.045440562069416046, -0.10506390035152435, -0.03707970678806305, -0.08075004816055298, 0.0697886124253273, 0.05688457190990448, 0.18221502006053925, -0.17921960353851318, -0.0549190379679203, 0.06239373981952667, -0.12590292096138, -0.10202261805534363, 0.16491520404815674, -0.0067892782390117645, 0.12878891825675964, 0.08038843423128128, 0.27919355034828186, -0.02902226522564888, -0.16664399206638336, 0.003929120488464832, 0.08153445273637772, 0.03042690083384514, -0.058239325881004333, 0.11392977833747864, -0.012517943978309631, 0.018665164709091187, -0.05856294557452202, -0.02390025369822979, 0.05382257327437401, -0.054143160581588745, -0.06045646592974663, 0.0792602151632309, -0.06660185009241104, 0.03543200343847275, -0.02413419634103775, 0.07267960906028748, -0.005426676012575626, -0.04430761560797691, 0.14149607717990875, 0.12810035049915314, -0.04137781262397766, 0.0387689433991909, -0.1255601942539215, -0.02858457714319229, -0.04967625066637993, -0.06780234724283218, -0.03321424871683121, 0.05360117182135582, -0.002316414611414075, 0.010521615855395794, 0.12581871449947357, 0.08112559467554092, 0.006992054637521505, -0.027442755177617073, 0.0011281268671154976, -0.03743182495236397, -0.06471819430589676, 0.03880760073661804, -0.034685347229242325, -0.19552728533744812, 0.06643033027648926, -0.0055176978930830956, -0.027381453663110733, -0.10608798265457153, -0.04362871125340462, -0.1374279111623764, 0.09154659509658813, -0.04256003350019455, -0.004795996006578207, -0.014557957649230957, 0.07551690191030502, -0.06988680362701416, 0.007520202547311783, -0.017072755843400955, 0.001961724366992712, -0.05391146242618561, 0.14181320369243622, 0.03224810212850571, 0.028701642528176308, 0.10363143682479858, -0.19448570907115936, -0.03067091666162014, 0.17769396305084229, 0.022765152156352997, -0.04996810108423233, -0.020404545590281487, 0.028649741783738136, 0.23083379864692688, -0.08865288645029068, 0.06055028736591339, -0.11221864074468613, 0.04360046982765198, 0.021127989515662193, -0.18255168199539185, -0.009452399797737598, 0.0727551281452179, 0.09490741044282913, -0.2517521381378174, 0.16835132241249084, 0.026160523295402527, -0.042763303965330124, 0.2511723041534424, 0.04774532839655876, -0.03186119720339775, -0.053155913949012756, 0.008660544641315937, -0.11887802183628082, 0.07286576181650162, -0.12066537141799927, 0.028658945113420486, 0.005091942381113768, 0.04486033320426941, 0.10660577565431595, -0.11915095150470734, -0.068283811211586, 0.045363690704107285, -0.059160035103559494, -0.14379268884658813, -0.05653390660881996, -0.15976721048355103, 0.02511756122112274, -0.048041507601737976, -0.12651170790195465, 0.026022763922810555, -0.007805161643773317, -0.14505015313625336, 0.11038939654827118, -0.1733100563287735, -0.24308523535728455, -0.14563824236392975, 0.06396535038948059, -0.004819731693714857, 0.039746858179569244, 0.04138842970132828, -0.12782491743564606, -0.02505478449165821, -0.04851250723004341, 0.0033717062324285507, -0.05117208883166313, -0.05173817649483681, 0.0737166628241539, -0.018440447747707367, -0.009972278028726578, -0.1042230874300003, 0.006292648613452911, -0.038322921842336655, 0.04046253114938736, 0.004932550713419914, -0.12645868957042694, 0.09414204210042953, 0.22104424238204956, 0.019888252019882202, -0.04590928554534912, -0.018416084349155426, 0.2110271006822586, -0.08410727977752686, 0.06559408456087112, 0.12950251996517181, -0.029700329527258873, 0.032379020005464554, 0.13477709889411926, 0.05159071832895279, 0.014999382197856903, 0.03781617432832718, -0.06049632281064987, -0.037320032715797424, -0.3531253933906555, -0.07784164696931839, -0.017182180657982826, 0.061516761779785156, -0.027757953852415085, 0.015406082384288311, 0.07448435574769974, 0.11195261776447296, 0.008698352612555027, 0.053929444402456284, 0.010874277912080288, -0.004611584357917309, -0.01634439080953598, 0.01461250614374876, 0.050419632345438004, -0.047590140253305435, -0.029167870059609413, 0.10852064937353134, 0.0820346251130104, -0.0023850940633565187, 0.11279673874378204, 0.12040922790765762, 0.1293875277042389, 0.12008581310510635, 0.05786370113492012, -0.027665600180625916, 0.02660980634391308, 0.009079924784600735, -0.03575047478079796, -0.04366261884570122, -0.00796481966972351, 0.11338657885789871, 0.036351386457681656, -0.07422850281000137, 0.09342565387487411, 0.11421209573745728, 0.012293335981667042, 0.03773185610771179, 0.05542534962296486, -0.2580144703388214, 0.032230671495199203, 0.0270907673984766, 0.004234920721501112, -0.03871985524892807, 0.10574224591255188, 0.18909171223640442, -0.027753818780183792, 0.10906677693128586, 0.11402952671051025, 0.06715962290763855, -0.051006659865379333, -0.03080744855105877, 0.07181133329868317, -0.03008616715669632, -0.02081470377743244, 0.09374112635850906, -0.23996198177337646, 0.1870059370994568, -0.016022849828004837, 0.05675474926829338, 0.031668368726968765, -0.011123445816338062, -0.05740191414952278, 0.01697566919028759, 0.15556921064853668, 0.07261452823877335, 0.024736525490880013, -0.023103583604097366, -0.11943189054727554, -0.025140751153230667, 0.02177693136036396, 0.06185150146484375, -0.059450291097164154, 0.0636616125702858, 0.04063764587044716, 0.04634508490562439, -0.06175374612212181, -0.23361627757549286, -0.02027537301182747, -0.024070218205451965, 0.19888989627361298, -0.0397903211414814, 0.02755190059542656, -0.07065161317586899, -0.09950262308120728, 0.03032139502465725, -0.08258526772260666, -0.12211113423109055, -0.013502690941095352, -0.07826820015907288, 0.08354461938142776, -0.06374716758728027, 0.031107017770409584, 0.07511031627655029, 0.022974960505962372, -0.03631630539894104, -0.015937326475977898, 0.14677178859710693, -0.1357126533985138, -0.03666272014379501, -0.06361108273267746, 0.0728459432721138, 0.16868676245212555, 0.040394775569438934, 0.008477886207401752, -0.047948937863111496, -0.03830024227499962, -0.10295046865940094, -0.029902024194598198, 0.003968124743551016, -0.11690924316644669, 0.05966556444764137, 0.040899913758039474, -0.1819276362657547, -0.11799772828817368, -0.07689399272203445, 0.05991317331790924, 0.22465945780277252, -0.03951457142829895, 0.07810257375240326, 0.26993030309677124, -0.08654645085334778, -0.16630816459655762, -0.11883066594600677, 0.12500396370887756, -0.005460243206471205, 0.07363106310367584, -0.13989372551441193, 0.054276224225759506, 0.019033564254641533, -0.024917032569646835, 0.003120215144008398, -0.24467116594314575, -0.13421913981437683, 0.1090913861989975, -0.04221310093998909, 0.13133153319358826, -0.04864297807216644, -0.05751911178231239, -0.031260065734386444, -0.06752631068229675, 0.11335977911949158, -0.0037304540164768696, 0.0413726307451725, 0.10360006988048553, 0.09729529172182083, -0.03754814714193344, 0.02148135006427765, 0.1220812201499939, 0.12934423983097076, -0.02495446801185608, -0.023223483934998512, -0.03181321546435356, 0.043906319886446, 0.07223565876483917, 0.07584017515182495, 0.12320403009653091, -0.025898948311805725, -0.15399308502674103, -0.0485747829079628, -0.05024619400501251, -0.03723588213324547, 0.01485256664454937, -0.10936940461397171, -0.06422430276870728, -0.014075085520744324, 0.06683928519487381, 0.03373187407851219, 0.26377999782562256, -0.01682184264063835, 0.013126497156918049, 0.2212032675743103, 0.06630197167396545, 0.029339224100112915, -0.10478515923023224, -0.011441761627793312, -0.1028323844075203, 0.07002375274896622, -0.15454022586345673, -0.013686010614037514, 0.05263090133666992, -0.03338591009378433, 0.06545846164226532, 0.03884793072938919, -0.1529725342988968, 0.060325317084789276, 0.09870831668376923, -0.0805094763636589, -0.017273876816034317, -0.05744599923491478, -0.011410039849579334, 0.09520681202411652, 0.015015625394880772, 0.17855553328990936, -0.1535649597644806, -0.01816827617585659, -0.002518204040825367, 0.0581137053668499, -0.16743023693561554, 0.1883135437965393, 0.12944179773330688, -0.02056281454861164, -0.09536129981279373, 0.18635593354701996, 0.06153557822108269, 0.0729026272892952, 0.026124315336346626, 0.03102686256170273, -0.07694438844919205, -0.041774652898311615, -0.02813079208135605, 0.021754596382379532, -0.140596404671669, -0.1771245002746582, -0.06802143901586533, -0.023374414071440697, -0.006877756677567959, -0.07532568275928497, 0.04046099632978439, -0.03928186371922493, 0.019116763025522232, 0.028589894995093346, 0.01079986896365881, 0.021474208682775497, 0.14844323694705963, 0.03009173646569252, -0.20147833228111267, -0.021054528653621674, 0.047794003039598465, 0.0820491835474968, -0.06682927161455154, 0.03657246753573418, -0.04888404533267021, 0.06910672038793564, 0.08010531961917877, 0.043270766735076904, -0.06970333307981491, -0.048273079097270966, 0.009972598403692245, -0.07225878536701202, -0.09221281111240387, 0.06458958983421326, -0.0646037757396698, 0.03535841777920723, 0.038903944194316864, 0.0635145977139473, -0.06759655475616455, 0.0008079904364421964, 0.01859867013990879, 0.00922742486000061, 0.0017662480240687728, 0.06482364237308502, -0.040983300656080246, 0.01663297228515148, -0.19387412071228027, 0.06924989074468613, 0.13119958341121674, 0.07229781895875931, 0.009754585102200508, 0.021835854277014732, -0.0344531312584877, 0.05430469289422035, 0.016578011214733124, -0.08000750839710236, -0.028379065915942192, -0.036399032920598984, 0.00012979698658455163, -0.09568872302770615, -0.04182686656713486, -0.025478091090917587, 0.01086810976266861, 0.11421988159418106, 0.06676013022661209, 0.1381545513868332, -0.04612433910369873, -0.0018570608226582408, -0.05047614127397537, 0.03289904445409775, 0.03815758228302002, 0.01097443513572216, -0.05128125473856926, -0.04362211376428604, -0.020480763167142868, -0.06634370237588882, 0.12402994185686111, 0.013291686773300171, -0.08783166855573654, -0.008511379361152649, -0.01520705595612526, -0.0012712323805317283, 0.002499896800145507, 0.11099516600370407, -0.04256530478596687, -0.01909433677792549, -0.15304383635520935, -0.010892460122704506, 0.06708590686321259, 0.08628198504447937, -0.048038698732852936, 0.01971076987683773, -0.003748486516997218, 0.12181219458580017, 0.016513550654053688, 0.019516490399837494, -0.1371675580739975, -0.06666299700737, -0.02823558822274208, -0.006691521964967251, 0.027665436267852783, 0.06551310420036316, 0.13419562578201294, -0.09167840331792831, -0.01888054981827736, 0.0405413955450058, -0.07183024287223816, -0.16280080378055573, -0.15930485725402832, -0.06960088759660721, -0.2280302494764328, -0.008774390444159508, -0.12499748915433884, 0.040424980223178864, 0.15577036142349243, 0.0607631653547287, -0.022445132955908775, 0.06340426951646805, 0.04275539517402649, -0.14504404366016388, 0.050599172711372375, -0.028858529403805733, 0.030807042494416237, -0.14006896317005157, -0.025582676753401756, 0.09218671917915344, 0.04269866272807121, 0.009886288084089756, -0.049717195332050323, -0.023189716041088104, 0.07174576073884964, 0.028859807178378105, -0.05423129349946976, -0.03877059370279312, 0.03767215833067894, 0.03827835991978645, 0.062242232263088226, 0.060785964131355286, -0.04281092435121536, 0.048957061022520065, 0.12175129354000092, -0.03156927600502968, -0.11733025312423706, -0.08096219599246979, 0.013559364713728428, 0.005920957773923874, 0.1561971753835678, -0.01259276270866394, -0.07159470021724701, -0.09591877460479736, 0.16508454084396362, 0.18414859473705292, -0.08214583992958069, -0.05674950033426285, -0.06143457815051079, 0.029679449275135994, -0.05328119546175003, 0.07036075741052628, -0.0013108892599120736, 0.20528240501880646, -0.05336180701851845, 0.02364497072994709, -0.14134052395820618, 0.005595112219452858, 0.012680286541581154, -0.06676618754863739, 0.056014642119407654, -0.06650080531835556, -0.05068526789546013, 0.1734580099582672, -0.27296799421310425, -0.04306511953473091, -0.10879342257976532, -0.05509958043694496, -0.04861612617969513, 0.006017904728651047, 0.18970751762390137, 0.1079704761505127, 0.09015201777219772, -0.03747188299894333, 0.006141797173768282, 0.026905279606580734, 0.03674023598432541, -0.13472671806812286, -0.014124909415841103, 0.01012757234275341, -0.10112643986940384, 0.13225716352462769, -0.008294685743749142, 0.20563611388206482, -0.010992130264639854, 0.039786774665117264, 0.028964878991246223, 0.08927653729915619, 0.032268550246953964, 0.05709950625896454, -0.01639668643474579, -0.04788637533783913, -0.016138341277837753, 0.09318628162145615, 0.06016014516353607, -0.12935565412044525, 0.014790119603276253, 0.09796736389398575, -0.04966672882437706, -0.11946625262498856, 0.029525265097618103, -0.11766690015792847, 0.09965624660253525, -0.053696408867836, -0.07965163886547089, -0.035277869552373886, 0.009380780160427094, 0.06129151210188866, 0.00619536405429244, 0.10771183669567108, 0.06699980795383453, -0.17508122324943542, -0.0846247598528862, -0.04843566194176674, 0.12885038554668427, -0.01663188822567463, 0.08703947812318802, -0.15530270338058472, -0.04564971849322319, -0.05647622421383858, 0.036136310547590256, 0.05331375077366829, -0.005805711727589369, -0.015738725662231445, 0.004438730422407389, 0.004526278469711542, 0.05573577433824539, -0.004553898237645626, -0.14058806002140045 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_transformer` ♻️ Imported from https://zenodo.org/record/4034121/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_transformer
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_transformer' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_transformer'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_transformer'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 42, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_transformer'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.010819557122886181, -0.018397711217403412, -0.0015674413880333304, 0.017381472513079643, 0.06765341758728027, -0.023492366075515747, 0.2411760538816452, 0.04642514884471893, 0.10503622889518738, -0.06202739104628563, 0.11410064250230789, 0.10020855814218521, 0.04929791018366814, 0.1613352745771408, 0.05188556760549545, -0.19161991775035858, 0.032575126737356186, 0.0438874214887619, -0.04107123985886574, 0.1066569983959198, 0.1590968668460846, -0.01402809377759695, 0.06626255810260773, 0.01948019117116928, -0.04793258756399155, 0.08162576705217361, -0.02251090481877327, -0.11259343475103378, 0.05581505224108696, 0.046850353479385376, 0.09523996710777283, 0.03881385549902916, 0.07510080933570862, -0.24610666930675507, 0.010713722556829453, -0.037102311849594116, -0.03153678774833679, 0.032242294400930405, 0.046690814197063446, 0.09588775783777237, -0.0006614833255298436, 0.0709310919046402, -0.032688386738300323, 0.008980261161923409, -0.06446058303117752, -0.012015612795948982, 0.034266602247953415, 0.12953932583332062, 0.1519230753183365, 0.13862638175487518, -0.038331288844347, 0.09866805374622345, -0.06662188470363617, 0.04025464132428169, 0.1080908477306366, -0.1624440848827362, 0.012322795577347279, 0.05169504135847092, 0.03214900195598602, 0.17432823777198792, 0.027998074889183044, 0.008074340410530567, 0.122280053794384, 0.018472637981176376, -0.03735161945223808, -0.03584930673241615, -0.11284171044826508, 0.03261110559105873, -0.1163698211312294, -0.02005085162818432, 0.3212563991546631, 0.04337244853377342, 0.008599432185292244, 0.007280357647687197, -0.04585714638233185, -0.032266248017549515, 0.015147016383707523, -0.14586646854877472, 0.018074629828333855, 0.07742539048194885, 0.04781990125775337, -0.06557750701904297, -0.14054444432258606, -0.08685614913702011, -0.04709476977586746, 0.055812206119298935, 0.03677323833107948, 0.0463753379881382, -0.11177077889442444, 0.009153250604867935, -0.0023178893607109785, -0.07806029915809631, 0.08590072393417358, -0.06594400107860565, 0.10088004916906357, 0.04157279431819916, 0.08178792148828506, -0.1711921989917755, 0.03076297976076603, -0.07380052655935287, -0.05145220085978508, 0.013044936582446098, 0.11539667099714279, 0.1093970388174057, 0.06827058643102646, -0.01909482292830944, -0.06895474344491959, -0.08566112071275711, -0.013600078411400318, 0.028908267617225647, -0.005367915146052837, -0.05753697082400322, -0.17338141798973083, 0.07812490314245224, -0.08092307299375534, -0.028784412890672684, -0.005725749768316746, -0.03729338198900223, -0.1074138656258583, -0.04796123132109642, 0.19711028039455414, -0.0401727668941021, 0.012038655579090118, -0.028799351304769516, -0.03078593872487545, 0.12684018909931183, 0.027629747986793518, 0.0981031134724617, -0.06874750554561615, -0.03349217399954796, -0.09334275871515274, 0.02647292986512184, -0.058913398534059525, -0.07502659410238266, 0.05863454192876816, 0.07323639839887619, 0.022657174617052078, -0.1936935931444168, -0.11857455968856812, -0.0395580418407917, 0.035559069365262985, 0.04522445797920227, -0.04470295086503029, -0.1506556123495102, -0.04619186744093895, 0.03768831863999367, -0.09269591420888901, -0.15255875885486603, -0.0819554477930069, -0.010261507704854012, -0.07752096652984619, 0.04848334938287735, -0.08909966051578522, 0.052773043513298035, -0.08663273602724075, -0.03742946311831474, -0.1356489211320877, 0.11649561673402786, -0.13992983102798462, -0.03821872919797897, -0.08812855184078217, -0.03522457554936409, -0.072044238448143, 0.07413807511329651, 0.03442797064781189, 0.19014309346675873, -0.18065135180950165, -0.0869397446513176, 0.052414681762456894, -0.12553702294826508, -0.10262752324342728, 0.17707109451293945, -0.011021040380001068, 0.10793763399124146, 0.10412805527448654, 0.2743011713027954, -0.01378198154270649, -0.16062264144420624, -0.0074522304348647594, 0.11345265805721283, 0.008905111812055111, -0.07376322895288467, 0.10518825799226761, -0.014063889160752296, 0.03877818211913109, -0.05509067699313164, 0.017465226352214813, 0.08986200392246246, -0.05648623779416084, -0.05710859224200249, 0.07181151211261749, -0.047447025775909424, 0.03220658376812935, -0.03094986453652382, 0.06326691061258316, 0.0012685601832345128, -0.042495038360357285, 0.18237458169460297, 0.1264854073524475, -0.07757594436407089, 0.04505988210439682, -0.11725620180368423, -0.033381715416908264, -0.07129964232444763, -0.03647905960679054, -0.02394619956612587, 0.04769391939043999, -0.001926680444739759, -0.014685685746371746, 0.11797827482223511, 0.09264583140611649, 0.0034502476919442415, -0.038332533091306686, 0.0031189301516860723, -0.03562773019075394, -0.06716986000537872, 0.04610378295183182, -0.02379707619547844, -0.1938403993844986, 0.07255756109952927, -0.008359353058040142, -0.07341106981039047, -0.08990323543548584, -0.040815528482198715, -0.09888610988855362, 0.07990851253271103, -0.023480217903852463, 0.007955254055559635, -0.0192549005150795, 0.07450062036514282, -0.0633605569601059, 0.003715256927534938, -0.025887321680784225, -0.015187954530119896, -0.07966874539852142, 0.17789189517498016, 0.05636801943182945, 0.07824540883302689, 0.11292730271816254, -0.21887437999248505, 0.007750623393803835, 0.1847747415304184, 0.02049318142235279, -0.04253089800477028, -0.011074232868850231, 0.00451519014313817, 0.19805733859539032, -0.07209654152393341, 0.0646509975194931, -0.10318011790513992, 0.03907248005270958, 0.013022725470364094, -0.17821215093135834, 0.011179182678461075, 0.05652759224176407, 0.07496677339076996, -0.21719510853290558, 0.17589613795280457, 0.06921065598726273, -0.07259700447320938, 0.26942554116249084, 0.02038733847439289, -0.048791710287332535, -0.047369975596666336, 0.007281070109456778, -0.10238605737686157, 0.07504580914974213, -0.136397585272789, 0.007806399371474981, 0.010562194511294365, 0.045745931565761566, 0.11572477221488953, -0.12573128938674927, -0.05368596315383911, 0.03530675545334816, -0.07927948981523514, -0.14951281249523163, -0.06165871396660805, -0.14664801955223083, 0.013050667941570282, -0.05656471103429794, -0.13563720881938934, 0.03417511656880379, -0.014664189890027046, -0.13079006969928741, 0.12156973034143448, -0.18976616859436035, -0.2558586597442627, -0.18915247917175293, 0.061905451118946075, 0.0007153145270422101, 0.04499238356947899, 0.06144385784864426, -0.1385086327791214, -0.03910965099930763, -0.039566170424222946, 0.01437817420810461, -0.025120409205555916, -0.05965656787157059, 0.06439283490180969, -0.007560398429632187, -0.02216828614473343, -0.12711139023303986, -0.003358343616127968, -0.01611221395432949, 0.05386805161833763, -0.005016532260924578, -0.12522900104522705, 0.08764870464801788, 0.2307153046131134, 0.026716353371739388, -0.051803071051836014, -0.02047128975391388, 0.18905319273471832, -0.09181710332632065, 0.040855199098587036, 0.1053859069943428, -0.04075772315263748, 0.03890902176499367, 0.11750835180282593, 0.07278113812208176, 0.017766909673810005, 0.01666310243308544, -0.0669892206788063, -0.03462588042020798, -0.3527415990829468, -0.07146582007408142, -0.04625549912452698, 0.07563985139131546, -0.06370332837104797, 0.02355751395225525, 0.07763656973838806, 0.09033350646495819, 0.021106019616127014, 0.05166691541671753, 0.035823673009872437, 0.01107911579310894, 0.05017508566379547, -0.00848329160362482, 0.0443325936794281, -0.06399235129356384, -0.06073823943734169, 0.10182486474514008, 0.10581427067518234, 0.04187614470720291, 0.12916316092014313, 0.18687961995601654, 0.13119985163211823, 0.09470196813344955, 0.07719592750072479, -0.005512087605893612, 0.04232056811451912, 0.0010286497417837381, -0.04428202286362648, -0.05188147351145744, -0.014766592532396317, 0.10631455481052399, 0.052625007927417755, -0.09585835784673691, 0.09898465126752853, 0.10238295048475266, 0.03748505562543869, 0.0401323065161705, 0.030699322000145912, -0.24218593537807465, 0.03202299028635025, 0.027108987793326378, -0.022344591096043587, -0.02325434237718582, 0.1008223220705986, 0.20582027733325958, -0.027763033285737038, 0.05585934966802597, 0.10374834388494492, 0.07907212525606155, -0.06936842203140259, -0.03091508336365223, 0.020137973129749298, -0.023808281868696213, -0.0196060948073864, 0.09460693597793579, -0.23730941116809845, 0.18276913464069366, -0.003982307855039835, 0.06375491619110107, 0.03204992786049843, 0.006968700792640448, -0.03233347833156586, 0.05559059977531433, 0.13461309671401978, 0.06662894785404205, -0.01085384376347065, -0.04789350554347038, -0.10388225317001343, -0.011504779569804668, 0.025096658617258072, 0.0863882303237915, -0.07724222540855408, 0.043834809213876724, 0.02967076748609543, 0.061696261167526245, -0.059464167803525925, -0.22241933643817902, -0.05610598996281624, -0.026436608284711838, 0.21299758553504944, -0.027638709172606468, 0.009306312538683414, -0.06342192739248276, -0.062225379049777985, 0.05463344603776932, -0.07440347969532013, -0.11505556851625443, -0.02231595106422901, -0.11606316268444061, 0.09255401045084, -0.059863410890102386, 0.05048635974526405, 0.08411869406700134, 0.03106495551764965, -0.04036068171262741, -0.021513238549232483, 0.12475088238716125, -0.13743457198143005, -0.019871290773153305, -0.05325959995388985, 0.07783447951078415, 0.13870662450790405, 0.03916541114449501, 0.022774746641516685, -0.0593845471739769, -0.03969801217317581, -0.10389690101146698, -0.028021104633808136, 0.03055342473089695, -0.12516094744205475, 0.07559894025325775, 0.024407219141721725, -0.17686080932617188, -0.11111824214458466, -0.08597047626972198, 0.0911402776837349, 0.20995883643627167, -0.021275494247674942, 0.08686313033103943, 0.3028918206691742, -0.10065895318984985, -0.1839521825313568, -0.14010624587535858, 0.10301589220762253, -0.010936735197901726, 0.057573575526475906, -0.14179106056690216, 0.06164047494530678, 0.007179697509855032, -0.03274601697921753, -0.014726677909493446, -0.2309173047542572, -0.12500174343585968, 0.12141744047403336, -0.03994853049516678, 0.1295887678861618, -0.057416997849941254, -0.05827806144952774, -0.0559883713722229, -0.1029614508152008, 0.12429641932249069, 0.012814629822969437, 0.04684029892086983, 0.10889932513237, 0.10253484547138214, -0.03314397484064102, 0.011700872331857681, 0.11666075140237808, 0.121314138174057, -0.006191230844706297, -0.0035494694020599127, -0.03161713480949402, 0.08136925846338272, 0.07301170378923416, 0.0782303586602211, 0.051945894956588745, -0.03353915736079216, -0.14734980463981628, -0.05641404166817665, -0.03771936893463135, -0.014144672080874443, 0.02845102548599243, -0.11544791609048843, -0.06219234690070152, -0.03261939063668251, 0.06506713479757309, 0.04219941049814224, 0.29529261589050293, -0.009836642071604729, 0.006318816915154457, 0.2158978432416916, 0.07881644368171692, -0.016608716920018196, -0.10073595494031906, -0.014158431440591812, -0.10603764653205872, 0.07942576706409454, -0.19577637314796448, 0.022556332871317863, 0.04832981899380684, -0.042245689779520035, 0.10688693821430206, 0.04993649572134018, -0.14092595875263214, 0.06413910537958145, 0.10584057867527008, -0.05930148810148239, -0.013040558435022831, -0.05860922113060951, -0.0261581689119339, 0.1218116283416748, 0.034909360110759735, 0.17101451754570007, -0.14964242279529572, -0.007416269741952419, 0.0024931635707616806, 0.04994163289666176, -0.1797196865081787, 0.19093604385852814, 0.12238308787345886, -0.007559853605926037, -0.09309810400009155, 0.16359655559062958, 0.033611960709095, 0.044986166059970856, 0.03825286775827408, 0.01571417599916458, -0.07308246940374374, -0.04418192058801651, -0.017891814932227135, 0.0692114606499672, -0.14732341468334198, -0.17747071385383606, -0.08053134381771088, -0.024538451805710793, -0.01135168969631195, -0.08422163873910904, 0.0367124006152153, -0.019003648310899734, -0.00136367860250175, 0.04369136691093445, 0.014159493148326874, 0.037135474383831024, 0.1211341992020607, 0.022273119539022446, -0.2112344652414322, -0.030156582593917847, 0.0391390398144722, 0.06371654570102692, -0.07158397883176804, 0.039759691804647446, -0.04123593121767044, 0.07148034125566483, 0.037170007824897766, 0.05283983051776886, -0.08090608566999435, -0.044012535363435745, 0.017598897218704224, -0.06275160610675812, -0.08414854109287262, 0.071474090218544, -0.08292368054389954, 0.02982504665851593, 0.04848295822739601, 0.08078407496213913, -0.08404344320297241, -0.003443674650043249, 0.02770071290433407, -0.0014016488566994667, 0.015083599835634232, 0.0751843973994255, -0.052518196403980255, 0.05043826252222061, -0.2070568948984146, 0.04041271284222603, 0.17446710169315338, 0.08085186034440994, 0.010245056822896004, 0.0273891631513834, -0.025611989200115204, 0.07942846417427063, 0.02223060466349125, -0.07564603537321091, -0.06224149465560913, -0.03290461748838425, -0.010480760596692562, -0.1221589669585228, -0.051312994211912155, -0.02503574825823307, 0.01578948087990284, 0.1419060230255127, 0.07963138818740845, 0.14653797447681427, -0.04685043543577194, 0.004037446808069944, -0.03402664512395859, 0.0307320449501276, 0.04814790189266205, -0.018254674971103668, -0.04995933175086975, -0.06283249706029892, -0.03041156567633152, -0.08359343558549881, 0.16955330967903137, 0.016512112691998482, -0.11874432861804962, -0.010490922257304192, -0.056002818048000336, 0.014098894782364368, 0.004429124295711517, 0.16242685914039612, -0.0322222001850605, -0.016406742855906487, -0.17146144807338715, -0.03017144277691841, 0.07304857671260834, 0.05986771360039711, -0.0813388079404831, 0.033068422228097916, 0.006772691383957863, 0.13046596944332123, 0.054812557995319366, 0.0216373261064291, -0.14187878370285034, -0.08556386083364487, -0.02294686995446682, 0.02182476408779621, 0.020551126450300217, 0.08915690332651138, 0.14677761495113373, -0.07074006646871567, 0.006996352691203356, 0.05696219578385353, -0.07239773869514465, -0.171974778175354, -0.14401641488075256, -0.0677231028676033, -0.24812926352024078, 0.006365443114191294, -0.12935343384742737, 0.035814665257930756, 0.14989960193634033, 0.050842296332120895, -0.02444061078131199, 0.07018822431564331, 0.06717868894338608, -0.13021521270275116, 0.045103609561920166, -0.03583093732595444, -0.011606968007981777, -0.14290130138397217, -0.025463804602622986, 0.10009239614009857, 0.033691611140966415, 0.003970908932387829, -0.03972727060317993, -0.02376614883542061, 0.07075421512126923, -0.008920229971408844, -0.04858949035406113, -0.04008873552083969, 0.0326121486723423, 0.017432790249586105, 0.07360868901014328, 0.05761547014117241, -0.06633001565933228, 0.06406862288713455, 0.11221706867218018, -0.044978853315114975, -0.13788732886314392, -0.08838436752557755, 0.011763940565288067, 0.006885607726871967, 0.17321860790252686, -0.026012256741523743, -0.057748038321733475, -0.10938647389411926, 0.14130571484565735, 0.19719091057777405, -0.07461073994636536, -0.04500409960746765, -0.05794031545519829, 0.023501388728618622, -0.08449657261371613, 0.09119705855846405, 0.009068829007446766, 0.2114938348531723, -0.02047468163073063, 0.029881807044148445, -0.14032113552093506, -0.014091226272284985, -0.010077382437884808, -0.059003569185733795, 0.04877181723713875, -0.08943402767181396, -0.04442146047949791, 0.16818194091320038, -0.26976779103279114, -0.06801839172840118, -0.12370412796735764, -0.05428455397486687, -0.022368598729372025, -0.0024550093803554773, 0.20569077134132385, 0.09338971972465515, 0.07292478531599045, -0.03998585417866707, -0.0005797708872705698, 0.042257461696863174, 0.029209105297923088, -0.14701934158802032, 0.021124741062521935, -0.0026914747431874275, -0.1423702985048294, 0.10197833180427551, 0.00032733456464484334, 0.21479114890098572, -0.005304634105414152, 0.046856317669153214, 0.03417075052857399, 0.10928225517272949, 0.030421458184719086, 0.01614389754831791, -0.035579923540353775, -0.028036093339323997, -0.029473016038537025, 0.08970317989587784, 0.05570545047521591, -0.10381371527910233, 0.01070332620292902, 0.05804554745554924, -0.06277111172676086, -0.11566735059022903, -0.01608683541417122, -0.11358246952295303, 0.07607271522283554, -0.07630186527967453, -0.058744166046381, -0.029109720140695572, 0.007187890354543924, 0.0695788711309433, 0.03872787207365036, 0.06594853103160858, 0.04295540228486061, -0.16369596123695374, -0.09045322239398956, -0.022226687520742416, 0.11311834305524826, 0.0003235792100895196, 0.06965044140815735, -0.15189243853092194, -0.03812329098582268, -0.06116553768515587, 0.03224309906363487, 0.07137079536914825, 0.0018350108293816447, -0.005131438374519348, -0.06491679698228836, 0.002342220162972808, 0.04761294648051262, -0.005536424927413464, -0.1252351850271225 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_transformer_accent` ♻️ Imported from https://zenodo.org/record/4381096/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_transformer_accent
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_transformer_accent' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_transformer_accent'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_transformer_accent'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 45, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_transformer_accent'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.011614488437771797, -0.010421030223369598, -0.0014746437082067132, 0.02364765666425228, 0.07930444926023483, -0.0201579462736845, 0.23266646265983582, 0.04604748263955116, 0.10420622676610947, -0.058312371373176575, 0.10110664367675781, 0.08799953758716583, 0.06180522218346596, 0.17237867414951324, 0.059745632112026215, -0.1998058557510376, 0.034144364297389984, 0.04719453677535057, -0.033896543085575104, 0.09544028341770172, 0.16593049466609955, -0.008232302032411098, 0.07627138495445251, 0.03225140646100044, -0.061387356370687485, 0.08248744904994965, -0.014814889058470726, -0.11439406126737595, 0.048390068113803864, 0.049487147480249405, 0.10652347654104233, 0.032020602375268936, 0.06962738931179047, -0.25053638219833374, 0.008476385846734047, -0.0378602035343647, -0.015151995234191418, 0.021435119211673737, 0.061641547828912735, 0.08544102311134338, 0.00565695483237505, 0.07469047605991364, -0.02702653408050537, 0.014946278184652328, -0.07032325118780136, -0.0019080269848927855, 0.044084545224905014, 0.11821681261062622, 0.14983823895454407, 0.1266229748725891, -0.041948575526475906, 0.08180201798677444, -0.07213201373815536, 0.04810051992535591, 0.11333923041820526, -0.13989724218845367, 0.004024535417556763, 0.014028120785951614, 0.02230950817465782, 0.16646641492843628, 0.03318626433610916, -0.0015250106807798147, 0.10874278843402863, 0.025645330548286438, -0.04878918454051018, -0.03588294982910156, -0.10250448435544968, 0.03501608967781067, -0.10424040257930756, -0.004393465351313353, 0.3034702241420746, 0.04590094834566116, 0.0015977954026311636, -0.0009256597841158509, -0.03838777542114258, -0.043521907180547714, 0.017705893144011497, -0.16423314809799194, 0.01503264345228672, 0.0690380334854126, 0.05210158973932266, -0.06702975928783417, -0.13487887382507324, -0.07772296667098999, -0.043325334787368774, 0.06984204798936844, 0.038624998182058334, 0.03749443218111992, -0.11784598976373672, -0.0005197539576329291, 0.003687729127705097, -0.07838831841945648, 0.08689353615045547, -0.07429736107587814, 0.08799833059310913, 0.041183605790138245, 0.09390546381473541, -0.17629723250865936, 0.022890916094183922, -0.08794157207012177, -0.045080818235874176, 0.02252451330423355, 0.10612504929304123, 0.10441052168607712, 0.0700329840183258, -0.011491997167468071, -0.06432647258043289, -0.0980973094701767, -0.018006645143032074, 0.020120279863476753, -0.008945227600634098, -0.062219709157943726, -0.18682995438575745, 0.06239647790789604, -0.07804060727357864, -0.035187169909477234, -0.012466561049222946, -0.04256194457411766, -0.12332867830991745, -0.05075681954622269, 0.20574481785297394, -0.04506877809762955, 0.01717359758913517, -0.03843606635928154, -0.032865021377801895, 0.14979547262191772, 0.0217520110309124, 0.10194399952888489, -0.06670867651700974, -0.04495605453848839, -0.08812630921602249, 0.03758222237229347, -0.06232638284564018, -0.07535307854413986, 0.06015944853425026, 0.05920983478426933, 0.029056934639811516, -0.18893952667713165, -0.1254926174879074, -0.035885680466890335, 0.023952975869178772, 0.045160289853811264, -0.041926007717847824, -0.16319550573825836, -0.06529468297958374, 0.03782179206609726, -0.0860416442155838, -0.16292156279087067, -0.07763849198818207, -0.015356425195932388, -0.057584263384342194, 0.057854413986206055, -0.09921643882989883, 0.05739083141088486, -0.08727873116731644, -0.04459325596690178, -0.15237843990325928, 0.12494473904371262, -0.1317838877439499, -0.046174198389053345, -0.09178942441940308, -0.040888622403144836, -0.06502415239810944, 0.07516792416572571, 0.029237570241093636, 0.19520504772663116, -0.19634786248207092, -0.08374305814504623, 0.06025414168834686, -0.12184526026248932, -0.08782705664634705, 0.19209279119968414, -0.007778557483106852, 0.09483102709054947, 0.10538485646247864, 0.275463342666626, -0.020165299996733665, -0.17660507559776306, 0.01396750845015049, 0.10213673114776611, 0.006037434097379446, -0.057233236730098724, 0.10628850758075714, -0.00935420859605074, 0.03376111015677452, -0.0467580184340477, 0.0006930047529749572, 0.10619170218706131, -0.057520173490047455, -0.059521425515413284, 0.07453816384077072, -0.05121426656842232, 0.04149903729557991, -0.023355958983302116, 0.06230135262012482, -0.002170549938455224, -0.04494323953986168, 0.176119863986969, 0.11580545455217361, -0.08352361619472504, 0.03944346681237221, -0.1275586038827896, -0.024797609075903893, -0.05962527543306351, -0.058166973292827606, -0.013656224124133587, 0.0577615350484848, 0.0015116300201043487, 0.00199082656763494, 0.13156485557556152, 0.0801173597574234, 0.0006871765945106745, -0.028385061770677567, -0.00761793926358223, -0.04820260405540466, -0.06437790393829346, 0.049117669463157654, -0.00972017552703619, -0.20081974565982819, 0.07876453548669815, -0.004274675622582436, -0.06948222219944, -0.08079766482114792, -0.04259742423892021, -0.11802620440721512, 0.08928728848695755, -0.01890995353460312, 0.005677247419953346, -0.017556222155690193, 0.08265694975852966, -0.06956692039966583, -0.00015894359967205673, -0.03110288642346859, -0.02292393334209919, -0.07963693886995316, 0.18616698682308197, 0.04941035062074661, 0.07535915076732635, 0.1179020032286644, -0.2201463282108307, -0.002784414915367961, 0.1686040163040161, 0.03443522751331329, -0.04726782813668251, -0.014794048853218555, 0.009904826059937477, 0.21154537796974182, -0.08010291308164597, 0.06115245446562767, -0.109778992831707, 0.056282807141542435, 0.016160931438207626, -0.17364998161792755, 0.001378623186610639, 0.05077069625258446, 0.06252866983413696, -0.21587489545345306, 0.17511622607707977, 0.056326307356357574, -0.06964343786239624, 0.2726936340332031, 0.030703330412507057, -0.04690267890691757, -0.05361932888627052, 0.004949857946485281, -0.11203660070896149, 0.07755788415670395, -0.14487890899181366, 0.0003699453955050558, 0.0064071426168084145, 0.04206467792391777, 0.11166232079267502, -0.12140501290559769, -0.05637622997164726, 0.04214264079928398, -0.08253494650125504, -0.14470674097537994, -0.06253425031900406, -0.1376497894525528, 0.00972035899758339, -0.06408589333295822, -0.13515013456344604, 0.040276508778333664, -0.014549016952514648, -0.12830296158790588, 0.10961691290140152, -0.20390768349170685, -0.25790271162986755, -0.1924055516719818, 0.0493244007229805, 0.003402547212317586, 0.05154408887028694, 0.052839066833257675, -0.1387528032064438, -0.0371718667447567, -0.03797203674912453, 0.01797771267592907, -0.039288029074668884, -0.06119675934314728, 0.04272911325097084, -0.01525768730789423, -0.035868220031261444, -0.11044644564390182, -0.007829745300114155, -0.0006103547639213502, 0.07215337455272675, -0.0024647831451147795, -0.13277781009674072, 0.09646774083375931, 0.22806839644908905, 0.009057920426130295, -0.043601348996162415, -0.021557196974754333, 0.20098115503787994, -0.09087013453245163, 0.05211101099848747, 0.10797028988599777, -0.04327144846320152, 0.036695029586553574, 0.12333407998085022, 0.058193810284137726, 0.028746964409947395, 0.020094145089387894, -0.07906481623649597, -0.032704029232263565, -0.3427419066429138, -0.06194477900862694, -0.04442359879612923, 0.057287391275167465, -0.0757240280508995, 0.013042998500168324, 0.09284264594316483, 0.08277218043804169, 0.020755378529429436, 0.047880619764328, 0.032793980091810226, 0.008641512133181095, 0.0416802354156971, 0.0025371708907186985, 0.04032629355788231, -0.05629086121916771, -0.05772312358021736, 0.0964365229010582, 0.10770586878061295, 0.021523838862776756, 0.12298217415809631, 0.18684178590774536, 0.120295450091362, 0.10284184664487839, 0.07959043979644775, -0.01948813535273075, 0.052403196692466736, 0.00928132887929678, -0.04643959179520607, -0.043774768710136414, -0.014769971370697021, 0.11583849042654037, 0.08299417048692703, -0.09324107319116592, 0.0994957908987999, 0.12603837251663208, 0.02968219667673111, 0.035245630890131, 0.011847581714391708, -0.24349898099899292, 0.045652836561203, 0.042670346796512604, -0.01525223907083273, -0.034792713820934296, 0.09664815664291382, 0.22176223993301392, -0.030216524377465248, 0.06930942088365555, 0.11269617825746536, 0.07191355526447296, -0.05142585188150406, -0.035320945084095, 0.012543357908725739, -0.010862224735319614, -0.016263244673609734, 0.09853791445493698, -0.2524571716785431, 0.16834761202335358, -0.004605182446539402, 0.07210248708724976, 0.02470492571592331, 0.009413201361894608, -0.028630036860704422, 0.04416363686323166, 0.14524413645267487, 0.0720115602016449, -0.03261216729879379, -0.05764581263065338, -0.09526661038398743, -0.023714378476142883, 0.03158220276236534, 0.10635536909103394, -0.07926556468009949, 0.05354472994804382, 0.022026432678103447, 0.05815085023641586, -0.057041414082050323, -0.23477056622505188, -0.05396503955125809, -0.027999456971883774, 0.2132941037416458, -0.037426695227622986, 0.012524401769042015, -0.06444954127073288, -0.08549302816390991, 0.04295488819479942, -0.08148211240768433, -0.11064990609884262, -0.03139760345220566, -0.1011117696762085, 0.09216391295194626, -0.06617572158575058, 0.04524749144911766, 0.08277957886457443, 0.04368887469172478, -0.030114930123090744, -0.009716738015413284, 0.12626181542873383, -0.13167087733745575, -0.01168740727007389, -0.06068873405456543, 0.06483228504657745, 0.15220524370670319, 0.0453035831451416, 0.029201509431004524, -0.07146617770195007, -0.029099535197019577, -0.09714002907276154, -0.023852864280343056, 0.03718278184533119, -0.1404583752155304, 0.09229500591754913, 0.02505825273692608, -0.20218949019908905, -0.12751370668411255, -0.0880257785320282, 0.08865265548229218, 0.1998417228460312, -0.020236197859048843, 0.07962920516729355, 0.27581000328063965, -0.09869371354579926, -0.1644473671913147, -0.12691423296928406, 0.10404854267835617, 0.017006373032927513, 0.06394965201616287, -0.13963870704174042, 0.06479918956756592, -0.007416505832225084, -0.020585061982274055, -0.01846267282962799, -0.2166280746459961, -0.12859749794006348, 0.1296108216047287, -0.034291207790374756, 0.09494929015636444, -0.04505316540598869, -0.05498378723859787, -0.055337291210889816, -0.08537889271974564, 0.11732973903417587, 0.023270223289728165, 0.033954281359910965, 0.11600814759731293, 0.11100605130195618, -0.027027470991015434, 0.019744891673326492, 0.12081967294216156, 0.13306483626365662, -0.006913639139384031, -0.0026341916527599096, -0.04035300761461258, 0.06633041799068451, 0.08239752054214478, 0.07359406352043152, 0.07634630054235458, -0.03890034183859825, -0.1272822916507721, -0.056071385741233826, -0.05198672413825989, -0.010081586427986622, 0.03118828684091568, -0.10601964592933655, -0.06381519138813019, -0.022918622940778732, 0.07740941643714905, 0.0469990074634552, 0.2652200162410736, -0.026229986920952797, 0.0006388105102814734, 0.19629791378974915, 0.09118352085351944, -0.006775266956537962, -0.07242576777935028, -0.020501740276813507, -0.10505643486976624, 0.06674842536449432, -0.16976357996463776, 0.026866482570767403, 0.03894671052694321, -0.037568893283605576, 0.11130043864250183, 0.046290211379528046, -0.1464386135339737, 0.06870739161968231, 0.10462898761034012, -0.04231440648436546, -0.002307097427546978, -0.06896509230136871, -0.02205340377986431, 0.1328071802854538, 0.002762111369520426, 0.16036884486675262, -0.14236658811569214, -0.016589395701885223, -0.004304883535951376, 0.049826622009277344, -0.1748373657464981, 0.17903731763362885, 0.12473590672016144, -0.018709814175963402, -0.0981815904378891, 0.1593991070985794, 0.033105023205280304, 0.030767574906349182, 0.03732752799987793, 0.021466953679919243, -0.06927794963121414, -0.03662624582648277, -0.0023805364035069942, 0.0772353783249855, -0.1335642784833908, -0.1882951259613037, -0.07807952910661697, -0.031046463176608086, -0.020622534677386284, -0.08071962743997574, 0.025743678212165833, -0.02855881303548813, -0.0015291544841602445, 0.04419025406241417, 0.01874285377562046, 0.0287820715457201, 0.1367439478635788, 0.024045709520578384, -0.21272622048854828, -0.020668650045990944, 0.03618108108639717, 0.07886214554309845, -0.06857683509588242, 0.04385333135724068, -0.03296263888478279, 0.06932597607374191, 0.05410006269812584, 0.06584294885396957, -0.08495927602052689, -0.050672631710767746, 0.021218113601207733, -0.07928911596536636, -0.07738273590803146, 0.07068478316068649, -0.08782567083835602, 0.034662749618291855, 0.049586933106184006, 0.07791821658611298, -0.06622525304555893, -0.004028727766126394, 0.03576646000146866, -0.00029200047720223665, 0.009258570149540901, 0.08114919811487198, -0.062421321868896484, 0.04743180051445961, -0.22219127416610718, 0.033325035125017166, 0.16827884316444397, 0.07488071918487549, 0.010297082364559174, 0.028708146885037422, -0.02719964273273945, 0.07999135553836823, 0.0334305465221405, -0.08671718835830688, -0.047783032059669495, -0.02534620836377144, -0.022594625130295753, -0.11371397227048874, -0.06466048210859299, -0.04209231212735176, 0.03209361433982849, 0.16378872096538544, 0.05929122120141983, 0.13870762288570404, -0.04474223032593727, 0.009860611520707607, -0.02288869582116604, 0.03685496002435684, 0.03807171434164047, -0.014522591605782509, -0.03947274759411812, -0.059763308614492416, -0.019583163782954216, -0.07281234115362167, 0.1674979329109192, 0.013050125911831856, -0.09759442508220673, -0.020892944186925888, -0.0551365464925766, 0.011375198140740395, 0.009129623882472515, 0.16300253570079803, -0.038932010531425476, -0.023923540487885475, -0.1382748782634735, -0.03137202560901642, 0.06202354654669762, 0.09604616463184357, -0.0771583765745163, 0.03477806970477104, 0.002204977674409747, 0.14551937580108643, 0.04017048329114914, 0.027280423790216446, -0.13976095616817474, -0.07988996803760529, -0.018013356253504753, 0.012662611901760101, 0.024272123351693153, 0.10362892597913742, 0.1390232890844345, -0.09178877621889114, 0.014036751352250576, 0.055218324065208435, -0.08430791646242142, -0.16323398053646088, -0.14637799561023712, -0.06584177166223526, -0.23939527571201324, 0.0044772326946258545, -0.1313900500535965, 0.04597391560673714, 0.1297519952058792, 0.05247132480144501, -0.033306121826171875, 0.07488108426332474, 0.0592181421816349, -0.14369377493858337, 0.052858106791973114, -0.03743515536189079, 0.003941867034882307, -0.12656615674495697, -0.033639319241046906, 0.09776213765144348, 0.044952392578125, 0.007450539618730545, -0.041685305535793304, -0.02520349621772766, 0.06522151827812195, -0.022834666073322296, -0.05802472308278084, -0.03900352865457535, 0.02248050458729267, 0.02020266465842724, 0.0750928670167923, 0.05999401956796646, -0.06767759472131729, 0.05745242163538933, 0.09697826206684113, -0.03988159820437431, -0.1354725956916809, -0.09491313993930817, 0.0033121660817414522, 0.00564682949334383, 0.15829166769981384, -0.03299897536635399, -0.06403573602437973, -0.1002899631857872, 0.13915793597698212, 0.19006657600402832, -0.07904773950576782, -0.05364695191383362, -0.060552049428224564, 0.022150559350848198, -0.0910693109035492, 0.07614509761333466, -0.0029286390636116266, 0.18896496295928955, -0.022650595754384995, 0.036182232201099396, -0.14300614595413208, -0.024608122184872627, -0.014027593657374382, -0.06315576285123825, 0.06580226868391037, -0.09198754280805588, -0.04154472053050995, 0.17770960927009583, -0.2891654670238495, -0.04760192334651947, -0.12241729348897934, -0.05081374570727348, -0.025020349770784378, 0.006060593295842409, 0.19042366743087769, 0.10918394476175308, 0.0688757672905922, -0.04689064994454384, 0.004682348575443029, 0.04534591734409332, 0.028896134346723557, -0.15757612884044647, 0.044669512659311295, -0.008193806745111942, -0.1465405374765396, 0.0959080159664154, 0.005128137767314911, 0.21965518593788147, -0.004339699167758226, 0.06350904703140259, 0.04178692027926445, 0.09331028908491135, 0.028253844007849693, 0.03597933053970337, -0.026643134653568268, 0.004528975114226341, -0.029368311166763306, 0.08004003763198853, 0.051803890615701675, -0.09417738765478134, 0.015757177025079727, 0.050072211772203445, -0.07358954846858978, -0.11057423800230026, -0.010733650997281075, -0.11754179745912552, 0.07679199427366257, -0.07224457710981369, -0.05315374583005905, -0.03436781093478203, 0.01354133989661932, 0.064161017537117, 0.031945232301950455, 0.08316715061664581, 0.035974323749542236, -0.15967236459255219, -0.09513925760984421, -0.024066435173153877, 0.12174132466316223, -0.005243420600891113, 0.07374829053878784, -0.16208189725875854, -0.043073587119579315, -0.06497382372617722, 0.04089644178748131, 0.06606437265872955, 0.002771600615233183, 0.004229886457324028, -0.06417148560285568, 0.011615565977990627, 0.05272866040468216, -0.007899686694145203, -0.12602733075618744 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_transformer_accent_with_pause` ♻️ Imported from https://zenodo.org/record/4433196/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_transformer_accent_with_pause
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_transformer_accent_with_pause' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_transformer_accent_with_pause'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_transformer_accent_with_pause'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 49, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_transformer_accent_with_pause'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.019894924014806747, -0.006006539799273014, -0.0017742521595209837, 0.02985955774784088, 0.07443679869174957, -0.02812463976442814, 0.22156557440757751, 0.04712282493710518, 0.11525778472423553, -0.046301014721393585, 0.1141049936413765, 0.08848041296005249, 0.0518483929336071, 0.17315509915351868, 0.0392601378262043, -0.2031310349702835, 0.03843776509165764, 0.03929353132843971, -0.017868775874376297, 0.10136038810014725, 0.16618148982524872, -0.005683070048689842, 0.06900879740715027, 0.029263757169246674, -0.03922268748283386, 0.08264141529798508, -0.020720170810818672, -0.11089091747999191, 0.059002138674259186, 0.045673567801713943, 0.09091824293136597, 0.042118873447179794, 0.06447342783212662, -0.2532171308994293, 0.014542785473167896, -0.032554417848587036, -0.008601217530667782, 0.018817182630300522, 0.04724271595478058, 0.09037111699581146, 0.002612919081002474, 0.08917561918497086, -0.014646368101239204, 0.010394229553639889, -0.06350275129079819, 0.02159944735467434, 0.034966107457876205, 0.1086745336651802, 0.1399722844362259, 0.13507504761219025, -0.045075833797454834, 0.09416516870260239, -0.08514407277107239, 0.0454927496612072, 0.1424311399459839, -0.16596530377864838, 0.0037415125407278538, 0.0122354282066226, 0.03292318433523178, 0.14728333055973053, 0.02878337725996971, -0.00030955683905631304, 0.10748499631881714, 0.023469053208827972, -0.05189376324415207, -0.0284194927662611, -0.10327161103487015, 0.028246566653251648, -0.11106956005096436, -0.0014323578216135502, 0.2812962532043457, 0.04618477076292038, 0.008976955898106098, -0.011629429645836353, -0.0519266240298748, -0.04743724316358566, 0.005784775596112013, -0.1602248102426529, 0.016697170212864876, 0.06940054148435593, 0.07327547669410706, -0.07026970386505127, -0.14025726914405823, -0.0760304406285286, -0.03894374519586563, 0.07317287474870682, 0.03987614065408707, 0.02415785752236843, -0.12840092182159424, 0.01423900481313467, 0.006372035481035709, -0.08355477452278137, 0.07794386148452759, -0.06249062716960907, 0.06472868472337723, 0.04383903369307518, 0.0867261216044426, -0.15817385911941528, 0.019159842282533646, -0.04540007561445236, -0.0734500139951706, 0.026597803458571434, 0.09874818474054337, 0.1058298870921135, 0.051581960171461105, -0.016891727223992348, -0.06381616741418839, -0.11673370003700256, -0.021465202793478966, 0.03412734344601631, -0.0029613084625452757, -0.06330781430006027, -0.17626239359378815, 0.060149554163217545, -0.08518046885728836, -0.03143325075507164, -0.007365570403635502, -0.03786282241344452, -0.11579161882400513, -0.05616484954953194, 0.18932868540287018, -0.04794548451900482, 0.0006929581868462265, -0.03746180236339569, -0.02889060787856579, 0.1434118151664734, 0.031012406572699547, 0.0974803939461708, -0.06922834366559982, -0.04991057515144348, -0.09673748165369034, 0.02358497492969036, -0.050258904695510864, -0.06464693695306778, 0.053589001297950745, 0.04378882050514221, 0.021885981783270836, -0.18861281871795654, -0.13294537365436554, -0.03721927851438522, 0.024243708699941635, 0.03746186941862106, -0.05741965398192406, -0.16435621678829193, -0.06589681655168533, 0.04327516630291939, -0.0802825465798378, -0.14806365966796875, -0.08832744508981705, -0.012799848802387714, -0.06210384890437126, 0.07180260121822357, -0.07773157209157944, 0.05092744901776314, -0.09837145358324051, -0.048440851271152496, -0.14128319919109344, 0.12329515814781189, -0.12679019570350647, -0.057226065546274185, -0.08670126646757126, -0.026317160576581955, -0.07966271042823792, 0.08308244496583939, 0.026439882814884186, 0.20499689877033234, -0.20279847085475922, -0.0863274410367012, 0.05563829839229584, -0.11775815486907959, -0.08895758539438248, 0.1754215508699417, 0.0010689953342080116, 0.11733857542276382, 0.09386077523231506, 0.28161442279815674, -0.028744621202349663, -0.18656006455421448, 0.01771845482289791, 0.0949852392077446, -0.01102351676672697, -0.04453127458691597, 0.09133324027061462, -0.009421390481293201, 0.04242021590471268, -0.04068196192383766, -0.015366318635642529, 0.09946027398109436, -0.05458603426814079, -0.05644361674785614, 0.07893532514572144, -0.05325588583946228, 0.03971307352185249, -0.026630843058228493, 0.046247851103544235, -0.005451928358525038, -0.05564339831471443, 0.1719282865524292, 0.11900104582309723, -0.0689052864909172, 0.05404668673872948, -0.1282958686351776, -0.02275547944009304, -0.039193205535411835, -0.05122465640306473, -0.03132558614015579, 0.05893629416823387, -0.006510619074106216, 0.030568845570087433, 0.12386028468608856, 0.08527077734470367, 0.002791265258565545, -0.03450407832860947, -0.011632158420979977, -0.05470283329486847, -0.07134810090065002, 0.04582880437374115, -0.025547286495566368, -0.21562865376472473, 0.0837455615401268, -0.001806574990041554, -0.058582574129104614, -0.07429533451795578, -0.0393482930958271, -0.1178487166762352, 0.1017337515950203, -0.015316174365580082, -0.0060063633136451244, -0.01653207652270794, 0.06722976267337799, -0.07930652052164078, -0.00935655739158392, -0.03779219835996628, -0.007731121499091387, -0.05385548621416092, 0.1978738009929657, 0.02904631942510605, 0.041626494377851486, 0.11619479209184647, -0.1838635355234146, -0.0162908174097538, 0.17656992375850677, 0.03240217640995979, -0.054310720413923264, -0.023272449150681496, 0.008163920603692532, 0.21297875046730042, -0.0750282034277916, 0.07331719994544983, -0.11017715185880661, 0.05050498992204666, 0.0075387051329016685, -0.16396310925483704, 0.0004934025346301496, 0.06159456446766853, 0.0673086866736412, -0.21169348061084747, 0.1612015813589096, 0.03600630909204483, -0.07265980541706085, 0.2830637991428375, 0.03769417479634285, -0.051426030695438385, -0.0481518879532814, 0.014230066910386086, -0.10798942297697067, 0.0793556421995163, -0.16375088691711426, 0.012625067494809628, 0.004549204371869564, 0.03646364063024521, 0.11231362074613571, -0.1125912070274353, -0.05676440894603729, 0.04291200265288353, -0.08449994772672653, -0.1280263066291809, -0.04457453265786171, -0.1293858289718628, 0.016723714768886566, -0.05711456760764122, -0.16118814051151276, 0.03151979297399521, -0.010324574075639248, -0.12236183881759644, 0.11693130433559418, -0.19100093841552734, -0.28709450364112854, -0.170742005109787, 0.05476558953523636, 0.00561769912019372, 0.048732731491327286, 0.07008354365825653, -0.1347825974225998, -0.034545984119176865, -0.044131841510534286, 0.02354423701763153, -0.016207531094551086, -0.04164331778883934, 0.04891263321042061, -0.013441062532365322, -0.03731069713830948, -0.10800177603960037, -0.0006631792057305574, -0.0178232304751873, 0.08857286721467972, 0.000985838589258492, -0.12111323326826096, 0.09265736490488052, 0.2353774607181549, 0.01653512567281723, -0.04051141068339348, -0.016167065128684044, 0.19624151289463043, -0.09734100103378296, 0.05497833713889122, 0.11573179066181183, -0.0328391008079052, 0.03235984221100807, 0.11341924220323563, 0.047258421778678894, 0.015400317497551441, 0.029969768598675728, -0.05617688223719597, -0.03732568398118019, -0.3408557176589966, -0.05927440896630287, -0.04955444857478142, 0.05796392261981964, -0.06896460801362991, 0.014712590724229813, 0.08811905235052109, 0.06893192231655121, 0.012992539443075657, 0.04592546448111534, 0.028286760672926903, 0.013660179451107979, 0.04200850427150726, -0.001485753688029945, 0.04738438501954079, -0.03829004615545273, -0.05149512365460396, 0.09786835312843323, 0.0946241021156311, 0.003527960041537881, 0.10127474367618561, 0.17162765562534332, 0.11593136191368103, 0.09452066570520401, 0.06515412777662277, -0.025339581072330475, 0.053194716572761536, 0.0008525323355570436, -0.04790738224983215, -0.0417904295027256, -0.010584568604826927, 0.12141576409339905, 0.08547970652580261, -0.09290730208158493, 0.08971969783306122, 0.1518186330795288, 0.02960316091775894, 0.07284077256917953, 0.0279561597853899, -0.24057963490486145, 0.03015534207224846, 0.030479876324534416, -0.0289443451911211, -0.04018251970410347, 0.10173914581537247, 0.21101701259613037, -0.027373533695936203, 0.057886604219675064, 0.1173897311091423, 0.07441310584545135, -0.04604429379105568, -0.024693481624126434, 0.0062847132794559, -0.01441433746367693, -0.023740049451589584, 0.08702756464481354, -0.22744160890579224, 0.16502298414707184, -0.009862490929663181, 0.06542041897773743, 0.030908944085240364, 0.007345838006585836, -0.02339499443769455, 0.0355181060731411, 0.15069441497325897, 0.05685235559940338, -0.005075617227703333, -0.024786781519651413, -0.08571984618902206, -0.035786233842372894, 0.031518541276454926, 0.08979924023151398, -0.06433086842298508, 0.04713898152112961, 0.024531878530979156, 0.06441681832075119, -0.07009139657020569, -0.23371288180351257, -0.04474378004670143, -0.0180628951638937, 0.22149492800235748, -0.04053603857755661, 0.013500415720045567, -0.05811941996216774, -0.06961105763912201, 0.07034144550561905, -0.08952338248491287, -0.10643305629491806, -0.03331245854496956, -0.10925731062889099, 0.09214376658201218, -0.07034283131361008, 0.04387373477220535, 0.08832061290740967, 0.05965985730290413, -0.0412236787378788, -0.007246732246130705, 0.13253140449523926, -0.13428863883018494, -0.02220206707715988, -0.06499773263931274, 0.07722274214029312, 0.13478121161460876, 0.03573506325483322, 0.02874675951898098, -0.07303041964769363, -0.035643719136714935, -0.0823739618062973, -0.032365601509809494, -0.0024437657557427883, -0.1354415863752365, 0.08798576891422272, 0.024186791852116585, -0.1799929141998291, -0.12107250839471817, -0.08583208173513412, 0.08235500007867813, 0.2294151932001114, -0.017596853896975517, 0.10660954564809799, 0.26574549078941345, -0.08098139613866806, -0.17619886994361877, -0.12363531440496445, 0.10408610105514526, 0.007981851696968079, 0.07616126537322998, -0.13605107367038727, 0.05743475630879402, -0.0047807712107896805, -0.023617908358573914, -0.009263808839023113, -0.23446610569953918, -0.13345389068126678, 0.14137989282608032, -0.04833521321415901, 0.1039256602525711, -0.03429654985666275, -0.05517074838280678, -0.05594383180141449, -0.07094547897577286, 0.11190681904554367, 0.01562028843909502, 0.04458874464035034, 0.11029229313135147, 0.09801802784204483, -0.0258103609085083, 0.021015040576457977, 0.12328612804412842, 0.11471476405858994, -0.013234774582087994, -0.001969340955838561, -0.036840543150901794, 0.055583346635103226, 0.07305489480495453, 0.07768899947404861, 0.0620248056948185, -0.027827318757772446, -0.11441205441951752, -0.0677308440208435, -0.05516636744141579, -0.00541146332398057, 0.03256400302052498, -0.11203552037477493, -0.057782236486673355, -0.023506807163357735, 0.07642509788274765, 0.04648725688457489, 0.25240713357925415, -0.03882279247045517, -0.01377428974956274, 0.20317614078521729, 0.09374482929706573, -0.022003579884767532, -0.0994378998875618, -0.014194724150002003, -0.10138175636529922, 0.07460689544677734, -0.16495750844478607, 0.022417057305574417, 0.024810297414660454, -0.031817421317100525, 0.10181328654289246, 0.055175043642520905, -0.14139646291732788, 0.057610951364040375, 0.10623650997877121, -0.05039317533373833, -0.0005637090071104467, -0.06934930384159088, -0.0316079705953598, 0.12862266600131989, -0.005147562362253666, 0.1729467660188675, -0.1371542364358902, -0.007765397895127535, 0.0065786768682301044, 0.05930749326944351, -0.1526663601398468, 0.17847661674022675, 0.11091673374176025, -0.012225865386426449, -0.09755446761846542, 0.163238525390625, 0.027459412813186646, 0.037188708782196045, 0.036260947585105896, 0.03892726078629494, -0.07670167833566666, -0.03994428738951683, -0.009964828379452229, 0.045791905373334885, -0.1504480093717575, -0.17010526359081268, -0.08784766495227814, -0.019947253167629242, -0.009753785096108913, -0.07844670861959457, 0.025439156219363213, -0.025249814614653587, -0.005558521952480078, 0.039686787873506546, 0.020408250391483307, 0.032008279114961624, 0.141690194606781, 0.030600063502788544, -0.20877306163311005, -0.02381296642124653, 0.03133741766214371, 0.07191773504018784, -0.06796607375144958, 0.04564034566283226, -0.04050951823592186, 0.07502230256795883, 0.04234420135617256, 0.06101812422275543, -0.07318230718374252, -0.060643333941698074, 0.02188967354595661, -0.06555336713790894, -0.07769708335399628, 0.07041077315807343, -0.07930111140012741, 0.026562875136733055, 0.04201308265328407, 0.07299713790416718, -0.07543651759624481, 0.0022699700202792883, 0.037164054811000824, -0.012883654795587063, 0.02248038537800312, 0.0829118862748146, -0.06296153366565704, 0.04860684648156166, -0.21579667925834656, 0.03413454070687294, 0.16421569883823395, 0.07242867350578308, 0.00905745942145586, 0.03441955894231796, -0.02784907817840576, 0.06865090876817703, 0.03351108357310295, -0.08607267588376999, -0.03995398059487343, -0.03871176764369011, -0.009219924919307232, -0.11039497703313828, -0.055515922605991364, -0.03270307183265686, 0.02686302736401558, 0.16152392327785492, 0.06613127142190933, 0.1411125510931015, -0.0538041926920414, -0.0049322424456477165, -0.021172087639570236, 0.035534586757421494, 0.038995493203401566, -0.00631809514015913, -0.03314445912837982, -0.04934380576014519, -0.017615115270018578, -0.07669881731271744, 0.13718989491462708, 0.009179904125630856, -0.09552095830440521, -0.009448827244341373, -0.06502419710159302, 0.021902693435549736, 0.01023194007575512, 0.15557193756103516, -0.029730286449193954, -0.018138129264116287, -0.14269575476646423, -0.026729663833975792, 0.08254566043615341, 0.08853639662265778, -0.04194460064172745, 0.033032044768333435, 0.016470901668071747, 0.15299925208091736, 0.029092229902744293, 0.018883196637034416, -0.17670980095863342, -0.06357765197753906, -0.029296591877937317, 0.014489035122096539, 0.027745641767978668, 0.08259470015764236, 0.16572916507720947, -0.0811425969004631, 0.012884853407740593, 0.04845774918794632, -0.06478600203990936, -0.1648598313331604, -0.13341617584228516, -0.06274072080850601, -0.23669691383838654, 0.0032805269584059715, -0.13009636104106903, 0.044550374150276184, 0.12373291701078415, 0.05475126579403877, -0.015578857623040676, 0.07315008342266083, 0.05371326953172684, -0.15142807364463806, 0.0554695688188076, -0.033527761697769165, -0.010913955979049206, -0.12119130045175552, -0.03397944197058678, 0.10013208538293839, 0.04169054329395294, 0.0035521192476153374, -0.04617366939783096, -0.035477712750434875, 0.06895080953836441, -0.008202399127185345, -0.05389901250600815, -0.03899373486638069, 0.023880960419774055, 0.014749864116311073, 0.07510524243116379, 0.0710119754076004, -0.0590611957013607, 0.05433007329702377, 0.1259811520576477, -0.05106988176703453, -0.1457100361585617, -0.10220921784639359, 0.016083242371678352, 0.020750615745782852, 0.1701389104127884, -0.03546905517578125, -0.07430130243301392, -0.103455550968647, 0.14253516495227814, 0.1802539825439453, -0.09346877038478851, -0.05278226360678673, -0.05381201207637787, 0.02034875378012657, -0.09599622339010239, 0.061190858483314514, 0.00437714671716094, 0.21024629473686218, -0.022446323186159134, 0.022322647273540497, -0.13513889908790588, -0.027827011421322823, -0.01736678183078766, -0.048242490738630295, 0.05409445986151695, -0.08975440263748169, -0.04438921436667442, 0.16044604778289795, -0.28245627880096436, -0.09481438994407654, -0.119574636220932, -0.04488079249858856, -0.02981598488986492, -0.0036617345176637173, 0.17208245396614075, 0.09229441732168198, 0.07460441440343857, -0.039729926735162735, -0.00007547035784227774, 0.039954207837581635, 0.030547617003321648, -0.15019847452640533, 0.02030087634921074, -0.005609048064798117, -0.12152427434921265, 0.10073154419660568, -0.003401261055842042, 0.19711832702159882, -0.007553764618933201, 0.06305808573961258, 0.04586213082075119, 0.10196571797132492, 0.03784142807126045, 0.023358216509222984, -0.023408327251672745, 0.00483099976554513, -0.033964917063713074, 0.08392363041639328, 0.05397408828139305, -0.11675713956356049, 0.013775771483778954, 0.07942264527082443, -0.07035437971353531, -0.10935912281274796, -0.002429954009130597, -0.10945200175046921, 0.07494142651557922, -0.07376369088888168, -0.05543696507811546, -0.03095128759741783, 0.01984013058245182, 0.06304951012134552, 0.024773363023996353, 0.08490639179944992, 0.03013479895889759, -0.15923911333084106, -0.08507297188043594, -0.03697596490383148, 0.12181223928928375, -0.016712971031665802, 0.05828429386019707, -0.1464204639196396, -0.03739393502473831, -0.06753922253847122, 0.048190321773290634, 0.07444364577531815, -0.0009702526731416583, 0.004701783414930105, -0.04086807742714882, 0.017810862511396408, 0.058613087981939316, -0.0067540304735302925, -0.13162079453468323 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/jsut_transformer_prosody` ♻️ Imported from https://zenodo.org/record/5499040/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_transformer_prosody
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/jsut_transformer_prosody' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_transformer_prosody'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_transformer_prosody'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 10, 45, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/jsut_transformer_prosody'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.007134255021810532, -0.026717141270637512, -0.0011272751726210117, 0.03645801916718483, 0.08203668147325516, -0.029950827360153198, 0.2179737538099289, 0.029747143387794495, 0.06560105830430984, -0.04314606636762619, 0.11496290564537048, 0.07911890000104904, 0.05908551439642906, 0.16838254034519196, 0.06573818624019623, -0.20613621175289154, 0.03679897263646126, 0.051069531589746475, -0.018084775656461716, 0.11760010570287704, 0.15984106063842773, -0.004198384936898947, 0.07111413031816483, 0.02238188311457634, -0.0474877804517746, 0.08280584961175919, -0.02412293292582035, -0.10089848190546036, 0.04163488745689392, 0.04393022507429123, 0.09438925236463547, 0.03502368554472923, 0.08428127318620682, -0.23028695583343506, 0.012038742192089558, -0.030004071071743965, -0.023208294063806534, 0.029188310727477074, 0.052748601883649826, 0.10585024207830429, -0.0020259085576981306, 0.07290764153003693, -0.026475336402654648, 0.008414839394390583, -0.07905051112174988, 0.0002534285304136574, 0.02985479310154915, 0.13779407739639282, 0.151752308011055, 0.15749101340770721, -0.04552331566810608, 0.12186428904533386, -0.040777262300252914, 0.03635944053530693, 0.0909532904624939, -0.1784427911043167, -0.006176698952913284, 0.037067338824272156, 0.023350166156888008, 0.17482171952724457, 0.05537080764770508, -0.010716535151004791, 0.12771163880825043, 0.019965220242738724, -0.050776660442352295, -0.03297530859708786, -0.09773434698581696, 0.004518010653555393, -0.1256321668624878, -0.0039699194021523, 0.3066207468509674, 0.046363040804862976, 0.007617021910846233, 0.026577357202768326, -0.058408524841070175, -0.06033004820346832, 0.030499326065182686, -0.1619296669960022, 0.025585880503058434, 0.050246480852365494, 0.06790841370820999, -0.058653153479099274, -0.13988156616687775, -0.08075243979692459, -0.06773310899734497, 0.06949030607938766, 0.04171958193182945, 0.05049864947795868, -0.13086488842964172, 0.009569576941430569, -0.006538344081491232, -0.0840827077627182, 0.08039254695177078, -0.06507300585508347, 0.08351500332355499, 0.02741256356239319, 0.08342155069112778, -0.17247062921524048, 0.00476481206715107, -0.05720497667789459, -0.06337057799100876, 0.021933991461992264, 0.13184292614459991, 0.09877019375562668, 0.08856870979070663, -0.03077082149684429, -0.09164508432149887, -0.09111899137496948, -0.020299816504120827, 0.04053294658660889, 0.013320071622729301, -0.0509764663875103, -0.17107094824314117, 0.07809480279684067, -0.08370382338762283, -0.055109839886426926, -0.0011804003734141588, -0.034399181604385376, -0.10718932002782822, -0.06687039881944656, 0.2283470779657364, -0.041999366134405136, -0.0030787920113652945, -0.0450417697429657, -0.044935256242752075, 0.13857290148735046, 0.026726434007287025, 0.10909305512905121, -0.059007201343774796, -0.041364993900060654, -0.10017027705907822, 0.03400925174355507, -0.06405392289161682, -0.06689378619194031, 0.04638881981372833, 0.05959751084446907, 0.019041845574975014, -0.1922380030155182, -0.12311132252216339, -0.05772385001182556, 0.029189573600888252, 0.03901452571153641, -0.06167951226234436, -0.15231114625930786, -0.0329386331140995, 0.027525849640369415, -0.09039732813835144, -0.13910050690174103, -0.0726863220334053, -0.009495308622717857, -0.05628066882491112, 0.051437489688396454, -0.10434123128652573, 0.0531793050467968, -0.10668902844190598, -0.040029916912317276, -0.1507120281457901, 0.10759470611810684, -0.11344999074935913, -0.055687252432107925, -0.09728235751390457, -0.042176954448223114, -0.07245762646198273, 0.07408525049686432, 0.04491419345140457, 0.17095521092414856, -0.18331769108772278, -0.07094113528728485, 0.061632126569747925, -0.13427571952342987, -0.09917030483484268, 0.16708490252494812, -0.007534409873187542, 0.11392331123352051, 0.08959943801164627, 0.26370924711227417, -0.019212963059544563, -0.15566517412662506, -0.00629035010933876, 0.08817798644304276, 0.01874733343720436, -0.06900081783533096, 0.11312183737754822, -0.011209155432879925, 0.024180734530091286, -0.05836267024278641, -0.027987224981188774, 0.07259689271450043, -0.05132807046175003, -0.05239751935005188, 0.07731033861637115, -0.059808384627103806, 0.033664681017398834, -0.030454035848379135, 0.08139318972826004, 0.0027068157214671373, -0.04739558696746826, 0.18578876554965973, 0.13023020327091217, -0.05265812203288078, 0.040820516645908356, -0.11975204944610596, -0.037192314863204956, -0.062334101647138596, -0.0632767528295517, -0.03472655266523361, 0.05761492997407913, -0.00526951439678669, -0.011472273617982864, 0.12766492366790771, 0.08112684637308121, 0.004546590149402618, -0.026095548644661903, 0.0038399493787437677, -0.04462835192680359, -0.0721549242734909, 0.045639172196388245, -0.02801559492945671, -0.18781587481498718, 0.065464548766613, -0.007456088438630104, -0.04939202219247818, -0.0966654047369957, -0.03974008932709694, -0.14025849103927612, 0.09484077990055084, -0.03778347373008728, 0.0003255257906857878, -0.021135415881872177, 0.07597889006137848, -0.06980302929878235, 0.0075607686303555965, -0.021216731518507004, -0.004925604443997145, -0.06352801620960236, 0.1492825597524643, 0.03532930091023445, 0.04576060175895691, 0.11222749203443527, -0.20301060378551483, -0.01140667125582695, 0.1938346028327942, 0.027604877948760986, -0.0502944178879261, -0.01715839095413685, 0.016331374645233154, 0.22475923597812653, -0.08206350356340408, 0.06438183784484863, -0.10309761017560959, 0.04838179796934128, 0.01709222048521042, -0.17678093910217285, -0.006045280024409294, 0.06099928915500641, 0.08300264924764633, -0.24033509194850922, 0.1753082275390625, 0.04138864949345589, -0.05379868671298027, 0.264191210269928, 0.03719494119286537, -0.041588619351387024, -0.05594686046242714, -0.0023818358313292265, -0.11665847897529602, 0.06966586410999298, -0.11860546469688416, 0.016699697822332382, 0.005356082692742348, 0.04508804529905319, 0.1081109270453453, -0.12187285721302032, -0.06102048605680466, 0.050687339156866074, -0.0648173987865448, -0.13778990507125854, -0.06341773271560669, -0.15751633048057556, 0.01420147530734539, -0.05669589713215828, -0.12010376155376434, 0.034410834312438965, -0.002556229243054986, -0.13573415577411652, 0.10662340372800827, -0.18208326399326324, -0.2539692521095276, -0.167860746383667, 0.06694000959396362, -0.00924879964441061, 0.039712462574243546, 0.04360351338982582, -0.12416273355484009, -0.023699704557657242, -0.04234282299876213, 0.023204153403639793, -0.05079522356390953, -0.05221272632479668, 0.08683352917432785, -0.021347088739275932, -0.013661163859069347, -0.11235450953245163, 0.0036574765108525753, -0.024876512587070465, 0.04036107659339905, -0.004059910774230957, -0.12248466908931732, 0.09034878015518188, 0.2206498086452484, 0.019435198977589607, -0.05002124235033989, -0.014867869205772877, 0.1891351342201233, -0.08229557424783707, 0.06173499673604965, 0.13790279626846313, -0.027181735262274742, 0.029077179729938507, 0.12183661013841629, 0.054115407168865204, 0.0247175432741642, 0.029452208429574966, -0.06289852410554886, -0.03576619550585747, -0.3451526165008545, -0.07280311733484268, -0.019131220877170563, 0.05589183792471886, -0.045894622802734375, 0.016919055953621864, 0.07615882158279419, 0.10495491325855255, 0.0177800003439188, 0.059051550924777985, 0.01237498689442873, -0.004142609424889088, -0.0023263462353497744, 0.0036489556077867746, 0.05475965142250061, -0.05316045507788658, -0.03861989453434944, 0.09986405074596405, 0.07410182058811188, 0.0037286998704075813, 0.11856182664632797, 0.1465541422367096, 0.1236407458782196, 0.10941658169031143, 0.069644495844841, -0.020398171618580818, 0.03984574228525162, 0.003584815887734294, -0.036420997232198715, -0.044429976493120193, -0.014830817468464375, 0.10613633692264557, 0.043009303510189056, -0.060321878641843796, 0.09882072359323502, 0.1193104013800621, 0.017477842047810555, 0.03165091946721077, 0.03965000808238983, -0.25340887904167175, 0.023730752989649773, 0.02878763899207115, -0.002491567051038146, -0.03430519253015518, 0.09687619656324387, 0.18986649811267853, -0.02383420802652836, 0.08759136497974396, 0.11017850041389465, 0.06990596652030945, -0.057097963988780975, -0.02874327078461647, 0.0606040358543396, -0.008956855162978172, -0.014362902380526066, 0.08990666270256042, -0.23757486045360565, 0.18138240277767181, -0.011284085921943188, 0.06653494387865067, 0.03605971112847328, -0.0015092226676642895, -0.05243835970759392, 0.04482518509030342, 0.14726883172988892, 0.07196148484945297, 0.0021109397057443857, -0.032309018075466156, -0.11606773734092712, -0.024784905835986137, 0.017262592911720276, 0.06879259645938873, -0.0638653039932251, 0.06000124663114548, 0.04140660911798477, 0.05034075304865837, -0.044993091374635696, -0.23971259593963623, -0.03371820226311684, -0.020684972405433655, 0.20548778772354126, -0.032214872539043427, 0.017803117632865906, -0.07500126212835312, -0.09137656539678574, 0.04199843108654022, -0.07742583006620407, -0.11544959992170334, -0.018949568271636963, -0.08583038300275803, 0.0797932967543602, -0.06766998767852783, 0.03399491682648659, 0.07564296573400497, 0.030115757137537003, -0.035712432116270065, -0.019446425139904022, 0.1373904049396515, -0.12916219234466553, -0.022063687443733215, -0.05452374741435051, 0.06905227899551392, 0.16569648683071136, 0.0406344048678875, 0.007771674543619156, -0.05324237793684006, -0.029902692884206772, -0.10350318998098373, -0.03253860026597977, 0.028954725712537766, -0.12581896781921387, 0.06755717843770981, 0.036898884922266006, -0.18852545320987701, -0.11484140902757645, -0.079585500061512, 0.07164941728115082, 0.2098243087530136, -0.0365874245762825, 0.07353618741035461, 0.27145299315452576, -0.08911383152008057, -0.17766620218753815, -0.12081457674503326, 0.1232481598854065, 0.0008746777893975377, 0.06353158503770828, -0.1394658088684082, 0.06500274688005447, 0.02144194208085537, -0.021125612780451775, -0.016559675335884094, -0.22911103069782257, -0.12991347908973694, 0.11077970266342163, -0.040385693311691284, 0.13852781057357788, -0.04684266448020935, -0.056474510580301285, -0.04316622391343117, -0.08865125477313995, 0.11973773688077927, -0.005493536125868559, 0.04454563185572624, 0.10115507245063782, 0.10087020695209503, -0.03926169127225876, 0.016002478078007698, 0.12173289805650711, 0.1283726692199707, -0.01955009065568447, -0.0150067750364542, -0.03137749806046486, 0.05484187975525856, 0.07481503486633301, 0.07416623830795288, 0.10333632677793503, -0.031366731971502304, -0.14482352137565613, -0.050445474684238434, -0.05214303359389305, -0.02797439694404602, 0.02120153233408928, -0.11211017519235611, -0.054823119193315506, -0.018519550561904907, 0.06598403304815292, 0.0346667543053627, 0.28557372093200684, -0.014255901798605919, 0.0025531735736876726, 0.21741779148578644, 0.05583886802196503, 0.022017810493707657, -0.11353418976068497, -0.01856088452041149, -0.10162827372550964, 0.07532189041376114, -0.1607910543680191, 0.004335150122642517, 0.05200234800577164, -0.032069526612758636, 0.08404766023159027, 0.039184194058179855, -0.14466136693954468, 0.06099850684404373, 0.08990050107240677, -0.06544716656208038, -0.029353342950344086, -0.05491288751363754, -0.014538361690938473, 0.10605812817811966, 0.025314459577202797, 0.17787325382232666, -0.15321852266788483, -0.018443793058395386, -0.006229314487427473, 0.04875098541378975, -0.17883478105068207, 0.1924503594636917, 0.11881900578737259, -0.016201099380850792, -0.09106525033712387, 0.17936362326145172, 0.05006719380617142, 0.0562887117266655, 0.026361210271716118, 0.02051614597439766, -0.07479197531938553, -0.04446963593363762, -0.019255217164754868, 0.03653014823794365, -0.13747316598892212, -0.17509211599826813, -0.08080971240997314, -0.029265867546200752, -0.009160234592854977, -0.08111079037189484, 0.04145747795701027, -0.03836771100759506, 0.0050892336294054985, 0.03485056385397911, 0.003884895471855998, 0.019507061690092087, 0.1393648386001587, 0.030697748064994812, -0.2068980187177658, -0.010351510718464851, 0.049978870898485184, 0.07911601662635803, -0.06987079977989197, 0.04659285023808479, -0.03796093910932541, 0.0657053217291832, 0.05069572106003761, 0.04290515184402466, -0.07659664005041122, -0.05347989872097969, 0.01641657203435898, -0.07334037125110626, -0.08649155497550964, 0.06864657998085022, -0.06599277257919312, 0.03372121602296829, 0.04557903856039047, 0.0659678727388382, -0.06526965647935867, -0.001822189544327557, 0.014336540363729, 0.007510344963520765, 0.0013928915141150355, 0.07638735324144363, -0.03906666859984398, 0.02586333639919758, -0.19491207599639893, 0.05792882293462753, 0.14409270882606506, 0.07429635524749756, 0.016378100961446762, 0.02082252874970436, -0.03373050317168236, 0.07063916325569153, 0.01957242377102375, -0.08046670258045197, -0.04248947277665138, -0.029001008719205856, 0.00008430107845924795, -0.10407516360282898, -0.032371971756219864, -0.03089810349047184, 0.013470076024532318, 0.12437809258699417, 0.07575973868370056, 0.1459430456161499, -0.04915829747915268, 0.004075098317116499, -0.04675740748643875, 0.033857312053442, 0.03914561867713928, -0.0013455805601552129, -0.04037051647901535, -0.04826844483613968, -0.022791577503085136, -0.06978058069944382, 0.13996823132038116, 0.006968329194933176, -0.09559185057878494, -0.007276839576661587, -0.025790389627218246, 0.0073824673891067505, 0.0017889277078211308, 0.1305137425661087, -0.040005505084991455, -0.01214599609375, -0.1443866640329361, -0.016801506280899048, 0.06641408056020737, 0.09187199175357819, -0.057221170514822006, 0.03397615998983383, -0.007281703874468803, 0.13022461533546448, 0.02877044677734375, 0.031371455639600754, -0.14116425812244415, -0.08015799522399902, -0.028225110843777657, -0.003856739727780223, 0.033614303916692734, 0.07856040447950363, 0.1287412941455841, -0.08317182213068008, -0.012219671159982681, 0.0510743111371994, -0.07922197878360748, -0.1594996303319931, -0.15630315244197845, -0.07023446261882782, -0.23148559033870697, -0.007240677252411842, -0.12194151431322098, 0.03714374452829361, 0.1443272829055786, 0.05411776900291443, -0.019806060940027237, 0.06682849675416946, 0.058795709162950516, -0.14106878638267517, 0.046362560242414474, -0.031574271619319916, 0.010335092432796955, -0.14444348216056824, -0.01737978868186474, 0.10225415229797363, 0.041251227259635925, 0.011962169781327248, -0.050363488495349884, -0.027917498722672462, 0.07470269501209259, 0.016361024230718613, -0.05949466675519943, -0.03713713213801384, 0.033198028802871704, 0.02856396697461605, 0.06964258849620819, 0.061322592198848724, -0.0559035986661911, 0.0483943372964859, 0.11244994401931763, -0.033133164048194885, -0.12044760584831238, -0.0790870189666748, 0.02047867514193058, 0.005058124661445618, 0.16354848444461823, -0.010997949168086052, -0.06250448524951935, -0.10160452127456665, 0.14857418835163116, 0.19269925355911255, -0.0785917192697525, -0.0515281967818737, -0.06502049416303635, 0.027047909796237946, -0.06538477540016174, 0.06263680756092072, 0.0035380865447223186, 0.18540595471858978, -0.038452841341495514, 0.020462529733777046, -0.14752769470214844, -0.004993990063667297, 0.010616868734359741, -0.07811549305915833, 0.05395399406552315, -0.06898130476474762, -0.044038958847522736, 0.15898656845092773, -0.26781147718429565, -0.056637220084667206, -0.1057714894413948, -0.04788777977228165, -0.03894316032528877, 0.004887174814939499, 0.2062443047761917, 0.10644832998514175, 0.08312379568815231, -0.03182151913642883, 0.012625007890164852, 0.0435216948390007, 0.03372190147638321, -0.13967595994472504, 0.005817710421979427, 0.007621245924383402, -0.11358530819416046, 0.1132979691028595, -0.004860321059823036, 0.20956306159496307, -0.011904372833669186, 0.05122404173016548, 0.030316151678562164, 0.10223162919282913, 0.017792798578739166, 0.04191313683986664, -0.025671228766441345, -0.03518514707684517, -0.023446792736649513, 0.09356173127889633, 0.05164535716176033, -0.13195033371448517, 0.014002766460180283, 0.08359630405902863, -0.06855081766843796, -0.11731849610805511, 0.01564498245716095, -0.11093521118164062, 0.09565409272909164, -0.05756904184818268, -0.06961577385663986, -0.03202233836054802, 0.008904902264475822, 0.0665043443441391, 0.020867370069026947, 0.11355620622634888, 0.05468156188726425, -0.17363321781158447, -0.08868367224931717, -0.052454859018325806, 0.12415901571512222, -0.012331553734838963, 0.07590173929929733, -0.1602475643157959, -0.05569858103990555, -0.05411742627620697, 0.027705898508429527, 0.054563406854867935, 0.0035862422082573175, -0.012046181596815586, -0.018214771524071693, 0.0019242989365011454, 0.052495744079351425, -0.011553426273167133, -0.13970321416854858 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_tts_train_conformer_fastspeech2_raw_phn_jaconv_pyopenjtalk_train.loss.ave` ♻️ Imported from https://zenodo.org/record/4032246/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tts_train_conformer_fastspeech2_raw_phn_jaconv_pyopenjtalk_train.loss.ave
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_raw_phn_jaconv_pyopenjtalk_train.URL' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_raw_phn_jaconv_pyopenjtalk_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_raw_phn_jaconv_pyopenjtalk_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 72, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_raw_phn_jaconv_pyopenjtalk_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.04011450707912445, 0.013015693984925747, -0.002271121833473444, 0.05225406214594841, 0.08077409863471985, -0.017054647207260132, 0.19481568038463593, 0.06164742633700371, -0.004500895738601685, -0.063872329890728, 0.10152475535869598, 0.11384908854961395, 0.05035113915801048, 0.15660476684570312, 0.05688431113958359, -0.20596104860305786, 0.022219311445951462, 0.0299153383821249, -0.011781303212046623, 0.11099030822515488, 0.16148531436920166, -0.037707045674324036, 0.06122170388698578, 0.04256412386894226, -0.07463335245847702, 0.08617904782295227, -0.044586922973394394, -0.11740820109844208, 0.055101536214351654, 0.04532899335026741, 0.10819944739341736, 0.024930544197559357, 0.06236640363931656, -0.19166183471679688, 0.011816011741757393, -0.017950573936104774, -0.0037394457031041384, 0.04756034165620804, 0.06987220048904419, 0.08851148933172226, -0.05420708656311035, 0.03383038192987442, -0.02487095072865486, 0.010177547112107277, -0.0560159757733345, -0.08233775943517685, 0.013163350522518158, 0.10059935599565506, 0.12561504542827606, 0.16480807960033417, -0.02005653828382492, 0.10417191684246063, -0.10912761092185974, 0.04724760353565216, 0.1414220929145813, -0.179924875497818, -0.016475817188620567, -0.040529560297727585, 0.026140034198760986, 0.16352452337741852, 0.01706446148455143, -0.04388957843184471, 0.10047578066587448, 0.01631655916571617, -0.015157662332057953, -0.032455574721097946, -0.15967980027198792, 0.060108523815870285, -0.14151881635189056, 0.037386730313301086, 0.22023223340511322, 0.010115256533026695, 0.009224888868629932, -0.006710856221616268, -0.04949484020471573, -0.05602824315428734, 0.0041091302409768105, -0.15911531448364258, 0.044530320912599564, 0.05142934247851372, 0.013016334734857082, -0.09770746529102325, -0.14076536893844604, -0.08335010707378387, 0.0016875918954610825, 0.07267791032791138, 0.06544375419616699, 0.04188000038266182, -0.07307230681180954, 0.034841138869524, 0.06427621096372604, -0.08505194634199142, 0.08500964194536209, -0.06507089734077454, 0.1050555408000946, 0.011994955129921436, 0.09174846112728119, -0.15293017029762268, 0.004400191828608513, -0.09621667861938477, -0.046469006687402725, 0.007158454041928053, 0.11784366518259048, 0.09611441195011139, 0.03491266444325447, -0.014965692535042763, -0.07929195463657379, -0.0630042627453804, 0.0039040485862642527, 0.05137711763381958, 0.012750414200127125, -0.029642203822731972, -0.1806175708770752, 0.014222976751625538, -0.07700785994529724, -0.003470288123935461, -0.037808552384376526, -0.06105422228574753, -0.12157832086086273, -0.06528061628341675, 0.1605977565050125, -0.06138066202402115, 0.0019916726741939783, -0.007624874822795391, -0.07663702219724655, 0.16032405197620392, -0.0008359781350009143, 0.08961191028356552, -0.09175845980644226, -0.02120918035507202, -0.08082303404808044, 0.06584437191486359, -0.07953634858131409, -0.08025813847780228, 0.030376741662621498, 0.06624837964773178, -0.013427979312837124, -0.17837679386138916, -0.19596126675605774, -0.037124283611774445, 0.011673267930746078, 0.02337726205587387, -0.04925786331295967, -0.15434977412223816, -0.07299334555864334, 0.022474214434623718, -0.074090875685215, -0.12274622917175293, -0.08673878014087677, 0.011063845828175545, -0.06593458354473114, 0.05182113125920296, -0.02190149948000908, 0.05797219276428223, -0.09873483330011368, -0.09559056907892227, -0.19741854071617126, 0.12827061116695404, -0.12101266533136368, -0.03471265360713005, -0.09652116894721985, -0.06457094848155975, -0.06221229210495949, 0.06621340662240982, 0.031015640124678612, 0.19768084585666656, -0.1977720558643341, -0.06957074999809265, 0.055495984852313995, -0.10771901160478592, -0.0865291953086853, 0.20399151742458344, -0.02577858231961727, 0.12405810505151749, 0.10774398595094681, 0.204304501414299, 0.039408374577760696, -0.21243834495544434, 0.007581122685223818, 0.12046346813440323, -0.03585284575819969, -0.0760873407125473, 0.11885252594947815, 0.006374956574290991, 0.03641672059893608, -0.058584924787282944, 0.03640469163656235, 0.12842246890068054, -0.03809573873877525, -0.04680216312408447, 0.0865640863776207, -0.05759837105870247, 0.050082556903362274, -0.022140884771943092, 0.09633214771747589, 0.014361240901052952, -0.06584342569112778, 0.20060335099697113, 0.14383892714977264, -0.054763466119766235, 0.02390705607831478, -0.09251007437705994, -0.03879041597247124, -0.09522215276956558, -0.06453736871480942, -0.012259697541594505, 0.04356028512120247, 0.017896607518196106, -0.008728528395295143, 0.09696923196315765, 0.10571815818548203, 0.014871946536004543, -0.021884029731154442, -0.005580701399594545, -0.0632820799946785, -0.03987761214375496, 0.02069871313869953, -0.07716859877109528, -0.18309880793094635, 0.08228761702775955, 0.0122073320671916, -0.05718293413519859, -0.11198690533638, -0.014045249670743942, -0.05900518596172333, 0.08148600161075592, 0.0009218072518706322, 0.026918768882751465, 0.009345469996333122, 0.062067218124866486, -0.04394672065973282, -0.022795498371124268, -0.03349544107913971, 0.015070220455527306, -0.040391355752944946, 0.1965300589799881, 0.03836673125624657, 0.12199225276708603, 0.09218715876340866, -0.226162850856781, -0.02836708351969719, 0.16658414900302887, -0.001199238351546228, -0.05745507404208183, -0.047628846019506454, 0.006744683254510164, 0.17697569727897644, -0.06883165240287781, 0.11086276918649673, -0.12746849656105042, -0.0182073675096035, -0.02181926928460598, -0.13332411646842957, 0.05164291337132454, 0.08987592160701752, 0.04731588810682297, -0.15368683636188507, 0.1800144910812378, 0.03835763409733772, -0.12432606518268585, 0.27687379717826843, 0.04508944973349571, -0.07386355102062225, -0.06377655267715454, 0.03712359070777893, -0.0996878519654274, 0.04525383189320564, -0.07560522109270096, 0.006360918283462524, 0.010224229656159878, 0.016248401254415512, 0.12282437086105347, -0.14703616499900818, -0.03835344687104225, 0.034488826990127563, -0.0944417417049408, -0.01876590959727764, -0.06465087831020355, -0.09525179862976074, 0.022364512085914612, -0.04490428417921066, -0.10050555318593979, 0.05411328747868538, -0.005371157545596361, -0.11647183448076248, 0.12201469391584396, -0.17664679884910583, -0.2514863610267639, -0.19683709740638733, 0.0599445104598999, 0.045083045959472656, 0.023500749841332436, 0.06224270537495613, -0.15017475187778473, -0.034858427941799164, -0.054028548300266266, -0.005450809374451637, -0.05274805799126625, -0.06750351190567017, -0.018868058919906616, 0.023006178438663483, -0.04762858524918556, -0.12556806206703186, 0.008818277157843113, -0.010381709784269333, 0.07052760571241379, -0.009887540712952614, -0.06738479435443878, 0.04477640241384506, 0.18445828557014465, 0.010948354378342628, -0.05975215137004852, -0.03067517839372158, 0.16680528223514557, -0.08177569508552551, 0.05605117231607437, 0.13037849962711334, -0.025523129850625992, 0.054777003824710846, 0.07693906128406525, 0.07079388201236725, 0.04606113210320473, 0.024195052683353424, -0.06116770580410957, 0.008614066056907177, -0.35862281918525696, -0.03626129403710365, -0.03957965597510338, 0.06666912883520126, -0.07930801808834076, 0.03232777491211891, 0.04658643528819084, 0.10251779854297638, 0.014274965040385723, 0.08985139429569244, 0.015135152265429497, 0.02848874218761921, 0.044120535254478455, 0.004114957991987467, 0.047350239008665085, -0.07202999293804169, -0.08580214530229568, 0.12131528556346893, 0.06135852262377739, 0.028769096359610558, 0.04415566101670265, 0.17898185551166534, 0.0777532234787941, 0.13175927102565765, 0.09683059900999069, -0.034185055643320084, 0.04696305841207504, 0.0031164998654276133, -0.044483065605163574, -0.07747796922922134, -0.00679822638630867, 0.12643465399742126, 0.07449448108673096, -0.020976101979613304, 0.09406305849552155, 0.14008834958076477, 0.04957986995577812, 0.10605164617300034, 0.0015683965757489204, -0.26987844705581665, 0.02146301232278347, -0.007074159104377031, -0.030711961910128593, -0.014687702991068363, 0.09505541622638702, 0.1969158947467804, -0.04427866265177727, 0.006931093521416187, 0.08070271462202072, 0.0793410912156105, -0.06292533129453659, -0.026321813464164734, 0.06478609144687653, 0.05515702813863754, -0.02923421375453472, 0.11569619923830032, -0.22507590055465698, 0.11199671775102615, 0.0154652064666152, 0.11205541342496872, 0.02508554235100746, 0.022759603336453438, -0.004549662582576275, -0.0159915704280138, 0.12649258971214294, 0.03380971401929855, 0.017886830493807793, -0.07404880225658417, -0.12657751142978668, -0.027646662667393684, 0.04290562495589256, 0.11193250119686127, -0.061615053564310074, 0.04145253449678421, 0.006781063042581081, 0.06086179241538048, -0.11460047960281372, -0.20826467871665955, -0.05716172978281975, -0.007619787473231554, 0.18917977809906006, -0.04208099842071533, 0.008960859850049019, -0.07271342724561691, -0.053790610283613205, 0.11263857781887054, -0.09787382185459137, -0.1289675086736679, -0.03711274266242981, -0.11544591188430786, 0.10049282014369965, -0.06759431958198547, 0.056666724383831024, 0.08687933534383774, 0.048367690294981, -0.00255808187648654, 0.009730285033583641, 0.1328558474779129, -0.12651121616363525, -0.04020394757390022, -0.06924653053283691, 0.07842899858951569, 0.1367284059524536, 0.04306682571768761, -0.010058186948299408, -0.06627627462148666, -0.08110693842172623, -0.09389404952526093, -0.04434296488761902, 0.02748384326696396, -0.08393227308988571, 0.09573051333427429, -0.03277991712093353, -0.15757989883422852, -0.10130618512630463, -0.08720213919878006, 0.14451910555362701, 0.26832395792007446, -0.033833667635917664, 0.0833924263715744, 0.29821130633354187, -0.08185678720474243, -0.16271604597568512, -0.07225987315177917, 0.11496028304100037, 0.006125253159552813, 0.02935830131173134, -0.17051641643047333, 0.11371692270040512, 0.09099417924880981, -0.03318754956126213, -0.02991289459168911, -0.2605474889278412, -0.1366318315267563, 0.11848408728837967, -0.04542514681816101, 0.07764454931020737, -0.07602865248918533, -0.060710132122039795, -0.0725797563791275, -0.07417380064725876, 0.10873755812644958, -0.05456441268324852, 0.04866254702210426, 0.08490094542503357, 0.08281546831130981, -0.02505544200539589, -0.0030136671848595142, 0.084002286195755, 0.08818259090185165, 0.021725468337535858, 0.007950236089527607, -0.008564070798456669, 0.05872366204857826, 0.041239675134420395, 0.1059030294418335, 0.04414169862866402, -0.00892980769276619, -0.19440196454524994, -0.05119379982352257, -0.037678904831409454, 0.0021766088902950287, 0.040139585733413696, -0.11458814144134521, -0.08216080069541931, -0.02425220236182213, 0.07184921950101852, 0.02230698987841606, 0.20396818220615387, 0.039836496114730835, 0.007347186096012592, 0.136469766497612, 0.0760021060705185, -0.0005106937605887651, -0.08069302886724472, -0.022382637485861778, -0.08383568376302719, 0.09222530573606491, -0.11699225753545761, 0.014744225889444351, 0.05913866311311722, -0.028013132512569427, 0.12349344789981842, 0.05114448443055153, -0.11219646781682968, 0.049734462052583694, 0.05451853945851326, -0.08335718512535095, -0.0030040061101317406, -0.08530253171920776, 0.012598018161952496, 0.06465648114681244, -0.0038558279629796743, 0.15408948063850403, -0.15508773922920227, -0.025577448308467865, 0.014030042104423046, 0.05191545560956001, -0.13176749646663666, 0.22251677513122559, 0.1474696844816208, 0.0001590168394614011, -0.07906710356473923, 0.17804671823978424, 0.054621562361717224, 0.013021264225244522, 0.0348544716835022, 0.08007042855024338, -0.05808559060096741, -0.03997858241200447, 0.031191233545541763, 0.09457610547542572, -0.10569390654563904, -0.1473201960325241, -0.11160356551408768, -0.016285620629787445, 0.008773681707680225, -0.05150585249066353, 0.028630033135414124, -0.03249077498912811, -0.0076591335237026215, 0.07200632244348526, -0.011770783923566341, 0.08152494579553604, 0.15613046288490295, 0.04421045258641243, -0.1941102296113968, 0.09107356518507004, 0.020429955795407295, 0.05491524189710617, -0.0642244964838028, 0.06444885581731796, -0.07500723749399185, 0.05590624362230301, 0.008159569464623928, 0.07625561207532883, -0.057315174490213394, -0.0432836078107357, 0.0026426606345921755, -0.0336056649684906, -0.06655536592006683, 0.076802559196949, -0.08792825043201447, 0.05638653039932251, 0.05247873812913895, 0.06687301397323608, -0.09003660827875137, -0.005955210886895657, 0.0007330796215683222, -0.011944419704377651, 0.032465048134326935, 0.11102008074522018, -0.06383030861616135, -0.001018510782159865, -0.18777821958065033, 0.020242691040039062, 0.15769526362419128, 0.06035689637064934, 0.02801484242081642, 0.026367995887994766, -0.011631974019110203, 0.06272990256547928, 0.04507967084646225, -0.09376110881567001, -0.03534303605556488, -0.05662635341286659, 0.039416633546352386, -0.0967630073428154, -0.023025760427117348, -0.066460981965065, 0.035196900367736816, 0.13509130477905273, 0.06703679263591766, 0.1735621839761734, -0.07076594978570938, 0.027306970208883286, -0.01759672723710537, 0.017952295020222664, 0.03268861025571823, -0.029770534485578537, -0.06638473272323608, -0.03217266872525215, -0.0055045378394424915, -0.09657072275876999, 0.14747445285320282, 0.02294054813683033, -0.118336021900177, -0.006125311367213726, -0.09625473618507385, 0.02471960335969925, 0.013260968960821629, 0.10332836955785751, -0.021530449390411377, -0.028516560792922974, -0.14049869775772095, -0.02708613872528076, 0.10915524512529373, 0.05991845577955246, -0.06464315205812454, 0.0900176391005516, 0.0062202587723731995, 0.16686780750751495, 0.045526448637247086, 0.012319077737629414, -0.15575243532657623, -0.05207941308617592, -0.027619412168860435, 0.02761712484061718, -0.008855612948536873, 0.19415253400802612, 0.1361471563577652, -0.04013868048787117, -0.018091509118676186, 0.05619088187813759, -0.08673588186502457, -0.18399858474731445, -0.0722092017531395, -0.06392587721347809, -0.2021532952785492, -0.00003602270589908585, -0.12645353376865387, 0.0468587651848793, 0.11284633725881577, 0.06862940639257431, 0.005069423466920853, 0.10055513679981232, 0.07125113904476166, -0.13396713137626648, 0.06544794887304306, -0.048208314925432205, 0.005491564515978098, -0.14749455451965332, -0.024599440395832062, 0.10351090133190155, 0.021782567724585533, 0.01718120276927948, -0.04944378510117531, -0.024810902774333954, 0.054084982722997665, -0.015538522973656654, -0.050173982977867126, -0.017905857414007187, 0.03607466444373131, 0.03863855078816414, 0.04000367969274521, 0.06010270118713379, -0.07782621681690216, 0.06099767982959747, 0.12216223776340485, -0.07750622183084488, -0.1460026204586029, -0.06931712478399277, 0.0352933332324028, 0.007670111954212189, 0.13298490643501282, -0.04187570884823799, -0.07708501070737839, -0.07519635558128357, 0.12946222722530365, 0.18037149310112, -0.11038287729024887, -0.043975722044706345, -0.0281007569283247, 0.008432584814727306, -0.08628697693347931, 0.057592980563640594, 0.03972906246781349, 0.20260582864284515, -0.03424494341015816, 0.03806712478399277, -0.10721010714769363, -0.01845218800008297, -0.05232328549027443, -0.045985762029886246, 0.01572171226143837, -0.0471322126686573, -0.04274224117398262, 0.12790052592754364, -0.2484031766653061, -0.07920517772436142, -0.17657506465911865, -0.013747301883995533, -0.049977660179138184, 0.009302477352321148, 0.15658369660377502, 0.08281838148832321, 0.053165651857852936, -0.028017226606607437, -0.013453325256705284, 0.05244306102395058, 0.02177516557276249, -0.16317245364189148, 0.021242521703243256, 0.030381277203559875, -0.13614459335803986, 0.10057268291711807, -0.003734276629984379, 0.21671223640441895, 0.013478954322636127, 0.04399324208498001, -0.006367786787450314, 0.07448698580265045, 0.02561705932021141, -0.06433073431253433, -0.006314603146165609, -0.011357231065630913, -0.017686931416392326, 0.11888089030981064, 0.05438443645834923, -0.09113544970750809, 0.006003006361424923, 0.05839255824685097, -0.06302325427532196, -0.13568668067455292, -0.04176171123981476, -0.07533342391252518, 0.06751835346221924, -0.021957559511065483, -0.056437570601701736, -0.026178300380706787, -0.012947425246238708, 0.04368981346487999, 0.05097013711929321, 0.06957629323005676, 0.047700997442007065, -0.19878090918064117, -0.06733545660972595, -0.00008040296233957633, 0.12350836396217346, 0.001733259647153318, 0.033673353493213654, -0.15900622308254242, -0.03552117198705673, -0.07000625878572464, 0.028854968026280403, 0.05285598710179329, 0.04005800932645798, 0.013543549925088882, -0.05024233087897301, -0.01587369479238987, 0.05629817768931389, -0.04286668077111244, -0.11453460901975632 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_tts_train_conformer_fastspeech2_tacotron2_teacher_raw_phn_jaconv_pyopenjtalk_accent_train.loss.ave` ♻️ Imported from https://zenodo.org/record/4381102/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tts_train_conformer_fastspeech2_tacotron2_teacher_raw-truncated-15ef5f
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_tacotron2_teacher_raw_phn_jaconv_pyopenjtalk_accent_train.URL' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_tacotron2_teacher_raw_phn_jaconv_pyopenjtalk_accent_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_tacotron2_teacher_raw_phn_jaconv_pyopenjtalk_accent_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 83, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_tacotron2_teacher_raw_phn_jaconv_pyopenjtalk_accent_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.05318921059370041, 0.022311335429549217, -0.001756542013026774, 0.07287871092557907, 0.10074188560247421, -0.012924213893711567, 0.19842872023582458, 0.061898667365312576, 0.03616767376661301, -0.047191791236400604, 0.10532037168741226, 0.10802610963582993, 0.040611349046230316, 0.1838967651128769, 0.04824597015976906, -0.22237920761108398, -0.006487657781690359, 0.03623656556010246, 0.020643198862671852, 0.11663617193698883, 0.16698308289051056, -0.032014306634664536, 0.07376986742019653, 0.03613555431365967, -0.0825941190123558, 0.1005316749215126, -0.03514566272497177, -0.123136006295681, 0.07293413579463959, 0.02617585100233555, 0.11503354460000992, 0.020523538812994957, 0.07307133823633194, -0.1860865205526352, 0.00834352895617485, -0.012355233542621136, -0.0031187362037599087, 0.047106217592954636, 0.07332129031419754, 0.06502608954906464, -0.03157742694020271, 0.061980895698070526, 0.015556283295154572, 0.0286603681743145, -0.10336577892303467, -0.043640803545713425, -0.006026349496096373, 0.12647679448127747, 0.1658177673816681, 0.14093223214149475, -0.015721559524536133, 0.09635169804096222, -0.09376963973045349, 0.04782090708613396, 0.18097227811813354, -0.15613433718681335, -0.03026263788342476, -0.0057761832140386105, 0.009579960256814957, 0.15027806162834167, -0.0010701826540753245, -0.035843510180711746, 0.11990950256586075, 0.020513098686933517, -0.012611049227416515, -0.04646192863583565, -0.13652756810188293, 0.04611325263977051, -0.1296360343694687, 0.01615236885845661, 0.26039883494377136, 0.025841915979981422, -0.006409220397472382, 0.01758771762251854, -0.03664876148104668, -0.08482131361961365, 0.003483237698674202, -0.1589241474866867, 0.04807797819375992, 0.03379662707448006, 0.016558561474084854, -0.0901525467634201, -0.15055087208747864, -0.08851029723882675, 0.02024919167160988, 0.054793693125247955, 0.03870707005262375, 0.01903107576072216, -0.06629310548305511, 0.06054802983999252, 0.006447765044867992, -0.0580204539000988, 0.06752987205982208, -0.06176839396357536, 0.08992043137550354, -0.011282225139439106, 0.07959087938070297, -0.17631150782108307, -0.0381922647356987, -0.04003316909074783, -0.0600748285651207, 0.022997621446847916, 0.11722580343484879, 0.10526412725448608, 0.05160563439130783, 0.006154399830847979, -0.03841230645775795, -0.062128834426403046, -0.00013017635501455516, 0.07252684980630875, 0.002309237839654088, -0.030415024608373642, -0.1654684990644455, 0.006545911077409983, -0.05778680369257927, -0.021938687190413475, -0.02940516546368599, -0.06306255608797073, -0.14252625405788422, -0.05276184529066086, 0.15090611577033997, -0.06519699096679688, 0.0244175735861063, -0.022443538531661034, -0.06618624180555344, 0.11932598054409027, 0.03829960897564888, 0.0956726148724556, -0.062489766627550125, -0.011312351562082767, -0.10390494018793106, 0.06910796463489532, -0.08021094650030136, -0.04710206389427185, 0.03543326258659363, 0.04042177274823189, -0.009237122721970081, -0.1896168440580368, -0.17809805274009705, -0.05141794681549072, 0.020921872928738594, 0.030013659968972206, -0.04613321274518967, -0.16886161267757416, -0.06500569730997086, 0.03118351474404335, -0.05339200422167778, -0.1359354853630066, -0.06243423372507095, 0.007101965602487326, -0.05590122193098068, 0.04753628000617027, -0.04001336544752121, 0.05442531034350395, -0.09564156830310822, -0.06296145170927048, -0.23977267742156982, 0.12729178369045258, -0.11459287256002426, -0.01500818133354187, -0.1072891503572464, -0.05333254858851433, -0.04874706268310547, 0.0602642185986042, 0.06201392412185669, 0.19569933414459229, -0.18965096771717072, -0.06654118001461029, 0.06625399738550186, -0.10240503400564194, -0.09072548896074295, 0.18508413434028625, -0.02606523595750332, 0.1614447683095932, 0.11055092513561249, 0.2115025818347931, -0.010534767992794514, -0.22459153831005096, 0.01933232694864273, 0.09472436457872391, -0.009981784969568253, -0.060162417590618134, 0.10750637948513031, -0.0045723519288003445, 0.017019523307681084, -0.08218419551849365, 0.01708044670522213, 0.0835840031504631, -0.04204392060637474, -0.06407002359628677, 0.07304432988166809, -0.06084316223859787, 0.09032066911458969, -0.013743276707828045, 0.07849876582622528, -0.02293856255710125, -0.07671499997377396, 0.19192847609519958, 0.12032859027385712, -0.04735695198178291, 0.04533844441175461, -0.09227092564105988, -0.017109544947743416, -0.06880396604537964, -0.09322287887334824, -0.015872308984398842, 0.05999865382909775, 0.008418524637818336, 0.0547584593296051, 0.10908887535333633, 0.08246681094169617, 0.007013693451881409, -0.0111162718385458, -0.023240728303790092, -0.07294663041830063, -0.10363270342350006, 0.034205347299575806, -0.070235475897789, -0.16620734333992004, 0.0636168122291565, 0.021244682371616364, -0.0523817352950573, -0.14070814847946167, -0.007949944585561752, -0.06580528616905212, 0.06175071746110916, 0.016027960926294327, 0.0027008778415620327, 0.0036690484266728163, 0.0770164206624031, -0.047198425978422165, -0.02967970073223114, -0.019699234515428543, 0.030850445851683617, -0.029787976294755936, 0.12051407247781754, 0.011668953113257885, 0.05061874911189079, 0.08377015590667725, -0.22904615104198456, -0.06999038904905319, 0.14028038084506989, -0.008073949255049229, -0.047051772475242615, -0.05530061572790146, -0.01432068832218647, 0.21655790507793427, -0.06256449967622757, 0.10059758275747299, -0.11502854526042938, -0.014004419557750225, -0.017659466713666916, -0.15576641261577606, 0.02833648957312107, 0.07230059802532196, 0.0676669105887413, -0.17742978036403656, 0.16117973625659943, 0.035474520176649094, -0.11304669082164764, 0.22610624134540558, 0.05207270383834839, -0.07376112043857574, -0.05776852369308472, 0.014291373081505299, -0.088971808552742, 0.04548625648021698, -0.08443655073642731, 0.013493922539055347, 0.001895917346701026, 0.021918069571256638, 0.08487769216299057, -0.15396718680858612, -0.04466862604022026, 0.04900042340159416, -0.06754937022924423, -0.059091269969940186, -0.05790210887789726, -0.11402277648448944, 0.014898230321705341, -0.04230998083949089, -0.09233428537845612, 0.05002159625291824, 0.00583116989582777, -0.12907682359218597, 0.12506714463233948, -0.1653573215007782, -0.23325955867767334, -0.18501809239387512, 0.06693316996097565, 0.07474996149539948, 0.03405696153640747, 0.07348701357841492, -0.1143130287528038, -0.033617518842220306, -0.05063207074999809, 0.004055020399391651, -0.05283961445093155, -0.07283316552639008, 0.00950732734054327, 0.029506832361221313, -0.05123082920908928, -0.12385173887014389, -0.00003811707574641332, 0.00545667577534914, 0.02689710259437561, 0.005863229278475046, -0.08102132380008698, 0.03892666846513748, 0.18109169602394104, -0.00617283396422863, -0.04973234981298447, -0.03997691348195076, 0.21027931571006775, -0.09208782762289047, 0.07988949120044708, 0.12171430885791779, -0.047047682106494904, 0.07241006195545197, 0.07890357822179794, 0.07350693643093109, 0.024029158055782318, 0.03723587468266487, -0.05534819886088371, -0.012367604300379753, -0.35365813970565796, -0.030814841389656067, -0.033081039786338806, 0.0695342943072319, -0.03628037869930267, 0.013553773984313011, 0.07601454108953476, 0.11754544079303741, 0.017398720607161522, 0.09627071022987366, 0.0020317533053457737, 0.02676210179924965, 0.013525804504752159, 0.02786399982869625, 0.0243072472512722, -0.06798581779003143, -0.05932047963142395, 0.10771721601486206, 0.09283488988876343, 0.027301454916596413, 0.06045966222882271, 0.14783301949501038, 0.09983038902282715, 0.08675968647003174, 0.0658402144908905, -0.006904723588377237, 0.0025225759018212557, 0.00480862520635128, -0.040418922901153564, -0.05868206545710564, -0.018108032643795013, 0.13644731044769287, 0.05021665617823601, -0.02712571620941162, 0.055683232843875885, 0.1211961880326271, 0.029946710914373398, 0.13438165187835693, 0.017384598031640053, -0.30465230345726013, 0.01788228377699852, 0.00240948679856956, -0.00938554760068655, -0.02207905426621437, 0.08856350928544998, 0.18734227120876312, -0.07110313326120377, 0.04938651993870735, 0.093220055103302, 0.07471965253353119, -0.06569330394268036, -0.04226883500814438, 0.052471596747636795, 0.020242471247911453, -0.05101979896426201, 0.11643119156360626, -0.24304607510566711, 0.12886127829551697, 0.005511350929737091, 0.10866540670394897, 0.03017139993607998, 0.023422548547387123, -0.0029032942838966846, 0.02340947464108467, 0.13272905349731445, 0.05182682350277901, -0.0009753100457601249, -0.10642498731613159, -0.11291998624801636, -0.05999121069908142, 0.020121635869145393, 0.0587923638522625, -0.05256696417927742, 0.03574889153242111, 0.015307384543120861, 0.057234205305576324, -0.07372474670410156, -0.22802813351154327, -0.05201049521565437, -0.011832650750875473, 0.17337597906589508, -0.027030695229768753, -0.005823968909680843, -0.08223576843738556, -0.034492768347263336, 0.05054059624671936, -0.0822032243013382, -0.12304427474737167, -0.048549555242061615, -0.08977854996919632, 0.059749066829681396, -0.06139487028121948, 0.05748499557375908, 0.10886231809854507, 0.06072486564517021, -0.02201163023710251, 0.02268924191594124, 0.16258910298347473, -0.12216199934482574, -0.0414603091776371, -0.07834534347057343, 0.08174073696136475, 0.1626577526330948, 0.049370408058166504, 0.0133769316598773, -0.04891195148229599, -0.0387984998524189, -0.07380218058824539, -0.020249538123607635, 0.027491077780723572, -0.06417668610811234, 0.06475228071212769, -0.02827349677681923, -0.14262807369232178, -0.09311355650424957, -0.07243718206882477, 0.1544797718524933, 0.2441219985485077, -0.040871381759643555, 0.07184132188558578, 0.2409517467021942, -0.08934970945119858, -0.14639168977737427, -0.02813122235238552, 0.13316349685192108, 0.0026189188938587904, 0.05461982637643814, -0.18206515908241272, 0.08911571651697159, 0.07783672213554382, -0.023460259661078453, 0.011475705541670322, -0.27276715636253357, -0.13004033267498016, 0.09799398481845856, -0.02505301497876644, 0.013304290361702442, -0.0709473043680191, -0.04586055129766464, -0.05216715857386589, -0.07464240491390228, 0.11368807405233383, -0.008835780434310436, 0.054494790732860565, 0.09660526365041733, 0.08559409528970718, -0.024402789771556854, 0.012386433780193329, 0.07639874517917633, 0.103376105427742, 0.005546052474528551, -0.0018265197286382318, -0.0427275113761425, 0.07778759300708771, 0.022176941856741905, 0.09239766746759415, 0.09531834721565247, -0.016736825928092003, -0.21147802472114563, -0.05116201192140579, -0.024863220751285553, 0.0042137401178479195, 0.007054091896861792, -0.11701691150665283, -0.06220655515789986, -0.021528517827391624, 0.06664790213108063, 0.03298688307404518, 0.15567894279956818, 0.021940860897302628, 0.03762087970972061, 0.17263884842395782, 0.09279409050941467, 0.008824368938803673, -0.13466094434261322, -0.034907035529613495, -0.07447550445795059, 0.07946252822875977, -0.13313773274421692, 0.014615568332374096, 0.03646646812558174, -0.011804724112153053, 0.12036927789449692, 0.06047873571515083, -0.10919640213251114, 0.08312975615262985, 0.06398661434650421, -0.060408879071474075, 0.012973333708941936, -0.0864933580160141, 0.025967976078391075, 0.050045885145664215, 0.002947565633803606, 0.15992465615272522, -0.14040033519268036, -0.033041127026081085, 0.006269439123570919, 0.0423479862511158, -0.14299753308296204, 0.17240914702415466, 0.1555286943912506, -0.0028517607133835554, -0.049098897725343704, 0.16634878516197205, 0.059199802577495575, 0.014605144970119, 0.051175277680158615, 0.08086875826120377, -0.040870457887649536, -0.03206384554505348, 0.02077465131878853, 0.1073971539735794, -0.13164415955543518, -0.13085995614528656, -0.08115507662296295, 0.0017057303339242935, 0.015837449580430984, -0.060768622905015945, 0.024106523022055626, -0.054582029581069946, 0.0003454199177213013, 0.07382460683584213, -0.008869047276675701, 0.06592321395874023, 0.14003776013851166, 0.07875366508960724, -0.2056635171175003, 0.056334204971790314, 0.013943592086434364, 0.05968434736132622, -0.042802322655916214, 0.03469286113977432, -0.06959502398967743, 0.06406443566083908, 0.07983694970607758, 0.08480080217123032, -0.04845999926328659, -0.03141971677541733, 0.004651408642530441, -0.048969659954309464, -0.0697447881102562, 0.07297255843877792, -0.09173540771007538, 0.05367269366979599, 0.04826052859425545, 0.0902595967054367, -0.07806207239627838, 0.00029631276265718043, 0.032029688358306885, -0.0250717643648386, 0.035560835152864456, 0.06759095191955566, -0.07706385850906372, -0.008592486381530762, -0.2095007598400116, 0.04299450293183327, 0.1386891007423401, 0.04106688126921654, 0.034383006393909454, 0.01749705709517002, -0.007091619074344635, 0.019525839015841484, 0.054181914776563644, -0.09503277391195297, -0.010788229294121265, -0.055547844618558884, 0.01582050696015358, -0.06494475901126862, -0.07755668461322784, -0.06236971542239189, 0.04257376864552498, 0.1328701376914978, 0.024277765303850174, 0.15511979162693024, -0.06774518638849258, 0.034512054175138474, -0.04477643966674805, 0.02247394248843193, 0.047044578939676285, -0.0006848446791991591, -0.05476010963320732, -0.04653104394674301, 0.0012082603061571717, -0.09658803790807724, 0.10189882665872574, 0.011542287655174732, -0.08771171420812607, -0.007377594709396362, -0.09720208495855331, 0.03193284198641777, 0.022632189095020294, 0.12677717208862305, -0.033789366483688354, -0.03803987801074982, -0.13223332166671753, -0.016765791922807693, 0.1225416511297226, 0.06480561196804047, -0.015593322925269604, 0.06781447678804398, -0.042422715574502945, 0.15654326975345612, 0.012569424696266651, 0.04236592724919319, -0.17902202904224396, -0.036377258598804474, 0.0035066846758127213, 0.015056410804390907, -0.01327214203774929, 0.1747892051935196, 0.14334730803966522, -0.08987576514482498, -0.005758029408752918, 0.03966144472360611, -0.08761963993310928, -0.16612087190151215, -0.11352325975894928, -0.051151834428310394, -0.24465756118297577, 0.009998378343880177, -0.12497951090335846, 0.038516782224178314, 0.11660269647836685, 0.04842061921954155, 0.0005377670750021935, 0.1255389153957367, 0.04335892200469971, -0.10905613750219345, 0.07435796409845352, -0.046583376824855804, 0.019423088058829308, -0.16826000809669495, -0.043512217700481415, 0.10931108891963959, 0.033215828239917755, 0.026142442598938942, -0.04554859548807144, -0.03599632531404495, 0.0482206866145134, -0.00042245350778102875, -0.05440391227602959, -0.014496108517050743, 0.01985495537519455, 0.023089613765478134, -0.012541696429252625, 0.053081613034009933, -0.05317758768796921, 0.05670800805091858, 0.1268569529056549, -0.06505854427814484, -0.1163666844367981, -0.07567141205072403, 0.0055138044990599155, 0.014880694448947906, 0.11572764068841934, -0.016394777223467827, -0.09936879575252533, -0.05477256700396538, 0.1083146184682846, 0.14997674524784088, -0.07478615641593933, -0.04985494539141655, -0.04212575405836105, 0.01806243136525154, -0.0712851881980896, 0.08275812864303589, -0.000685222155880183, 0.150852233171463, -0.05531558394432068, 0.023464679718017578, -0.10470245778560638, -0.0250149704515934, -0.035975389182567596, -0.03538557514548302, 0.029850006103515625, -0.04343339055776596, -0.04492288827896118, 0.1606370061635971, -0.22122900187969208, -0.06926112622022629, -0.13976076245307922, -0.0456710159778595, -0.06397268921136856, 0.015195155516266823, 0.1729545295238495, 0.07464899122714996, 0.0866110548377037, -0.015105100348591805, -0.030941888689994812, 0.03688984736800194, 0.021466387435793877, -0.15081730484962463, -0.009967824444174767, 0.02016024850308895, -0.1434771865606308, 0.16150623559951782, -0.016185807064175606, 0.17823171615600586, 0.01986100524663925, 0.04242606833577156, -0.0023959502577781677, 0.05308259278535843, 0.045447882264852524, 0.019603483378887177, 0.0025435208808630705, 0.007961155846714973, -0.03250550478696823, 0.119814932346344, 0.04262889549136162, -0.11779262870550156, 0.014446614310145378, 0.0867953971028328, -0.05698643997311592, -0.13311007618904114, -0.02049475722014904, -0.09591072797775269, 0.08867902308702469, -0.030999967828392982, -0.07402563095092773, -0.033732227981090546, -0.008027931675314903, 0.04611269384622574, 0.0585784837603569, 0.04650846868753433, 0.04853998124599457, -0.1999070942401886, -0.062222860753536224, 0.0015585729852318764, 0.12288124859333038, -0.03254972770810127, 0.0439743772149086, -0.1579459309577942, -0.036215461790561676, -0.08705045282840729, 0.03512458875775337, 0.04606128856539726, 0.013260265812277794, 0.005640868097543716, -0.07979375123977661, -0.026791837066411972, 0.08444400131702423, -0.037295468151569366, -0.1007479652762413 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_tts_train_conformer_fastspeech2_tacotron2_teacher_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.loss.ave` ♻️ Imported from https://zenodo.org/record/4436448/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tts_train_conformer_fastspeech2_tacotron2_teacher_raw-truncated-a7f080
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_tacotron2_teacher_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.URL' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_tacotron2_teacher_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_tacotron2_teacher_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 87, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_tacotron2_teacher_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.060193177312612534, 0.005250432528555393, -0.002283100038766861, 0.06185181066393852, 0.07619432359933853, -0.022092478349804878, 0.20236143469810486, 0.05976083129644394, 0.051834456622600555, -0.042603086680173874, 0.10209290683269501, 0.1168469712138176, 0.036330413073301315, 0.16933277249336243, 0.032253578305244446, -0.21713942289352417, 0.004589061252772808, 0.05761590227484703, 0.044817641377449036, 0.12641635537147522, 0.16415275633335114, -0.025752289220690727, 0.054002825170755386, 0.030826661735773087, -0.05982700362801552, 0.09845594316720963, -0.04982302337884903, -0.12509512901306152, 0.08201722800731659, 0.012014072388410568, 0.11284691095352173, 0.04144952446222305, 0.0694786086678505, -0.18533681333065033, 0.013499055057764053, -0.006178653798997402, -0.008814607746899128, 0.0418730191886425, 0.06836941838264465, 0.07430120557546616, -0.027604149654507637, 0.061409346759319305, -0.00043237931095063686, 0.017171118408441544, -0.08370306342840195, -0.039416175335645676, 0.00006759884854545817, 0.12590500712394714, 0.1625870019197464, 0.15037666261196136, -0.021674618124961853, 0.11655151844024658, -0.07850009202957153, 0.05404499173164368, 0.19265548884868622, -0.18032170832157135, -0.021105431020259857, 0.0015650660498067737, 0.045170798897743225, 0.153948575258255, 0.008903063833713531, -0.04233918711543083, 0.12211828678846359, 0.015283007174730301, -0.014795409515500069, -0.047500040382146835, -0.12858639657497406, 0.018331170082092285, -0.13353471457958221, -0.005257714074105024, 0.27535051107406616, 0.023931285366415977, -0.0069486903958022594, 0.02155163139104843, -0.05163773521780968, -0.1000177338719368, 0.0035564634017646313, -0.15436328947544098, 0.04293118044734001, 0.03572063893079758, 0.03185572847723961, -0.08660794794559479, -0.1556435376405716, -0.09697727859020233, 0.02237889915704727, 0.037926800549030304, 0.05656919255852699, 0.015269007533788681, -0.08021769672632217, 0.07353801280260086, 0.011138997972011566, -0.07108085602521896, 0.06340818852186203, -0.037078842520713806, 0.08719707280397415, 0.00010916118480963632, 0.08746840804815292, -0.17495395243167877, -0.03778228536248207, -0.015731215476989746, -0.09404648095369339, 0.030041618272662163, 0.10925402492284775, 0.11499371379613876, 0.05527886375784874, -0.012993644922971725, -0.028653711080551147, -0.0711381807923317, -0.006326103582978249, 0.08007676154375076, 0.0019145866390317678, -0.03492642566561699, -0.1456594169139862, 0.016571419313549995, -0.03828404098749161, -0.021893993020057678, -0.02348298579454422, -0.06399764120578766, -0.12117932736873627, -0.058348678052425385, 0.16829515993595123, -0.06891801208257675, 0.011377226561307907, -0.027093803510069847, -0.05197213962674141, 0.1433861255645752, 0.03969384729862213, 0.09716394543647766, -0.08005253970623016, -0.0041798860765993595, -0.09633013606071472, 0.05200519785284996, -0.07906772196292877, -0.03550000488758087, 0.041827838867902756, 0.02452322095632553, -0.014214352704584599, -0.19204197824001312, -0.17538544535636902, -0.04981940984725952, 0.020608216524124146, 0.03951849043369293, -0.053635723888874054, -0.15648649632930756, -0.05424651876091957, 0.01896866038441658, -0.06997101753950119, -0.12068251520395279, -0.07907972484827042, 0.010335380211472511, -0.05679970979690552, 0.05722295865416527, -0.02622782252728939, 0.050332535058259964, -0.0862591415643692, -0.05807429552078247, -0.21331927180290222, 0.11357687413692474, -0.11342693865299225, -0.04919787868857384, -0.09733418375253677, -0.06117907911539078, -0.05742787569761276, 0.0596502423286438, 0.05325913429260254, 0.17553196847438812, -0.19173189997673035, -0.05989950895309448, 0.07645449042320251, -0.10786894708871841, -0.08877011388540268, 0.1796296089887619, -0.00990938302129507, 0.1643068939447403, 0.09537862986326218, 0.22612310945987701, -0.028252512216567993, -0.23244309425354004, 0.009623024612665176, 0.09154446423053741, -0.011315552517771721, -0.06691883504390717, 0.10486940294504166, 0.00504641979932785, 0.024458931758999825, -0.07992246747016907, 0.009066888131201267, 0.06388475000858307, -0.03870439901947975, -0.057056207209825516, 0.07920745015144348, -0.04930521920323372, 0.06507944315671921, -0.01756121963262558, 0.06890308111906052, -0.016142230480909348, -0.0799427255988121, 0.1941191554069519, 0.1273818016052246, -0.046754539012908936, 0.06604664772748947, -0.08855674415826797, -0.02243117243051529, -0.04745028540492058, -0.08531060814857483, -0.01985493302345276, 0.08006894588470459, 0.00764606473967433, 0.05699115991592407, 0.0997421070933342, 0.09031389653682709, -0.007779870182275772, -0.014086145907640457, -0.02141973003745079, -0.08292032778263092, -0.1180405393242836, 0.0303629320114851, -0.06680945307016373, -0.1665528565645218, 0.06016486883163452, 0.02371736243367195, -0.06418432295322418, -0.09927734732627869, -0.008756901137530804, -0.08965754508972168, 0.0635351687669754, -0.0067857177928090096, -0.0005826468695886433, -0.008943046443164349, 0.06997109204530716, -0.05674537643790245, -0.02604496106505394, -0.023587055504322052, 0.04212496057152748, -0.011498529464006424, 0.1151466965675354, 0.007257367018610239, 0.03416779264807701, 0.09055902063846588, -0.21684369444847107, -0.04807054251432419, 0.15548522770404816, -0.007563737686723471, -0.06042873486876488, -0.05948518589138985, -0.008965034037828445, 0.21680466830730438, -0.05614839121699333, 0.10812997817993164, -0.12641680240631104, -0.015365214087069035, -0.020939379930496216, -0.16265778243541718, 0.0306521225720644, 0.06259176880121231, 0.07346004992723465, -0.16864249110221863, 0.14753367006778717, 0.031334299594163895, -0.11670585721731186, 0.24430805444717407, 0.05267806351184845, -0.07642554491758347, -0.05423489585518837, 0.0368645079433918, -0.08672935515642166, 0.048659857362508774, -0.11758611351251602, 0.03303832933306694, -0.000498013396281749, 0.02888183481991291, 0.09538353979587555, -0.15749146044254303, -0.04263969883322716, 0.04767473414540291, -0.07462865859270096, -0.06684061139822006, -0.050266165286302567, -0.11497435718774796, 0.010606871917843819, -0.05157238617539406, -0.1094033345580101, 0.03409046679735184, 0.004919298924505711, -0.11476962268352509, 0.12511692941188812, -0.16022706031799316, -0.2600093185901642, -0.16252925992012024, 0.08605774492025375, 0.05741453170776367, 0.03216245397925377, 0.09337509423494339, -0.10633356124162674, -0.029384976252913475, -0.05420964956283569, -0.005436220671981573, -0.04586958885192871, -0.06522504985332489, 0.02774697355926037, 0.030066179111599922, -0.04550710693001747, -0.12531481683254242, 0.007655360270291567, -0.005557774566113949, 0.01933571696281433, 0.023924581706523895, -0.07180887460708618, 0.029165692627429962, 0.18155980110168457, 0.00699583999812603, -0.051336172968149185, -0.030673369765281677, 0.18593625724315643, -0.09576829522848129, 0.08008075505495071, 0.1275540292263031, -0.030550556257367134, 0.06821075081825256, 0.059385333210229874, 0.06280199438333511, 0.014485185034573078, 0.03282995522022247, -0.03632913529872894, -0.02006019651889801, -0.3671726584434509, -0.03256041929125786, -0.036655575037002563, 0.09079515188932419, -0.036381278187036514, 0.01902305707335472, 0.102609783411026, 0.1118619367480278, 0.002648240188136697, 0.09405981749296188, 0.0009545995271764696, 0.03774252161383629, -0.005759278312325478, 0.012970076873898506, 0.034409571439027786, -0.05438508093357086, -0.04562291130423546, 0.09875011444091797, 0.1195552870631218, 0.005423943977802992, 0.06024713069200516, 0.12790071964263916, 0.11814720183610916, 0.1017310693860054, 0.06351742148399353, -0.009245447814464569, 0.0016014850698411465, 0.006580241024494171, -0.04202878847718239, -0.0553046390414238, -0.014649909920990467, 0.1186184212565422, 0.03509919345378876, -0.04223179072141647, 0.05844161659479141, 0.14325721561908722, 0.0153538528829813, 0.1338055282831192, 0.010203870944678783, -0.2764168679714203, 0.0209761094301939, -0.003649613820016384, -0.015647076070308685, -0.03153284639120102, 0.0997004359960556, 0.1833522468805313, -0.06612531840801239, 0.04087979719042778, 0.0971735268831253, 0.08545393496751785, -0.0727737694978714, -0.03522171452641487, 0.05890674144029617, 0.011113019660115242, -0.04436758533120155, 0.10033605247735977, -0.20376069843769073, 0.13992831110954285, -0.0012096924474462867, 0.10075260698795319, 0.032525449991226196, 0.022511698305606842, -0.01725405640900135, 0.01932147890329361, 0.13741162419319153, 0.044495560228824615, 0.005550992209464312, -0.06930506974458694, -0.10576377063989639, -0.05946453660726547, 0.013095231726765633, 0.07570436596870422, -0.056051015853881836, 0.0427725613117218, 0.02352960966527462, 0.05748271197080612, -0.06865432858467102, -0.23918700218200684, -0.035224538296461105, -0.0015047232154756784, 0.1946076601743698, -0.03143272548913956, -0.004602697212249041, -0.0784342959523201, -0.043065741658210754, 0.06984961777925491, -0.09161579608917236, -0.12268523126840591, -0.03585264831781387, -0.11544261127710342, 0.059660620987415314, -0.060255084186792374, 0.04903823509812355, 0.10812442004680634, 0.05915486440062523, -0.04501610994338989, 0.028296973556280136, 0.15661810338497162, -0.12484905123710632, -0.04324451461434364, -0.06846223771572113, 0.10540077090263367, 0.155367910861969, 0.03658225014805794, 0.0072545502334833145, -0.05765910819172859, -0.039034776389598846, -0.06837547570466995, -0.03469373285770416, -0.008044034242630005, -0.051564477384090424, 0.05978240445256233, -0.023148175328969955, -0.14249856770038605, -0.0850570872426033, -0.07819373905658722, 0.12253860384225845, 0.2642745077610016, -0.025164322927594185, 0.08108066022396088, 0.25148579478263855, -0.0756034329533577, -0.1479376256465912, -0.043611057102680206, 0.13664448261260986, -0.013198225758969784, 0.043776389211416245, -0.1803368777036667, 0.07292699068784714, 0.0774553120136261, -0.024713920429348946, -0.0058713736943900585, -0.2992085814476013, -0.132741779088974, 0.10665744543075562, -0.028604798018932343, 0.018472688272595406, -0.06292235106229782, -0.04095472767949104, -0.05326336622238159, -0.08103394508361816, 0.09860221296548843, -0.034379661083221436, 0.06529098004102707, 0.09176257997751236, 0.08167307823896408, -0.03065798617899418, 0.008794274181127548, 0.07658787071704865, 0.11428208649158478, 0.004592990502715111, 0.0032905079424381256, -0.011244628578424454, 0.06879904866218567, 0.03152992203831673, 0.09330490976572037, 0.06890477985143661, -0.017733363434672356, -0.18882404267787933, -0.058413129299879074, -0.032849714159965515, 0.007433941587805748, 0.006254715844988823, -0.12703172862529755, -0.0566512793302536, -0.0252614077180624, 0.0665450468659401, 0.036184534430503845, 0.18166467547416687, 0.02045907825231552, 0.030583137646317482, 0.20311808586120605, 0.08113095909357071, -0.013179684989154339, -0.15267162024974823, -0.030708633363246918, -0.07175601273775101, 0.09205576777458191, -0.12102513015270233, 0.008179308846592903, 0.024562068283557892, -0.015876129269599915, 0.1114087775349617, 0.061242230236530304, -0.10471321642398834, 0.062447965145111084, 0.061871517449617386, -0.06767100840806961, 0.008158891461789608, -0.07324836403131485, 0.03856006637215614, 0.0812598168849945, 0.015204825438559055, 0.15640632808208466, -0.14219215512275696, -0.027429141104221344, 0.004116795025765896, 0.050285279750823975, -0.14068078994750977, 0.1713729351758957, 0.12536533176898956, 0.001336434273980558, -0.05129067599773407, 0.17015625536441803, 0.06066302955150604, -0.0037404517643153667, 0.04713241755962372, 0.08688744902610779, -0.044894322752952576, -0.04119500517845154, 0.011836622841656208, 0.06461183726787567, -0.14555706083774567, -0.12961362302303314, -0.09156478941440582, 0.015702364966273308, 0.0195535309612751, -0.08198004215955734, 0.023893626406788826, -0.059949129819869995, 0.00030934091773815453, 0.07259181141853333, -0.013086844235658646, 0.054392941296100616, 0.14923353493213654, 0.08720541000366211, -0.20292142033576965, 0.04926444962620735, 0.026457931846380234, 0.05793781951069832, -0.039184823632240295, 0.029775457456707954, -0.057512491941452026, 0.07305216789245605, 0.06575433164834976, 0.07617361098527908, -0.05649538338184357, -0.04495874419808388, 0.0038480740040540695, -0.029391668736934662, -0.07112575322389603, 0.0834423303604126, -0.07389409095048904, 0.04381437599658966, 0.05062418431043625, 0.08033681660890579, -0.08371344208717346, 0.010630223900079727, 0.028480561450123787, -0.029544446617364883, 0.028478367254137993, 0.06961140036582947, -0.07432480901479721, -0.010423229075968266, -0.18046005070209503, 0.042591363191604614, 0.14848706126213074, 0.055967435240745544, 0.02316518872976303, 0.020407065749168396, -0.0033985895570367575, 0.028102941811084747, 0.05465986579656601, -0.09879358857870102, -0.01529648806899786, -0.0644126906991005, 0.02303575538098812, -0.06623512506484985, -0.06578988581895828, -0.05318666249513626, 0.035163525491952896, 0.12584245204925537, 0.040192220360040665, 0.14343132078647614, -0.07288675010204315, 0.02258211001753807, -0.04111788794398308, 0.01860462687909603, 0.06436601281166077, -0.003931423183530569, -0.037613607943058014, -0.04320375621318817, -0.008974957279860973, -0.09941951185464859, 0.09090840071439743, 0.015985680744051933, -0.09071218222379684, 0.0000746935693314299, -0.11369340121746063, 0.0348832793533802, 0.009053672663867474, 0.136038139462471, -0.03986094146966934, -0.028547821566462517, -0.13670076429843903, -0.019944075495004654, 0.1249830424785614, 0.06527107208967209, 0.001931810867972672, 0.08324859291315079, -0.022524883970618248, 0.14414668083190918, 0.0006826140452176332, 0.03713041543960571, -0.20980271697044373, -0.059555020183324814, 0.004028515424579382, 0.022779520601034164, -0.002473995788022876, 0.13343802094459534, 0.14940549433231354, -0.08307746797800064, -0.0006724512204527855, 0.04755759984254837, -0.07864797860383987, -0.17118291556835175, -0.1147935763001442, -0.04823780432343483, -0.23436176776885986, 0.011586219072341919, -0.12477963417768478, 0.037572674453258514, 0.07040873169898987, 0.053939417004585266, 0.0067644729278981686, 0.1298111528158188, 0.0350186750292778, -0.12099781632423401, 0.06084318459033966, -0.02969951368868351, 0.010953513905405998, -0.1621844470500946, -0.02882484719157219, 0.11465500295162201, 0.03318292275071144, 0.025722311809659004, -0.0553884282708168, -0.03376220911741257, 0.06470170617103577, 0.020047476515173912, -0.04393824562430382, -0.017832573503255844, 0.01800912246108055, 0.03076888807117939, 0.01483099814504385, 0.05999176576733589, -0.04871726036071777, 0.05847044289112091, 0.1355261504650116, -0.06245732307434082, -0.13589759171009064, -0.06673236191272736, 0.0028914210852235556, 0.02612585760653019, 0.11356395483016968, -0.00765346409752965, -0.07830511033535004, -0.07875756174325943, 0.1050136387348175, 0.1553381383419037, -0.06629364937543869, -0.0491897314786911, -0.046102240681648254, 0.020959647372364998, -0.07673606276512146, 0.07254287600517273, 0.02191372960805893, 0.18544359505176544, -0.04295768961310387, 0.016933072358369827, -0.11098751425743103, -0.020589185878634453, -0.04323554411530495, -0.04642333462834358, 0.018668409436941147, -0.0579078271985054, -0.03763093054294586, 0.14855746924877167, -0.21556498110294342, -0.0951976478099823, -0.1430782675743103, -0.01501907967031002, -0.05383790284395218, 0.02360297180712223, 0.19557292759418488, 0.06201178953051567, 0.07360982149839401, -0.01108939852565527, -0.022656938061118126, 0.059599220752716064, 0.03019607998430729, -0.13882994651794434, -0.008817051537334919, 0.012563461437821388, -0.14013755321502686, 0.15638896822929382, -0.013148611411452293, 0.18399780988693237, -0.0014724207576364279, 0.04867435246706009, 0.008566745556890965, 0.08107440173625946, 0.051461756229400635, 0.0002179396542487666, -0.009927595965564251, 0.011303232051432133, -0.03495807945728302, 0.10588248074054718, 0.042180128395557404, -0.13532260060310364, -0.002382321050390601, 0.09979186207056046, -0.04531233385205269, -0.13565002381801605, -0.006927370093762875, -0.09787952899932861, 0.08289843052625656, -0.05041686072945595, -0.06633421033620834, -0.03764856234192848, -0.007894945330917835, 0.05217103287577629, 0.057329364120960236, 0.04678129032254219, 0.05111682042479515, -0.19466020166873932, -0.063624806702137, -0.035148873925209045, 0.13369186222553253, -0.02581489458680153, 0.03880635276436806, -0.14625714719295502, -0.048113804310560226, -0.10024315863847733, 0.02489757537841797, 0.030111297965049744, 0.010348021984100342, 0.007498953957110643, -0.06608821451663971, -0.028546899557113647, 0.07861456274986267, -0.04001903533935547, -0.11157236993312836 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/jsut_tts_train_conformer_fastspeech2_tacotron2_teacher_raw_phn_jaconv_pyopenjtalk_prosody_train.loss.ave` ♻️ Imported from https://zenodo.org/record/5499050/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tts_train_conformer_fastspeech2_tacotron2_teacher_raw-truncated-569e81
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_tacotron2_teacher_raw_phn_jaconv_pyopenjtalk_prosody_train.URL' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_tacotron2_teacher_raw_phn_jaconv_pyopenjtalk_prosody_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_tacotron2_teacher_raw_phn_jaconv_pyopenjtalk_prosody_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 10, 83, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_tacotron2_teacher_raw_phn_jaconv_pyopenjtalk_prosody_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.05264474079012871, 0.009772118180990219, -0.0015351483598351479, 0.06717146933078766, 0.08973973244428635, -0.019462166354060173, 0.19906064867973328, 0.05151144042611122, 0.008656040765345097, -0.029770400375127792, 0.11242083460092545, 0.10836441069841385, 0.04404376447200775, 0.16901637613773346, 0.06423058360815048, -0.24064233899116516, 0.006775371730327606, 0.04622845724225044, 0.05803970247507095, 0.13025110960006714, 0.17162255942821503, -0.02820671908557415, 0.06161407381296158, 0.03520427271723747, -0.07400257885456085, 0.09507343918085098, -0.04647040367126465, -0.1119849756360054, 0.07452967762947083, 0.01758880354464054, 0.1104562059044838, 0.02475751005113125, 0.08704429864883423, -0.18384064733982086, 0.00698845274746418, -0.007327286526560783, -0.01440553367137909, 0.04728248715400696, 0.07052773982286453, 0.06700769066810608, -0.024964241310954094, 0.04550837725400925, 0.0018445616587996483, 0.017878292128443718, -0.09292534738779068, -0.06028375402092934, -0.014659129083156586, 0.13972117006778717, 0.16770672798156738, 0.1583544760942459, -0.024805158376693726, 0.11332323402166367, -0.06665059179067612, 0.049823079258203506, 0.1757802665233612, -0.1690957099199295, -0.03733460605144501, -0.01977461390197277, 0.027014512568712234, 0.15309111773967743, 0.01622685417532921, -0.04969080165028572, 0.12860679626464844, 0.024583997204899788, -0.023195957764983177, -0.043134935200214386, -0.13080935180187225, 0.012266919016838074, -0.1488627791404724, 0.018776163458824158, 0.2743365466594696, 0.020800074562430382, -0.009197015315294266, 0.03272993117570877, -0.052114956080913544, -0.09439341723918915, 0.021351732313632965, -0.15779000520706177, 0.048083484172821045, 0.019443495199084282, 0.02815232053399086, -0.09011375904083252, -0.1526392549276352, -0.09432528913021088, 0.019122036173939705, 0.0482676662504673, 0.05252906307578087, 0.02040688693523407, -0.07295785844326019, 0.06062019616365433, -0.006176365539431572, -0.056872908025979996, 0.0598919503390789, -0.05058104172348976, 0.11063659936189651, -0.005121501628309488, 0.07731317728757858, -0.17263545095920563, -0.04286445304751396, -0.012122122570872307, -0.07044345885515213, 0.02558007836341858, 0.12484178692102432, 0.10617800056934357, 0.060054097324609756, -0.0017633010866120458, -0.033142995089292526, -0.06159328669309616, -0.001816560048609972, 0.08357718586921692, 0.0260856281965971, -0.02755304053425789, -0.15390445291996002, 0.012446473352611065, -0.040624041110277176, -0.033724039793014526, -0.024109913036227226, -0.06584689021110535, -0.13055089116096497, -0.053254347294569016, 0.172641783952713, -0.06769918650388718, 0.008288450539112091, -0.030900251120328903, -0.06479627639055252, 0.13544225692749023, 0.04722984880208969, 0.09307161718606949, -0.07192698866128922, -0.0047426787205040455, -0.09396108239889145, 0.06818000972270966, -0.0827140212059021, -0.03420691564679146, 0.029550401493906975, 0.045955169945955276, -0.014633321203291416, -0.19006358087062836, -0.17259255051612854, -0.06870833784341812, 0.013589620590209961, 0.03953858092427254, -0.050621531903743744, -0.1626846194267273, -0.040575120598077774, 0.022639036178588867, -0.07091616839170456, -0.11709247529506683, -0.06189398467540741, 0.012363910675048828, -0.044835399836301804, 0.0471869632601738, -0.03874644637107849, 0.058201778680086136, -0.09425196051597595, -0.06400445103645325, -0.2416199892759323, 0.10682987421751022, -0.10336609184741974, -0.03284642472863197, -0.10520947724580765, -0.07451818138360977, -0.048693910241127014, 0.06057778373360634, 0.06471005827188492, 0.16846194863319397, -0.19226789474487305, -0.056469157338142395, 0.07360117137432098, -0.1243278905749321, -0.07960765063762665, 0.17884032428264618, -0.013655462302267551, 0.1672467589378357, 0.09830528497695923, 0.21735265851020813, -0.022454816848039627, -0.20288848876953125, -0.0006599385524168611, 0.09424698352813721, 0.012424684129655361, -0.05997392535209656, 0.11019410192966461, -0.01739625819027424, 0.00987374410033226, -0.08970800042152405, -0.007487397640943527, 0.04619729891419411, -0.032814037054777145, -0.05071325972676277, 0.0763094499707222, -0.05932644382119179, 0.0806538462638855, -0.024628976359963417, 0.08194055408239365, -0.022013651207089424, -0.09173785895109177, 0.1875506490468979, 0.12675940990447998, -0.043194204568862915, 0.05807919055223465, -0.07766919583082199, -0.02866823785007, -0.04013914242386818, -0.1011539027094841, -0.02327035181224346, 0.072255440056324, 0.0012886261101812124, 0.03578105568885803, 0.11116907745599747, 0.07275819033384323, -0.006263322662562132, -0.008037367835640907, -0.014037009328603745, -0.07369696348905563, -0.10546395182609558, 0.029486656188964844, -0.07300152629613876, -0.15755154192447662, 0.051884498447179794, 0.024548951536417007, -0.05526838079094887, -0.10996124148368835, -0.009615628980100155, -0.0845365896821022, 0.05869749188423157, -0.013720879331231117, 0.0005621035234071314, -0.003623675089329481, 0.0717044323682785, -0.04632323980331421, -0.019159037619829178, -0.01642354018986225, 0.03680955246090889, -0.018145641312003136, 0.08814981579780579, -0.011272245086729527, 0.017591377720236778, 0.09038878977298737, -0.23161649703979492, -0.06571249663829803, 0.15991918742656708, -0.00671968050301075, -0.05041641741991043, -0.055753014981746674, -0.015947995707392693, 0.22117029130458832, -0.06876350194215775, 0.09761670976877213, -0.10668808221817017, -0.008959898725152016, -0.026018157601356506, -0.1581425815820694, 0.02067316323518753, 0.07759404927492142, 0.06891725957393646, -0.16510199010372162, 0.1532278060913086, 0.034109003841876984, -0.10714731365442276, 0.21296542882919312, 0.0568683035671711, -0.06466665863990784, -0.06152131035923958, 0.006454354617744684, -0.09396950155496597, 0.04614720866084099, -0.10168620198965073, 0.019120434299111366, 0.003481670282781124, 0.02798641473054886, 0.08955933898687363, -0.1690642535686493, -0.03903026878833771, 0.048247188329696655, -0.06498803198337555, -0.05956369638442993, -0.06532637774944305, -0.13374562561511993, 0.00444926368072629, -0.053448598831892014, -0.08752106130123138, 0.044335708022117615, 0.009148946031928062, -0.13433465361595154, 0.1235981360077858, -0.17052288353443146, -0.2368696630001068, -0.1684422641992569, 0.08425824344158173, 0.06927458941936493, 0.025433730334043503, 0.08058404922485352, -0.10991032421588898, -0.033719439059495926, -0.05286209657788277, 0.022864963859319687, -0.0667896643280983, -0.06641299277544022, 0.02742476761341095, 0.01307053491473198, -0.036309897899627686, -0.13134075701236725, 0.006533131934702396, -0.0037857808638364077, 0.018560580909252167, 0.013159403577446938, -0.06678371131420135, 0.020696397870779037, 0.17152144014835358, 0.015013819560408592, -0.05876479670405388, -0.032499659806489944, 0.20799271762371063, -0.08285526186227798, 0.07896300405263901, 0.1482769101858139, -0.04448781535029411, 0.06572083383798599, 0.06383784115314484, 0.06315465271472931, 0.014682358130812645, 0.040271881967782974, -0.05289950966835022, -0.018786907196044922, -0.36138492822647095, -0.034141816198825836, -0.013222577050328255, 0.07155948877334595, -0.0262538343667984, 0.014715919271111488, 0.06988445669412613, 0.12468308210372925, 0.003681170754134655, 0.10028357058763504, -0.015048130415380001, 0.01526461448520422, -0.005772075150161982, 0.012120460160076618, 0.03236079216003418, -0.06574001908302307, -0.038245294243097305, 0.09411747008562088, 0.0655488520860672, 0.007756978739053011, 0.07006504386663437, 0.12568747997283936, 0.10518945753574371, 0.11787159740924835, 0.056172069162130356, -0.010079318657517433, -0.003094102954491973, 0.011872121132910252, -0.033862654119729996, -0.061680231243371964, -0.023026125505566597, 0.1308886706829071, 0.02353796921670437, -0.013775878585875034, 0.047043099999427795, 0.1153377965092659, 0.017233405262231827, 0.11388853192329407, 0.021898625418543816, -0.29227012395858765, 0.006553525570780039, 0.0002261302142869681, -0.003702244721353054, -0.020275123417377472, 0.08807122707366943, 0.15691064298152924, -0.06384231150150299, 0.06537440419197083, 0.09314289689064026, 0.07154009491205215, -0.07562614232301712, -0.033814672380685806, 0.07917854934930801, 0.030118577182292938, -0.03796185180544853, 0.1051982045173645, -0.2232550084590912, 0.1426960825920105, 0.0029913755133748055, 0.11519589275121689, 0.03166606277227402, 0.028017481788992882, -0.019106777384877205, 0.02246975526213646, 0.14175640046596527, 0.05069216713309288, -0.03521435335278511, -0.0655483603477478, -0.12278611212968826, -0.05725860595703125, 0.03346638381481171, 0.048349034041166306, -0.05477707460522652, 0.04462907835841179, 0.022776048630475998, 0.053387269377708435, -0.06302198022603989, -0.2435276210308075, -0.041757311671972275, 0.003041145158931613, 0.17240013182163239, -0.01761268451809883, -0.00408578896895051, -0.09298375993967056, -0.05111955478787422, 0.05221855640411377, -0.10454105585813522, -0.12274714559316635, -0.0298222154378891, -0.09406024217605591, 0.05644337460398674, -0.059499941766262054, 0.04872113838791847, 0.10475175082683563, 0.05009757727384567, -0.028377864509820938, 0.023265857249498367, 0.1635228544473648, -0.12112312018871307, -0.054163262248039246, -0.07315772771835327, 0.10251448303461075, 0.18428613245487213, 0.0483260452747345, -0.0007736440165899694, -0.04051755368709564, -0.03839565068483353, -0.07320503890514374, -0.021316152065992355, 0.03342550992965698, -0.0550127848982811, 0.05150505155324936, -0.018852269276976585, -0.13853327929973602, -0.09867332875728607, -0.0746353343129158, 0.13399730622768402, 0.24908410012722015, -0.03688625618815422, 0.054715611040592194, 0.23573969304561615, -0.08583339303731918, -0.15362508594989777, -0.021351788192987442, 0.13650532066822052, -0.0012456203112378716, 0.04010380804538727, -0.18325504660606384, 0.0862014964222908, 0.08970111608505249, -0.018674572929739952, -0.0004996323259547353, -0.29094818234443665, -0.14171892404556274, 0.0950051099061966, -0.03731390833854675, 0.017427051439881325, -0.06732034683227539, -0.04862282797694206, -0.05503461882472038, -0.049776408821344376, 0.10887119919061661, -0.028794320300221443, 0.05880112200975418, 0.09486378729343414, 0.08367632329463959, -0.0346040204167366, 0.009303239174187183, 0.08650901168584824, 0.1112251728773117, -0.006022401619702578, -0.010264141485095024, -0.022463109344244003, 0.040246594697237015, 0.027429675683379173, 0.09173563122749329, 0.10022078454494476, -0.021384792402386665, -0.20180900394916534, -0.050979673862457275, -0.027849232777953148, 0.005682780873030424, -0.0003461786254774779, -0.11901568621397018, -0.06050869822502136, -0.022406190633773804, 0.053700655698776245, 0.030433744192123413, 0.1771755814552307, 0.02776104211807251, 0.04383136332035065, 0.18609905242919922, 0.07148969918489456, 0.020123541355133057, -0.15659381449222565, -0.028624603524804115, -0.07196112722158432, 0.08460666984319687, -0.11667833477258682, -0.0026484718546271324, 0.043209873139858246, -0.008448626846075058, 0.10527064651250839, 0.05298160761594772, -0.11174029111862183, 0.06796011328697205, 0.05451527610421181, -0.07852824032306671, -0.022394387051463127, -0.07002834230661392, 0.0418148972094059, 0.04721709340810776, 0.019703738391399384, 0.16820089519023895, -0.14353950321674347, -0.037727437913417816, -0.007410250138491392, 0.05133365839719772, -0.15388673543930054, 0.18635046482086182, 0.14986394345760345, -0.0031425408087670803, -0.04689972475171089, 0.17398010194301605, 0.0662960410118103, 0.010188809596002102, 0.04795169085264206, 0.07845883071422577, -0.031079135835170746, -0.04251459613442421, 0.016085198149085045, 0.06710099428892136, -0.13172921538352966, -0.13105913996696472, -0.09037516266107559, 0.0022821989841759205, 0.009799507446587086, -0.06329097598791122, 0.03629448637366295, -0.06434275954961777, 0.007426534313708544, 0.07693995535373688, -0.018309464678168297, 0.04671679809689522, 0.14062216877937317, 0.08866248279809952, -0.1960282027721405, 0.08413640409708023, 0.029458587989211082, 0.06592012941837311, -0.03588562831282616, 0.039905719459056854, -0.06005989760160446, 0.06102471426129341, 0.07928647100925446, 0.07423000037670135, -0.052091047167778015, -0.03552303835749626, 0.012691354379057884, -0.038629114627838135, -0.0683307945728302, 0.07519703358411789, -0.07496364414691925, 0.050724972039461136, 0.04634758085012436, 0.07324400544166565, -0.07842383533716202, 0.007205742411315441, 0.02523522637784481, -0.02138865925371647, 0.02771490439772606, 0.07161766290664673, -0.06790142506361008, -0.012043380178511143, -0.1981930285692215, 0.05325385555624962, 0.12797561287879944, 0.04751509428024292, 0.027730384841561317, 0.009500212036073208, -0.01741388812661171, 0.01597534865140915, 0.04964764416217804, -0.09665124118328094, -0.0025494268629699945, -0.061101559549570084, 0.031473688781261444, -0.06073378399014473, -0.05546114221215248, -0.051800686866045, 0.03257448226213455, 0.1053396463394165, 0.023945048451423645, 0.15708202123641968, -0.0748002752661705, 0.03622736409306526, -0.04136408492922783, 0.028799504041671753, 0.05170378461480141, -0.0055740210227668285, -0.03761642053723335, -0.04272337257862091, 0.0019001801265403628, -0.094795823097229, 0.08723010122776031, 0.013186788186430931, -0.06774367392063141, 0.0032175942324101925, -0.07990992069244385, 0.021868247538805008, 0.016059836372733116, 0.10825680941343307, -0.05129158869385719, -0.02509843371808529, -0.1375737190246582, -0.01700110174715519, 0.12422814220190048, 0.07319610565900803, 0.010343555361032486, 0.07652996480464935, -0.042042750865221024, 0.15332753956317902, 0.0055039674043655396, 0.03408774361014366, -0.19484591484069824, -0.05243828147649765, 0.01856357231736183, 0.016214635223150253, -0.0019010718679055572, 0.14945507049560547, 0.10696406662464142, -0.08564096689224243, -0.02100711688399315, 0.03395889699459076, -0.09089993685483932, -0.17559537291526794, -0.11734533309936523, -0.04903356358408928, -0.23094409704208374, 0.002847210504114628, -0.11237172782421112, 0.033086709678173065, 0.1099071055650711, 0.04059027135372162, 0.0036448875907808542, 0.12263792008161545, 0.027630001306533813, -0.10958684235811234, 0.06478342413902283, -0.033953629434108734, 0.020659515634179115, -0.1770143061876297, -0.03643687814474106, 0.11664595454931259, 0.02892729453742504, 0.03159487619996071, -0.05434412509202957, -0.03678557649254799, 0.05061832442879677, 0.01950479857623577, -0.054013676941394806, -0.020135847851634026, 0.022105418145656586, 0.03807087987661362, 0.012157920747995377, 0.056474678218364716, -0.05316522344946861, 0.05359175056219101, 0.12462437897920609, -0.06180659681558609, -0.10718502104282379, -0.051144808530807495, 0.005299585871398449, 0.010251299478113651, 0.11384755373001099, -0.005125713534653187, -0.08764587342739105, -0.05737236514687538, 0.11103320866823196, 0.1561148315668106, -0.05868938937783241, -0.046758394688367844, -0.044907208532094955, 0.02449570596218109, -0.065617136657238, 0.061709366738796234, 0.020235395058989525, 0.15546709299087524, -0.05106214061379433, 0.016837839037179947, -0.10729970782995224, -0.012488136067986488, -0.03427618741989136, -0.06183869019150734, 0.017238203436136246, -0.03570983186364174, -0.03673820570111275, 0.153522789478302, -0.21470750868320465, -0.08595763146877289, -0.12118793278932571, -0.03463517501950264, -0.07055611908435822, 0.035156942903995514, 0.21852120757102966, 0.08377951383590698, 0.08899204432964325, -0.014381085522472858, -0.02913201041519642, 0.06119750067591667, 0.02592497505247593, -0.14149382710456848, -0.02588939294219017, 0.01962987333536148, -0.13073207437992096, 0.1754881888628006, -0.015138464979827404, 0.19046667218208313, 0.005290969740599394, 0.0457753948867321, -0.003351604798808694, 0.06895362585783005, 0.04383431747555733, 0.01313953846693039, 0.0061532482504844666, 0.009586880914866924, -0.03531493619084358, 0.13285911083221436, 0.04261431843042374, -0.13162831962108612, 0.01762990839779377, 0.13062064349651337, -0.059929799288511276, -0.1299448162317276, -0.007595099974423647, -0.10938453674316406, 0.09693172574043274, -0.030706124380230904, -0.07874391973018646, -0.04372609406709671, -0.007408961653709412, 0.04839314892888069, 0.05032645910978317, 0.07340078055858612, 0.0608629435300827, -0.2116663157939911, -0.06083216518163681, -0.023636505007743835, 0.12345369905233383, -0.026593344286084175, 0.03611208498477936, -0.15602028369903564, -0.049207717180252075, -0.09080501645803452, 0.02011956088244915, 0.025361863896250725, 0.013749945908784866, -0.0006770307663828135, -0.03350948542356491, -0.03602977097034454, 0.07978693395853043, -0.042716193944215775, -0.1148855909705162 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_tts_train_conformer_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_accent_train.loss.ave` ♻️ Imported from https://zenodo.org/record/4391409/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tts_train_conformer_fastspeech2_transformer_teacher_r-truncated-35ef5a
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_accent_train.URL' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_accent_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_accent_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 81, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_accent_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.05511017516255379, 0.03956548497080803, -0.002542083617299795, 0.0598599873483181, 0.11770567297935486, -0.013847638852894306, 0.22120234370231628, 0.0574042834341526, 0.017687441781163216, -0.0740046352148056, 0.11401273310184479, 0.12626345455646515, 0.03924333676695824, 0.16573582589626312, 0.05107193812727928, -0.23417305946350098, 0.0058381748385727406, 0.04890912026166916, -0.013855268247425556, 0.11443984508514404, 0.1606738120317459, -0.039877358824014664, 0.07263985276222229, 0.04462573677301407, -0.09515450149774551, 0.10219506174325943, -0.03710518777370453, -0.1210985779762268, 0.08729381859302521, 0.060503266751766205, 0.13418526947498322, 0.028132088482379913, 0.06977023184299469, -0.19289986789226532, 0.010786717757582664, -0.003327323356643319, -0.004431680776178837, 0.052246514707803726, 0.061006370931863785, 0.07734652608633041, -0.005923344288021326, 0.028178196400403976, 0.010551328770816326, 0.022343043237924576, -0.08417803049087524, -0.054341673851013184, 0.0077506909146904945, 0.13903799653053284, 0.15406014025211334, 0.15764585137367249, -0.002473618136718869, 0.10130232572555542, -0.08197703957557678, 0.051941610872745514, 0.16038140654563904, -0.16304484009742737, -0.0275554321706295, -0.03326788544654846, -0.01247392501682043, 0.14246267080307007, -0.010464262217283249, -0.03482735902070999, 0.10500826686620712, 0.011504394933581352, 0.005716569256037474, -0.047890640795230865, -0.12050840258598328, 0.04987766966223717, -0.13441598415374756, 0.02770339697599411, 0.21115198731422424, 0.025720207020640373, 0.003575307549908757, 0.006930873263627291, -0.03882894665002823, -0.03874726966023445, 0.014562730677425861, -0.1663113534450531, 0.05045931786298752, 0.031047938391566277, 0.013175861909985542, -0.11306949704885483, -0.1500932276248932, -0.08940961211919785, -0.0056489380076527596, 0.07497744262218475, 0.04672853648662567, 0.023671504110097885, -0.06832438707351685, 0.04894386604428291, 0.06368143856525421, -0.04615213721990585, 0.06353093683719635, -0.05962251126766205, 0.07865439355373383, -0.002421231009066105, 0.08517444878816605, -0.1833522617816925, -0.03872599080204964, -0.06486408412456512, -0.06727438420057297, 0.016764065250754356, 0.12624427676200867, 0.09558593481779099, 0.03314000740647316, 0.03249692544341087, -0.04554741084575653, -0.0428779199719429, 0.007533974479883909, 0.058459196239709854, 0.0040450324304401875, -0.026623137295246124, -0.162960022687912, -0.006692194379866123, -0.059626396745443344, -0.007788414601236582, -0.03722900524735451, -0.041468311101198196, -0.1080324649810791, -0.057494621723890305, 0.18364258110523224, -0.0742446780204773, 0.018282195553183556, -0.009681685827672482, -0.07196687906980515, 0.16843439638614655, 0.043946996331214905, 0.06850752979516983, -0.07881081104278564, -0.034490831196308136, -0.09320489317178726, 0.06812150031328201, -0.08915209770202637, -0.07183724641799927, 0.019547834992408752, 0.05983591079711914, -0.012275380082428455, -0.200432687997818, -0.19470281898975372, -0.04852566495537758, 0.013881085440516472, 0.041905228048563004, -0.038431406021118164, -0.1787264347076416, -0.07679487764835358, 0.016703331843018532, -0.05374178662896156, -0.15736432373523712, -0.05512499436736107, -0.002306624548509717, -0.045742444694042206, 0.03874469920992851, -0.03800232335925102, 0.04852002114057541, -0.0784309133887291, -0.07616101205348969, -0.22585515677928925, 0.13856999576091766, -0.12220997363328934, -0.020265143364667892, -0.10799883306026459, -0.06236828491091728, -0.019482333213090897, 0.07294657081365585, 0.04824768751859665, 0.1867438554763794, -0.17012867331504822, -0.08403678983449936, 0.05932993069291115, -0.10922525078058243, -0.09664950519800186, 0.1763087809085846, -0.03142720088362694, 0.14215087890625, 0.12481996417045593, 0.18008863925933838, 0.021452106535434723, -0.2022188901901245, 0.012147283181548119, 0.11097534000873566, -0.03223032131791115, -0.09528157860040665, 0.10004346072673798, 0.009150780737400055, 0.03925546258687973, -0.08510463684797287, -0.007745235227048397, 0.126725435256958, -0.0425858236849308, -0.05724654719233513, 0.08463393151760101, -0.06466991454362869, 0.07781869918107986, -0.014931716956198215, 0.10531861335039139, 0.003318570787087083, -0.07723256945610046, 0.24639113247394562, 0.128731369972229, -0.07540103793144226, 0.0481855645775795, -0.10264226794242859, -0.0698692798614502, -0.05782701447606087, -0.08279415220022202, -0.015058023855090141, 0.04252934455871582, -0.001609715516678989, 0.030597023665905, 0.09805665165185928, 0.09909091144800186, 0.019538985565304756, -0.01227632537484169, -0.021005690097808838, -0.0764027088880539, -0.08643636107444763, 0.04126499220728874, -0.06734267622232437, -0.1625731736421585, 0.060460131615400314, 0.021961430087685585, -0.07163993269205093, -0.16048260033130646, 0.007120112888514996, -0.07765119522809982, 0.06279642879962921, 0.0092987772077322, 0.02000483311712742, -0.012707138434052467, 0.07337097823619843, -0.0432777963578701, -0.04420170560479164, -0.018575303256511688, 0.024831371381878853, -0.054140977561473846, 0.1283481866121292, 0.0187949538230896, 0.05868013575673103, 0.09011830389499664, -0.2521617114543915, -0.04881296306848526, 0.16275064647197723, -0.011174693703651428, -0.03958186134696007, -0.034800272434949875, -0.005242048297077417, 0.2259092479944229, -0.04470429942011833, 0.11424460262060165, -0.09910228848457336, -0.019443998113274574, -0.035222020000219345, -0.1347137838602066, 0.038746606558561325, 0.07063546031713486, 0.060650404542684555, -0.15829990804195404, 0.1587446630001068, 0.02213381603360176, -0.13394314050674438, 0.21574756503105164, 0.04893919453024864, -0.06391464918851852, -0.05429001525044441, 0.012053312733769417, -0.0838376060128212, 0.02999955415725708, -0.07693331688642502, -0.015643680468201637, -0.001941873924806714, 0.010962585918605328, 0.10171764343976974, -0.15427985787391663, -0.037334658205509186, 0.053058456629514694, -0.07836416363716125, -0.020742904394865036, -0.07081447541713715, -0.1159871518611908, 0.009164288640022278, -0.042594149708747864, -0.09780657291412354, 0.04826553165912628, 0.002470275154337287, -0.12777777016162872, 0.145232692360878, -0.1547786444425583, -0.254009872674942, -0.18648570775985718, 0.0943104550242424, 0.05797330662608147, 0.029774388298392296, 0.05906933918595314, -0.12583398818969727, -0.03103039786219597, -0.05698534846305847, 0.020313763990998268, -0.0591016486287117, -0.06421765685081482, 0.014532332308590412, 0.02654143236577511, -0.05887635052204132, -0.13802990317344666, 0.0031065326184034348, 0.005416478496044874, 0.016191454604268074, -0.004683924373239279, -0.08232378959655762, 0.021930715069174767, 0.17997939884662628, -0.010534253902733326, -0.05219544470310211, -0.046419501304626465, 0.19065693020820618, -0.08274467289447784, 0.0785292461514473, 0.1349884271621704, -0.028357382863759995, 0.060721952468156815, 0.05378701537847519, 0.07322876900434494, 0.034734319895505905, 0.035966843366622925, -0.0535731203854084, 0.00938400812447071, -0.35003259778022766, -0.026026569306850433, -0.025969233363866806, 0.05270664021372795, -0.05597372353076935, 0.019547805190086365, 0.062422316521406174, 0.10693126171827316, 0.018489107489585876, 0.09866753965616226, 0.014261506497859955, 0.030323626473546028, 0.04967375844717026, 0.016921108588576317, 0.029308635741472244, -0.07436685264110565, -0.07418640702962875, 0.09300187230110168, 0.06600489467382431, 0.02406597137451172, 0.04932890087366104, 0.17570418119430542, 0.07976426929235458, 0.08085807412862778, 0.07100395858287811, -0.0032446924597024918, 0.02341688983142376, 0.003524693427607417, -0.03122613951563835, -0.050419725477695465, -0.03364512324333191, 0.12149687856435776, 0.03841611370444298, -0.015135242603719234, 0.06505033373832703, 0.1327570676803589, 0.0351971797645092, 0.13481275737285614, -0.012704523280262947, -0.3022741973400116, -0.0025226688012480736, -0.008224662393331528, -0.02385142631828785, -0.013248990289866924, 0.07342902570962906, 0.19089724123477936, -0.07882697135210037, 0.034827399998903275, 0.0832333192229271, 0.07447454333305359, -0.09242641180753708, -0.0342043898999691, 0.03086177073419094, 0.040398918092250824, -0.04168145731091499, 0.1205044537782669, -0.24754329025745392, 0.12156812101602554, -0.003032663371413946, 0.11872706562280655, 0.03477035462856293, 0.02402661181986332, -0.0015462619485333562, 0.04694491997361183, 0.11100345104932785, 0.04534502699971199, 0.027784429490566254, -0.0962245836853981, -0.09633252024650574, -0.04539627954363823, 0.01008142251521349, 0.07835137099027634, -0.05291721969842911, 0.035304561257362366, 0.008079747669398785, 0.06964585185050964, -0.06612174957990646, -0.2251465767621994, -0.068718820810318, -0.01626456528902054, 0.1642686426639557, -0.022746236994862556, -0.011318078264594078, -0.08410490304231644, -0.03575833514332771, 0.09530074149370193, -0.1103372722864151, -0.1279863566160202, -0.046896275132894516, -0.08322928100824356, 0.04943240433931351, -0.08084270358085632, 0.045483727008104324, 0.1107802540063858, 0.06680229306221008, -0.01881580427289009, 0.012228058651089668, 0.15431152284145355, -0.11685334891080856, -0.027064679190516472, -0.0626165047287941, 0.048869967460632324, 0.16203424334526062, 0.047479938715696335, 0.00914931483566761, -0.06789102405309677, -0.0482226200401783, -0.08032380044460297, -0.0426563061773777, 0.06960579007863998, -0.10061672329902649, 0.06921402364969254, -0.023564349859952927, -0.13674838840961456, -0.10398376733064651, -0.06342802941799164, 0.16836228966712952, 0.23482459783554077, -0.038413096219301224, 0.04960690066218376, 0.24643076956272125, -0.09283431619405746, -0.14521098136901855, -0.03371613100171089, 0.1257338672876358, 0.008055774495005608, 0.01688900589942932, -0.18983356654644012, 0.10345704108476639, 0.08765580505132675, -0.013567199930548668, -0.02807604894042015, -0.2486502230167389, -0.12900811433792114, 0.11691311746835709, -0.008342253975570202, 0.02712957188487053, -0.07940865308046341, -0.03740552067756653, -0.0772886648774147, -0.04916541650891304, 0.13342073559761047, -0.012423799373209476, 0.045708317309617996, 0.0916723683476448, 0.07227203249931335, -0.030983831733465195, 0.00778792193159461, 0.07150508463382721, 0.08889886736869812, 0.017907096073031425, 0.013770638033747673, -0.04204467684030533, 0.07525600492954254, 0.02130633406341076, 0.09220455586910248, 0.07610403001308441, -0.021719781681895256, -0.20717710256576538, -0.06045703589916229, -0.03230566903948784, 0.0018943739123642445, 0.023884810507297516, -0.10420460253953934, -0.05869462341070175, -0.022142140194773674, 0.07950408011674881, 0.046160679310560226, 0.1804569810628891, 0.027737321332097054, 0.015922963619232178, 0.15585997700691223, 0.09277046471834183, 0.011363244615495205, -0.12590283155441284, -0.03736916929483414, -0.059965357184410095, 0.08503041416406631, -0.1310216635465622, 0.013861991465091705, 0.049572210758924484, -0.01949901133775711, 0.13608473539352417, 0.05632993206381798, -0.0997389629483223, 0.06894529610872269, 0.04157212749123573, -0.04909965395927429, -0.00829672534018755, -0.07673169672489166, 0.013082834891974926, 0.04195230454206467, 0.027482690289616585, 0.16623455286026, -0.1516392081975937, -0.027185289189219475, 0.0037554241716861725, 0.03500993177294731, -0.14059101045131683, 0.17710281908512115, 0.15237556397914886, 0.0006636156467720866, -0.0395999439060688, 0.15844842791557312, 0.05562479421496391, 0.007023025769740343, 0.05576664209365845, 0.07970795780420303, -0.0430162139236927, -0.038148071616888046, 0.028693929314613342, 0.11635134369134903, -0.15194299817085266, -0.13185006380081177, -0.0997861996293068, -0.00935243908315897, 0.012540968134999275, -0.054055105894804, 0.027955830097198486, -0.047167446464300156, -0.012946194969117641, 0.08009477704763412, -0.015208703465759754, 0.04621010273694992, 0.13163016736507416, 0.062124643474817276, -0.20219258964061737, 0.10023542493581772, 0.022116366773843765, 0.056423816829919815, -0.04298005998134613, 0.045059408992528915, -0.07494223862886429, 0.06574393063783646, 0.04815917834639549, 0.09093943983316422, -0.05904226750135422, -0.027965744957327843, 0.02062666043639183, -0.051596809178590775, -0.05534987524151802, 0.07147745043039322, -0.09240695834159851, 0.05301341041922569, 0.06015126407146454, 0.08136650919914246, -0.08144287765026093, -0.0002849451848305762, 0.007379800546914339, -0.02758198417723179, 0.03485247865319252, 0.07279017567634583, -0.0735313892364502, 0.011092429980635643, -0.2005912959575653, 0.038910605013370514, 0.13743838667869568, 0.04572343826293945, 0.042917925864458084, 0.03733839467167854, -0.008555246517062187, 0.04674642160534859, 0.06162574514746666, -0.09107167273759842, -0.026599189266562462, -0.04528702795505524, 0.026956403627991676, -0.07089665532112122, -0.045111026614904404, -0.06950332969427109, 0.05054476112127304, 0.12710663676261902, 0.033465005457401276, 0.15996599197387695, -0.08021166920661926, 0.04102962091565132, -0.04585059732198715, 0.021247899159789085, 0.050441913306713104, 0.0008947558817453682, -0.029880572110414505, -0.05202345922589302, 0.007867883890867233, -0.0992935374379158, 0.10770871490240097, -0.00543956458568573, -0.07961348444223404, -0.003112104954198003, -0.12672646343708038, 0.030587248504161835, 0.026990268379449844, 0.14289887249469757, -0.017272837460041046, -0.02557092159986496, -0.10082516074180603, -0.018585093319416046, 0.12016456574201584, 0.07341291010379791, -0.021877329796552658, 0.08221898227930069, -0.0632534772157669, 0.18804381787776947, 0.023688185960054398, 0.04797708988189697, -0.13537061214447021, -0.055243346840143204, -0.008819575421512127, 0.011084753088653088, -0.014144610613584518, 0.18016380071640015, 0.1415826678276062, -0.07647518068552017, -0.008823639713227749, 0.06621137261390686, -0.09971509128808975, -0.1644553393125534, -0.10641808062791824, -0.04592848941683769, -0.23769865930080414, 0.006061984226107597, -0.12417565286159515, 0.009409284219145775, 0.09865852445363998, 0.06349204480648041, -0.006255765445530415, 0.10811728239059448, 0.08495258539915085, -0.1140940934419632, 0.07477402687072754, -0.05483898147940636, 0.017978085204958916, -0.17663200199604034, -0.029197318479418755, 0.11433391273021698, 0.04225332289934158, 0.029280876740813255, -0.040188755840063095, -0.03326793387532234, 0.06375884264707565, 0.003201195038855076, -0.05587683990597725, -0.010244414210319519, 0.023463798686861992, 0.020388899371027946, 0.0072705443017184734, 0.04965534433722496, -0.0684877559542656, 0.05083820968866348, 0.11486929655075073, -0.07695168256759644, -0.13494762778282166, -0.06722095608711243, 0.04614431411027908, 0.030690757557749748, 0.12171410024166107, -0.028188910335302353, -0.09060084819793701, -0.08201801776885986, 0.1204514354467392, 0.1705171763896942, -0.08318904787302017, -0.042605821043252945, -0.03789091855287552, 0.01591401733458042, -0.06450966000556946, 0.07595178484916687, 0.015801459550857544, 0.13558922708034515, -0.03616205230355263, 0.017805619165301323, -0.09358661621809006, -0.03375501185655594, -0.029492024332284927, -0.053643692284822464, 0.023605909198522568, -0.03300924226641655, -0.043294865638017654, 0.14526477456092834, -0.22237615287303925, -0.11275541037321091, -0.13271570205688477, -0.029859567061066628, -0.05387192219495773, 0.019090760499238968, 0.1693897396326065, 0.07671067863702774, 0.08419063687324524, -0.001951189711689949, -0.019159674644470215, 0.06207288056612015, 0.0206662155687809, -0.15665440261363983, 0.004902398679405451, 0.02835243009030819, -0.16529801487922668, 0.1259111911058426, -0.018183033913373947, 0.19007544219493866, 0.02998182736337185, 0.043462637811899185, -0.0038291404489427805, 0.07004866749048233, 0.0256523247808218, -0.00571976276114583, 0.015945114195346832, -0.008993051014840603, -0.028941163793206215, 0.1250811070203781, 0.03575920686125755, -0.12641289830207825, 0.014651291072368622, 0.07725644111633301, -0.0762443095445633, -0.13388381898403168, -0.034621041268110275, -0.08555631339550018, 0.07731745392084122, -0.014332258142530918, -0.07058820128440857, -0.022541817277669907, -0.011311527341604233, 0.033040110021829605, 0.05264628678560257, 0.04472682625055313, 0.031875163316726685, -0.19832205772399902, -0.0694505125284195, -0.03965289518237114, 0.13200634717941284, -0.01229921169579029, 0.04847506433725357, -0.15937693417072296, -0.04654192179441452, -0.06769904494285583, 0.03110876865684986, 0.03794872760772705, 0.03198050707578659, 0.0020219162106513977, -0.07907407730817795, -0.027755143120884895, 0.0850398987531662, -0.04441622272133827, -0.10573381185531616 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_tts_train_conformer_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.loss.ave` ♻️ Imported from https://zenodo.org/record/4433198/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tts_train_conformer_fastspeech2_transformer_teacher_r-truncated-74c1b4
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.URL' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 85, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.05608608201146126, 0.010617355816066265, -0.0025128289125859737, 0.0548495315015316, 0.09480654448270798, -0.023252300918102264, 0.20893122255802155, 0.057014163583517075, 0.03663482144474983, -0.05158109590411186, 0.10860384255647659, 0.13623808324337006, 0.03326736390590668, 0.1548808217048645, 0.0349612683057785, -0.22240565717220306, 0.012799808755517006, 0.06377194076776505, 0.034946050494909286, 0.12185578048229218, 0.16321851313114166, -0.03405863419175148, 0.053960882127285004, 0.034309156239032745, -0.0711083635687828, 0.0995505154132843, -0.044079478830099106, -0.12319524586200714, 0.08058322221040726, 0.026515142992138863, 0.12149098515510559, 0.0443832129240036, 0.06214333325624466, -0.19400422275066376, 0.013587363064289093, -0.0027179440949112177, -0.0016729073831811547, 0.04271528497338295, 0.05544085428118706, 0.08445785194635391, -0.03309759497642517, 0.032360829412937164, 0.0017849961295723915, 0.013893269002437592, -0.07155396789312363, -0.046190500259399414, 0.0024674837477505207, 0.1287526935338974, 0.1583942323923111, 0.157640740275383, -0.013396727852523327, 0.11819995939731598, -0.08220883458852768, 0.04836234822869301, 0.18844746053218842, -0.17985831201076508, -0.018306657671928406, -0.02694903127849102, 0.02943631447851658, 0.14574310183525085, 0.008813722990453243, -0.03448328375816345, 0.1125708669424057, 0.011239846237003803, -0.007169131189584732, -0.04594884067773819, -0.11956959962844849, 0.02338532544672489, -0.13882280886173248, 0.002642070408910513, 0.23596163094043732, 0.02695063315331936, 0.001733161392621696, 0.0054029072634875774, -0.05060768127441406, -0.08302254974842072, -0.0019100569188594818, -0.15876105427742004, 0.042712144553661346, 0.03159642964601517, 0.02827705629169941, -0.09661081433296204, -0.15451732277870178, -0.09437907487154007, 0.01339716836810112, 0.07036934047937393, 0.0554487444460392, 0.017277000471949577, -0.07835177332162857, 0.06827462464570999, 0.05184561014175415, -0.06269193440675735, 0.06080133095383644, -0.03849243372678757, 0.0816688984632492, 0.0016430097166448832, 0.08618537336587906, -0.17383116483688354, -0.031282320618629456, -0.02732779085636139, -0.09219522774219513, 0.021692492067813873, 0.11679352819919586, 0.10649752616882324, 0.042739346623420715, 0.0015680762007832527, -0.03114195726811886, -0.06419987976551056, 0.010003418661653996, 0.07375606149435043, 0.020258570089936256, -0.03443174436688423, -0.14761993288993835, 0.01399596780538559, -0.042673591524362564, -0.010857958346605301, -0.026982318609952927, -0.04844590276479721, -0.1115027442574501, -0.06544103473424911, 0.1788768619298935, -0.07483930140733719, 0.011351196095347404, -0.01815936155617237, -0.05190576612949371, 0.16770197451114655, 0.03467605262994766, 0.07752515375614166, -0.08766668289899826, -0.022419795393943787, -0.09443090111017227, 0.05686725303530693, -0.08849010616540909, -0.047803282737731934, 0.03196351230144501, 0.03397968411445618, -0.011720946058630943, -0.19346292316913605, -0.19223232567310333, -0.04461793974041939, 0.01433281134814024, 0.04687478393316269, -0.052551399916410446, -0.15684865415096283, -0.06357154995203018, 0.021166272461414337, -0.07073593884706497, -0.1308542788028717, -0.07794484496116638, 0.008970222435891628, -0.049586206674575806, 0.05370483919978142, -0.02784830518066883, 0.05457553640007973, -0.08581815659999847, -0.07103611528873444, -0.2272663116455078, 0.13104209303855896, -0.12440724670886993, -0.04660940542817116, -0.09307262301445007, -0.06304588913917542, -0.040519069880247116, 0.06942782551050186, 0.04417264461517334, 0.17545922100543976, -0.183284729719162, -0.075321264564991, 0.06444796919822693, -0.1166326031088829, -0.08744903653860092, 0.1723656803369522, -0.014788901433348656, 0.1456226110458374, 0.10190922766923904, 0.20726382732391357, -0.0075341807678341866, -0.2117433398962021, 0.006391000002622604, 0.1042022854089737, -0.03430487960577011, -0.08761442452669144, 0.09301846474409103, 0.010402669198811054, 0.031065048649907112, -0.07953689247369766, -0.0005881471442990005, 0.09046753495931625, -0.038907214999198914, -0.04973221942782402, 0.0809566080570221, -0.05026375874876976, 0.055521659553050995, -0.009896938689053059, 0.08138743042945862, -0.0100376196205616, -0.08330342173576355, 0.2414470762014389, 0.13079214096069336, -0.057872019708156586, 0.06381700932979584, -0.09214098751544952, -0.04821263998746872, -0.04534224048256874, -0.0815858393907547, -0.026323119178414345, 0.06475997716188431, 0.005065182223916054, 0.04796604439616203, 0.09597429633140564, 0.08328016102313995, -0.0018616131274029613, -0.02275976352393627, -0.013830866664648056, -0.08811527490615845, -0.10596618801355362, 0.03333370015025139, -0.06962433457374573, -0.16737379133701324, 0.05708164721727371, 0.027981488034129143, -0.06983498483896255, -0.104243703186512, -0.0017483060946688056, -0.0903315320611, 0.07440146803855896, -0.004823564551770687, 0.003959257155656815, -0.008665311150252819, 0.06858742237091064, -0.05355362966656685, -0.03497545048594475, -0.021790698170661926, 0.03864176571369171, -0.021678093820810318, 0.12116994708776474, 0.01158173754811287, 0.03728596493601799, 0.10025842487812042, -0.22938309609889984, -0.03948117420077324, 0.17609059810638428, -0.00925228837877512, -0.05417528375983238, -0.04652346670627594, -0.011729512363672256, 0.21086324751377106, -0.04802709072828293, 0.11286596953868866, -0.11391834914684296, -0.01726633310317993, -0.0342722162604332, -0.14701911807060242, 0.03450503945350647, 0.06780719012022018, 0.07585114985704422, -0.16596943140029907, 0.1565464586019516, 0.01871016062796116, -0.12155898660421371, 0.2446621060371399, 0.04632234573364258, -0.07359881699085236, -0.049211375415325165, 0.025571376085281372, -0.08639561384916306, 0.040297649800777435, -0.1221560388803482, 0.014963684603571892, 0.0002842575777322054, 0.01879945583641529, 0.10246974229812622, -0.1580420881509781, -0.039208412170410156, 0.048701148480176926, -0.07798977196216583, -0.03318564221262932, -0.058473847806453705, -0.10820307582616806, 0.005706197116523981, -0.05470122769474983, -0.11322704702615738, 0.04588210582733154, 0.007972084917128086, -0.11502078920602798, 0.13268865644931793, -0.1566605418920517, -0.2750701308250427, -0.17020152509212494, 0.09384463727474213, 0.04900713637471199, 0.025739699602127075, 0.08698129653930664, -0.1062549278140068, -0.024683795869350433, -0.05434822663664818, 0.014576168730854988, -0.04426490142941475, -0.05533797666430473, 0.029350649565458298, 0.023261526599526405, -0.0531722754240036, -0.13460835814476013, 0.002553907921537757, -0.008975494652986526, 0.021290386095643044, 0.015889333561062813, -0.06516890227794647, 0.020579764619469643, 0.18841533362865448, 0.0002744896919466555, -0.05423659458756447, -0.03318480774760246, 0.17178255319595337, -0.08783531934022903, 0.077663853764534, 0.14344100654125214, -0.017716102302074432, 0.05973602831363678, 0.0428018644452095, 0.06823378801345825, 0.021571895107626915, 0.03258160129189491, -0.029372844845056534, -0.008713255636394024, -0.355771541595459, -0.03209700062870979, -0.03373832255601883, 0.07645495235919952, -0.058168746531009674, 0.017438167706131935, 0.09194397181272507, 0.10472899675369263, 0.0033893813379108906, 0.0959666520357132, -0.0027623558416962624, 0.0384540781378746, 0.024193087592720985, 0.008940296247601509, 0.03843263164162636, -0.06092795729637146, -0.05613650381565094, 0.08982723951339722, 0.07928655296564102, -0.0013681292766705155, 0.05751438066363335, 0.14407622814178467, 0.10532461851835251, 0.08862310647964478, 0.06688331067562103, -0.010477342642843723, 0.01606442593038082, -0.002161431359127164, -0.03443978354334831, -0.054947659373283386, -0.02798723801970482, 0.11161619424819946, 0.02791225165128708, -0.026477504521608353, 0.05646874010562897, 0.14947691559791565, 0.023044543340802193, 0.14540913701057434, 0.0031480274628847837, -0.27943629026412964, 0.006469092331826687, -0.007366640958935022, -0.02636915072798729, -0.022990310564637184, 0.09001783281564713, 0.17780573666095734, -0.064092718064785, 0.03434433415532112, 0.0944506824016571, 0.08489862084388733, -0.08651835471391678, -0.028224598616361618, 0.050666578114032745, 0.03563634678721428, -0.03887062892317772, 0.09935785084962845, -0.20597012341022491, 0.12151924520730972, 0.0006400694255717099, 0.11569952219724655, 0.03370533511042595, 0.02576235868036747, -0.011750029399991035, 0.0320129431784153, 0.12017006427049637, 0.039283011108636856, 0.007417040877044201, -0.06543190777301788, -0.10097962617874146, -0.05852717533707619, 0.010602809488773346, 0.08399276435375214, -0.05517898499965668, 0.04219565540552139, 0.020424263551831245, 0.06431102752685547, -0.06930216401815414, -0.24585479497909546, -0.04739947244524956, -0.004930618219077587, 0.19899137318134308, -0.039266496896743774, -0.0074989222921431065, -0.07762525975704193, -0.03643479943275452, 0.0989101454615593, -0.10535307228565216, -0.1312958151102066, -0.03953079506754875, -0.10419561713933945, 0.04964086040854454, -0.06767934560775757, 0.045477017760276794, 0.10806460678577423, 0.06495889276266098, -0.03435450419783592, 0.019544176757335663, 0.1520211398601532, -0.12251847237348557, -0.03366599604487419, -0.062495000660419464, 0.09482000768184662, 0.15019403398036957, 0.03349139913916588, 0.005308789666742086, -0.07070355862379074, -0.03408987820148468, -0.0742524266242981, -0.03925493732094765, 0.013722491450607777, -0.07130938768386841, 0.06287575513124466, -0.026047905907034874, -0.13978424668312073, -0.085993193089962, -0.07134653627872467, 0.1436624526977539, 0.2516506612300873, -0.026988836005330086, 0.07052167505025864, 0.24194324016571045, -0.07467374950647354, -0.1587868332862854, -0.038237065076828, 0.13168811798095703, -0.010596931912004948, 0.02481251209974289, -0.188442662358284, 0.0966104120016098, 0.08583685755729675, -0.02001003362238407, -0.015162434428930283, -0.285368412733078, -0.12858931720256805, 0.1171138808131218, -0.025524703785777092, 0.025438694283366203, -0.07005495578050613, -0.042120952159166336, -0.06315039098262787, -0.07235955446958542, 0.12435749173164368, -0.032964352518320084, 0.06474023312330246, 0.08819368481636047, 0.07195936143398285, -0.03128226846456528, 0.004677783697843552, 0.0722077414393425, 0.10272731631994247, 0.016043372452259064, 0.012114807032048702, -0.0135693633928895, 0.06341705471277237, 0.028826631605625153, 0.09340488910675049, 0.06468367576599121, -0.02485617622733116, -0.198272705078125, -0.06162672117352486, -0.03552708774805069, 0.012882722541689873, 0.013308183290064335, -0.12004049122333527, -0.05214342102408409, -0.02882370539009571, 0.06811489164829254, 0.04252200201153755, 0.20302848517894745, 0.023837991058826447, 0.00803450308740139, 0.183523491024971, 0.08087653666734695, -0.021100644022226334, -0.1517123579978943, -0.03887933865189552, -0.06404323875904083, 0.09523371607065201, -0.11393564939498901, 0.013332146219909191, 0.024787137284874916, -0.012400323525071144, 0.11817418783903122, 0.06301523000001907, -0.09649448096752167, 0.05835168808698654, 0.053247470408678055, -0.062085092067718506, -0.0065339538268744946, -0.07176902145147324, 0.03050631284713745, 0.0768243670463562, 0.03112035058438778, 0.1603085845708847, -0.14211243391036987, -0.026377135887742043, 0.0017626173794269562, 0.0461658239364624, -0.13812437653541565, 0.17206397652626038, 0.12523671984672546, 0.004834490362554789, -0.05225934460759163, 0.17266534268856049, 0.054240234196186066, -0.0033784331753849983, 0.04887285828590393, 0.08467954397201538, -0.04834877699613571, -0.042848218232393265, 0.021128669381141663, 0.07532184571027756, -0.14852815866470337, -0.12983955442905426, -0.10381105542182922, 0.0037851487286388874, 0.01911795698106289, -0.07025232166051865, 0.02525658719241619, -0.055467598140239716, -0.0029649194329977036, 0.07788413017988205, -0.021039314568042755, 0.04364816099405289, 0.14045274257659912, 0.07746260613203049, -0.20277993381023407, 0.07743193209171295, 0.027320193126797676, 0.053297724574804306, -0.04276733472943306, 0.04062182456254959, -0.06340469419956207, 0.06803636252880096, 0.04958872124552727, 0.07235559076070786, -0.05860614776611328, -0.04746178165078163, 0.015088165178894997, -0.026016205549240112, -0.06734077632427216, 0.08349195867776871, -0.07338733971118927, 0.039330627769231796, 0.05837903171777725, 0.08027471601963043, -0.08668768405914307, 0.0067126816138625145, 0.014346657320857048, -0.03563545271754265, 0.03132021799683571, 0.08069153130054474, -0.06833871454000473, -0.004393239505589008, -0.19012878835201263, 0.03698856756091118, 0.1496506631374359, 0.054230231791734695, 0.032457370311021805, 0.034455474466085434, -0.0029003089293837547, 0.0424644760787487, 0.05507193133234978, -0.09749781340360641, -0.026170015335083008, -0.06263606250286102, 0.03740546852350235, -0.07198215276002884, -0.04688224196434021, -0.05912240222096443, 0.03914017975330353, 0.13118818402290344, 0.040310945361852646, 0.15232013165950775, -0.08155877143144608, 0.023889616131782532, -0.04225990176200867, 0.022474205121397972, 0.05757884681224823, -0.00390983372926712, -0.02964072674512863, -0.03627578541636467, -0.002338155172765255, -0.09631140530109406, 0.10050716251134872, 0.01257321611046791, -0.08697477728128433, 0.005005179904401302, -0.1222500279545784, 0.049231741577386856, 0.018286708742380142, 0.139631986618042, -0.036490313708782196, -0.023531455546617508, -0.11319363117218018, -0.018087713047862053, 0.13544927537441254, 0.06884504109621048, 0.0049478430300951, 0.09895128011703491, -0.04449727013707161, 0.16922925412654877, -0.0007465638336725533, 0.041867468506097794, -0.19653141498565674, -0.05888089910149574, 0.008955159224569798, 0.026732338592410088, -0.0009189198608510196, 0.1516873687505722, 0.1388358771800995, -0.06802792847156525, -0.003972133621573448, 0.05666182190179825, -0.08023568987846375, -0.16958631575107574, -0.10541073977947235, -0.04171204939484596, -0.23720557987689972, 0.007131157908588648, -0.12248393893241882, 0.02218969166278839, 0.07079838961362839, 0.05209650099277496, 0.003834197297692299, 0.11683670431375504, 0.05952216312289238, -0.11265123635530472, 0.0648878738284111, -0.03657025843858719, -0.0010093925520777702, -0.16744369268417358, -0.026398202404379845, 0.12191325426101685, 0.03307483345270157, 0.027835845947265625, -0.05178849399089813, -0.0376015231013298, 0.07562436908483505, 0.01660369709134102, -0.05060787498950958, -0.012851550243794918, 0.014572435058653355, 0.032073505222797394, 0.023910844698548317, 0.06148844584822655, -0.05960823595523834, 0.05204961448907852, 0.12940576672554016, -0.0658784732222557, -0.14039857685565948, -0.05629387125372887, 0.032202985137701035, 0.03437989205121994, 0.12428306043148041, -0.013528232462704182, -0.08450587093830109, -0.08153465390205383, 0.10733064264059067, 0.1521640568971634, -0.07339300960302353, -0.045881953090429306, -0.04956367239356041, 0.01672748662531376, -0.08256127685308456, 0.060863688588142395, 0.027875708416104317, 0.1653771996498108, -0.029803717508912086, 0.006861524656414986, -0.10911304503679276, -0.030059602111577988, -0.05012068897485733, -0.05586078017950058, 0.02235407754778862, -0.049720633774995804, -0.031725190579891205, 0.13157404959201813, -0.22261115908622742, -0.11420947313308716, -0.12986427545547485, -0.010856383480131626, -0.04881305992603302, 0.02286497689783573, 0.18744151294231415, 0.06025806441903114, 0.07716844975948334, -0.000552700599655509, -0.017460497096180916, 0.05864625424146652, 0.025843841955065727, -0.1491258144378662, 0.002389256376773119, 0.015479818917810917, -0.14825433492660522, 0.14928999543190002, -0.016362672671675682, 0.18841947615146637, 0.010261811316013336, 0.05349596589803696, 0.004566631745547056, 0.08562356233596802, 0.037059832364320755, -0.016271207481622696, -0.00016793223039712757, 0.004989436827600002, -0.035060394555330276, 0.11193758994340897, 0.03412416949868202, -0.14329735934734344, -0.0005117885884828866, 0.09224645793437958, -0.06572429090738297, -0.13609540462493896, -0.021413680166006088, -0.0888734683394432, 0.07399465888738632, -0.04088610038161278, -0.0651998370885849, -0.03229992464184761, -0.008920624852180481, 0.04508452117443085, 0.05692336708307266, 0.05426894128322601, 0.04097511246800423, -0.19640274345874786, -0.06312227249145508, -0.04088533669710159, 0.13462522625923157, -0.013624899089336395, 0.03865448758006096, -0.1437564194202423, -0.04977349936962128, -0.09365656226873398, 0.015885762870311737, 0.03284541890025139, 0.023172207176685333, 0.003704052185639739, -0.07018452882766724, -0.026186827570199966, 0.08080944418907166, -0.03852620720863342, -0.11242497712373734 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/jsut_tts_train_conformer_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_prosody_train.loss.ave` ♻️ Imported from https://zenodo.org/record/5499066/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tts_train_conformer_fastspeech2_transformer_teacher_r-truncated-f43d8f
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_prosody_train.URL' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_prosody_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_prosody_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 10, 81, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/jsut_tts_train_conformer_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_prosody_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.05197178199887276, 0.03147139027714729, -0.002064281841740012, 0.05984723940491676, 0.11417306214570999, -0.021923374384641647, 0.21658851206302643, 0.0459563247859478, -0.012554763816297054, -0.05376376584172249, 0.10975529253482819, 0.12588448822498322, 0.042598824948072433, 0.16064278781414032, 0.06520441174507141, -0.25577473640441895, 0.022715497761964798, 0.05484992638230324, 0.006467445753514767, 0.1252422332763672, 0.16100844740867615, -0.030151234939694405, 0.06292664259672165, 0.043259844183921814, -0.09448651969432831, 0.09542039781808853, -0.0473688505589962, -0.10919489711523056, 0.07847311347723007, 0.04842478781938553, 0.12867577373981476, 0.03848614543676376, 0.07907292246818542, -0.17598052322864532, 0.008964787237346172, 0.000920745194889605, -0.01033379603177309, 0.04843299090862274, 0.05425907298922539, 0.08134480565786362, -0.008475643582642078, 0.028792155906558037, -0.002424407284706831, 0.01609961874783039, -0.08428312838077545, -0.07034143805503845, -0.015785569325089455, 0.14539355039596558, 0.1565249115228653, 0.1645287275314331, -0.0112202363088727, 0.1114029809832573, -0.060935165733098984, 0.05418063700199127, 0.16819573938846588, -0.18186640739440918, -0.030062267556786537, -0.02059147134423256, 0.008008867502212524, 0.13774770498275757, 0.0092474902048707, -0.04166713356971741, 0.11585994809865952, 0.012553691864013672, 0.0006878083804622293, -0.04583820700645447, -0.11250794678926468, 0.020744435489177704, -0.15124259889125824, 0.02313508279621601, 0.2235904186964035, 0.019545918330550194, -0.005325108300894499, 0.022784320637583733, -0.049309324473142624, -0.06107840687036514, 0.02401265874505043, -0.1720026284456253, 0.05414654314517975, 0.021779127418994904, 0.018073884770274162, -0.11120739579200745, -0.13791733980178833, -0.09701990336179733, -0.011662996374070644, 0.06917967647314072, 0.052058592438697815, 0.019186699762940407, -0.06935542076826096, 0.054323066025972366, 0.04260922223329544, -0.046654682606458664, 0.053315091878175735, -0.048009127378463745, 0.09451563656330109, -0.0025637978687882423, 0.07739483565092087, -0.17114020884037018, -0.0544162318110466, -0.03430824354290962, -0.06690898537635803, 0.018791286274790764, 0.13451646268367767, 0.09429541975259781, 0.046794380992650986, 0.03521793708205223, -0.050467588007450104, -0.054853811860084534, 0.0025434261187911034, 0.07506079226732254, 0.015515979379415512, -0.0267117191106081, -0.1575160175561905, -0.003934427630156279, -0.03593616932630539, -0.01986413635313511, -0.03176846727728844, -0.04166935384273529, -0.10154090821743011, -0.06086481362581253, 0.19270506501197815, -0.07424262166023254, 0.004936696495860815, -0.02397899329662323, -0.073571115732193, 0.176637202501297, 0.05242771655321121, 0.06742782890796661, -0.07758205384016037, -0.028097763657569885, -0.09082167595624924, 0.06207454577088356, -0.08915873616933823, -0.06215694546699524, 0.01409006118774414, 0.040882982313632965, -0.016019972041249275, -0.19524146616458893, -0.19300784170627594, -0.06484440714120865, 0.01452002301812172, 0.04537161812186241, -0.04397018253803253, -0.17261916399002075, -0.06343818455934525, 0.013212865218520164, -0.06719323247671127, -0.14705799520015717, -0.054172251373529434, 0.005613656714558601, -0.04030044376850128, 0.03834094852209091, -0.03647284954786301, 0.06233091652393341, -0.08359374105930328, -0.06174137443304062, -0.2608134150505066, 0.12540562450885773, -0.11539772152900696, -0.036012034863233566, -0.10573616623878479, -0.08448219299316406, -0.017813367769122124, 0.07502266764640808, 0.060223501175642014, 0.16645096242427826, -0.17874452471733093, -0.07727468013763428, 0.06378769874572754, -0.12277819216251373, -0.09231877326965332, 0.16620510816574097, -0.024936845526099205, 0.15740741789340973, 0.11122369766235352, 0.18288418650627136, 0.012421935796737671, -0.1828666478395462, -0.008097789250314236, 0.10273929685354233, -0.016240069642663002, -0.08325612545013428, 0.10066797584295273, -0.004552044440060854, 0.013930880464613438, -0.09213658422231674, -0.026624619960784912, 0.09633908420801163, -0.034212321043014526, -0.04713790863752365, 0.08546041697263718, -0.06106405332684517, 0.07528725266456604, -0.021204542368650436, 0.1047416552901268, 0.00272050267085433, -0.0864594429731369, 0.25034424662590027, 0.12930721044540405, -0.0652264803647995, 0.05473064258694649, -0.09247435629367828, -0.06111951172351837, -0.04519040510058403, -0.08704739809036255, -0.026216695085167885, 0.055783987045288086, -0.007173543330281973, 0.011599844321608543, 0.10073555260896683, 0.09405742585659027, 0.010653662495315075, -0.013718806207180023, -0.009601058438420296, -0.08377093076705933, -0.09191033989191055, 0.040680792182683945, -0.07062418013811111, -0.14642289280891418, 0.045398321002721786, 0.026650143787264824, -0.06874100863933563, -0.12902136147022247, 0.0030259329359978437, -0.10183528810739517, 0.06106661632657051, -0.006483663339167833, 0.01800699159502983, -0.014578945003449917, 0.07261373102664948, -0.040167611092329025, -0.036493681371212006, -0.01576201431453228, 0.034764256328344345, -0.0346391499042511, 0.10990457981824875, -0.011802594177424908, 0.03948204591870308, 0.09515776485204697, -0.24483880400657654, -0.04799097403883934, 0.17643365263938904, -0.006639511324465275, -0.04462992399930954, -0.02479800395667553, -0.008445941843092442, 0.21875321865081787, -0.05105048790574074, 0.11257429420948029, -0.09860072284936905, -0.011767270043492317, -0.032420769333839417, -0.1386171281337738, 0.028570709750056267, 0.07229694724082947, 0.05533294379711151, -0.1438344120979309, 0.1552804708480835, 0.035227853804826736, -0.12018314003944397, 0.20233315229415894, 0.050545014441013336, -0.061314817517995834, -0.06796201318502426, -0.004399540834128857, -0.08825305104255676, 0.030646800994873047, -0.08488988876342773, -0.001864611404016614, 0.0014798196498304605, 0.02245941013097763, 0.10250590741634369, -0.15917344391345978, -0.036742113530635834, 0.060411058366298676, -0.07388842850923538, -0.029844289645552635, -0.0633334070444107, -0.12898971140384674, -0.0004767387581523508, -0.0504445806145668, -0.09624886512756348, 0.04689684882760048, 0.00889586377888918, -0.127040833234787, 0.1397186815738678, -0.1579838991165161, -0.24742284417152405, -0.18039917945861816, 0.08680874854326248, 0.05333496257662773, 0.02790067158639431, 0.06367167830467224, -0.11140825599431992, -0.03283575177192688, -0.06147664785385132, 0.03638910874724388, -0.07192675024271011, -0.06242149695754051, 0.030226556584239006, 0.00886409729719162, -0.04337466135621071, -0.13864274322986603, 0.011306104250252247, 0.0012787827290594578, 0.0076635549776256084, -0.002427283674478531, -0.07556082308292389, 0.016256164759397507, 0.1794622838497162, 0.002777970163151622, -0.057623036205768585, -0.03593754768371582, 0.1991986483335495, -0.0787493959069252, 0.07640258222818375, 0.15473859012126923, -0.02345755696296692, 0.05769789591431618, 0.05160515755414963, 0.06328203529119492, 0.02425215393304825, 0.03674601763486862, -0.04583548381924629, -0.00217450107447803, -0.34800276160240173, -0.03064139001071453, -0.005406491458415985, 0.059748366475105286, -0.04970347508788109, 0.016733743250370026, 0.06168481707572937, 0.1161184012889862, 0.00926764402538538, 0.11356767266988754, -0.004197402391582727, 0.010221532545983791, 0.017987480387091637, 0.006481911521404982, 0.03658945858478546, -0.07114393264055252, -0.05842355638742447, 0.08372996747493744, 0.042932361364364624, 0.014063982293009758, 0.058884844183921814, 0.1443633884191513, 0.08810318261384964, 0.09994354844093323, 0.061582211405038834, -0.0015435083769261837, 0.013664170168340206, 0.006000720430165529, -0.02724548801779747, -0.051670681685209274, -0.03284667059779167, 0.11208813637495041, 0.020271962508559227, -0.002592329867184162, 0.04672708734869957, 0.12376395612955093, 0.014671694487333298, 0.12463351339101791, -0.0028699792455881834, -0.29761314392089844, -0.011920484714210033, -0.007052405271679163, -0.007426692172884941, -0.018746012821793556, 0.07686925679445267, 0.15652582049369812, -0.07536077499389648, 0.038808390498161316, 0.08403555303812027, 0.07349243760108948, -0.09163562953472137, -0.032615020871162415, 0.06149378418922424, 0.04981560260057449, -0.03410204127430916, 0.11021611839532852, -0.23316590487957, 0.1339573711156845, -0.0026476350612938404, 0.12798850238323212, 0.04179524630308151, 0.02243831381201744, -0.00791487842798233, 0.043987032026052475, 0.12207982689142227, 0.04758657142519951, -0.009246288798749447, -0.08496996760368347, -0.11130775511264801, -0.04943404719233513, 0.023293135687708855, 0.06132403016090393, -0.04228483512997627, 0.036027953028678894, 0.017572440207004547, 0.06387477368116379, -0.04976227134466171, -0.2322971224784851, -0.05171189084649086, -0.003451889380812645, 0.1590043306350708, -0.004809016827493906, -0.00861374568194151, -0.09309828281402588, -0.05999423563480377, 0.07856082171201706, -0.10372244566679001, -0.12192240357398987, -0.03384586423635483, -0.09449437260627747, 0.05149789899587631, -0.0762140080332756, 0.04461446776986122, 0.10539454221725464, 0.050908975303173065, -0.01722828485071659, 0.004366397857666016, 0.1600208878517151, -0.1107090637087822, -0.042428042739629745, -0.053532689809799194, 0.05998652055859566, 0.17914855480194092, 0.04895251616835594, -0.0005653947009705007, -0.05397900938987732, -0.03424300253391266, -0.07507452368736267, -0.038643211126327515, 0.07068309932947159, -0.08814490586519241, 0.0670827254652977, -0.01864573359489441, -0.12081383913755417, -0.1010609045624733, -0.054155055433511734, 0.14401109516620636, 0.23980319499969482, -0.03867809846997261, 0.04021245241165161, 0.239339679479599, -0.08829417079687119, -0.16280929744243622, -0.02261100709438324, 0.1211647167801857, 0.010293272323906422, 0.015595494769513607, -0.1901686191558838, 0.09853442013263702, 0.09756281226873398, -0.011271648108959198, -0.0363452285528183, -0.270573228597641, -0.1357521116733551, 0.12139571458101273, -0.023111894726753235, 0.038313571363687515, -0.07200650870800018, -0.03921812027692795, -0.07205846905708313, -0.0462401807308197, 0.12321461737155914, -0.0311393104493618, 0.05544580891728401, 0.08597218245267868, 0.06511373072862625, -0.03277485445141792, 0.007825876586139202, 0.07800506800413132, 0.10433607548475266, 0.01608656719326973, 0.0007732295198366046, -0.02372213825583458, 0.054130129516124725, 0.020121367648243904, 0.09781598299741745, 0.08876577764749527, -0.01579291746020317, -0.20264878869056702, -0.05535111203789711, -0.03649721294641495, 0.001335690263658762, 0.01259871106594801, -0.10560411214828491, -0.06252787262201309, -0.012307530269026756, 0.07129457592964172, 0.043549831956624985, 0.1859528124332428, 0.03642939031124115, 0.01964757777750492, 0.15962792932987213, 0.06959053128957748, 0.019345706328749657, -0.14987492561340332, -0.027306213974952698, -0.05847552418708801, 0.09378192573785782, -0.11135131120681763, 0.005679943133145571, 0.054798394441604614, -0.013167415745556355, 0.12235088646411896, 0.05626295134425163, -0.10381355881690979, 0.059990763664245605, 0.03236432000994682, -0.06624788045883179, -0.041137438267469406, -0.07038810104131699, 0.021282246336340904, 0.03962893411517143, 0.04018891230225563, 0.16877208650112152, -0.14760378003120422, -0.029817944392561913, -0.00166104466188699, 0.035320959985256195, -0.14928758144378662, 0.18716751039028168, 0.14052005112171173, -0.00021708237181883305, -0.03848423436284065, 0.17299869656562805, 0.05904896929860115, -0.004102114122360945, 0.05496177449822426, 0.06577553600072861, -0.03670348599553108, -0.03847232833504677, 0.029686996713280678, 0.08903107792139053, -0.1520475298166275, -0.12330631911754608, -0.1006663367152214, -0.007592895533889532, 0.008559723384678364, -0.04753716662526131, 0.04239986836910248, -0.04986649751663208, -0.008825788274407387, 0.0781843513250351, -0.023731153458356857, 0.0397506058216095, 0.14230498671531677, 0.07610547542572021, -0.20237083733081818, 0.11358178406953812, 0.028703857213258743, 0.06899771094322205, -0.043283861130476, 0.045288387686014175, -0.07005616277456284, 0.058075156062841415, 0.04395425692200661, 0.06941065192222595, -0.05971571430563927, -0.035857707262039185, 0.022231776267290115, -0.038272958248853683, -0.05656617879867554, 0.06709983199834824, -0.08149850368499756, 0.04872526228427887, 0.0609254352748394, 0.06935824453830719, -0.07702238112688065, 0.005589336156845093, 0.007935947738587856, -0.026298729702830315, 0.026261987164616585, 0.08192110061645508, -0.06107071042060852, 0.000692174187861383, -0.18319644033908844, 0.03979930281639099, 0.1206577718257904, 0.04605339840054512, 0.04571853578090668, 0.015268190763890743, -0.016933558508753777, 0.03304371237754822, 0.05463718995451927, -0.09038767963647842, -0.022534415125846863, -0.04881633073091507, 0.03355859965085983, -0.06744147092103958, -0.021410983055830002, -0.06325454264879227, 0.042662907391786575, 0.11336848139762878, 0.0406343936920166, 0.1696823686361313, -0.08103249222040176, 0.04159141704440117, -0.04761863872408867, 0.02296091429889202, 0.05096268281340599, -0.004859692417085171, -0.01680872216820717, -0.05188148468732834, 0.0018313785549253225, -0.09750708937644958, 0.09559589624404907, -0.001114769373089075, -0.07047703862190247, -0.0020256286952644587, -0.10493244975805283, 0.032559365034103394, 0.01810114085674286, 0.1322576403617859, -0.027686212211847305, -0.02016514353454113, -0.10231375694274902, -0.008240234106779099, 0.11781249940395355, 0.08549901098012924, -0.002524363109841943, 0.08443710207939148, -0.06589402258396149, 0.18670836091041565, 0.014603651128709316, 0.045988842844963074, -0.15858399868011475, -0.059672918170690536, 0.003141595283523202, 0.01606433279812336, -0.0013357076095417142, 0.17601914703845978, 0.10817490518093109, -0.0795665979385376, -0.010346255265176296, 0.06013132631778717, -0.09999603033065796, -0.17092277109622955, -0.11462180316448212, -0.04852436110377312, -0.23512013256549835, 0.00034659894299693406, -0.11434250324964523, 0.00835502240806818, 0.10754504054784775, 0.04951068013906479, 0.0021021398715674877, 0.10857898741960526, 0.04341623932123184, -0.10692226886749268, 0.06990645080804825, -0.05156715586781502, 0.013166449964046478, -0.1837361454963684, -0.03156362846493721, 0.1265365034341812, 0.03703804686665535, 0.03366593271493912, -0.049694281071424484, -0.03531765192747116, 0.06765102595090866, 0.020257005468010902, -0.061703406274318695, -0.015938566997647285, 0.028081275522708893, 0.03470896929502487, 0.01635275036096573, 0.054564762860536575, -0.06742505729198456, 0.045768797397613525, 0.10917796939611435, -0.06662343442440033, -0.10931018739938736, -0.053526654839515686, 0.040705662220716476, 0.023529399186372757, 0.11973673850297928, -0.014999187551438808, -0.08240959793329239, -0.082558773458004, 0.11765538901090622, 0.16633468866348267, -0.06978943943977356, -0.04540868103504181, -0.042232830077409744, 0.01988384500145912, -0.06361643224954605, 0.06393840163946152, 0.02936531789600849, 0.1380188912153244, -0.0389229953289032, 0.003689499106258154, -0.10658822953701019, -0.028871947899460793, -0.016295261681079865, -0.06827995181083679, 0.017950939014554024, -0.03208817169070244, -0.03483513742685318, 0.14180368185043335, -0.2314380407333374, -0.108763188123703, -0.11724121868610382, -0.016382643952965736, -0.062125932425260544, 0.02691616490483284, 0.19547274708747864, 0.08147093653678894, 0.09053502231836319, -0.006188889034092426, -0.014999999664723873, 0.0826578289270401, 0.018436335027217865, -0.14637306332588196, -0.014657441526651382, 0.02659595012664795, -0.1289452612400055, 0.14640462398529053, -0.0158841572701931, 0.18991300463676453, 0.019662700593471527, 0.0503636971116066, -0.005939829163253307, 0.07378365844488144, 0.02333131618797779, -0.010511506348848343, 0.012031825259327888, -0.0007039807387627661, -0.031368549913167953, 0.13201117515563965, 0.03523547947406769, -0.13860780000686646, 0.02128671668469906, 0.10436596721410751, -0.08638619631528854, -0.1369050294160843, -0.02977500483393669, -0.09503667056560516, 0.08795379102230072, -0.008577870205044746, -0.0720725804567337, -0.026630926877260208, -0.008456294424831867, 0.038374315947294235, 0.047714684158563614, 0.0634816437959671, 0.04791858047246933, -0.20543862879276276, -0.06502963602542877, -0.05197921395301819, 0.11857268959283829, -0.016324713826179504, 0.04128400608897209, -0.15727359056472778, -0.058038584887981415, -0.06618311256170273, 0.028728803619742393, 0.01756049506366253, 0.03238477557897568, -0.0035676162224262953, -0.03251346945762634, -0.04354687035083771, 0.09076455235481262, -0.057301972061395645, -0.12211482971906662 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_tts_train_fastspeech2_raw_phn_jaconv_pyopenjtalk_train.loss.ave` ♻️ Imported from https://zenodo.org/record/4032224/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tts_train_fastspeech2_raw_phn_jaconv_pyopenjtalk_train.loss.ave
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_tts_train_fastspeech2_raw_phn_jaconv_pyopenjtalk_train.URL' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_fastspeech2_raw_phn_jaconv_pyopenjtalk_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_fastspeech2_raw_phn_jaconv_pyopenjtalk_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 69, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_tts_train_fastspeech2_raw_phn_jaconv_pyopenjtalk_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.04305286705493927, 0.008373819291591644, -0.0018015287350863218, 0.039809923619031906, 0.058671459555625916, -0.009620748460292816, 0.20804038643836975, 0.06553124636411667, 0.033304765820503235, -0.06026988476514816, 0.10211348533630371, 0.10387460142374039, 0.05498576536774635, 0.16124528646469116, 0.06498624384403229, -0.2166009098291397, 0.01933147944509983, 0.024514909833669662, 0.01713322103023529, 0.10833137482404709, 0.16931581497192383, -0.025083288550376892, 0.05429886281490326, 0.039290156215429306, -0.055215220898389816, 0.0874304473400116, -0.05961233377456665, -0.11509604007005692, 0.052678823471069336, 0.021435527130961418, 0.09649811685085297, 0.024095585569739342, 0.07012756168842316, -0.20016802847385406, 0.007749072276055813, -0.02046675980091095, -0.005579325836151838, 0.038257699459791183, 0.08782680332660675, 0.08180691301822662, -0.027166301384568214, 0.038741812109947205, -0.02821526490151882, 0.0064976997673511505, -0.049093134701251984, -0.07521174848079681, 0.012324034236371517, 0.08849945664405823, 0.13631577789783478, 0.1566729098558426, -0.027182724326848984, 0.09828346222639084, -0.1157703548669815, 0.05023016035556793, 0.12806759774684906, -0.17941851913928986, -0.0032609461341053247, -0.017551017925143242, 0.02928587794303894, 0.1564999520778656, 0.02116968482732773, -0.04941558092832565, 0.10874203592538834, 0.01976826973259449, -0.029656527563929558, -0.033131688833236694, -0.16762128472328186, 0.04801546409726143, -0.14088104665279388, 0.0325612798333168, 0.2592439651489258, 0.006683019921183586, -0.0005608522915281355, -0.011116210371255875, -0.04329373314976692, -0.05877206102013588, 0.002979532117024064, -0.14786341786384583, 0.04125479981303215, 0.0654056966304779, 0.04335054010152817, -0.07943159341812134, -0.14670689404010773, -0.08149465918540955, 0.0031355114188045263, 0.028454892337322235, 0.07249151170253754, 0.035398997366428375, -0.0899123102426529, 0.03132948651909828, 0.03594834357500076, -0.08809658139944077, 0.0820484533905983, -0.06075691059231758, 0.1173524558544159, 0.017577532678842545, 0.0960879847407341, -0.14775805175304413, 0.016375267878174782, -0.10676334798336029, -0.042711127549409866, 0.016523145139217377, 0.11026936024427414, 0.10773994773626328, 0.047897178679704666, -0.020455801859498024, -0.055008646100759506, -0.06780942529439926, -0.0065527791157364845, 0.03760840371251106, 0.006060115061700344, -0.026698362082242966, -0.17396347224712372, 0.020163217559456825, -0.0798441544175148, -0.005227278918027878, -0.0489836186170578, -0.06939537823200226, -0.11720151454210281, -0.050905436277389526, 0.16816769540309906, -0.05695648863911629, 0.007823074236512184, -0.010500842705368996, -0.07478497177362442, 0.14718222618103027, -0.005391414277255535, 0.09504082053899765, -0.09156378358602524, -0.015119125135242939, -0.06943006068468094, 0.06292744725942612, -0.07759770005941391, -0.07517741620540619, 0.03929479420185089, 0.07138396054506302, -0.005089135374873877, -0.1766565442085266, -0.19659662246704102, -0.04614952206611633, 0.0041041625663638115, 0.024996908381581306, -0.03524600714445114, -0.1628624051809311, -0.058768827468156815, 0.024903584271669388, -0.07914012670516968, -0.120547816157341, -0.09512548893690109, -0.003304730635136366, -0.088422030210495, 0.05033891648054123, -0.013098037801682949, 0.05746617913246155, -0.10019669681787491, -0.08583948761224747, -0.17219211161136627, 0.12057285010814667, -0.12399575114250183, -0.032233480364084244, -0.09814897924661636, -0.07151103019714355, -0.06620846688747406, 0.07272137701511383, 0.02954684942960739, 0.2059781700372696, -0.22399728000164032, -0.05568002536892891, 0.07422108203172684, -0.09675191342830658, -0.07672367990016937, 0.19773584604263306, -0.019616875797510147, 0.14503361284732819, 0.1040545329451561, 0.24816246330738068, 0.037384774535894394, -0.20244771242141724, 0.018514709547162056, 0.1255844384431839, -0.009775979444384575, -0.07957720011472702, 0.12446415424346924, -0.01764180138707161, 0.021751563996076584, -0.05029403790831566, 0.05020005255937576, 0.11421143263578415, -0.035511184483766556, -0.040426839143037796, 0.08801653236150742, -0.05670103430747986, 0.021754156798124313, -0.030152320861816406, 0.09472370892763138, -0.0033687271643429995, -0.054936252534389496, 0.14530447125434875, 0.1567980796098709, -0.053277529776096344, 0.020404504612088203, -0.08495551347732544, -0.03653090447187424, -0.07216939330101013, -0.06233133748173714, -0.0010239178081974387, 0.07064484059810638, 0.028770368546247482, -0.0039178719744086266, 0.09851650893688202, 0.11347753554582596, 0.005391371436417103, -0.01725221425294876, 0.005969061981886625, -0.06492476165294647, -0.026101084426045418, 0.017548028379678726, -0.06821569055318832, -0.18525446951389313, 0.08574749529361725, 0.000684849510435015, -0.06697133928537369, -0.09530429542064667, -0.023916684091091156, -0.07607068121433258, 0.07224425673484802, -0.007904691621661186, 0.023857681080698967, 0.013740114867687225, 0.06226205825805664, -0.04139453172683716, -0.021909238770604134, -0.04203108698129654, 0.008798138238489628, -0.02826748788356781, 0.1887434870004654, 0.03805649280548096, 0.10004491358995438, 0.08796465396881104, -0.1936962902545929, -0.026787227019667625, 0.1663677841424942, 0.006859822664409876, -0.054607946425676346, -0.043431784957647324, 0.02184714935719967, 0.17218993604183197, -0.08098065853118896, 0.10455767065286636, -0.12685294449329376, -0.00667800335213542, -0.02161077782511711, -0.14486245810985565, 0.04426121711730957, 0.09497915208339691, 0.064288429915905, -0.1874954104423523, 0.17026162147521973, 0.05518445000052452, -0.10706766694784164, 0.27475884556770325, 0.04425438866019249, -0.07165586203336716, -0.05711454153060913, 0.04470686614513397, -0.09950815886259079, 0.05842307582497597, -0.09646838903427124, 0.015195333398878574, 0.010823062621057034, 0.028719039633870125, 0.1306244432926178, -0.14702452719211578, -0.04936312884092331, 0.02846616506576538, -0.09374358505010605, -0.04544001445174217, -0.046520885080099106, -0.10528349876403809, 0.021089181303977966, -0.060774065554142, -0.12310820817947388, 0.03630411624908447, -0.012015470303595066, -0.12315959483385086, 0.12773990631103516, -0.19820214807987213, -0.24596303701400757, -0.17907652258872986, 0.06506773829460144, 0.054998934268951416, 0.029593978077173233, 0.07460903376340866, -0.1567142754793167, -0.045177631080150604, -0.06356503814458847, -0.011042929254472256, -0.060235265642404556, -0.07377476245164871, -0.0251571387052536, 0.01561710610985756, -0.049908991903066635, -0.1277305632829666, 0.007187327370047569, -0.010033981874585152, 0.06972362846136093, -0.0022679921239614487, -0.08503090590238571, 0.03707815334200859, 0.19920983910560608, 0.026209061965346336, -0.06080085411667824, -0.03141773119568825, 0.1818859875202179, -0.07942155003547668, 0.045100439339876175, 0.11337984353303909, -0.014756398275494576, 0.05192652717232704, 0.08311671763658524, 0.06703789532184601, 0.032574232667684555, 0.02420537732541561, -0.07477878779172897, 0.004327971953898668, -0.36421751976013184, -0.05012863129377365, -0.041236668825149536, 0.07676931470632553, -0.06962317228317261, 0.04184114933013916, 0.04324004799127579, 0.10398814082145691, 0.011523667722940445, 0.07507478445768356, 0.009061944670975208, 0.029870150610804558, 0.011347583495080471, -0.01036923099309206, 0.030745407566428185, -0.07699347287416458, -0.07463494688272476, 0.11608647555112839, 0.07894306629896164, 0.024274423718452454, 0.0605667382478714, 0.16072799265384674, 0.09194955974817276, 0.15804243087768555, 0.08706368505954742, -0.02306433394551277, 0.04210321977734566, 0.009031109511852264, -0.05247066915035248, -0.07299473881721497, -0.004988559987396002, 0.12947778403759003, 0.06920032948255539, -0.04794420301914215, 0.08432009816169739, 0.13241276144981384, 0.03360371291637421, 0.07440562546253204, 0.027041327208280563, -0.2601580023765564, 0.04004989191889763, 0.0011115651577711105, -0.02341925911605358, -0.023447837680578232, 0.10754465311765671, 0.1911773830652237, -0.04064976051449776, 0.013330377638339996, 0.10448838770389557, 0.07510767132043839, -0.05333446338772774, -0.030400002375245094, 0.05979957804083824, 0.03172420337796211, -0.02642923593521118, 0.11519317328929901, -0.22309966385364532, 0.12419116497039795, 0.010336259379982948, 0.10803155601024628, 0.008489260450005531, 0.024363059550523758, -0.009430998004972935, -0.01674685999751091, 0.13411468267440796, 0.03990540653467178, -0.009070313535630703, -0.05314366891980171, -0.1305559277534485, -0.025146476924419403, 0.04526692256331444, 0.10469431430101395, -0.07464974373579025, 0.049657877534627914, 0.012429352849721909, 0.05702662095427513, -0.12246380001306534, -0.217972069978714, -0.04920414462685585, -0.009756690822541714, 0.20062410831451416, -0.05108386650681496, 0.006173658650368452, -0.06579066812992096, -0.05775589495897293, 0.09718821197748184, -0.09160353988409042, -0.12129572033882141, -0.023365631699562073, -0.13298089802265167, 0.11013620346784592, -0.06716526299715042, 0.048087261617183685, 0.08987278491258621, 0.03943783417344093, -0.00526532344520092, 0.007393868174403906, 0.12463370710611343, -0.13646942377090454, -0.03148943930864334, -0.07419344037771225, 0.09049580246210098, 0.1322225034236908, 0.04342202842235565, 0.003746467875316739, -0.07021588087081909, -0.07724423706531525, -0.0929691269993782, -0.04011617973446846, 0.028956815600395203, -0.08415792137384415, 0.10428076237440109, -0.024833645671606064, -0.1609554886817932, -0.10633469372987747, -0.09630884230136871, 0.12866485118865967, 0.2733243703842163, -0.027026401832699776, 0.09646690636873245, 0.28222963213920593, -0.0939268171787262, -0.1533510833978653, -0.0787743628025055, 0.10828634351491928, 0.013194061815738678, 0.037670623511075974, -0.16489119827747345, 0.08780607581138611, 0.06629891693592072, -0.040945589542388916, -0.024635864421725273, -0.2732980251312256, -0.14197252690792084, 0.13706403970718384, -0.049977339804172516, 0.07502834498882294, -0.07527492195367813, -0.06269867718219757, -0.07224307209253311, -0.05070895701646805, 0.09264617413282394, -0.050142910331487656, 0.04940479248762131, 0.08656487613916397, 0.10366848111152649, -0.022338328883051872, -0.001479702303186059, 0.10298594832420349, 0.09716042131185532, 0.013497683219611645, 0.00015327264554798603, 0.007335808128118515, 0.04918293654918671, 0.05385778844356537, 0.11439646035432816, 0.03797050192952156, -0.006380836479365826, -0.2016710638999939, -0.051782507449388504, -0.0323372483253479, -0.0069560399278998375, 0.03491486981511116, -0.11425542086362839, -0.08900100737810135, -0.020359788089990616, 0.07003975659608841, 0.021297745406627655, 0.19944356381893158, 0.04106923192739487, 0.008322632871568203, 0.1302257627248764, 0.07386945933103561, 0.005651894491165876, -0.0728994756937027, -0.01977556385099888, -0.08655910938978195, 0.08702488988637924, -0.1334284543991089, -0.00003806108725257218, 0.05733995512127876, -0.0342787504196167, 0.12612979114055634, 0.0479607880115509, -0.12408532202243805, 0.050173815339803696, 0.07250859588384628, -0.07682812213897705, -0.01721765287220478, -0.07437724620103836, 0.04043871909379959, 0.08568106591701508, -0.005524749401956797, 0.1487455815076828, -0.1509309560060501, -0.023815931752324104, 0.0029730775859206915, 0.05929431691765785, -0.13754840195178986, 0.21996165812015533, 0.13709817826747894, -0.0010148498695343733, -0.0820707380771637, 0.17669735848903656, 0.05234694480895996, 0.0207423884421587, 0.04085429385304451, 0.07423029839992523, -0.04946215823292732, -0.041658706963062286, 0.04581580311059952, 0.11035767942667007, -0.10111846774816513, -0.16023366153240204, -0.097441166639328, -0.013810043223202229, 0.0063704634085297585, -0.0729467049241066, 0.028796395286917686, -0.03339879959821701, -0.00944140087813139, 0.06099433824419975, -0.006606494076550007, 0.06236989423632622, 0.16135014593601227, 0.038880858570337296, -0.192880317568779, 0.0669444128870964, 0.016810262575745583, 0.0576990582048893, -0.0580742247402668, 0.05686856806278229, -0.0616396926343441, 0.06291789561510086, 0.007822144776582718, 0.08564761281013489, -0.0700133815407753, -0.04196465387940407, 0.011107062920928001, -0.025523299351334572, -0.06368306279182434, 0.07305388152599335, -0.09185680747032166, 0.05558058246970177, 0.040142789483070374, 0.0762353241443634, -0.08462639898061752, -0.007804832886904478, 0.006478412542492151, -0.00898665003478527, 0.025619877502322197, 0.10405675321817398, -0.06506377458572388, 0.011192389763891697, -0.19853749871253967, 0.021100053563714027, 0.16349738836288452, 0.0659206435084343, 0.020823458209633827, 0.02985057421028614, -0.01786080189049244, 0.0607752799987793, 0.031393956393003464, -0.09704957902431488, -0.04309992864727974, -0.051790568977594376, 0.025473110377788544, -0.09375913441181183, -0.0281443502753973, -0.06246437504887581, 0.03320569917559624, 0.12178930640220642, 0.0722198486328125, 0.15298476815223694, -0.06623048335313797, 0.03584729880094528, -0.01030562911182642, 0.014038543216884136, 0.027250109240412712, -0.027650833129882812, -0.061875853687524796, -0.033165354281663895, -0.003714489983394742, -0.09067939966917038, 0.1532786786556244, 0.04115504398941994, -0.11695414781570435, -0.020188968628644943, -0.09319233894348145, 0.05310148373246193, 0.005985349882394075, 0.11858531087636948, -0.03645520657300949, -0.02438495121896267, -0.16121330857276917, -0.03208004683256149, 0.10772033780813217, 0.06933294236660004, -0.07308723032474518, 0.0882270336151123, 0.0243938360363245, 0.15600185096263885, 0.0350918285548687, -0.007658378686755896, -0.1483687162399292, -0.07661721110343933, -0.005291359964758158, 0.02946356311440468, -0.005963308271020651, 0.167544886469841, 0.1254553496837616, -0.05529174953699112, -0.019220517948269844, 0.044120192527770996, -0.08481968939304352, -0.1943485587835312, -0.09618295729160309, -0.06569961458444595, -0.20013099908828735, 0.006317690946161747, -0.13057686388492584, 0.05220741778612137, 0.09853735566139221, 0.0692448690533638, 0.0007040928467176855, 0.0925840213894844, 0.05181363597512245, -0.13878749310970306, 0.06422960758209229, -0.0446675606071949, 0.0037875419948250055, -0.15844710171222687, -0.026494165882468224, 0.0962669625878334, 0.013226962648332119, 0.013776560313999653, -0.05366850644350052, -0.019997192546725273, 0.047110892832279205, -0.0191824808716774, -0.03498618304729462, -0.025345243513584137, 0.031746719032526016, 0.03979905694723129, 0.062071558088064194, 0.0696609616279602, -0.0767676830291748, 0.0651497021317482, 0.11776009947061539, -0.06772441416978836, -0.14439190924167633, -0.06105963885784149, 0.01610397920012474, 0.007691321428865194, 0.1305726021528244, -0.030805369839072227, -0.06505323946475983, -0.08143942803144455, 0.12493546307086945, 0.19547489285469055, -0.10195886343717575, -0.045281145721673965, -0.040340445935726166, 0.01110049057751894, -0.0963863804936409, 0.0695609450340271, 0.04527591913938522, 0.23177216947078705, -0.03710506483912468, 0.05167847499251366, -0.10718516260385513, -0.009370840154588223, -0.0578911192715168, -0.06083197146654129, 0.017780080437660217, -0.06303028017282486, -0.035050030797719955, 0.14745447039604187, -0.26217085123062134, -0.06861645728349686, -0.17528627812862396, -0.012112350203096867, -0.05647854134440422, 0.02011876553297043, 0.1814548224210739, 0.0936034694314003, 0.05488937348127365, -0.046835899353027344, -0.0031623507384210825, 0.043976787477731705, 0.018603239208459854, -0.15833960473537445, 0.01562225166708231, 0.015244008973240852, -0.14995339512825012, 0.11262165755033493, 0.007653254549950361, 0.22704239189624786, 0.0039679910987615585, 0.04642535746097565, -0.011317779310047626, 0.08077020198106766, 0.032451145350933075, -0.04416250064969063, -0.00768469600006938, -0.001972351921722293, -0.025595787912607193, 0.10761242359876633, 0.06238257884979248, -0.08881110697984695, 0.010604810900986195, 0.07508207857608795, -0.0521366149187088, -0.13566842675209045, -0.028270453214645386, -0.09097994863986969, 0.07206425070762634, -0.03758830949664116, -0.058834224939346313, -0.030689552426338196, 0.0018385117873549461, 0.059554118663072586, 0.048214565962553024, 0.05606958270072937, 0.059975266456604004, -0.18069788813591003, -0.07563688606023788, 0.005568410735577345, 0.1240059956908226, -0.004723076242953539, 0.03420362249016762, -0.16054199635982513, -0.037828024476766586, -0.0751800388097763, 0.042236585170030594, 0.0461280532181263, 0.03264845535159111, 0.011007394641637802, -0.06401824951171875, -0.01770968548953533, 0.052726078778505325, -0.03567029908299446, -0.12341797351837158 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_tts_train_fastspeech2_tacotron2_teacher_raw_phn_jaconv_pyopenjtalk_accent_train.loss.ave` ♻️ Imported from https://zenodo.org/record/4381100/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tts_train_fastspeech2_tacotron2_teacher_raw_phn_jacon-truncated-f45dcb
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_tts_train_fastspeech2_tacotron2_teacher_raw_phn_jaconv_pyopenjtalk_accent_train.URL' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_fastspeech2_tacotron2_teacher_raw_phn_jaconv_pyopenjtalk_accent_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_fastspeech2_tacotron2_teacher_raw_phn_jaconv_pyopenjtalk_accent_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 80, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_tts_train_fastspeech2_tacotron2_teacher_raw_phn_jaconv_pyopenjtalk_accent_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.0543929785490036, 0.03462415561079979, -0.001956445863470435, 0.07544811815023422, 0.09438428282737732, -0.008381572552025318, 0.21750125288963318, 0.056966427713632584, 0.043257568031549454, -0.061095621436834335, 0.10505988448858261, 0.09584043174982071, 0.04832007735967636, 0.18159925937652588, 0.04740597680211067, -0.2373494654893875, -0.010317622683942318, 0.0326688177883625, 0.035361599177122116, 0.1177864596247673, 0.16329827904701233, -0.026135407388210297, 0.07165347784757614, 0.04843495786190033, -0.07000533491373062, 0.09996175765991211, -0.04371356591582298, -0.1234738752245903, 0.08599881827831268, 0.03353314474225044, 0.11870511621236801, 0.01744941994547844, 0.08218108117580414, -0.17833901941776276, 0.007997383363544941, -0.009255672805011272, -0.00995731633156538, 0.04675019159913063, 0.08221697807312012, 0.06591863185167313, -0.007626156322658062, 0.0634176954627037, 0.011970172636210918, 0.024038465693593025, -0.0991954356431961, -0.03150833025574684, 0.010130171664059162, 0.1321772038936615, 0.16864731907844543, 0.14750663936138153, -0.013302714563906193, 0.103630430996418, -0.09300288558006287, 0.050532516092061996, 0.15363089740276337, -0.17049267888069153, -0.02883026748895645, -0.0009109381935559213, -0.013712786138057709, 0.15720193088054657, -0.010673461481928825, -0.04597540572285652, 0.11364607512950897, 0.012032992206513882, -0.0032089552842080593, -0.04955971613526344, -0.13897493481636047, 0.04997264966368675, -0.13550971448421478, 0.03683164715766907, 0.2667388319969177, 0.023216744884848595, 0.0005299578770063818, 0.014472214505076408, -0.044747065752744675, -0.05796270817518234, 0.01861676201224327, -0.16536690294742584, 0.04549802467226982, 0.048789311200380325, 0.03416205942630768, -0.1012514978647232, -0.15588955581188202, -0.09214694797992706, 0.013197959400713444, 0.022519178688526154, 0.053332965821027756, 0.025608906522393227, -0.07675498723983765, 0.054512083530426025, -0.0008151410729624331, -0.05505230277776718, 0.06943848729133606, -0.06868655234575272, 0.0931849479675293, -0.004193821921944618, 0.09391415864229202, -0.18557265400886536, -0.04305672273039818, -0.07232493162155151, -0.06805111467838287, 0.03162313997745514, 0.1184869110584259, 0.10638518631458282, 0.0602014996111393, 0.008695968426764011, -0.04033699259161949, -0.04756273329257965, -0.00418078014627099, 0.0622524693608284, -0.002838332438841462, -0.023769497871398926, -0.16064703464508057, -0.00689349789172411, -0.06344962865114212, -0.019227229058742523, -0.052589379251003265, -0.06224267929792404, -0.1265544891357422, -0.051697906106710434, 0.16441300511360168, -0.06336011737585068, 0.017947403714060783, -0.007287135347723961, -0.07414580881595612, 0.14026618003845215, 0.03728730231523514, 0.09199999272823334, -0.07616698741912842, -0.02051675133407116, -0.09480270743370056, 0.06308180093765259, -0.08261340111494064, -0.05035940557718277, 0.021963592618703842, 0.050821445882320404, -0.01426512561738491, -0.19585725665092468, -0.1968446969985962, -0.05522868409752846, 0.01267167553305626, 0.02474895492196083, -0.03795352205634117, -0.1738610416650772, -0.06583379209041595, 0.02108924090862274, -0.05151298642158508, -0.14745216071605682, -0.06349318474531174, -0.004447366576641798, -0.0634809136390686, 0.034189872443675995, -0.02818087488412857, 0.04239976033568382, -0.0837903842329979, -0.07160138338804245, -0.2142086923122406, 0.11966899782419205, -0.10927531868219376, -0.0173373743891716, -0.10628212243318558, -0.05905366316437721, -0.053350187838077545, 0.058682315051555634, 0.06297671794891357, 0.1910155713558197, -0.18736618757247925, -0.05328764021396637, 0.07805415242910385, -0.09630481898784637, -0.09444606304168701, 0.18743449449539185, -0.03140256181359291, 0.1772594302892685, 0.11408329755067825, 0.2173849195241928, 0.012204768136143684, -0.22117741405963898, 0.03419625014066696, 0.10322557389736176, 0.0004381414910312742, -0.08152545243501663, 0.10721457004547119, -0.006814080290496349, 0.014429320581257343, -0.07928556203842163, 0.022767160087823868, 0.08831362426280975, -0.03891196846961975, -0.0641753077507019, 0.08276141434907913, -0.0677887573838234, 0.07728532701730728, -0.02424820326268673, 0.09965987503528595, -0.012525324709713459, -0.06756221503019333, 0.16540589928627014, 0.12572520971298218, -0.05633699148893356, 0.039013590663671494, -0.08932657539844513, -0.045551422983407974, -0.04242868721485138, -0.08931539207696915, 0.0015102023025974631, 0.06519155949354172, 0.012625487521290779, 0.0606653206050396, 0.09889982640743256, 0.10311644524335861, 0.010084116831421852, -0.004219909198582172, -0.026815857738256454, -0.06937998533248901, -0.0879831612110138, 0.031769249588251114, -0.07147736847400665, -0.15779222548007965, 0.07316426187753677, 0.020796142518520355, -0.06448960304260254, -0.1507154405117035, 0.003862630110234022, -0.08500772714614868, 0.04361551254987717, 0.005877545103430748, 0.012349753640592098, 0.0031293570064008236, 0.0730016827583313, -0.04001358523964882, -0.03593193739652634, -0.022484231740236282, 0.03557968512177467, -0.02904088981449604, 0.11268089711666107, 0.005325646139681339, 0.044627510011196136, 0.07124955952167511, -0.21955378353595734, -0.06581311672925949, 0.1523813158273697, -0.009319106116890907, -0.045295894145965576, -0.06871797144412994, 0.0018988350639119744, 0.21879470348358154, -0.060739245265722275, 0.10059724003076553, -0.11883660405874252, -0.015350660309195518, -0.02794659696519375, -0.1525215059518814, 0.0411231704056263, 0.07378170639276505, 0.07778653502464294, -0.17359144985675812, 0.1512441486120224, 0.021323498338460922, -0.13011828064918518, 0.2239689975976944, 0.059929344803094864, -0.06810653954744339, -0.05806818976998329, 0.03008093871176243, -0.09071312844753265, 0.043659187853336334, -0.08302256464958191, 0.009819275699555874, -0.0006469711079262197, 0.024201849475502968, 0.10257956385612488, -0.1603066772222519, -0.048456497490406036, 0.044128987938165665, -0.07287076115608215, -0.0454476922750473, -0.059539325535297394, -0.11996278911828995, 0.02012101747095585, -0.052478257566690445, -0.10560839623212814, 0.029452238231897354, -0.0030729861464351416, -0.13895879685878754, 0.13814522325992584, -0.1582881212234497, -0.23852373659610748, -0.1741606891155243, 0.09694025665521622, 0.06484895199537277, 0.03349968418478966, 0.06748177111148834, -0.11951065063476562, -0.042961057275533676, -0.07131949067115784, -0.01299691665917635, -0.06301414966583252, -0.07870100438594818, 0.002910019364207983, 0.031763955950737, -0.062162891030311584, -0.13307100534439087, 0.0005536842509172857, 0.004982745740562677, 0.027008438482880592, 0.007535595912486315, -0.09274047613143921, 0.021160557866096497, 0.18147170543670654, 0.0010005328804254532, -0.05196785181760788, -0.04266079142689705, 0.21748992800712585, -0.07774917036294937, 0.08431412279605865, 0.12086024135351181, -0.03389003872871399, 0.07310760021209717, 0.07378103584051132, 0.07144851237535477, 0.023202668875455856, 0.04347146674990654, -0.060849834233522415, -0.0010832767002284527, -0.3637114465236664, -0.023521320894360542, -0.03635241463780403, 0.07154519110918045, -0.04547283053398132, 0.020997125655412674, 0.061548832803964615, 0.12159563601016998, 0.017153160646557808, 0.08979576081037521, 0.013159086927771568, 0.02658901922404766, 0.003401614958420396, 0.02505137212574482, 0.021387996152043343, -0.07201939821243286, -0.06767372041940689, 0.10305646061897278, 0.0979667380452156, 0.020152486860752106, 0.05178849399089813, 0.15003962814807892, 0.089497409760952, 0.12027420103549957, 0.06301426142454147, -0.002315239515155554, 0.007606728933751583, 0.016100717708468437, -0.04273167625069618, -0.0562206506729126, -0.019342521205544472, 0.13875414431095123, 0.037496693432331085, -0.029677189886569977, 0.06603880226612091, 0.13580666482448578, 0.031246377155184746, 0.13003641366958618, 0.006332919001579285, -0.29436907172203064, 0.01647331379354, 0.00407622242346406, -0.006015724968165159, -0.0289798304438591, 0.09479376673698425, 0.19319747388362885, -0.08228832483291626, 0.036720603704452515, 0.09895738959312439, 0.07344452291727066, -0.06393145769834518, -0.045035820454359055, 0.036264028400182724, 0.011477122083306313, -0.05073666572570801, 0.12410888820886612, -0.2315148264169693, 0.13502834737300873, -0.005849629174917936, 0.11243217438459396, 0.02446017786860466, 0.021732743829488754, -0.006324633490294218, 0.024064429104328156, 0.12889087200164795, 0.051776982843875885, 0.019364409148693085, -0.07930309325456619, -0.11053156107664108, -0.0474984236061573, 0.015596498735249043, 0.06691102683544159, -0.055110249668359756, 0.03719278797507286, 0.01715203933417797, 0.0649193748831749, -0.07697644084692001, -0.2335381954908371, -0.04705985635519028, -0.014206456951797009, 0.17064787447452545, -0.04406711086630821, 0.0019971521105617285, -0.07722898572683334, -0.0488097183406353, 0.06610806286334991, -0.08963297307491302, -0.12896935641765594, -0.04226701706647873, -0.10355668514966965, 0.06022069975733757, -0.0726509839296341, 0.034444693475961685, 0.11335334181785583, 0.062431804835796356, -0.01727338507771492, 0.022080836817622185, 0.15585848689079285, -0.11814587563276291, -0.03518044203519821, -0.07290499657392502, 0.0736556351184845, 0.16369235515594482, 0.04680129885673523, 0.013059471733868122, -0.06296838819980621, -0.055473778396844864, -0.08082970976829529, -0.032216187566518784, 0.05012911558151245, -0.07777444273233414, 0.06376907229423523, -0.03178318217396736, -0.1488886922597885, -0.10687573254108429, -0.07654975354671478, 0.15894874930381775, 0.24990788102149963, -0.03622065857052803, 0.06269851326942444, 0.2507197856903076, -0.09813065826892853, -0.12177147716283798, -0.032409753650426865, 0.12714897096157074, 0.01113803219050169, 0.045433737337589264, -0.1779964715242386, 0.08120059221982956, 0.08859412372112274, -0.023612821474671364, -0.016810405999422073, -0.2753067910671234, -0.1373283863067627, 0.10654453188180923, -0.01248923409730196, 0.02582426741719246, -0.07804752886295319, -0.03901010751724243, -0.06363328546285629, -0.05240904539823532, 0.10343726724386215, -0.03089536912739277, 0.04631684720516205, 0.0961456298828125, 0.09188282489776611, -0.028839105740189552, 0.01018949132412672, 0.07863998413085938, 0.09855357557535172, 0.008305060677230358, 0.008394097909331322, -0.027093173936009407, 0.0747988149523735, 0.02147543430328369, 0.10496151447296143, 0.09594432264566422, -0.010935522615909576, -0.21261052787303925, -0.059793587774038315, -0.02372950315475464, -0.006485233083367348, 0.0177143607288599, -0.11998696625232697, -0.06395387649536133, -0.0186093021184206, 0.08321643620729446, 0.028270898386836052, 0.13429231941699982, 0.033075228333473206, 0.04115379974246025, 0.17354196310043335, 0.0851854607462883, 0.017544684931635857, -0.10867814719676971, -0.03553810715675354, -0.06905043870210648, 0.07711942493915558, -0.13577361404895782, 0.003547901986166835, 0.044034693390131, -0.018971392884850502, 0.13096867501735687, 0.05789096653461456, -0.1079069972038269, 0.07374299317598343, 0.055109892040491104, -0.07054931670427322, -0.008106590248644352, -0.08508802205324173, 0.02909017726778984, 0.043523285537958145, 0.014406220987439156, 0.1630583107471466, -0.14606523513793945, -0.029545433819293976, 0.0003075159329455346, 0.04676535353064537, -0.1347905695438385, 0.17150914669036865, 0.1533295214176178, -0.006464780308306217, -0.03597624599933624, 0.16453410685062408, 0.06094525754451752, 0.03639665246009827, 0.05270025506615639, 0.08661910146474838, -0.035392582416534424, -0.03260355815291405, 0.036443620920181274, 0.10796532034873962, -0.13028979301452637, -0.12958087027072906, -0.08292891085147858, 0.0029096680227667093, 0.008892753161489964, -0.06183426082134247, 0.022401107475161552, -0.06223348155617714, -0.008449978195130825, 0.07263647764921188, -0.005200692918151617, 0.0521000474691391, 0.14825573563575745, 0.06283494085073471, -0.19756458699703217, 0.07131650298833847, 0.015476304106414318, 0.05028839036822319, -0.03973110020160675, 0.03220580518245697, -0.07899058610200882, 0.07349826395511627, 0.07366038113832474, 0.10116361826658249, -0.06094932556152344, -0.026124145835638046, 0.0052258591167628765, -0.04653571546077728, -0.06737887114286423, 0.07073298841714859, -0.09414339810609818, 0.06009634584188461, 0.04689691215753555, 0.08771149814128876, -0.07896449416875839, 0.005729330237954855, 0.025924215093255043, -0.020240146666765213, 0.03189321234822273, 0.07072900980710983, -0.08790930360555649, 0.00568042229861021, -0.20876118540763855, 0.052761126309633255, 0.13832581043243408, 0.0495932474732399, 0.036814674735069275, 0.029700102284550667, -0.011237737722694874, 0.02551555261015892, 0.05386916175484657, -0.09436497092247009, -0.019395122304558754, -0.052477434277534485, 0.016619300469756126, -0.0657726526260376, -0.07363849878311157, -0.0680239349603653, 0.03856490179896355, 0.11467490345239639, 0.03563328832387924, 0.14421182870864868, -0.06610531359910965, 0.04076378047466278, -0.03912171721458435, 0.022047024220228195, 0.056253209710121155, 0.0102767925709486, -0.04381716996431351, -0.048920951783657074, 0.008282041177153587, -0.10417640954256058, 0.10866589099168777, 0.013775546103715897, -0.0842265784740448, -0.0163657758384943, -0.11794029176235199, 0.035337064415216446, 0.013203874230384827, 0.13636164367198944, -0.026943596079945564, -0.03698896989226341, -0.12575694918632507, -0.023775016888976097, 0.11877051740884781, 0.07787198573350906, -0.013767039403319359, 0.06250762194395065, -0.0494190976023674, 0.16151826083660126, 0.01862817257642746, 0.038581155240535736, -0.14464592933654785, -0.05763097479939461, -0.002138737356290221, -0.00271659716963768, -0.022872798144817352, 0.16448351740837097, 0.1533917486667633, -0.08988131582736969, -0.013311908580362797, 0.0433775819838047, -0.10532110929489136, -0.18018855154514313, -0.12878626585006714, -0.05557182803750038, -0.22794140875339508, 0.014686335809528828, -0.13073226809501648, 0.025369402021169662, 0.10912405699491501, 0.06162413954734802, -0.010494009591639042, 0.10880234837532043, 0.057549264281988144, -0.11891341954469681, 0.07134997844696045, -0.045495253056287766, 0.03590673580765724, -0.1796330064535141, -0.03635088726878166, 0.10002125054597855, 0.042476456612348557, 0.026890693232417107, -0.04934054613113403, -0.0339290015399456, 0.03907771781086922, -0.0014345592353492975, -0.04259325563907623, -0.022145701572299004, 0.016716115176677704, 0.015026654116809368, -0.006433397531509399, 0.05727396905422211, -0.06153985485434532, 0.05757061019539833, 0.12711995840072632, -0.07563678175210953, -0.12462224811315536, -0.07752110809087753, 0.010861754417419434, 0.01696081832051277, 0.10580043494701385, -0.012838587164878845, -0.09343032538890839, -0.06664878129959106, 0.12260757386684418, 0.17184799909591675, -0.08898273855447769, -0.04413171485066414, -0.04440509155392647, 0.01931069605052471, -0.0637059211730957, 0.0932634249329567, 0.014436917379498482, 0.1608957052230835, -0.05116739869117737, 0.04315432161092758, -0.0956578180193901, -0.018399646505713463, -0.035167284309864044, -0.04198313131928444, 0.021709095686674118, -0.04168098419904709, -0.05504634976387024, 0.16996698081493378, -0.2316126972436905, -0.067300945520401, -0.16207557916641235, -0.02532823011279106, -0.06777539849281311, 0.02672363631427288, 0.1652853637933731, 0.07096926867961884, 0.0856979563832283, -0.023456595838069916, -0.020838798955082893, 0.0463930182158947, 0.02680935151875019, -0.14480705559253693, -0.0008949110633693635, 0.02028932236135006, -0.137920543551445, 0.14427921175956726, -0.007638947106897831, 0.1850367933511734, 0.019461199641227722, 0.0427505187690258, -0.0009445099858567119, 0.07436269521713257, 0.044702883809804916, 0.017019769176840782, 0.006737623363733292, -0.006325436756014824, -0.029772749170660973, 0.11871829628944397, 0.051190271973609924, -0.11174936592578888, 0.012836338952183723, 0.10608772933483124, -0.04531727731227875, -0.13863825798034668, -0.02006855048239231, -0.098253533244133, 0.08583281189203262, -0.02773113362491131, -0.07693176716566086, -0.032328251749277115, -0.0001904395903693512, 0.043023139238357544, 0.04257020354270935, 0.0252044890075922, 0.0475383885204792, -0.20063504576683044, -0.07461234927177429, -0.006735809147357941, 0.13679954409599304, -0.029315514490008354, 0.048113904893398285, -0.160765141248703, -0.038301967084407806, -0.08428852260112762, 0.04018409550189972, 0.034237876534461975, 0.01861600950360298, 0.006289618089795113, -0.08596073091030121, -0.0344618521630764, 0.08140967041254044, -0.040281105786561966, -0.1113329753279686 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_tts_train_fastspeech2_tacotron2_teacher_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.loss.ave` ♻️ Imported from https://zenodo.org/record/4436450/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tts_train_fastspeech2_tacotron2_teacher_raw_phn_jacon-truncated-e5d906
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_tts_train_fastspeech2_tacotron2_teacher_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.URL' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_fastspeech2_tacotron2_teacher_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_fastspeech2_tacotron2_teacher_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 84, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_tts_train_fastspeech2_tacotron2_teacher_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.05513618886470795, 0.0076425084844231606, -0.0022402284666895866, 0.0631687343120575, 0.07977284491062164, -0.026378093287348747, 0.20259371399879456, 0.06577573716640472, 0.05800950899720192, -0.0396803542971611, 0.11424112319946289, 0.11660780757665634, 0.03552282601594925, 0.1673518717288971, 0.039692215621471405, -0.23178444802761078, 0.0030697642359882593, 0.04646100476384163, 0.05822298303246498, 0.12364503741264343, 0.1664663851261139, -0.032166678458452225, 0.05700983852148056, 0.031537946313619614, -0.05239759013056755, 0.09811998158693314, -0.05394987016916275, -0.12070983648300171, 0.08605148643255234, 0.015029063448309898, 0.10300272703170776, 0.03131627291440964, 0.06505472958087921, -0.1977471560239792, 0.012873658910393715, -0.00891336053609848, -0.0041163149289786816, 0.04167681559920311, 0.06951593607664108, 0.07276079803705215, -0.010056721977889538, 0.05210057273507118, 0.004818117246031761, 0.016210995614528656, -0.08477898687124252, -0.04373960569500923, -0.004018856678158045, 0.12539491057395935, 0.1693582534790039, 0.14371585845947266, -0.025292005389928818, 0.12129472196102142, -0.09315519779920578, 0.04862086847424507, 0.17747962474822998, -0.17458176612854004, -0.02228628844022751, -0.010421560145914555, 0.026315443217754364, 0.1465827226638794, 0.0015776694053784013, -0.03619801625609398, 0.11687806248664856, 0.019183918833732605, -0.021610895171761513, -0.045141804963350296, -0.127665176987648, 0.028204195201396942, -0.13631461560726166, 0.0049534146673977375, 0.272419273853302, 0.02991204895079136, 0.0009001814760267735, 0.0009647649712860584, -0.04436634108424187, -0.07500092685222626, -0.0010889597469940782, -0.1516416221857071, 0.04133801907300949, 0.039792124181985855, 0.043530210852622986, -0.09445919841527939, -0.16021312773227692, -0.08825849741697311, 0.02772403135895729, 0.025934411212801933, 0.05587785318493843, 0.01441551186144352, -0.07670197635889053, 0.06777660548686981, 0.008649245835840702, -0.060135822743177414, 0.06276482343673706, -0.053337737917900085, 0.09532340615987778, 0.003648467594757676, 0.09132576733827591, -0.1613992601633072, -0.031034212559461594, -0.03375907242298126, -0.08884840458631516, 0.03106115199625492, 0.10904426127672195, 0.11528004705905914, 0.05248677358031273, -0.017167026177048683, -0.023728035390377045, -0.06464309245347977, 0.0006905571790412068, 0.07883010059595108, 0.01413053460419178, -0.03162650763988495, -0.14515294134616852, 0.019283996894955635, -0.050955720245838165, -0.017186231911182404, -0.026409128680825233, -0.056387823075056076, -0.11754734069108963, -0.05344085767865181, 0.16690503060817719, -0.06336060166358948, 0.008952059783041477, -0.019202934578061104, -0.052165381610393524, 0.1360449492931366, 0.040662314742803574, 0.10012496262788773, -0.08182621747255325, -0.01677641272544861, -0.09675048291683197, 0.058827709406614304, -0.08064703643321991, -0.035017162561416626, 0.039663512259721756, 0.03938246890902519, -0.012620118446648121, -0.19133056700229645, -0.18263103067874908, -0.048728521913290024, 0.011055642738938332, 0.038510654121637344, -0.05222374573349953, -0.16169197857379913, -0.05715833976864815, 0.018439659848809242, -0.06601638346910477, -0.11356882005929947, -0.07310348749160767, 0.009319785051047802, -0.06460188329219818, 0.05112774297595024, -0.027373474091291428, 0.05356618016958237, -0.09367837011814117, -0.06541059166193008, -0.2134513109922409, 0.11969863623380661, -0.11884193867444992, -0.03846513479948044, -0.09619085490703583, -0.060158878564834595, -0.05535804107785225, 0.06555119901895523, 0.05430332198739052, 0.19421328604221344, -0.19775965809822083, -0.061338867992162704, 0.07356293499469757, -0.10521547496318817, -0.08840007334947586, 0.1786414384841919, -0.01708230935037136, 0.16660894453525543, 0.09891457855701447, 0.24346286058425903, -0.03252900019288063, -0.2243959903717041, 0.017657481133937836, 0.09717350453138351, -0.011292438954114914, -0.06062233820557594, 0.1038716584444046, -0.011972895823419094, 0.0223749577999115, -0.07655318826436996, 0.027672406286001205, 0.05790780857205391, -0.04106321185827255, -0.05854475125670433, 0.08161558210849762, -0.05472569912672043, 0.061937324702739716, -0.013869070447981358, 0.07270652800798416, -0.024268874898552895, -0.07755134254693985, 0.18976230919361115, 0.12843716144561768, -0.05000435933470726, 0.059007544070482254, -0.08753471076488495, -0.021353553980588913, -0.03709396347403526, -0.08729175478219986, -0.01723453961312771, 0.07680618017911911, 0.007900426164269447, 0.0680982694029808, 0.10431450605392456, 0.08245197683572769, -0.003882438875734806, -0.012542112730443478, -0.01932845637202263, -0.07440947741270065, -0.10831840336322784, 0.026872199028730392, -0.07308349758386612, -0.17410777509212494, 0.06590864807367325, 0.023865241557359695, -0.06446485966444016, -0.10990897566080093, -0.008385585620999336, -0.08595781773328781, 0.06464089453220367, -0.0040720743127167225, -0.003835306502878666, 0.004279452376067638, 0.07310233265161514, -0.04755449667572975, -0.027454275637865067, -0.017078988254070282, 0.037277668714523315, -0.011041983030736446, 0.11745364964008331, 0.0059708538465201855, 0.023050576448440552, 0.09303358197212219, -0.21334123611450195, -0.05134442821145058, 0.15668976306915283, -0.013480504974722862, -0.05545716732740402, -0.05491189658641815, -0.005640758667141199, 0.2177034169435501, -0.05734724923968315, 0.1021450012922287, -0.12029209733009338, -0.017217861488461494, -0.02857303060591221, -0.15709489583969116, 0.027872517704963684, 0.08070478588342667, 0.08850783854722977, -0.17384585738182068, 0.151713028550148, 0.014507499523460865, -0.10838593542575836, 0.24597574770450592, 0.04926098510622978, -0.07171610742807388, -0.04948839172720909, 0.03159324452280998, -0.09198880940675735, 0.05394086614251137, -0.12583890557289124, 0.025834672152996063, 0.00353446276858449, 0.023315254598855972, 0.10415610671043396, -0.15759731829166412, -0.050592031329870224, 0.039748214185237885, -0.07153207808732986, -0.06573370099067688, -0.03918873518705368, -0.1128888949751854, 0.011404243297874928, -0.05571696534752846, -0.10515198856592178, 0.03307068720459938, 0.0037452855613082647, -0.1277424842119217, 0.1271178424358368, -0.16419076919555664, -0.2656243145465851, -0.15429027378559113, 0.09719564020633698, 0.06134355440735817, 0.027593160048127174, 0.0944179967045784, -0.10857415944337845, -0.030923327431082726, -0.056091681122779846, 0.0026307236403226852, -0.041030462831258774, -0.06818035244941711, 0.01652824878692627, 0.022073404863476753, -0.053219664841890335, -0.1295347958803177, -0.0013259394327178597, -0.006197479087859392, 0.02958044409751892, 0.019241979345679283, -0.07754535973072052, 0.025806521996855736, 0.17623364925384521, 0.009421910159289837, -0.051154207438230515, -0.03519555553793907, 0.20026719570159912, -0.09258884936571121, 0.07926392555236816, 0.12964047491550446, -0.02927660197019577, 0.06804395467042923, 0.0538162924349308, 0.06452248990535736, 0.016915759071707726, 0.036912329494953156, -0.03088146448135376, -0.01675652712583542, -0.35743510723114014, -0.03638897091150284, -0.03703062981367111, 0.08918994665145874, -0.04871753603219986, 0.014631496742367744, 0.0845368430018425, 0.10656733810901642, 0.0010412026895210147, 0.08577242493629456, -0.005582514218986034, 0.03671112284064293, -0.004085599444806576, 0.009950503706932068, 0.0341014638543129, -0.06508120894432068, -0.052178725600242615, 0.10010463744401932, 0.09592502564191818, 0.0031849630177021027, 0.06519391387701035, 0.11865709722042084, 0.11829398572444916, 0.10529530793428421, 0.056740932166576385, -0.009852259419858456, 0.00030622835038229823, 0.006963255815207958, -0.044493190944194794, -0.059409309178590775, -0.021964631974697113, 0.12495685368776321, 0.04531924054026604, -0.04589387774467468, 0.047724399715662, 0.13870763778686523, 0.027517138049006462, 0.1354396641254425, 0.014550982043147087, -0.268755704164505, 0.011395315639674664, -0.0005692163831554353, -0.02087453007698059, -0.028927350416779518, 0.10109921544790268, 0.17835158109664917, -0.07351648062467575, 0.044383712112903595, 0.10199317336082458, 0.08124812692403793, -0.07351835072040558, -0.031460631638765335, 0.04310250282287598, 0.001064075157046318, -0.04663568735122681, 0.10332776606082916, -0.21141156554222107, 0.14388081431388855, -0.002139283111318946, 0.10524580627679825, 0.023469625040888786, 0.020112663507461548, -0.010406499728560448, 0.01609247922897339, 0.13918188214302063, 0.04438826069235802, 0.0005095592932775617, -0.059369027614593506, -0.10948841273784637, -0.056182101368904114, 0.010828143917024136, 0.0684647411108017, -0.0564693883061409, 0.04348621144890785, 0.02685784362256527, 0.05754642188549042, -0.0697074830532074, -0.24667012691497803, -0.04023648798465729, -0.0033208250533789396, 0.18645264208316803, -0.04442090541124344, -0.0006779778632335365, -0.07750453799962997, -0.03871816769242287, 0.06796881556510925, -0.09347500652074814, -0.1280277818441391, -0.03323173522949219, -0.11610610783100128, 0.053309421986341476, -0.060954947024583817, 0.041393112391233444, 0.10883890837430954, 0.06294748932123184, -0.04346353933215141, 0.02924518473446369, 0.15408021211624146, -0.12563009560108185, -0.04158667102456093, -0.06860940158367157, 0.11406713724136353, 0.1558544635772705, 0.0382499098777771, 0.014368080534040928, -0.06306647509336472, -0.04444306716322899, -0.07277125865221024, -0.019950194284319878, 0.007134594488888979, -0.0464097261428833, 0.049292389303445816, -0.020877473056316376, -0.13783305883407593, -0.09515439718961716, -0.07857970148324966, 0.14164230227470398, 0.2594875693321228, -0.02633923850953579, 0.08549793064594269, 0.24057793617248535, -0.07882548123598099, -0.14951775968074799, -0.04073780030012131, 0.12856270372867584, -0.009978684596717358, 0.03781246021389961, -0.1849813461303711, 0.06981498003005981, 0.07407157868146896, -0.024743858724832535, -0.003915110137313604, -0.28638502955436707, -0.13761451840400696, 0.10795063525438309, -0.02937503159046173, 0.009806454181671143, -0.0696263313293457, -0.04405151307582855, -0.05018427222967148, -0.06222347542643547, 0.1071515679359436, -0.03631487861275673, 0.05960988625884056, 0.0938725471496582, 0.09710585325956345, -0.02624117210507393, 0.005946900229901075, 0.08709469437599182, 0.10549052804708481, 0.006331936921924353, 0.001468720962293446, -0.025900624692440033, 0.05372767895460129, 0.03337030112743378, 0.09894832223653793, 0.07224578410387039, -0.01709277369081974, -0.21110117435455322, -0.05960919335484505, -0.033170826733112335, 0.006885108537971973, 0.0045869434252381325, -0.12824660539627075, -0.05415930598974228, -0.023781398311257362, 0.06778567284345627, 0.0419924296438694, 0.17915521562099457, 0.010739259421825409, 0.025333324447274208, 0.18724559247493744, 0.08466419577598572, -0.001872843480668962, -0.1424075961112976, -0.03725143522024155, -0.07340943813323975, 0.08675636351108551, -0.1351151019334793, 0.0036634011194109917, 0.027515536174178123, -0.014699719846248627, 0.11322804540395737, 0.05838355794548988, -0.1105162724852562, 0.06928658485412598, 0.06658416241407394, -0.08180836588144302, -0.008466553874313831, -0.07527493685483932, 0.04138198122382164, 0.08112707734107971, 0.014577723108232021, 0.1544850915670395, -0.13743586838245392, -0.02904658019542694, -0.001923421397805214, 0.05379095301032066, -0.13817454874515533, 0.15840081870555878, 0.13361941277980804, 0.00006279678200371563, -0.049099743366241455, 0.16776123642921448, 0.05413777008652687, 0.01050296425819397, 0.05007791891694069, 0.09039901196956635, -0.040382564067840576, -0.04270542785525322, 0.017406104132533073, 0.08448722213506699, -0.13146883249282837, -0.1325378566980362, -0.0834556594491005, 0.011370793916285038, 0.020750626921653748, -0.07659073919057846, 0.02191491611301899, -0.06291470676660538, 0.0024897134862840176, 0.07374042272567749, -0.013733196072280407, 0.05241124704480171, 0.14199978113174438, 0.06924071162939072, -0.1936018168926239, 0.06097053736448288, 0.018428610637784004, 0.05632500723004341, -0.03663092851638794, 0.032909784466028214, -0.06086453050374985, 0.06754294037818909, 0.0639483854174614, 0.07687997817993164, -0.05696733668446541, -0.04320770502090454, 0.0065895505249500275, -0.030515067279338837, -0.06928244978189468, 0.07780524343252182, -0.07792849838733673, 0.04637269675731659, 0.05131479725241661, 0.08907251805067062, -0.08831839263439178, 0.008769742213189602, 0.033312439918518066, -0.027125660330057144, 0.03778563067317009, 0.07709913700819016, -0.07500337064266205, -0.0028537630569189787, -0.18594738841056824, 0.052755314856767654, 0.1439647376537323, 0.05377821624279022, 0.02414926141500473, 0.023362325504422188, -0.010058397427201271, 0.01999853551387787, 0.052621349692344666, -0.09538163244724274, -0.00877344235777855, -0.06607154756784439, 0.03032867982983589, -0.0539349801838398, -0.0692598894238472, -0.05276999995112419, 0.03932269290089607, 0.11306927353143692, 0.03872103989124298, 0.133051335811615, -0.07346076518297195, 0.03014216758310795, -0.03734756261110306, 0.023945404216647148, 0.05701465532183647, 0.00013201151159591973, -0.03491239249706268, -0.038525186479091644, -0.0006139057804830372, -0.10136619955301285, 0.09884791076183319, 0.023684782907366753, -0.08068060874938965, -0.003355573397129774, -0.11711865663528442, 0.04347368702292442, 0.016787035390734673, 0.13359996676445007, -0.04556141421198845, -0.029692675918340683, -0.1340865194797516, -0.020055733621120453, 0.125771164894104, 0.06677830964326859, 0.010226769372820854, 0.08699625730514526, -0.028215773403644562, 0.14605075120925903, 0.001495327684096992, 0.03391844779253006, -0.19845162332057953, -0.061874933540821075, 0.025295715779066086, 0.016072135418653488, -0.018457667902112007, 0.14164325594902039, 0.14716729521751404, -0.0857432559132576, -0.003965640440583229, 0.03743941709399223, -0.08081260323524475, -0.1771114319562912, -0.11906453222036362, -0.045281071215867996, -0.22633196413516998, 0.013357413932681084, -0.12520112097263336, 0.03261709213256836, 0.07406308501958847, 0.05126159265637398, -0.005469754803925753, 0.12346766144037247, 0.03284534811973572, -0.11398951709270477, 0.06709764897823334, -0.03300878405570984, 0.00608687661588192, -0.1757650226354599, -0.02993651293218136, 0.11206419765949249, 0.028420133516192436, 0.020612942054867744, -0.05567508190870285, -0.046780604869127274, 0.056291963905096054, 0.010696427896618843, -0.03983580693602562, -0.019106270745396614, 0.01408982090651989, 0.032312095165252686, 0.02143150195479393, 0.0623084232211113, -0.05198700726032257, 0.05452865734696388, 0.13880668580532074, -0.06181154027581215, -0.1306694746017456, -0.062017377465963364, 0.007922823540866375, 0.02021676115691662, 0.11734376102685928, -0.006411562208086252, -0.08344011753797531, -0.0683218315243721, 0.11601278930902481, 0.1615602672100067, -0.07265438139438629, -0.04693892225623131, -0.05016443133354187, 0.02344552055001259, -0.0824216902256012, 0.06649510562419891, 0.021698404103517532, 0.17202924191951752, -0.0418323390185833, 0.016677696257829666, -0.10674697160720825, -0.017782503738999367, -0.04931510612368584, -0.041924890130758286, 0.027373651042580605, -0.05778278410434723, -0.036220159381628036, 0.14842814207077026, -0.2275872528553009, -0.09791070222854614, -0.15424039959907532, -0.025564098730683327, -0.06110246479511261, 0.03056475520133972, 0.17635896801948547, 0.06906803697347641, 0.07880277186632156, -0.010328386910259724, -0.024807225912809372, 0.05452979356050491, 0.03239109739661217, -0.1441759467124939, -0.006440743338316679, 0.014864662662148476, -0.1338852047920227, 0.15886910259723663, -0.013128040358424187, 0.1873619109392166, 0.004669759422540665, 0.04833797737956047, 0.010912111029028893, 0.0776875913143158, 0.061651572585105896, 0.011687303893268108, -0.009311039000749588, 0.011176365427672863, -0.03400091826915741, 0.11243226379156113, 0.045077551156282425, -0.13260789215564728, 0.0036763097159564495, 0.10426569730043411, -0.05872904136776924, -0.1294075846672058, 0.0023105000145733356, -0.1036216989159584, 0.08319533616304398, -0.04452568665146828, -0.07083041965961456, -0.0385102778673172, -0.0007359833689406514, 0.05282658338546753, 0.05226806551218033, 0.03827565535902977, 0.04532848298549652, -0.18820950388908386, -0.0610971637070179, -0.030248763039708138, 0.13112981617450714, -0.032654959708452225, 0.03839696943759918, -0.1430204212665558, -0.04133924841880798, -0.09480126202106476, 0.02950902283191681, 0.03148026019334793, 0.005625505466014147, 0.007208895403891802, -0.07196269184350967, -0.024327352643013, 0.07991393655538559, -0.024984022602438927, -0.10728556662797928 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_tts_train_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_accent_train.loss.ave` ♻️ Imported from https://zenodo.org/record/4391405/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tts_train_fastspeech2_transformer_teacher_raw_phn_jac-truncated-6f4cf5
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_tts_train_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_accent_train.URL' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_accent_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_accent_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 78, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_tts_train_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_accent_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.04983747377991676, 0.04933908209204674, -0.002455250360071659, 0.06587737798690796, 0.1104523167014122, -0.015072815120220184, 0.22970740497112274, 0.048918116837739944, 0.014463391155004501, -0.07825217396020889, 0.11820698529481888, 0.10891404747962952, 0.04175708815455437, 0.15996788442134857, 0.051721666008234024, -0.2416832447052002, 0.010323683731257915, 0.0449160672724247, -0.01111386064440012, 0.11782759428024292, 0.16200962662696838, -0.04047909006476402, 0.06865842640399933, 0.05115089565515518, -0.08824876695871353, 0.09468519687652588, -0.036250218749046326, -0.120501808822155, 0.0814763680100441, 0.050051167607307434, 0.13115732371807098, 0.026513103395700455, 0.0743146538734436, -0.1919666975736618, 0.01051302533596754, -0.00639746431261301, 0.00036286914837546647, 0.0478963777422905, 0.06694662570953369, 0.06965040415525436, -0.018596919253468513, 0.046308618038892746, 0.00556535180658102, 0.01717478781938553, -0.08263716846704483, -0.059900444000959396, 0.01877918653190136, 0.1477184146642685, 0.13969865441322327, 0.16296623647212982, -0.007342399097979069, 0.09523357450962067, -0.09871762245893478, 0.054404690861701965, 0.14537310600280762, -0.17137517035007477, -0.020431753247976303, -0.02965058572590351, -0.018068114295601845, 0.15444640815258026, -0.014355472289025784, -0.04471636563539505, 0.10372970253229141, 0.00787441711872816, 0.008698266930878162, -0.04774494469165802, -0.1194462925195694, 0.05605919286608696, -0.13709913194179535, 0.04166186600923538, 0.22825802862644196, 0.023642713204026222, 0.009729256853461266, 0.009679092094302177, -0.045087993144989014, -0.03768674656748772, 0.023939402773976326, -0.1681610345840454, 0.03862786665558815, 0.050510793924331665, 0.024522647261619568, -0.10201844573020935, -0.14637668430805206, -0.0832824558019638, -0.00926670990884304, 0.0699397623538971, 0.052755724638700485, 0.028069283813238144, -0.07448647916316986, 0.04670599475502968, 0.052210040390491486, -0.0661073848605156, 0.07461092621088028, -0.07225276529788971, 0.09270048141479492, 0.0047214641235768795, 0.0982368141412735, -0.17459681630134583, -0.03680005669593811, -0.08553344011306763, -0.0690392479300499, 0.023424241691827774, 0.11564305424690247, 0.10051050782203674, 0.04966603219509125, 0.034392099827528, -0.06107451394200325, -0.044991206377744675, 0.0002962377620860934, 0.06046246737241745, -0.003304672660306096, -0.01889251358807087, -0.17125719785690308, -0.008433045819401741, -0.05582902207970619, -0.007880049757659435, -0.062446482479572296, -0.0411289781332016, -0.11492671072483063, -0.0577857680618763, 0.1662481725215912, -0.07149720191955566, 0.014180547557771206, 0.003050228115171194, -0.07460790127515793, 0.18657881021499634, 0.02809295617043972, 0.07394541800022125, -0.0795765146613121, -0.029470397159457207, -0.09247219562530518, 0.059819672256708145, -0.08614925295114517, -0.07623996585607529, 0.012050834484398365, 0.060676224529743195, -0.006099876947700977, -0.19078940153121948, -0.1977090835571289, -0.043646328151226044, 0.01801474206149578, 0.03248032182455063, -0.0400814414024353, -0.17871436476707458, -0.08003436028957367, 0.01560090109705925, -0.05684467405080795, -0.16535942256450653, -0.06530797481536865, -0.001020988100208342, -0.06128052622079849, 0.027420930564403534, -0.0233355313539505, 0.04920925572514534, -0.07713746279478073, -0.07340122014284134, -0.22002890706062317, 0.13051798939704895, -0.12060748785734177, -0.023092230781912804, -0.10467742383480072, -0.07555709034204483, -0.028763333335518837, 0.0669003501534462, 0.04524581506848335, 0.18558360636234283, -0.16201156377792358, -0.07609623670578003, 0.07203804701566696, -0.1057010367512703, -0.09014040976762772, 0.18297423422336578, -0.04461256414651871, 0.15098817646503448, 0.11659907549619675, 0.18636058270931244, 0.04719303920865059, -0.20602786540985107, 0.02923961728811264, 0.11533991992473602, -0.023507341742515564, -0.08263465017080307, 0.10432694852352142, 0.006663650274276733, 0.01842997781932354, -0.0712321326136589, 0.0028017605654895306, 0.1271471381187439, -0.04334342107176781, -0.05674882233142853, 0.09029905498027802, -0.06039433181285858, 0.07101472467184067, -0.021460164338350296, 0.11019903421401978, 0.005836243741214275, -0.07317724823951721, 0.22045312821865082, 0.13197606801986694, -0.07836682349443436, 0.033513590693473816, -0.0951363667845726, -0.06733431667089462, -0.0543752983212471, -0.07945698499679565, -0.004319252446293831, 0.06401333957910538, 0.0037349420599639416, 0.04164094477891922, 0.09120146930217743, 0.11987582594156265, 0.018215978518128395, -0.005096704699099064, -0.020576464012265205, -0.07851382344961166, -0.08150627464056015, 0.04066692292690277, -0.062213342636823654, -0.166119784116745, 0.07923021912574768, 0.012362470850348473, -0.07246367633342743, -0.14436917006969452, 0.005822243634611368, -0.08410061150789261, 0.051994964480400085, 0.0033346903510391712, 0.028953662142157555, -0.01087157055735588, 0.07190875709056854, -0.045424770563840866, -0.03935175761580467, -0.022121040150523186, 0.02298308163881302, -0.041178688406944275, 0.1395585536956787, 0.006166516337543726, 0.08359783887863159, 0.08981774002313614, -0.23063266277313232, -0.046919260174036026, 0.15654432773590088, -0.009755211882293224, -0.042648978531360626, -0.03859050199389458, 0.00866779312491417, 0.22827763855457306, -0.052496448159217834, 0.1136876717209816, -0.10850860923528671, -0.009391451254487038, -0.02413165010511875, -0.12663030624389648, 0.04439423978328705, 0.07667800784111023, 0.06658599525690079, -0.16025157272815704, 0.16945426166057587, 0.03805413842201233, -0.1282196044921875, 0.2289833128452301, 0.04704432189464569, -0.06305251270532608, -0.06013638153672218, 0.019834578037261963, -0.09624883532524109, 0.04424430429935455, -0.07926346361637115, -0.002616373123601079, -0.007557377684861422, 0.01705179177224636, 0.10771747678518295, -0.15730811655521393, -0.046384282410144806, 0.04745850712060928, -0.08065356314182281, -0.01997697912156582, -0.07091955095529556, -0.10966850817203522, 0.015226070769131184, -0.04432297125458717, -0.11169255524873734, 0.040449775755405426, 0.0002912840573117137, -0.12694114446640015, 0.15004988014698029, -0.1630004495382309, -0.24750745296478271, -0.18283487856388092, 0.09446119517087936, 0.053354356437921524, 0.030529286712408066, 0.05170347914099693, -0.13198880851268768, -0.04414200410246849, -0.06824904680252075, 0.015246313996613026, -0.07154686003923416, -0.06965398788452148, 0.01189832016825676, 0.023724887520074844, -0.0657389834523201, -0.13706593215465546, 0.002075330587103963, 0.002789284335449338, 0.03447500243782997, -0.007467411458492279, -0.09053722769021988, 0.009963094256818295, 0.19213135540485382, -0.000941195001360029, -0.04786016047000885, -0.04326014220714569, 0.19322073459625244, -0.07599398493766785, 0.07105404138565063, 0.12729549407958984, -0.03068537823855877, 0.06502825766801834, 0.0748443678021431, 0.06743504106998444, 0.03607521206140518, 0.040578100830316544, -0.06339841336011887, 0.014590808190405369, -0.3474152982234955, -0.026046209037303925, -0.036065440624952316, 0.05947341397404671, -0.06091644614934921, 0.020728327333927155, 0.041464172303676605, 0.10977765917778015, 0.0208770502358675, 0.08270405232906342, 0.025994490832090378, 0.027643321081995964, 0.048058636486530304, 0.009207459166646004, 0.0322575643658638, -0.06902970373630524, -0.08375770598649979, 0.09420023113489151, 0.07027743011713028, 0.0207158625125885, 0.03659127652645111, 0.16430208086967468, 0.08066859096288681, 0.1053786352276802, 0.07631905376911163, -0.009766081348061562, 0.03339243307709694, 0.010396616533398628, -0.04089563712477684, -0.05071552097797394, -0.02683594636619091, 0.12148372083902359, 0.04079287871718407, -0.013700657524168491, 0.06608767062425613, 0.14374835789203644, 0.0364706851541996, 0.1325043886899948, -0.009649353101849556, -0.28858721256256104, -0.0004307348863221705, 0.00044535312918014824, -0.01391485147178173, -0.015335462987422943, 0.08825820684432983, 0.19869515299797058, -0.07994917780160904, 0.016703113913536072, 0.08330477774143219, 0.07071464508771896, -0.07906891405582428, -0.03319089859724045, 0.021382903680205345, 0.04111048951745033, -0.04107757285237312, 0.12280260026454926, -0.24165283143520355, 0.12601274251937866, -0.007882663980126381, 0.11257058382034302, 0.03092060051858425, 0.017908932641148567, -0.004048439674079418, 0.041788432747125626, 0.11256089061498642, 0.04298196732997894, 0.028098296374082565, -0.08784548193216324, -0.10415942221879959, -0.03719479218125343, 0.018618915230035782, 0.08596690744161606, -0.05556334927678108, 0.030232330784201622, 0.010117053985595703, 0.07643494009971619, -0.07895515114068985, -0.22236940264701843, -0.059405989944934845, -0.027088291943073273, 0.15384621918201447, -0.027385080233216286, -0.004429558292031288, -0.08248661458492279, -0.05304514989256859, 0.10436898469924927, -0.10902738571166992, -0.12344014644622803, -0.04097222536802292, -0.08698467910289764, 0.06018409878015518, -0.08364568650722504, 0.036030955612659454, 0.10009651631116867, 0.062162142246961594, -0.014637774787843227, 0.010246873833239079, 0.144394189119339, -0.11214431375265121, -0.030387651175260544, -0.06490566581487656, 0.05857529118657112, 0.15753787755966187, 0.042127788066864014, 0.0070001184940338135, -0.07426854968070984, -0.05856078490614891, -0.09013199806213379, -0.05080128461122513, 0.07013515383005142, -0.09270687401294708, 0.08361203223466873, -0.03721397742629051, -0.15512441098690033, -0.11190292239189148, -0.06722889840602875, 0.16551557183265686, 0.23365485668182373, -0.03976742550730705, 0.05710599198937416, 0.26057857275009155, -0.09332017600536346, -0.1365041732788086, -0.03461713343858719, 0.12041445076465607, 0.019907208159565926, 0.023215729743242264, -0.1812673807144165, 0.09772011637687683, 0.08221963047981262, -0.010791908018290997, -0.03981010615825653, -0.2677523195743561, -0.13116294145584106, 0.12479227036237717, -0.004363078158348799, 0.06446251273155212, -0.07163473963737488, -0.029910171404480934, -0.07277905941009521, -0.05317895859479904, 0.1267882138490677, -0.03085920959711075, 0.04554858058691025, 0.08921914547681808, 0.07383110374212265, -0.0294918455183506, 0.00019367164350114763, 0.07316280156373978, 0.08798721432685852, 0.023055318742990494, 0.012935930863022804, -0.03476602956652641, 0.07872093468904495, 0.03500843793153763, 0.09252740442752838, 0.07209814339876175, -0.01051676832139492, -0.1902133971452713, -0.06664927303791046, -0.032899726182222366, -0.004672117996960878, 0.02654476836323738, -0.11387231945991516, -0.0682302862405777, -0.015466364100575447, 0.08817219734191895, 0.034284092485904694, 0.16006582975387573, 0.03994625434279442, 0.016964305192232132, 0.1533026248216629, 0.08214356750249863, 0.013640165328979492, -0.10756358504295349, -0.03569183871150017, -0.06369628757238388, 0.08748753368854523, -0.134313702583313, 0.013877566903829575, 0.06009307876229286, -0.026341423392295837, 0.1489303857088089, 0.05975547805428505, -0.1022673025727272, 0.06708728522062302, 0.03613393008708954, -0.06804274022579193, -0.016288215294480324, -0.07804646342992783, 0.005885149817913771, 0.04994102567434311, 0.012969588860869408, 0.16856655478477478, -0.1485716551542282, -0.023957038298249245, 0.004219272639602423, 0.03794208541512489, -0.1344149261713028, 0.17870642244815826, 0.14449888467788696, -0.005139557179063559, -0.040645815432071686, 0.157605841755867, 0.04843273386359215, 0.010245251469314098, 0.052985113114118576, 0.07084698975086212, -0.04652801528573036, -0.03442971035838127, 0.04629012197256088, 0.11732639372348785, -0.1280282437801361, -0.1258806586265564, -0.10848845541477203, -0.02471253089606762, 0.010948781855404377, -0.05543167516589165, 0.0318647064268589, -0.04528776556253433, -0.02468796633183956, 0.07255852222442627, -0.010964448563754559, 0.05043023079633713, 0.13945221900939941, 0.039901819080114365, -0.19989655911922455, 0.0900205746293068, 0.027933629229664803, 0.0543099120259285, -0.046932101249694824, 0.0385688878595829, -0.08309724926948547, 0.07308823615312576, 0.03401181474328041, 0.09676577895879745, -0.06969985365867615, -0.026940511539578438, 0.007092629559338093, -0.05056573078036308, -0.05859394744038582, 0.07067491859197617, -0.0962764173746109, 0.05839953199028969, 0.05721443518996239, 0.07520788908004761, -0.07703427225351334, 0.0005136070540174842, 0.014521080069243908, -0.022575674578547478, 0.03542514145374298, 0.07749337702989578, -0.07962758094072342, 0.013500150293111801, -0.20363137125968933, 0.03543907403945923, 0.14174166321754456, 0.05032932013273239, 0.03670212998986244, 0.032022666186094284, -0.004493118263781071, 0.051228757947683334, 0.058579012751579285, -0.08790592849254608, -0.025031669065356255, -0.04720211774110794, 0.021013041958212852, -0.0718471109867096, -0.04699656739830971, -0.07629158347845078, 0.04547632485628128, 0.12013507634401321, 0.04756103828549385, 0.16633962094783783, -0.07869178056716919, 0.04642258957028389, -0.03810157626867294, 0.019640397280454636, 0.05116488039493561, -0.007052219472825527, -0.03356996178627014, -0.050408441573381424, 0.0037410520017147064, -0.10060331225395203, 0.12711302936077118, 0.000019793164028669707, -0.08823223412036896, -0.009596455842256546, -0.13044346868991852, 0.032475464046001434, 0.02370692789554596, 0.1479535847902298, -0.017411788925528526, -0.02844703383743763, -0.10869386792182922, -0.022488802671432495, 0.11776223033666611, 0.08690447360277176, -0.027807777747511864, 0.08420021086931229, -0.047602854669094086, 0.17309898138046265, 0.028856564313173294, 0.03714286535978317, -0.12400880455970764, -0.05782672390341759, -0.019082916900515556, 0.004733826499432325, -0.01199378352612257, 0.1801549196243286, 0.1469830572605133, -0.07345469295978546, -0.007589867804199457, 0.0654233768582344, -0.1084076315164566, -0.17327085137367249, -0.10197962820529938, -0.05509961023926735, -0.22956323623657227, 0.016081560403108597, -0.13005423545837402, 0.01002764143049717, 0.09262939542531967, 0.07438325136899948, -0.017935972660779953, 0.0897257924079895, 0.09117327630519867, -0.1297452449798584, 0.07096844166517258, -0.047321949154138565, 0.01911398582160473, -0.1774558275938034, -0.02832324430346489, 0.10154563188552856, 0.04176007956266403, 0.025375237688422203, -0.041773758828639984, -0.031015921384096146, 0.04357537999749184, -0.010877033695578575, -0.04312530532479286, -0.01992608606815338, 0.026625577360391617, 0.013791830278933048, 0.014350027777254581, 0.05074527859687805, -0.0730879157781601, 0.05021806061267853, 0.11247718334197998, -0.07152289897203445, -0.13886165618896484, -0.0784115418791771, 0.05170054733753204, 0.026006000116467476, 0.12144804745912552, -0.0279279425740242, -0.0767778605222702, -0.08535424619913101, 0.13713407516479492, 0.1921416074037552, -0.10527214407920837, -0.03764782100915909, -0.040991879999637604, 0.013441631570458412, -0.06375683844089508, 0.08242730796337128, 0.029902298003435135, 0.15203160047531128, -0.0389392264187336, 0.03313815966248512, -0.10122336447238922, -0.028444258496165276, -0.02648490108549595, -0.05858512967824936, 0.024544667452573776, -0.04005021974444389, -0.056787244975566864, 0.15098834037780762, -0.2377307265996933, -0.08490356802940369, -0.15315485000610352, -0.02493404597043991, -0.05924222245812416, 0.01919964887201786, 0.16038593649864197, 0.07824329286813736, 0.07425989955663681, -0.015523577108979225, -0.011886920779943466, 0.06032605841755867, 0.024137411266565323, -0.15211254358291626, 0.013313919305801392, 0.026257770135998726, -0.1502518653869629, 0.11690936237573624, -0.008755876682698727, 0.19116923213005066, 0.03041369840502739, 0.04776272922754288, 0.0036200699396431446, 0.07839082926511765, 0.029404575005173683, -0.0031744607258588076, 0.0028986050747334957, -0.024294083938002586, -0.0259453933686018, 0.1224369928240776, 0.04319605231285095, -0.1104724258184433, 0.01564420759677887, 0.06753725558519363, -0.07906486093997955, -0.13581408560276031, -0.04122685268521309, -0.08183911442756653, 0.07844516634941101, -0.011255055665969849, -0.06715419888496399, -0.028814647346735, -0.00637922715395689, 0.036994971334934235, 0.032420214265584946, 0.03930579125881195, 0.03727501258254051, -0.19781151413917542, -0.07456959038972855, -0.02355867810547352, 0.132478266954422, -0.02250741235911846, 0.03953488916158676, -0.16011439263820648, -0.04102594405412674, -0.06935014575719833, 0.03722549229860306, 0.02557656355202198, 0.043266572058200836, 0.005874276161193848, -0.0869109183549881, -0.032708726823329926, 0.07691169530153275, -0.04463597387075424, -0.10771116614341736 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_tts_train_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.loss.ave` ♻️ Imported from https://zenodo.org/record/4433200/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tts_train_fastspeech2_transformer_teacher_raw_phn_jac-truncated-60fc24
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_tts_train_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.URL' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 82, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_tts_train_fastspeech2_transformer_teacher_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.05608328804373741, 0.020799478515982628, -0.002611863426864147, 0.05934283509850502, 0.10032778233289719, -0.025081098079681396, 0.20608115196228027, 0.05871913209557533, 0.03788265585899353, -0.05165994539856911, 0.1123196929693222, 0.12439367920160294, 0.03212929517030716, 0.15760362148284912, 0.04269997403025627, -0.2395997941493988, 0.011381041258573532, 0.053400278091430664, 0.03772265091538429, 0.11973300576210022, 0.1576419174671173, -0.04023777320981026, 0.05599299073219299, 0.03762304037809372, -0.06340714544057846, 0.09261048585176468, -0.051814913749694824, -0.12096799910068512, 0.08494985848665237, 0.031533341854810715, 0.11559014767408371, 0.041762661188840866, 0.058438174426555634, -0.19186142086982727, 0.01607544906437397, -0.0027944783214479685, 0.0022307399194687605, 0.04561173543334007, 0.05768533796072006, 0.08420831710100174, -0.006669576279819012, 0.044690221548080444, 0.003390369936823845, 0.01378452405333519, -0.0786360502243042, -0.0625191181898117, -0.000041679486457724124, 0.1325005739927292, 0.15484005212783813, 0.1490594446659088, -0.01688326895236969, 0.1284344643354416, -0.09742394834756851, 0.04785468056797981, 0.1655300110578537, -0.19805346429347992, -0.01919291540980339, -0.017466580495238304, 0.010975392535328865, 0.13856405019760132, -0.0016669738106429577, -0.03218524530529976, 0.1068267673254013, 0.011615629307925701, -0.0006793137872591615, -0.04462188482284546, -0.12113618105649948, 0.03523533418774605, -0.13996148109436035, 0.012806538492441177, 0.21652036905288696, 0.03195635601878166, 0.008009142242372036, -0.00987566914409399, -0.04180700704455376, -0.06829266250133514, -0.0054257712326943874, -0.1581815481185913, 0.037474703043699265, 0.03907903656363487, 0.02459125407040119, -0.11128846555948257, -0.1508108675479889, -0.08837583661079407, 0.012009801343083382, 0.04937168210744858, 0.05759222432971001, 0.016656670719385147, -0.06566443294286728, 0.06519872695207596, 0.05227581784129143, -0.05908782035112381, 0.0639372318983078, -0.05568426474928856, 0.08073089271783829, 0.002450274769216776, 0.08713576197624207, -0.15373988449573517, -0.03412376716732979, -0.05569335073232651, -0.08091752231121063, 0.024842865765094757, 0.11654283106327057, 0.1073252484202385, 0.03976850211620331, 0.008385040797293186, -0.0437811054289341, -0.05192720517516136, 0.009391315281391144, 0.07783500850200653, 0.008324790745973587, -0.03197399526834488, -0.153703972697258, 0.013172662816941738, -0.040298692882061005, -0.007158615160733461, -0.033889032900333405, -0.04129756614565849, -0.10505816340446472, -0.06324733793735504, 0.1748291701078415, -0.06986555457115173, 0.012319565750658512, -0.006166159175336361, -0.05644351616501808, 0.16186562180519104, 0.03829380124807358, 0.08337462693452835, -0.08506111800670624, -0.035137075930833817, -0.09461364150047302, 0.05487796664237976, -0.08535086363554001, -0.0595913827419281, 0.02466246299445629, 0.04171312600374222, -0.017073944211006165, -0.1943518966436386, -0.18715763092041016, -0.04246900975704193, 0.015824897214770317, 0.03721334785223007, -0.05645248666405678, -0.1623791605234146, -0.06474035233259201, 0.009652051143348217, -0.06257643550634384, -0.1372831016778946, -0.07081157714128494, 0.012471667490899563, -0.053447868674993515, 0.049415186047554016, -0.026113461703062057, 0.05653221160173416, -0.08986786007881165, -0.06701831519603729, -0.2322321981191635, 0.13562166690826416, -0.12401437759399414, -0.03766447305679321, -0.09624502062797546, -0.06748852878808975, -0.04419068992137909, 0.07357341051101685, 0.05222538858652115, 0.1812688261270523, -0.17507846653461456, -0.07965623587369919, 0.06507016718387604, -0.10569781064987183, -0.09426546096801758, 0.1754942387342453, -0.02564064972102642, 0.1511424481868744, 0.11021754145622253, 0.20914210379123688, 0.011748021468520164, -0.21584248542785645, 0.01684756763279438, 0.10226291418075562, -0.034815866500139236, -0.08625691384077072, 0.09441415220499039, 0.0022365376353263855, 0.015797868371009827, -0.07092688232660294, 0.014078781940042973, 0.10129309445619583, -0.046099577099084854, -0.05898807942867279, 0.0890437439084053, -0.05987507477402687, 0.06168549507856369, -0.0021252657752484083, 0.0888471007347107, -0.005447178613394499, -0.077413409948349, 0.23187394440174103, 0.1284147948026657, -0.06511913985013962, 0.05703232064843178, -0.09785905480384827, -0.03989175334572792, -0.04420239478349686, -0.08051547408103943, -0.026307616382837296, 0.06255234777927399, 0.005894642788916826, 0.05668173357844353, 0.09779974073171616, 0.09137599170207977, 0.009497660212218761, -0.010173091664910316, -0.017503608018159866, -0.08105678111314774, -0.09209657460451126, 0.03443437069654465, -0.07459551841020584, -0.1651623398065567, 0.06189865246415138, 0.023236794397234917, -0.06408928334712982, -0.1223318800330162, -0.0032524969428777695, -0.09817054867744446, 0.06847909092903137, -0.0026508786249905825, 0.005564354360103607, -0.0009554039570502937, 0.07815490663051605, -0.03968242183327675, -0.035686343908309937, -0.009332839399576187, 0.038144487887620926, -0.025297975167632103, 0.12610137462615967, 0.006401340942829847, 0.04235859215259552, 0.10095177590847015, -0.21922366321086884, -0.04250391945242882, 0.16748850047588348, -0.015095693059265614, -0.04913802072405815, -0.03836027905344963, -0.00041946148849092424, 0.22022491693496704, -0.0451461486518383, 0.11654631793498993, -0.11325399577617645, -0.01658034697175026, -0.030224597081542015, -0.13482074439525604, 0.03535265848040581, 0.07768481224775314, 0.0826970711350441, -0.1543150395154953, 0.15264427661895752, 0.009064020588994026, -0.12304811179637909, 0.2444625049829483, 0.04280658811330795, -0.07486794888973236, -0.05218829587101936, 0.030413130298256874, -0.08488146215677261, 0.042845144867897034, -0.10824894160032272, 0.01348947174847126, 0.003327438607811928, 0.008858984336256981, 0.1082870215177536, -0.15176574885845184, -0.04896317049860954, 0.0458001084625721, -0.07559417188167572, -0.03617507591843605, -0.04372548311948776, -0.101127490401268, 0.008180052042007446, -0.04645465686917305, -0.121938057243824, 0.036474235355854034, 0.0051018185913562775, -0.11850523948669434, 0.13350807130336761, -0.15116655826568604, -0.2761796712875366, -0.1672893464565277, 0.09680917859077454, 0.04970674216747284, 0.023188093677163124, 0.08049607276916504, -0.1123034656047821, -0.029135826975107193, -0.0597703792154789, 0.010922794230282307, -0.04524129629135132, -0.0632215142250061, 0.02154618315398693, 0.0179306510835886, -0.05528930947184563, -0.13362278044223785, 0.0017990110209211707, -0.010739078745245934, 0.02070596069097519, 0.009288260713219643, -0.0774683877825737, 0.0191656406968832, 0.18758325278759003, 0.0030648033134639263, -0.04296145588159561, -0.03814456984400749, 0.1945486217737198, -0.08313281089067459, 0.07316382229328156, 0.13644766807556152, -0.013934732414782047, 0.06498650461435318, 0.04829249903559685, 0.06632418185472488, 0.029938049614429474, 0.038362760096788406, -0.028392983600497246, -0.0049893963150680065, -0.3387255370616913, -0.03847065567970276, -0.03404850885272026, 0.07451733201742172, -0.05851919576525688, 0.017537811771035194, 0.07888253778219223, 0.10089422017335892, 0.006048636976629496, 0.09025541692972183, 0.004062435124069452, 0.037394799292087555, 0.025028161704540253, 0.009687820449471474, 0.03895582631230354, -0.0648263469338417, -0.0711381584405899, 0.09523385018110275, 0.0711047425866127, 0.007896335795521736, 0.0547894649207592, 0.1351555734872818, 0.10030835121870041, 0.09968449920415878, 0.06739997118711472, -0.005356333684176207, 0.011151689104735851, 0.0023917481303215027, -0.03527582064270973, -0.05584406107664108, -0.023848524317145348, 0.10890249162912369, 0.054948050528764725, -0.033933479338884354, 0.05300724506378174, 0.1448294222354889, 0.023210367187857628, 0.15860331058502197, 0.008592352271080017, -0.28018370270729065, -0.0020511443726718426, -0.012171017937362194, -0.021654270589351654, -0.024491645395755768, 0.09349086880683899, 0.17386387288570404, -0.07685281336307526, 0.022438662126660347, 0.09185154736042023, 0.08255045861005783, -0.08657810837030411, -0.026470616459846497, 0.031909242272377014, 0.02408687397837639, -0.03984014317393303, 0.10351808369159698, -0.21172058582305908, 0.12495371699333191, -0.004074806813150644, 0.11331526935100555, 0.037747789174318314, 0.012698107399046421, -0.002372327959164977, 0.01976758986711502, 0.1177016943693161, 0.038999635726213455, 0.02842228300869465, -0.08431778103113174, -0.10665781795978546, -0.05125311389565468, 0.004118757788091898, 0.08176352083683014, -0.04982207715511322, 0.03659478947520256, 0.017503000795841217, 0.06414484232664108, -0.07169285416603088, -0.24388568103313446, -0.04543423652648926, -0.012152053415775299, 0.18097323179244995, -0.029036227613687515, -0.0031341768335551023, -0.07996661216020584, -0.051828522235155106, 0.0961870551109314, -0.08945740759372711, -0.131241112947464, -0.037175439298152924, -0.10864130407571793, 0.05425732582807541, -0.07326904684305191, 0.04088553413748741, 0.10164648294448853, 0.06003046780824661, -0.03582102060317993, 0.012265288271009922, 0.15054243803024292, -0.11254096031188965, -0.03166906163096428, -0.05890445038676262, 0.0934586450457573, 0.14949844777584076, 0.04010438174009323, 0.013002532534301281, -0.07135491073131561, -0.0478740893304348, -0.07977283746004105, -0.03431734815239906, 0.021231932565569878, -0.07134289294481277, 0.055875569581985474, -0.028358662500977516, -0.125851571559906, -0.09316975623369217, -0.061111629009246826, 0.1639901101589203, 0.2555530369281769, -0.035784944891929626, 0.07577504217624664, 0.25704705715179443, -0.07369339466094971, -0.15783418715000153, -0.05253097414970398, 0.12449425458908081, -0.0011160875437781215, 0.02521456778049469, -0.19300301373004913, 0.08878512680530548, 0.08682115375995636, -0.018679065629839897, -0.020389094948768616, -0.2761530578136444, -0.13004128634929657, 0.1349484622478485, -0.01636209338903427, 0.03861301764845848, -0.07389116287231445, -0.03866690769791603, -0.060303110629320145, -0.06766808032989502, 0.11866991966962814, -0.035423241555690765, 0.061555687338113785, 0.0855511873960495, 0.07485547661781311, -0.024960840120911598, 0.0061646983958780766, 0.07691638171672821, 0.0941554605960846, 0.016155386343598366, 0.016528356820344925, -0.026649031788110733, 0.0722397118806839, 0.027531826868653297, 0.1002829298377037, 0.07017862796783447, -0.015783382579684258, -0.2092861384153366, -0.06594099849462509, -0.03931494429707527, 0.0015892770607024431, 0.01608964242041111, -0.11513455957174301, -0.05460742115974426, -0.01576436311006546, 0.0744522288441658, 0.047326404601335526, 0.1821197271347046, 0.019062934443354607, 0.014071071520447731, 0.17371749877929688, 0.08246634155511856, -0.0020083957351744175, -0.14267697930335999, -0.03737888112664223, -0.06937217712402344, 0.09795024245977402, -0.11564785242080688, 0.01384770218282938, 0.03849882632493973, -0.01684516854584217, 0.11892171204090118, 0.061200302094221115, -0.10352518409490585, 0.06459686160087585, 0.05170426145195961, -0.07510778307914734, -0.02689095214009285, -0.08034447580575943, 0.016510138288140297, 0.07260427623987198, 0.023280151188373566, 0.15149104595184326, -0.14014530181884766, -0.03033566102385521, 0.004469223786145449, 0.03878146409988403, -0.1354653686285019, 0.15862087905406952, 0.13203991949558258, 0.006795644760131836, -0.05040932446718216, 0.16283203661441803, 0.05496736615896225, 0.00649696309119463, 0.0470682755112648, 0.08406262844800949, -0.05096401274204254, -0.04283905029296875, 0.025685787200927734, 0.09446454048156738, -0.13149428367614746, -0.12364751845598221, -0.09462134540081024, -0.004760602954775095, 0.02168816141784191, -0.06607388705015182, 0.026129446923732758, -0.05265010520815849, -0.011110365390777588, 0.07656422257423401, -0.022502509877085686, 0.05030564218759537, 0.13995251059532166, 0.05629179626703262, -0.19857418537139893, 0.08094833791255951, 0.020504241809248924, 0.0600554458796978, -0.04468591883778572, 0.02846013382077217, -0.07584455609321594, 0.06620700657367706, 0.032240692526102066, 0.06813111901283264, -0.06773153692483902, -0.04377081245183945, 0.011434093117713928, -0.03192342072725296, -0.06147583946585655, 0.07639501988887787, -0.08242903649806976, 0.04152192547917366, 0.06033249571919441, 0.08378556370735168, -0.08937535434961319, 0.005746085196733475, 0.015860361978411674, -0.031088348478078842, 0.038027018308639526, 0.08202008903026581, -0.06752978265285492, 0.001962855225428939, -0.1699427217245102, 0.03450396656990051, 0.13811810314655304, 0.049013108015060425, 0.037319689989089966, 0.025278912857174873, -0.004682842642068863, 0.03468631953001022, 0.05754454806447029, -0.08675404638051987, -0.012819314375519753, -0.060156241059303284, 0.034858088940382004, -0.0668032243847847, -0.04315238445997238, -0.06011210009455681, 0.04108063504099846, 0.11947881430387497, 0.05446774140000343, 0.1478249877691269, -0.08225561678409576, 0.032079651951789856, -0.04600412771105766, 0.020855184644460678, 0.04867337644100189, 0.0012811054475605488, -0.025658804923295975, -0.04156144708395004, 0.002245822688564658, -0.09472712129354477, 0.1049981415271759, 0.009477462619543076, -0.08365996927022934, -0.006382775958627462, -0.1256541758775711, 0.04015970230102539, 0.017212260514497757, 0.15118658542633057, -0.02104998752474785, -0.02610989846289158, -0.10113734006881714, -0.014048632234334946, 0.12598103284835815, 0.09011384844779968, -0.0025558690540492535, 0.09307296574115753, -0.03166774660348892, 0.1642461121082306, 0.009423168376088142, 0.046343620866537094, -0.17579960823059082, -0.054363761097192764, 0.008108867332339287, 0.019826361909508705, -0.019827894866466522, 0.16472777724266052, 0.15051114559173584, -0.07337355613708496, 0.004894804209470749, 0.05628164857625961, -0.08555789291858673, -0.17226365208625793, -0.1176144927740097, -0.045666586607694626, -0.2325676679611206, 0.013745320029556751, -0.12359365820884705, 0.009893732145428658, 0.07598011195659637, 0.0615619458258152, -0.004874476697295904, 0.10715634375810623, 0.05646943300962448, -0.11323077976703644, 0.07516308128833771, -0.04461437836289406, 0.00376101559959352, -0.17177695035934448, -0.02368590049445629, 0.11410465836524963, 0.03391893953084946, 0.023153619840741158, -0.0516604520380497, -0.04920772463083267, 0.06976238638162613, 0.009024183265864849, -0.051831331104040146, -0.014920735731720924, 0.019205760210752487, 0.03017999604344368, 0.029462190344929695, 0.060140304267406464, -0.06321510672569275, 0.045342810451984406, 0.12413134425878525, -0.06750962138175964, -0.14033855497837067, -0.06627398729324341, 0.053385134786367416, 0.026340577751398087, 0.11734480410814285, -0.014576583169400692, -0.08260898292064667, -0.0859072282910347, 0.12950249016284943, 0.1699702888727188, -0.08937489241361618, -0.04264451935887337, -0.04488568753004074, 0.016041254624724388, -0.07909955084323883, 0.07124920934438705, 0.03315218538045883, 0.16651977598667145, -0.036717865616083145, 0.008073211647570133, -0.11167968064546585, -0.03097328171133995, -0.050550755113363266, -0.0531124509871006, 0.03029225394129753, -0.049698274582624435, -0.03814370185136795, 0.13823550939559937, -0.2381485551595688, -0.1021774485707283, -0.1467435359954834, -0.011926029808819294, -0.05849877744913101, 0.019422950223088264, 0.1562734693288803, 0.06577546149492264, 0.07561641186475754, -0.005549902096390724, -0.011482025496661663, 0.06404443085193634, 0.023105762898921967, -0.1489689201116562, 0.0021447576582431793, 0.021569672971963882, -0.1322970986366272, 0.14005398750305176, -0.014112839475274086, 0.18500980734825134, 0.01535634882748127, 0.052627574652433395, 0.009707178920507431, 0.08945582062005997, 0.04525160789489746, -0.015276034362614155, -0.004145443439483643, -0.003239062149077654, -0.02747758850455284, 0.1178341954946518, 0.0364026315510273, -0.13783593475818634, 0.00450917286798358, 0.07835611701011658, -0.07359263300895691, -0.1329393982887268, -0.01882854290306568, -0.08549156785011292, 0.07759273797273636, -0.026751356199383736, -0.06838221848011017, -0.032094769179821014, -0.0038235471583902836, 0.04222278296947479, 0.048914968967437744, 0.04005654156208038, 0.02893734537065029, -0.18443076312541962, -0.06492837518453598, -0.041822649538517, 0.12896029651165009, -0.029969725757837296, 0.04033220186829567, -0.14591316878795624, -0.04506673291325569, -0.08325342833995819, 0.03314558044075966, 0.02817552722990513, 0.018536362797021866, 0.006555868312716484, -0.07459472864866257, -0.03149617090821266, 0.08327482640743256, -0.043069109320640564, -0.10979533940553665 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_tts_train_fastspeech_raw_phn_jaconv_pyopenjtalk_train.loss.best` ♻️ Imported from https://zenodo.org/record/3986225/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tts_train_fastspeech_raw_phn_jaconv_pyopenjtalk_train.loss.best
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_tts_train_fastspeech_raw_phn_jaconv_pyopenjtalk_train.URL' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_fastspeech_raw_phn_jaconv_pyopenjtalk_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_fastspeech_raw_phn_jaconv_pyopenjtalk_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 68, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_tts_train_fastspeech_raw_phn_jaconv_pyopenjtalk_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.043750736862421036, -0.004032726865261793, -0.0016724461456760764, 0.044922761619091034, 0.05680898576974869, -0.007153811864554882, 0.20413042604923248, 0.06622999161481857, 0.03609079867601395, -0.06280435621738434, 0.1002073585987091, 0.10349460691213608, 0.04860588163137436, 0.16892147064208984, 0.07086823880672455, -0.21168194711208344, 0.025437697768211365, 0.03129522129893303, 0.016801510006189346, 0.10901325196027756, 0.16529570519924164, -0.02477148547768593, 0.05534922331571579, 0.034011490643024445, -0.05930362641811371, 0.0846032202243805, -0.0629526749253273, -0.11512139439582825, 0.055810317397117615, 0.022111162543296814, 0.08959976583719254, 0.026721220463514328, 0.062258265912532806, -0.18943089246749878, 0.010483374819159508, -0.01808948814868927, -0.005589683074504137, 0.03939956799149513, 0.08146106451749802, 0.08243848383426666, -0.028760867193341255, 0.04907790198922157, -0.020581431686878204, 0.002270572120323777, -0.05011438578367233, -0.07219749689102173, 0.016360091045498848, 0.09399166703224182, 0.125694140791893, 0.15691398084163666, -0.025709500536322594, 0.10122251510620117, -0.11789871752262115, 0.05142170935869217, 0.1325816512107849, -0.1797863095998764, -0.006375374272465706, -0.011050205677747726, 0.02882540225982666, 0.16145503520965576, 0.022485027089715004, -0.052728209644556046, 0.11256369203329086, 0.018243227154016495, -0.02345060370862484, -0.034840404987335205, -0.16400939226150513, 0.041707754135131836, -0.14130541682243347, 0.03169867768883705, 0.2524363100528717, 0.00922404695302248, 0.0008765468373894691, -0.01207605842500925, -0.041837528347969055, -0.06672675162553787, -0.0017935502110049129, -0.14941644668579102, 0.04088510945439339, 0.06275621056556702, 0.03454941511154175, -0.07662983238697052, -0.1405508667230606, -0.077542245388031, 0.008136391639709473, 0.030255846679210663, 0.07529157400131226, 0.0320199579000473, -0.08807802200317383, 0.033192042261362076, 0.03346501290798187, -0.08991182595491409, 0.08027803152799606, -0.06414226442575455, 0.12357831746339798, 0.015786997973918915, 0.09781171381473541, -0.1411244124174118, 0.018594486638903618, -0.09616392105817795, -0.05148075520992279, 0.018130319193005562, 0.1111685112118721, 0.10812811553478241, 0.05068608745932579, -0.03238994628190994, -0.054791923612356186, -0.06749874353408813, -0.003729663323611021, 0.038416024297475815, 0.0008729647961445153, -0.028064129874110222, -0.17113575339317322, 0.03041812963783741, -0.08047425746917725, -0.005687168333679438, -0.05220573768019676, -0.06449976563453674, -0.11346385627985, -0.050338663160800934, 0.17106062173843384, -0.05636833608150482, 0.004059514496475458, -0.011076436378061771, -0.07885578274726868, 0.147979274392128, -0.006589686498045921, 0.09186488389968872, -0.08940396457910538, -0.010243537835776806, -0.07142206281423569, 0.06146558001637459, -0.07715266942977905, -0.07389514893293381, 0.04054718837141991, 0.060620471835136414, -0.004378682468086481, -0.1822834610939026, -0.18664081394672394, -0.05019769072532654, 0.005417663138359785, 0.026349667459726334, -0.03549856320023537, -0.1668577790260315, -0.058125659823417664, 0.023045092821121216, -0.0755779892206192, -0.11865624040365219, -0.09921673685312271, -0.00388886034488678, -0.09533122181892395, 0.05192718654870987, -0.008610138669610023, 0.05490277707576752, -0.10458977520465851, -0.08730324357748032, -0.17376698553562164, 0.11616597324609756, -0.1254037618637085, -0.02796393446624279, -0.09547606855630875, -0.07523190230131149, -0.07033082842826843, 0.0757162868976593, 0.030816469341516495, 0.20569230616092682, -0.20592954754829407, -0.057137299329042435, 0.07528124004602432, -0.10012605041265488, -0.08126198500394821, 0.1968669295310974, -0.02128622867166996, 0.1508600115776062, 0.10305073857307434, 0.24507425725460052, 0.03211897984147072, -0.1980554163455963, 0.023705143481492996, 0.12591905891895294, -0.01099957525730133, -0.08058737218379974, 0.11632703244686127, -0.006030343007296324, 0.023401964455842972, -0.05153591185808182, 0.057549744844436646, 0.11548183113336563, -0.04016188904643059, -0.03947422653436661, 0.08447808027267456, -0.059358321130275726, 0.016713691875338554, -0.029981283470988274, 0.09659882634878159, -0.0024968048091977835, -0.05430527776479721, 0.1464022547006607, 0.15924274921417236, -0.05370733141899109, 0.021938947960734367, -0.08864133805036545, -0.03297017142176628, -0.06784612685441971, -0.0604093037545681, -0.002652150811627507, 0.07745899260044098, 0.02582753263413906, 0.0018177505116909742, 0.09936108440160751, 0.11071702092885971, 0.002757397945970297, -0.020613670349121094, 0.003785614389926195, -0.06316542625427246, -0.02877175621688366, 0.019979191944003105, -0.06497667729854584, -0.189461812376976, 0.0845135822892189, 0.0007327012135647237, -0.07401573657989502, -0.09902822971343994, -0.022048890590667725, -0.08047599345445633, 0.07418960332870483, -0.007139881607145071, 0.027012899518013, 0.012682273052632809, 0.06697892397642136, -0.04289877787232399, -0.024046633392572403, -0.03845442458987236, 0.011768006719648838, -0.025081854313611984, 0.1906052976846695, 0.04688277840614319, 0.11248882114887238, 0.08815804123878479, -0.20023636519908905, -0.0356903001666069, 0.17156030237674713, 0.009938850998878479, -0.056925978511571884, -0.041531775146722794, 0.0267292782664299, 0.16896075010299683, -0.08395747095346451, 0.10834722220897675, -0.1276600956916809, -0.006331602577120066, -0.016092728823423386, -0.14008629322052002, 0.04832356795668602, 0.09554719924926758, 0.06765727698802948, -0.18960453569889069, 0.16919471323490143, 0.05381983891129494, -0.10693897306919098, 0.27042198181152344, 0.04147227853536606, -0.06804803758859634, -0.052625298500061035, 0.04597732424736023, -0.10059379041194916, 0.054627709090709686, -0.09770769625902176, 0.015663091093301773, 0.009752539917826653, 0.031975507736206055, 0.12830041348934174, -0.1415458619594574, -0.049378905445337296, 0.02814587950706482, -0.08743057399988174, -0.03651101142168045, -0.047217998653650284, -0.10532328486442566, 0.024245955049991608, -0.059251345694065094, -0.13160546123981476, 0.03743303567171097, -0.007890823297202587, -0.1197841614484787, 0.12971363961696625, -0.19150224328041077, -0.24227234721183777, -0.1667410284280777, 0.05905202031135559, 0.05647905170917511, 0.02456456422805786, 0.0759257897734642, -0.15079665184020996, -0.03887949883937836, -0.06645993888378143, -0.01390052679926157, -0.057098593562841415, -0.07242526113986969, -0.024492671713232994, 0.016177503392100334, -0.054995760321617126, -0.1284262090921402, 0.011185417883098125, -0.013548443093895912, 0.06511335074901581, 0.0016299851704388857, -0.0907532200217247, 0.03272435441613197, 0.20219820737838745, 0.02615879289805889, -0.06144065037369728, -0.03539358824491501, 0.1776750534772873, -0.08006072789430618, 0.04784299060702324, 0.11084771156311035, -0.013217980973422527, 0.049444615840911865, 0.0737505555152893, 0.07155260443687439, 0.028195613995194435, 0.02811809815466404, -0.07671645283699036, -0.0001157853112090379, -0.3571523427963257, -0.04903891682624817, -0.038195036351680756, 0.08400942385196686, -0.06357359141111374, 0.04385421425104141, 0.0542217381298542, 0.10480843484401703, 0.011929283849895, 0.07498922199010849, 0.008783985860645771, 0.028978073969483376, 0.006196274887770414, -0.01088467426598072, 0.030841127038002014, -0.07446838915348053, -0.06880798190832138, 0.11806967854499817, 0.07337296009063721, 0.022367822006344795, 0.053380336612463, 0.16130311787128448, 0.09277648478746414, 0.1591547578573227, 0.0913555696606636, -0.02500157430768013, 0.03518768399953842, 0.007235888857394457, -0.05167573690414429, -0.07389798015356064, -0.0009422804578207433, 0.12070447951555252, 0.057115521281957626, -0.04491302743554115, 0.08627637475728989, 0.130820631980896, 0.02966480515897274, 0.07838207483291626, 0.01982995495200157, -0.2613828778266907, 0.03971684351563454, -0.008344616740942001, -0.02292761206626892, -0.02396821230649948, 0.11367650330066681, 0.19705675542354584, -0.041228584945201874, 0.008421533741056919, 0.10662078112363815, 0.07838863134384155, -0.05948054790496826, -0.03078284114599228, 0.06464529782533646, 0.03127231448888779, -0.028419267386198044, 0.11153504252433777, -0.22695478796958923, 0.11619184911251068, 0.006820032373070717, 0.10713040083646774, 0.005838660057634115, 0.01667254976928234, -0.008984467945992947, -0.01365935429930687, 0.1309119611978531, 0.04147931560873985, 0.004005623050034046, -0.0546388141810894, -0.13521724939346313, -0.027894269675016403, 0.041939593851566315, 0.10762856155633926, -0.08132411539554596, 0.055632591247558594, 0.00997781939804554, 0.056717775762081146, -0.12741588056087494, -0.2180313616991043, -0.042894624173641205, -0.012780810706317425, 0.20283633470535278, -0.05005132034420967, 0.008526057004928589, -0.07211373746395111, -0.06083035469055176, 0.099326491355896, -0.08488363772630692, -0.11801905184984207, -0.020179539918899536, -0.1314930021762848, 0.10215071588754654, -0.06079703941941261, 0.052452921867370605, 0.09407270699739456, 0.0341261550784111, -0.006101792212575674, 0.005214181262999773, 0.13167095184326172, -0.13650725781917572, -0.03572671487927437, -0.07239747792482376, 0.08806072920560837, 0.13553711771965027, 0.04086519032716751, 0.0013569022994488478, -0.07089586555957794, -0.07276991754770279, -0.0939021036028862, -0.05273322016000748, 0.024555064737796783, -0.08286403119564056, 0.1011032685637474, -0.029045959934592247, -0.153319850564003, -0.10112534463405609, -0.0982683002948761, 0.12696082890033722, 0.2693129777908325, -0.027424480766057968, 0.09337914735078812, 0.2794658839702606, -0.08987221121788025, -0.1528172791004181, -0.07700462639331818, 0.10606645047664642, 0.009034606628119946, 0.03280704468488693, -0.16848023235797882, 0.09148351103067398, 0.07057458162307739, -0.039709966629743576, -0.00932756345719099, -0.28753015398979187, -0.14388233423233032, 0.13340793550014496, -0.04334094375371933, 0.09134820103645325, -0.0703853964805603, -0.057807739824056625, -0.06598127633333206, -0.05658921226859093, 0.09605518728494644, -0.0527723990380764, 0.05254301056265831, 0.08572577685117722, 0.08932750672101974, -0.024823088198900223, 0.0017397954361513257, 0.09251194447278976, 0.10039813816547394, 0.01423494704067707, -0.0036408682353794575, 0.012525047175586224, 0.0467119961977005, 0.054406531155109406, 0.11168651282787323, 0.03864766284823418, -0.008093871176242828, -0.2015398144721985, -0.0488748773932457, -0.03171885758638382, -0.009446745738387108, 0.03369017317891121, -0.11178942769765854, -0.09531811624765396, -0.01621841825544834, 0.07006030529737473, 0.02448701299726963, 0.2129392772912979, 0.041924621909856796, 0.00998353585600853, 0.13195551931858063, 0.06833434849977493, -0.009764153510332108, -0.07907193154096603, -0.02129448391497135, -0.08738892525434494, 0.09262926131486893, -0.13685737550258636, -0.0013722506118938327, 0.05660397186875343, -0.030848897993564606, 0.12105024605989456, 0.04802081361413002, -0.1211407333612442, 0.04915761575102806, 0.07280109822750092, -0.07851820439100266, -0.006987140979617834, -0.0711333379149437, 0.036957189440727234, 0.09205955266952515, -0.004718957468867302, 0.15202414989471436, -0.1602126508951187, -0.02407233789563179, 0.00430039968341589, 0.056626275181770325, -0.13654878735542297, 0.21915088593959808, 0.1391957849264145, -0.0057611968368291855, -0.08517969399690628, 0.18133211135864258, 0.05252322554588318, 0.0155125567689538, 0.036941055208444595, 0.07962480932474136, -0.05605347827076912, -0.046097613871097565, 0.046877600252628326, 0.1064443290233612, -0.09718074649572372, -0.16181786358356476, -0.09643731266260147, -0.012133914045989513, 0.012080392800271511, -0.06588747352361679, 0.03160828724503517, -0.02988780103623867, -0.006927818991243839, 0.05809398368000984, -0.006210814695805311, 0.058105915784835815, 0.15664342045783997, 0.042600084096193314, -0.18956495821475983, 0.061668843030929565, 0.02413296513259411, 0.060293860733509064, -0.062166135758161545, 0.050394099205732346, -0.06540552526712418, 0.06450305879116058, 0.018843481317162514, 0.08762115240097046, -0.0697110965847969, -0.04215739294886589, 0.005353484768420458, -0.021710999310016632, -0.06137271597981453, 0.07539591938257217, -0.08772718161344528, 0.055769480764865875, 0.041865475475788116, 0.0766860693693161, -0.08162294328212738, -0.0020207222551107407, 0.0014356740284711123, -0.010311325080692768, 0.027234135195612907, 0.09729800373315811, -0.06999912112951279, 0.010960756801068783, -0.19141104817390442, 0.028115680441260338, 0.16448216140270233, 0.06249173358082771, 0.0191852655261755, 0.033853448927402496, -0.016636844724416733, 0.058122701942920685, 0.03259411081671715, -0.09446968138217926, -0.048682089895009995, -0.05637083947658539, 0.025308264419436455, -0.09457606822252274, -0.020139530301094055, -0.06086031720042229, 0.030438117682933807, 0.12284483015537262, 0.07047299295663834, 0.15402114391326904, -0.06383128464221954, 0.027582112699747086, -0.011148033663630486, 0.00994997750967741, 0.03141465038061142, -0.03217198699712753, -0.05662056431174278, -0.028606871142983437, -0.007720473688095808, -0.09001040458679199, 0.15299668908119202, 0.03382274508476257, -0.12508751451969147, -0.01933140680193901, -0.09552941471338272, 0.046115972101688385, 0.007954508997499943, 0.1175035685300827, -0.037004563957452774, -0.02441737987101078, -0.16795431077480316, -0.03070571832358837, 0.10877272486686707, 0.07695860415697098, -0.07106123119592667, 0.090718574821949, 0.03154218941926956, 0.15670020878314972, 0.02992069348692894, 0.003833180060610175, -0.1342790722846985, -0.07190971821546555, -0.003929710481315851, 0.036727242171764374, -0.002988275373354554, 0.1633148491382599, 0.12700951099395752, -0.0476699061691761, -0.01947951130568981, 0.04942433163523674, -0.08000544458627701, -0.18790560960769653, -0.09706465154886246, -0.06195187568664551, -0.20769517123699188, 0.004145484883338213, -0.13086985051631927, 0.04796528443694115, 0.10333865135908127, 0.07663488388061523, -0.001262917649000883, 0.09180381894111633, 0.05117623135447502, -0.136809840798378, 0.07419250905513763, -0.04728559032082558, -0.0014764294028282166, -0.16578279435634613, -0.030792459845542908, 0.09539883583784103, 0.013577558100223541, 0.012313530780375004, -0.052052754908800125, -0.013991841115057468, 0.05017298087477684, -0.02024126797914505, -0.03217525780200958, -0.019963141530752182, 0.032640133053064346, 0.0408613383769989, 0.054396361112594604, 0.06771952658891678, -0.0782463550567627, 0.06688589602708817, 0.12346520274877548, -0.06463999301195145, -0.14806854724884033, -0.05969599261879921, 0.012944861315190792, 0.014508247375488281, 0.12728248536586761, -0.032566823065280914, -0.060646358877420425, -0.08346714824438095, 0.12387148290872574, 0.1960652470588684, -0.10071998089551926, -0.04429790377616882, -0.040818385779857635, 0.011449011042714119, -0.0957912728190422, 0.07357417047023773, 0.04998788237571716, 0.22068960964679718, -0.03652630373835564, 0.04543674737215042, -0.10907895117998123, -0.007008621469140053, -0.060282278805971146, -0.06740645319223404, 0.0213306974619627, -0.06756612658500671, -0.035404469817876816, 0.14459414780139923, -0.2716000974178314, -0.06514871120452881, -0.17190474271774292, -0.014538521878421307, -0.05924244597554207, 0.014640375971794128, 0.16946429014205933, 0.09705860167741776, 0.05250362306833267, -0.04052562639117241, 0.000927603745367378, 0.035278044641017914, 0.01635049842298031, -0.15330290794372559, 0.0017195927212014794, 0.01324403565376997, -0.15058651566505432, 0.11122143268585205, 0.006184113211929798, 0.22907106578350067, 0.0009144240175373852, 0.04450920224189758, -0.008856670930981636, 0.07758964598178864, 0.031011156737804413, -0.04127907007932663, -0.011649459600448608, -0.005832332652062178, -0.022357942536473274, 0.10510648041963577, 0.06005150452256203, -0.08900434523820877, 0.009388106875121593, 0.06914006173610687, -0.049872882664203644, -0.13588596880435944, -0.03115914762020111, -0.08441703766584396, 0.07619283348321915, -0.03609432652592659, -0.06136547774076462, -0.032541461288928986, 0.004702952690422535, 0.057918988168239594, 0.046372558921575546, 0.04572545737028122, 0.057971008121967316, -0.18573103845119476, -0.07759903371334076, -0.004112423863261938, 0.12304162979125977, 0.00027823293930850923, 0.03508024662733078, -0.16693595051765442, -0.03631971776485443, -0.0770857185125351, 0.04209183156490326, 0.04712511971592903, 0.03699956089258194, 0.009278341196477413, -0.06659294664859772, -0.01600295677781105, 0.056303128600120544, -0.03691837936639786, -0.12423836439847946 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/jsut_tts_train_full_band_vits_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.total_count.ave` ♻️ Imported from https://zenodo.org/record/5431984/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tts_train_full_band_vits_raw_phn_jaconv_pyopenjtalk_a-truncated-d7d5d0
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/jsut_tts_train_full_band_vits_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.total_count.ave' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_tts_train_full_band_vits_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.total_count.ave'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_tts_train_full_band_vits_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.total_count.ave'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 10, 83, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/jsut_tts_train_full_band_vits_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.total_count.ave'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.0627879649400711, 0.022261133417487144, -0.0013913728762418032, 0.05186683312058449, 0.08392809331417084, -0.010404735803604126, 0.15221743285655975, 0.07508634775876999, 0.03412335738539696, -0.0018187297973781824, 0.10134385526180267, 0.08767186850309372, 0.040091704577207565, 0.18799099326133728, 0.061059340834617615, -0.1857605129480362, 0.026420287787914276, 0.057637616991996765, 0.07855063676834106, 0.1315852850675583, 0.1541566252708435, -0.033634524792432785, 0.05406331270933151, 0.013956250622868538, -0.06613921374082565, 0.11132614314556122, -0.05447625368833542, -0.1023111641407013, 0.0669461041688919, -0.009931945241987705, 0.08228160440921783, -0.0006814381340518594, 0.06858711689710617, -0.20274725556373596, 0.008774951100349426, 0.00019457899907138199, -0.011449306271970272, 0.05060798302292824, 0.05247996747493744, 0.07684258371591568, -0.023054715245962143, 0.03589729964733124, -0.005688536446541548, 0.0157559122890234, -0.05347071960568428, -0.11180136352777481, 0.008257579989731312, 0.13223928213119507, 0.15197670459747314, 0.16213883459568024, -0.04298924654722214, 0.13283155858516693, -0.03528555482625961, 0.06158820539712906, 0.17582817375659943, -0.15635371208190918, -0.012251874431967735, 0.02089489810168743, 0.03844791278243065, 0.10525895655155182, 0.03541691228747368, -0.057802338153123856, 0.13718518614768982, 0.023556139320135117, -0.04048902541399002, -0.04525851830840111, -0.15869145095348358, -0.0015160683542490005, -0.1172085776925087, -0.012102988548576832, 0.29222193360328674, 0.030027516186237335, -0.002391827292740345, 0.03137938305735588, -0.07824796438217163, -0.13553182780742645, -0.005680984817445278, -0.14699141681194305, 0.03706267476081848, 0.027096368372440338, 0.05152368173003197, -0.04178265854716301, -0.1537603884935379, -0.08754618465900421, 0.004018476698547602, 0.02812398597598076, 0.07281424850225449, 0.017075825482606888, -0.09219864010810852, 0.04267909750342369, -0.040220532566308975, -0.0858554020524025, 0.07418033480644226, -0.030167460441589355, 0.05618799105286598, 0.012160135433077812, 0.09039080888032913, -0.16982536017894745, -0.0007373645203188062, -0.04288773983716965, -0.089835524559021, 0.01649343967437744, 0.08654741197824478, 0.0972682312130928, 0.0917506068944931, -0.054607830941677094, -0.04587788134813309, -0.08845759183168411, -0.013355545699596405, 0.036752261221408844, 0.03493335843086243, -0.03260054811835289, -0.15180698037147522, 0.031951941549777985, -0.018421093001961708, -0.03404618054628372, -0.011366376653313637, -0.04534206911921501, -0.10734584182500839, -0.07469233870506287, 0.2086123377084732, -0.0726732611656189, -0.0006856814143247902, -0.032763782888650894, -0.018823709338903427, 0.147920623421669, 0.023272154852747917, 0.08178389072418213, -0.0845811516046524, -0.004459782503545284, -0.11014501005411148, 0.04645989090204239, -0.056316077709198, -0.05895358324050903, 0.049311500042676926, 0.05311102420091629, -0.018747109919786453, -0.19129443168640137, -0.15215200185775757, -0.044220227748155594, 0.009506450966000557, 0.04331613704562187, -0.056200601160526276, -0.14196528494358063, -0.026834268122911453, 0.01260673813521862, -0.06923831254243851, -0.08841412514448166, -0.08888208866119385, 0.018789278343319893, -0.032175593078136444, 0.05704357847571373, -0.03189115226268768, 0.07041071355342865, -0.1156381145119667, -0.07356266677379608, -0.20549970865249634, 0.09482405334711075, -0.08525479584932327, -0.04093459993600845, -0.12786442041397095, -0.067922443151474, -0.056221649050712585, 0.050778940320014954, 0.04836001619696617, 0.16426579654216766, -0.1886642575263977, -0.06389497220516205, 0.08219730854034424, -0.14808885753154755, -0.0692676305770874, 0.1710381954908371, -0.00204096850939095, 0.12636227905750275, 0.09416414052248001, 0.21815094351768494, -0.034644294530153275, -0.2112744301557541, -0.005402735900133848, 0.0779782384634018, 0.01240579504519701, -0.07666869461536407, 0.10760419815778732, -0.0291555505245924, -0.009080572985112667, -0.06143862009048462, 0.05783383175730705, 0.02433999814093113, -0.038748614490032196, -0.04323117807507515, 0.058961015194654465, -0.04203221574425697, 0.05142325535416603, -0.00956080574542284, 0.05820447951555252, -0.024600418284535408, -0.07346010208129883, 0.132558673620224, 0.15734021365642548, -0.04326596483588219, 0.06283553689718246, -0.07149962335824966, -0.005721882916986942, -0.11581384390592575, -0.07712525129318237, -0.04132137447595596, 0.09462010860443115, 0.02939097210764885, 0.03958622366189957, 0.09371630102396011, 0.10934661328792572, -0.02218092419207096, -0.026585567742586136, -0.005060471594333649, -0.05549244210124016, -0.06907044351100922, 0.014417796395719051, -0.05838478356599808, -0.19737009704113007, 0.03568412736058235, -0.010764720849692822, -0.0955396369099617, -0.059556327760219574, -0.03441190719604492, -0.10062898695468903, 0.07480588555335999, -0.017151957377791405, -0.02238314040005207, 0.015224863775074482, 0.05781906470656395, -0.05555686727166176, -0.004430961795151234, -0.03465476632118225, 0.032908663153648376, -0.0007159631350077689, 0.08997891843318939, 0.007121013477444649, 0.014879211783409119, 0.09277943521738052, -0.17013825476169586, -0.06385815888643265, 0.1527826189994812, 0.005688589531928301, -0.0706881731748581, -0.058955393731594086, -0.025420404970645905, 0.17907960712909698, -0.05372392013669014, 0.08250601589679718, -0.10843498259782791, 0.0012714859331026673, 0.008220847696065903, -0.12975557148456573, 0.011532834731042385, 0.07299872487783432, 0.09496414661407471, -0.21798460185527802, 0.14735814929008484, -0.00102768384385854, -0.07833325117826462, 0.24613113701343536, 0.060555148869752884, -0.07411147654056549, -0.04929780215024948, 0.02188526839017868, -0.09598395973443985, 0.07774743437767029, -0.18574059009552002, 0.03267497941851616, 0.018920542672276497, 0.02796134352684021, 0.09035857766866684, -0.12227632850408554, -0.041823871433734894, 0.03682810440659523, -0.069892019033432, -0.07487339526414871, -0.031105391681194305, -0.11446592956781387, -0.001247733598574996, -0.05288593843579292, -0.09462858736515045, 0.026545198634266853, 0.00037371693179011345, -0.1309143751859665, 0.11322823166847229, -0.1704239696264267, -0.2704693675041199, -0.14681313931941986, 0.05654838681221008, 0.030253248289227486, 0.024502431973814964, 0.09440311789512634, -0.11709610372781754, -0.04221009463071823, -0.03529638424515724, 0.01976552978157997, -0.0753650963306427, -0.04036303982138634, 0.01348092406988144, -0.00760436337441206, -0.02033860608935356, -0.12643666565418243, 0.010557448491454124, -0.021793868392705917, 0.02639508992433548, 0.018170000985264778, -0.07022871822118759, 0.03845583647489548, 0.20751193165779114, 0.006790050771087408, -0.04578572139143944, -0.026856722310185432, 0.17340020835399628, -0.07200490683317184, 0.04024842381477356, 0.15832944214344025, -0.006555675528943539, 0.04447278380393982, 0.10518122464418411, 0.04942241311073303, 0.019663440063595772, 0.0351230651140213, -0.03322853520512581, -0.029074177145957947, -0.33902308344841003, -0.049697425216436386, -0.05401076003909111, 0.07153134047985077, 0.010704580694437027, 0.034185897558927536, 0.06072061508893967, 0.11550096422433853, -0.01576846092939377, 0.08731777220964432, -0.05806823447346687, 0.03939249739050865, 0.003715989412739873, 0.013515958562493324, 0.050564974546432495, -0.047581590712070465, -0.02831634134054184, 0.10417594760656357, 0.09173811227083206, 0.0031299812253564596, 0.07480034977197647, 0.10137339681386948, 0.11699951440095901, 0.1334260255098343, 0.04764582961797714, -0.00708815036341548, -0.015487957745790482, 0.02428760938346386, -0.039441559463739395, -0.0682261660695076, -0.016716938465833664, 0.11854279786348343, 0.050909221172332764, -0.01604675129055977, 0.040846087038517, 0.0924336239695549, 0.006148535292595625, 0.0950869545340538, 0.06582319736480713, -0.24315491318702698, 0.0007236499222926795, -0.008639899082481861, -0.03427211567759514, -0.028199119493365288, 0.08560925722122192, 0.15255753695964813, -0.037439242005348206, 0.07299768924713135, 0.09452521055936813, 0.08269435912370682, -0.07872247695922852, -0.024395637214183807, 0.06300340592861176, 0.030069300904870033, -0.016052089631557465, 0.10317525267601013, -0.20443543791770935, 0.15889973938465118, 0.011085017584264278, 0.08754386752843857, 0.015040703117847443, 0.030542030930519104, -0.04417748749256134, -0.0012773416237905622, 0.15376806259155273, 0.04293012619018555, -0.029395816847682, -0.040256135165691376, -0.1217072531580925, -0.029580367729067802, -0.01746467873454094, 0.05264590308070183, -0.06307458877563477, 0.060267649590969086, 0.032095011323690414, 0.0537903718650341, -0.016496535390615463, -0.24032777547836304, -0.03769328072667122, 0.007800478488206863, 0.2082986980676651, -0.06682028621435165, 0.028788166120648384, -0.08206365257501602, -0.059965647757053375, 0.09402639418840408, -0.07480435818433762, -0.12214694917201996, -0.027686599642038345, -0.07119270414113998, 0.08028488606214523, -0.07427884638309479, 0.057368360459804535, 0.06217118352651596, 0.06427396833896637, -0.060347799211740494, 0.005486801732331514, 0.1488511860370636, -0.12633904814720154, -0.03706854581832886, -0.06620048731565475, 0.11761665344238281, 0.15605542063713074, 0.021677641198039055, 0.0035135357175022364, -0.04314272105693817, -0.04496900364756584, -0.0741797611117363, -0.023721573874354362, -0.001978015759959817, -0.010718366131186485, 0.059334706515073776, -0.009820419363677502, -0.1749088168144226, -0.08095014840364456, -0.07120735943317413, 0.09480590373277664, 0.24709732830524445, -0.04059590771794319, 0.08542542904615402, 0.254070907831192, -0.07000189274549484, -0.1350364238023758, -0.0592823401093483, 0.10592996329069138, -0.012924524955451488, 0.03779325261712074, -0.17228712141513824, 0.07427839934825897, 0.059869442135095596, -0.0344805084168911, -0.0028407766949385405, -0.2706334888935089, -0.13439886271953583, 0.11677870899438858, -0.02928364835679531, 0.04802587255835533, -0.046056028455495834, -0.06249264255166054, -0.0551089346408844, -0.0961538553237915, 0.09446828812360764, -0.02613566443324089, 0.07050295919179916, 0.07334470003843307, 0.08678965270519257, -0.02645930089056492, -0.0031932101119309664, 0.0799761489033699, 0.1497156172990799, -0.001117528649047017, -0.0028786715120077133, -0.017788708209991455, 0.03321976959705353, 0.043752122670412064, 0.11672817170619965, 0.0631488636136055, -0.008564716205000877, -0.178415909409523, -0.053490277379751205, -0.04562609642744064, 0.017358483746647835, 0.001337092719040811, -0.13932660222053528, -0.07316777855157852, -0.029681989923119545, 0.07033827900886536, 0.016298212110996246, 0.2242419719696045, 0.008161206729710102, 0.06314586102962494, 0.22444136440753937, 0.023957230150699615, 0.002670109737664461, -0.1398095041513443, -0.020043088123202324, -0.08645183593034744, 0.11388067901134491, -0.13724707067012787, 0.014119344763457775, 0.03203687444329262, -0.012723811902105808, 0.09686213731765747, 0.03889462351799011, -0.12886399030685425, 0.03181464597582817, 0.07202236354351044, -0.08782902359962463, -0.026187224313616753, -0.041424237191677094, 0.024461576715111732, 0.06174609810113907, 0.03266975283622742, 0.16515381634235382, -0.13788403570652008, -0.03440219536423683, 0.006747625768184662, 0.06053916737437248, -0.15082667768001556, 0.2016148567199707, 0.11126598715782166, 0.015063662081956863, -0.0903320163488388, 0.16025032103061676, 0.07968980818986893, 0.021614637225866318, 0.051129259169101715, 0.06053851544857025, -0.05577288940548897, -0.04536982998251915, 0.023466812446713448, 0.08798527717590332, -0.10443711280822754, -0.14128711819648743, -0.0764998123049736, 0.017526831477880478, 0.02338017337024212, -0.09989826381206512, 0.03782634809613228, -0.03248556703329086, 0.006043375004082918, 0.06397783756256104, -0.03915528208017349, 0.05165838822722435, 0.16796192526817322, 0.07648248970508575, -0.19046832621097565, 0.056650444865226746, 0.026793284341692924, 0.08004377782344818, -0.03936196118593216, 0.03794345259666443, -0.027168745175004005, 0.052086759358644485, 0.07611381262540817, 0.05996066331863403, -0.07772006094455719, -0.052974432706832886, 0.012112550437450409, -0.016438674181699753, -0.07808364182710648, 0.07840267568826675, -0.05948571488261223, 0.04072892293334007, 0.03461439162492752, 0.06235254928469658, -0.10519104450941086, 0.01818554662168026, 0.007895836606621742, -0.008022556081414223, 0.03577924519777298, 0.07219646126031876, -0.0686487928032875, -0.019124835729599, -0.1930762380361557, 0.05953480675816536, 0.1553204506635666, 0.06548584252595901, 0.010608509182929993, -0.018591178581118584, -0.009546300396323204, 0.03576887771487236, 0.027456209063529968, -0.09842045605182648, -0.0038372196722775698, -0.09021516144275665, 0.0049583204090595245, -0.07690054923295975, -0.033285900950431824, -0.029047630727291107, 0.020838918164372444, 0.10703006386756897, 0.04804716259241104, 0.12937068939208984, -0.06574370712041855, 0.025037935003638268, -0.045977745205163956, 0.020042410120368004, 0.03595162555575371, -0.0071513173170387745, -0.051464732736349106, -0.014681515283882618, -0.007726314477622509, -0.07783026993274689, 0.0985003337264061, 0.016677552834153175, -0.05892132967710495, -0.001102140173316002, -0.07139993458986282, 0.042348191142082214, -0.02357027679681778, 0.11045845597982407, -0.06187286600470543, -0.01608969457447529, -0.12890644371509552, -0.014135305769741535, 0.12497320026159286, 0.1187533289194107, 0.006005916278809309, 0.07191582769155502, 0.025826646015048027, 0.11618772894144058, 0.008011664263904095, 0.019198225811123848, -0.17618554830551147, -0.02512221224606037, 0.017834002152085304, 0.04246030002832413, 0.030627407133579254, 0.07837080210447311, 0.13136689364910126, -0.0831199586391449, 0.010334456339478493, 0.04641522094607353, -0.055160973221063614, -0.16157425940036774, -0.15252502262592316, -0.05164427310228348, -0.24036993086338043, -0.0042287991382181644, -0.1172204464673996, 0.02623465284705162, 0.07764264196157455, 0.046928614377975464, 0.0037126874085515738, 0.10872171819210052, 0.03898463770747185, -0.11126264929771423, 0.053778115659952164, -0.012033446691930294, -0.01112736202776432, -0.13109900057315826, -0.013809898868203163, 0.12200451642274857, 0.037853434681892395, 0.028711099177598953, -0.04974767565727234, -0.005896678660064936, 0.073370061814785, 0.02690228819847107, -0.052001580595970154, -0.03477421775460243, 0.022852275520563126, 0.026673361659049988, 0.09147822111845016, 0.0762113556265831, -0.03918057680130005, 0.05493162199854851, 0.10794005542993546, -0.06119786575436592, -0.12625746428966522, -0.05733714625239372, -0.003042047144845128, 0.005147965624928474, 0.11626865714788437, -0.0002727676182985306, -0.0865161120891571, -0.07554616034030914, 0.1033610925078392, 0.16481930017471313, -0.027580657973885536, -0.033279549330472946, -0.04047694429755211, 0.015679065138101578, -0.06950726360082626, 0.021302103996276855, 0.01261474285274744, 0.18334871530532837, -0.029551586136221886, 0.01813085563480854, -0.10436565428972244, -0.0001109741278924048, -0.02625056356191635, -0.08326905220746994, 0.026404688134789467, -0.06528036296367645, -0.025570396333932877, 0.12794634699821472, -0.21497593820095062, -0.11552000045776367, -0.11596281826496124, -0.009022724814713001, -0.06331874430179596, 0.02007710374891758, 0.19618487358093262, 0.10349209606647491, 0.06732578575611115, -0.03566635772585869, 0.007717179134488106, 0.07488252222537994, 0.03144237399101257, -0.15244948863983154, -0.07163034379482269, 0.02203451842069626, -0.09741073846817017, 0.13609574735164642, -0.004983600694686174, 0.1733047068119049, -0.011772455647587776, 0.05860357731580734, 0.014142525382339954, 0.0629863291978836, 0.041904889047145844, 0.03841370716691017, -0.0024497804697602987, 0.029310107231140137, -0.02783198095858097, 0.11136972904205322, 0.045868147164583206, -0.12567868828773499, -0.010249415412545204, 0.08115297555923462, -0.03609529510140419, -0.13222673535346985, 0.014424658380448818, -0.10462842881679535, 0.09609047323465347, -0.04563126340508461, -0.06475412100553513, -0.049072589725255966, -0.009644169360399246, 0.06887238472700119, 0.04375068470835686, 0.07686861604452133, 0.05630028247833252, -0.19699019193649292, -0.05390528589487076, -0.0012347077718004584, 0.12827466428279877, -0.02934502623975277, 0.024875018745660782, -0.11596266180276871, -0.05330090969800949, -0.09911689907312393, 0.028904182836413383, 0.005790507420897484, 0.012125406414270401, -0.009352183900773525, -0.054582081735134125, -0.017452208325266838, 0.06574799865484238, -0.03962000459432602, -0.13000069558620453 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/jsut_tts_train_full_band_vits_raw_phn_jaconv_pyopenjtalk_prosody_train.total_count.ave` ♻️ Imported from https://zenodo.org/record/5521340/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tts_train_full_band_vits_raw_phn_jaconv_pyopenjtalk_p-truncated-66d5fc
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/jsut_tts_train_full_band_vits_raw_phn_jaconv_pyopenjtalk_prosody_train.total_count.ave' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_tts_train_full_band_vits_raw_phn_jaconv_pyopenjtalk_prosody_train.total_count.ave'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_tts_train_full_band_vits_raw_phn_jaconv_pyopenjtalk_prosody_train.total_count.ave'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 10, 79, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/jsut_tts_train_full_band_vits_raw_phn_jaconv_pyopenjtalk_prosody_train.total_count.ave'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.06073542311787605, 0.013249929063022137, -0.0010146094718948007, 0.06119481474161148, 0.0823669284582138, -0.0021910436917096376, 0.1557232141494751, 0.05782034993171692, 0.06309520453214645, -0.011651822365820408, 0.09274807572364807, 0.05361040681600571, 0.042536694556474686, 0.19307468831539154, 0.07083959877490997, -0.19313791394233704, 0.02073749341070652, 0.04976504668593407, 0.06932765245437622, 0.1164708137512207, 0.14515718817710876, -0.022350691258907318, 0.06021200865507126, 0.027023646980524063, -0.056063249707221985, 0.1095600500702858, -0.06192053109407425, -0.08695793896913528, 0.07189685851335526, 0.007239379920065403, 0.08273842185735703, -0.009018887765705585, 0.0881846621632576, -0.1925041526556015, 0.00798110757023096, 0.0015778862871229649, -0.01666601374745369, 0.049245912581682205, 0.06026871129870415, 0.09705040603876114, -0.005132169928401709, 0.0328839048743248, -0.0004793713160324842, 0.007472335360944271, -0.052103109657764435, -0.11367914825677872, 0.02131202630698681, 0.12123919278383255, 0.15707014501094818, 0.16474108397960663, -0.04042881727218628, 0.145425483584404, -0.03161584958434105, 0.05975720286369324, 0.13973642885684967, -0.1619076430797577, -0.012498489581048489, 0.036908749490976334, 0.019576653838157654, 0.1192973181605339, 0.0415731705725193, -0.05799141153693199, 0.14311948418617249, 0.021289324387907982, -0.01683587208390236, -0.04142862930893898, -0.16203469038009644, 0.003623055526986718, -0.11497360467910767, -0.004430214874446392, 0.2925586700439453, 0.04175516217947006, 0.00217457371763885, 0.025385398417711258, -0.07847920805215836, -0.11361752450466156, 0.008205343969166279, -0.15535254776477814, 0.0361630916595459, 0.03282661736011505, 0.03179343044757843, -0.05659820884466171, -0.14905858039855957, -0.1017276868224144, -0.02267666533589363, -0.009973573498427868, 0.0752556324005127, 0.027733050286769867, -0.07406076788902283, 0.034427668899297714, -0.05861850455403328, -0.07708097994327545, 0.08042805641889572, -0.043930042535066605, 0.041162826120853424, 0.004583349451422691, 0.0872398242354393, -0.1487129181623459, -0.009680414572358131, -0.06367122381925583, -0.0835328996181488, 0.015309923328459263, 0.10390597581863403, 0.09022112935781479, 0.10894206911325455, -0.06337480247020721, -0.07011372596025467, -0.06555339694023132, -0.026896653696894646, 0.023984717205166817, 0.020504234358668327, -0.027336889877915382, -0.15791796147823334, 0.017322463914752007, -0.01121541392058134, -0.04955729469656944, -0.026724742725491524, -0.05044238641858101, -0.0921100303530693, -0.08069542795419693, 0.22421731054782867, -0.0671415701508522, -0.0016930765705183148, -0.022496579214930534, -0.028010420501232147, 0.14713014662265778, 0.021829470992088318, 0.08713562786579132, -0.0793411061167717, -0.017652155831456184, -0.10283377766609192, 0.042402658611536026, -0.05137939378619194, -0.0713554099202156, 0.03716583549976349, 0.05252213776111603, -0.017744043841958046, -0.19175872206687927, -0.1583515852689743, -0.04795708507299423, 0.011040267534554005, 0.030265647917985916, -0.056502122431993484, -0.1412317156791687, -0.006976573262363672, -0.006311953999102116, -0.06689509004354477, -0.099936343729496, -0.08462832123041153, 0.0015836458187550306, -0.04405686631798744, 0.04907899722456932, -0.04757466912269592, 0.06755797564983368, -0.10651180148124695, -0.07016398012638092, -0.1884802281856537, 0.10144707560539246, -0.07774971425533295, -0.03729969263076782, -0.1393769085407257, -0.08359628170728683, -0.07204533368349075, 0.050367094576358795, 0.05832064524292946, 0.14959970116615295, -0.1720842868089676, -0.061533503234386444, 0.07328518480062485, -0.14584249258041382, -0.08496947586536407, 0.1804233193397522, -0.014654477126896381, 0.1260269731283188, 0.10330761224031448, 0.19936375319957733, 0.014138380065560341, -0.2153094857931137, 0.00878177024424076, 0.08825520426034927, 0.032302603125572205, -0.10478630661964417, 0.11727350205183029, -0.023327184841036797, -0.012281600385904312, -0.0525050014257431, 0.04525940492749214, 0.04779546335339546, -0.04449455440044403, -0.04705420136451721, 0.060177043080329895, -0.059863291680812836, 0.03566510230302811, -0.0052289520390331745, 0.0899423211812973, 0.006111807189881802, -0.04765690490603447, 0.14384354650974274, 0.1591642051935196, -0.05670265108346939, 0.051652032881975174, -0.0671907439827919, -0.017198823392391205, -0.11363616585731506, -0.07978905737400055, -0.04170509800314903, 0.08588825911283493, 0.03338794782757759, 0.024787677451968193, 0.08381560444831848, 0.11822357028722763, -0.007564841769635677, -0.01453630905598402, -0.014613230712711811, -0.04337126761674881, -0.05039525404572487, 0.020428771153092384, -0.050552960485219955, -0.1900830864906311, 0.017078371718525887, -0.01634414680302143, -0.08809992671012878, -0.08379095792770386, -0.0336579866707325, -0.13229165971279144, 0.06694170832633972, -0.01929362490773201, -0.014353150501847267, 0.0009769198950380087, 0.06656167656183243, -0.045238032937049866, -0.005188021808862686, -0.028754759579896927, 0.03365148603916168, -0.024489998817443848, 0.0594635009765625, 0.021737294271588326, 0.03874233737587929, 0.07912349700927734, -0.1739092469215393, -0.0674065575003624, 0.14273744821548462, 0.0037002721801400185, -0.06378526985645294, -0.07948558777570724, -0.018588488921523094, 0.16305503249168396, -0.05770910903811455, 0.07263742387294769, -0.11804214864969254, -0.0024415955413132906, 0.016004251316189766, -0.11774716526269913, 0.022773459553718567, 0.06392969191074371, 0.11388520896434784, -0.21527384221553802, 0.1334683746099472, -0.023535946384072304, -0.09334981441497803, 0.24743255972862244, 0.06048044562339783, -0.07716955244541168, -0.05206390470266342, 0.03270898386836052, -0.10358230024576187, 0.06726711988449097, -0.16278591752052307, 0.038171421736478806, 0.01931452378630638, 0.030000165104866028, 0.09569091349840164, -0.1209382563829422, -0.043073784559965134, 0.03952934220433235, -0.06787200272083282, -0.08918384462594986, -0.044950805604457855, -0.11464284360408783, 0.0000027731346108339494, -0.05217680335044861, -0.09731979668140411, 0.014598141424357891, -0.005649789702147245, -0.14251044392585754, 0.12425228208303452, -0.15151751041412354, -0.23293432593345642, -0.16144269704818726, 0.08524265140295029, 0.013502995483577251, 0.017995797097682953, 0.06836340576410294, -0.1139369010925293, -0.041074223816394806, -0.056152381002902985, -0.0003747258160728961, -0.07330849766731262, -0.049178771674633026, 0.009303875267505646, 0.0010328810894861817, -0.016123389825224876, -0.13294848799705505, 0.010101387277245522, -0.029570039361715317, 0.01484663039445877, -0.0035671114455908537, -0.09879492223262787, 0.02931438758969307, 0.19088497757911682, 0.017041604965925217, -0.04005942493677139, -0.03153037652373314, 0.19190740585327148, -0.054469019174575806, 0.04847652465105057, 0.151620015501976, 0.004574746824800968, 0.037657711654901505, 0.11399602890014648, 0.057687170803546906, 0.031827010214328766, 0.03952324762940407, -0.038501232862472534, -0.026054006069898605, -0.330962598323822, -0.05866724252700806, -0.053816236555576324, 0.06094151362776756, 0.029275329783558846, 0.03396395593881607, 0.04962300509214401, 0.13342231512069702, -0.011420713737607002, 0.0936003103852272, -0.04143620282411575, 0.028974702581763268, 0.005115157458931208, 0.024162597954273224, 0.05510402470827103, -0.055100664496421814, -0.03856637328863144, 0.1063586175441742, 0.08410027623176575, 0.04214515537023544, 0.06255945563316345, 0.09976410120725632, 0.10937891155481339, 0.15813758969306946, 0.04627874866127968, 0.0203938540071249, -0.015426266938447952, 0.03549420088529587, -0.03466961905360222, -0.07015103101730347, -0.005344202276319265, 0.11521081626415253, 0.045053623616695404, -0.023086057975888252, 0.05132264643907547, 0.0872887596487999, -0.007832134142518044, 0.08390600979328156, 0.0729401558637619, -0.25736045837402344, -0.003263483289629221, -0.012060733512043953, -0.01856602542102337, -0.031974270939826965, 0.08897452056407928, 0.1574520319700241, -0.048012297600507736, 0.07271376252174377, 0.09948787093162537, 0.08631211519241333, -0.07084942609071732, -0.03367391973733902, 0.06898200511932373, 0.024050673469901085, -0.013134284876286983, 0.108666330575943, -0.184192955493927, 0.17644977569580078, -0.002735583344474435, 0.0957871600985527, 0.015380191616714, 0.021113712340593338, -0.04309885576367378, -0.005844415165483952, 0.15093417465686798, 0.055753372609615326, -0.00572874303907156, -0.056904833763837814, -0.11966779083013535, -0.009545649401843548, -0.03641032427549362, 0.0613715797662735, -0.05441567301750183, 0.06166166439652443, 0.03412294015288353, 0.06095711886882782, -0.025667782872915268, -0.2352769672870636, -0.03751485049724579, -0.010106660425662994, 0.18254517018795013, -0.06807468831539154, 0.033744264394044876, -0.08602803200483322, -0.09016256034374237, 0.0762413814663887, -0.04501662030816078, -0.13035212457180023, -0.020990967750549316, -0.05190233513712883, 0.1077314242720604, -0.07845780998468399, 0.059670619666576385, 0.06942138820886612, 0.048657387495040894, -0.0478757806122303, -0.00947305653244257, 0.13823813199996948, -0.11547242850065231, -0.02249019593000412, -0.045679427683353424, 0.09546692669391632, 0.16009056568145752, 0.021481946110725403, 0.014061400666832924, -0.04343729093670845, -0.0526803620159626, -0.09398403018712997, -0.02492302842438221, 0.005902373697608709, -0.04437258467078209, 0.06945111602544785, -0.017039261758327484, -0.17526152729988098, -0.0658000037074089, -0.0619962103664875, 0.09179143607616425, 0.2575910687446594, -0.05137452110648155, 0.07113319635391235, 0.2785956859588623, -0.08033247292041779, -0.10493398457765579, -0.0739184021949768, 0.11284974962472916, -0.0039684465155005455, 0.06038723513484001, -0.18033775687217712, 0.08831734955310822, 0.08076982945203781, -0.028121192008256912, -0.03306153044104576, -0.25667697191238403, -0.1378200501203537, 0.13572053611278534, -0.014055040664970875, 0.08007311075925827, -0.04642438888549805, -0.05509127303957939, -0.06563954800367355, -0.11725884675979614, 0.09369497001171112, -0.03797474130988121, 0.06069992482662201, 0.06787199527025223, 0.08043666183948517, -0.03065185435116291, 0.0018645768286660314, 0.08447236567735672, 0.15534906089305878, 0.006708669010549784, 0.015534617938101292, -0.004355674609541893, 0.05280308797955513, 0.04422227293252945, 0.12545226514339447, 0.08455882966518402, -0.007478774059563875, -0.18590471148490906, -0.06016965210437775, -0.04340548813343048, -0.0028903386555612087, 0.015260324813425541, -0.13296298682689667, -0.07731185853481293, -0.01397595927119255, 0.08650974929332733, 0.00624836003407836, 0.19426000118255615, 0.028905224055051804, 0.07661417126655579, 0.21269646286964417, 0.018675239756703377, 0.025302540510892868, -0.12201625108718872, -0.009184152819216251, -0.08858370035886765, 0.11187971383333206, -0.1050390750169754, 0.013013924472033978, 0.05241456627845764, -0.009893253445625305, 0.09866080433130264, 0.03905254229903221, -0.12585368752479553, 0.03070875070989132, 0.06200410798192024, -0.08149972558021545, -0.06376521289348602, -0.04981175810098648, -0.0018594441935420036, 0.042532507330179214, 0.034346845000982285, 0.1562938690185547, -0.14341045916080475, -0.03778694570064545, 0.005020324606448412, 0.05282815545797348, -0.15159359574317932, 0.20859894156455994, 0.11748932301998138, 0.008513235487043858, -0.08561304956674576, 0.1527155190706253, 0.0851515382528305, 0.04118217155337334, 0.04406856372952461, 0.034041911363601685, -0.061200711876153946, -0.03235457092523575, 0.03126820921897888, 0.08459366112947464, -0.11427134275436401, -0.15009237825870514, -0.07535833865404129, -0.0025583843234926462, 0.017099162563681602, -0.10360906273126602, 0.04511520266532898, -0.033339545130729675, -0.006070246919989586, 0.06364558637142181, -0.03427703678607941, 0.05349809303879738, 0.1880362629890442, 0.05811181664466858, -0.18151898682117462, 0.05022794008255005, 0.018457498401403427, 0.06591921299695969, -0.04798228666186333, 0.028697660192847252, -0.043548036366701126, 0.05065605044364929, 0.0469970740377903, 0.05619508773088455, -0.08748974651098251, -0.04547690600156784, 0.006142694503068924, -0.014378237538039684, -0.07972346991300583, 0.08024025708436966, -0.06384021788835526, 0.04872947931289673, 0.03302156925201416, 0.06527062505483627, -0.1072913333773613, 0.021192731335759163, -0.0014034329215064645, -0.004429030232131481, 0.019759446382522583, 0.07245422899723053, -0.05913209542632103, -0.023903904482722282, -0.1742289662361145, 0.05974648892879486, 0.14557740092277527, 0.06894700229167938, 0.01535799354314804, -0.03826288878917694, -0.0091154919937253, 0.04838310927152634, 0.024149982258677483, -0.09245091676712036, -0.018049808219075203, -0.07150760293006897, 0.0025849156081676483, -0.07894303649663925, -0.019742829725146294, -0.03766007721424103, 0.015275964513421059, 0.09298175573348999, 0.07096042484045029, 0.12818428874015808, -0.05604825168848038, 0.019613848999142647, -0.06651197373867035, 0.014477523043751717, 0.035844169557094574, 0.010289985686540604, -0.05456697195768356, -0.02148267813026905, -0.005612031556665897, -0.06229858472943306, 0.13073819875717163, 0.005087734200060368, -0.066207654774189, -0.019419940188527107, -0.0529773086309433, 0.046527065336704254, -0.03810369223356247, 0.1294681876897812, -0.050280697643756866, -0.02042558789253235, -0.12141001969575882, -0.014699584804475307, 0.10752379149198532, 0.15390737354755402, -0.012124601751565933, 0.05997209995985031, 0.014079367741942406, 0.10736130177974701, 0.026078393682837486, 0.02519700676202774, -0.12522435188293457, -0.042331110686063766, 0.01288378145545721, 0.031569067388772964, 0.023986732587218285, 0.07610945403575897, 0.12819267809391022, -0.10053237527608871, 0.02115407958626747, 0.061111412942409515, -0.07300914078950882, -0.1674949675798416, -0.17403285205364227, -0.06403056532144547, -0.24465610086917877, -0.005766356363892555, -0.12963052093982697, 0.0004615871876012534, 0.0898313894867897, 0.058832813054323196, 0.002855106256902218, 0.0930747240781784, 0.03933200612664223, -0.11346999555826187, 0.05378064513206482, -0.02226424776017666, 0.008452158421278, -0.1333513706922531, -0.009740672074258327, 0.12647798657417297, 0.04480881616473198, 0.022625528275966644, -0.056800100952386856, 0.0005512282368727028, 0.07045372575521469, 0.04290207475423813, -0.042032938450574875, -0.042076289653778076, 0.020845336839556694, 0.009397820569574833, 0.1034899577498436, 0.07027285546064377, -0.04154125973582268, 0.050193388015031815, 0.08757124841213226, -0.06303587555885315, -0.14182701706886292, -0.08068927377462387, 0.011999774724245071, -0.005448039621114731, 0.09904485195875168, 0.012154926545917988, -0.08109903335571289, -0.08157854527235031, 0.10662192106246948, 0.18201877176761627, -0.02963211014866829, -0.030113037675619125, -0.031105827540159225, 0.010738728567957878, -0.0446011945605278, 0.038923148065805435, 0.013580209575593472, 0.18964655697345734, -0.03678857535123825, 0.03834809362888336, -0.10550598800182343, 0.010929455049335957, -0.011908980086445808, -0.09709282219409943, 0.04015877842903137, -0.05487780272960663, -0.034120138734579086, 0.1489839106798172, -0.2256389558315277, -0.08283933252096176, -0.12284928560256958, 0.019457271322607994, -0.06935883313417435, 0.010269985534250736, 0.17522737383842468, 0.10545256733894348, 0.05934715270996094, -0.055638980120420456, 0.027730420231819153, 0.08472436666488647, 0.03173891454935074, -0.15069378912448883, -0.07915475219488144, 0.03877434879541397, -0.0647856742143631, 0.10884036123752594, -0.001301083597354591, 0.19077153503894806, -0.014971215277910233, 0.05222620069980621, 0.01603657752275467, 0.06922805309295654, 0.034122370183467865, 0.04085984081029892, 0.003821052610874176, 0.0037071590777486563, -0.02006661891937256, 0.10768002271652222, 0.04708403721451759, -0.11465248465538025, -0.012050042860209942, 0.08396002650260925, -0.03440487012267113, -0.14127197861671448, 0.00578013900667429, -0.10812420397996902, 0.09995942562818527, -0.03180113807320595, -0.07118219882249832, -0.047570664435625076, -0.006911775097250938, 0.0687878429889679, 0.04293305426836014, 0.06072559580206871, 0.055935610085725784, -0.20049192011356354, -0.062296994030475616, 0.013761091977357864, 0.1250920444726944, -0.02750578708946705, 0.031970929354429245, -0.13096491992473602, -0.06128526106476784, -0.07767708599567413, 0.03219711780548096, 0.0032978744711726904, 0.017075074836611748, -0.007838393561542034, -0.06887154281139374, -0.02966604195535183, 0.05607723444700241, -0.045956216752529144, -0.13919050991535187 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_tts_train_tacotron2_raw_phn_jaconv_pyopenjtalk_accent_train.loss.ave` ♻️ Imported from https://zenodo.org/record/4381098/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tts_train_tacotron2_raw_phn_jaconv_pyopenjtalk_accent_train.loss.ave
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_tts_train_tacotron2_raw_phn_jaconv_pyopenjtalk_accent_train.URL' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_tacotron2_raw_phn_jaconv_pyopenjtalk_accent_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_tacotron2_raw_phn_jaconv_pyopenjtalk_accent_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 72, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_tts_train_tacotron2_raw_phn_jaconv_pyopenjtalk_accent_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.031040281057357788, 0.056344129145145416, -0.001936754328198731, 0.06142544001340866, 0.06647093594074249, -0.010680853389203548, 0.20355601608753204, 0.0710425153374672, 0.037388768047094345, -0.055332932621240616, 0.10195118188858032, 0.09406799077987671, 0.05341580510139465, 0.16875098645687103, 0.058407027274370193, -0.2095111608505249, 0.004578749183565378, 0.024365432560443878, -0.0051156808622181416, 0.12019921839237213, 0.15476037561893463, -0.021707722917199135, 0.06636323034763336, 0.037099700421094894, -0.08472329378128052, 0.11386570334434509, -0.03753324970602989, -0.12202166765928268, 0.065653957426548, 0.02840324304997921, 0.11974707245826721, 0.00962549727410078, 0.07701171934604645, -0.20155403017997742, 0.011950762011110783, -0.014965979382395744, -0.025410516187548637, 0.04682941734790802, 0.10326400399208069, 0.03171417489647865, -0.00016461002815049142, 0.08966663479804993, -0.006680650170892477, 0.026518413797020912, -0.08375926315784454, -0.06538278609514236, 0.012346101924777031, 0.16454194486141205, 0.12764467298984528, 0.15442146360874176, -0.03329622745513916, 0.10757483541965485, -0.0758918970823288, 0.061591506004333496, 0.13425692915916443, -0.1433408558368683, -0.01516097504645586, 0.013039366342127323, 0.016336597502231598, 0.15545283257961273, 0.0090349605306983, -0.04648957401514053, 0.11781693994998932, 0.01756136119365692, -0.03410543501377106, -0.047419916838407516, -0.17787356674671173, 0.05238541588187218, -0.11887666583061218, 0.01419338770210743, 0.3093721568584442, 0.01800927147269249, -0.00021572310652118176, 0.0304013229906559, -0.05068555846810341, -0.08647670596837997, 0.04761506989598274, -0.14768029749393463, 0.014310372993350029, 0.06681398302316666, 0.03152630478143692, -0.0779770240187645, -0.15025828778743744, -0.08747217804193497, -0.015005472116172314, 0.023255333304405212, 0.06614705920219421, 0.024177363142371178, -0.0869663655757904, 0.04641631245613098, -0.00034582315129227936, -0.08687303215265274, 0.10218801349401474, -0.07844090461730957, 0.08532783389091492, 0.015704257413744926, 0.09130249172449112, -0.19153337180614471, -0.011123472824692726, -0.06485398858785629, -0.04837317392230034, 0.022789787501096725, 0.08342640846967697, 0.10942771285772324, 0.07208703458309174, -0.012275743298232555, -0.07313942909240723, -0.04717101901769638, -0.028925342485308647, 0.03970794007182121, -0.02516144886612892, -0.03967474773526192, -0.17533960938453674, 0.021958185359835625, -0.07600488513708115, -0.015279936604201794, -0.03314214572310448, -0.05620712414383888, -0.12310139089822769, -0.04978596419095993, 0.1503179520368576, -0.05965559929609299, 0.017693491652607918, -0.02129846252501011, -0.046906109899282455, 0.13440382480621338, 0.03176739439368248, 0.11175426840782166, -0.07833874970674515, -0.022129546850919724, -0.09767458587884903, 0.054962534457445145, -0.07940350472927094, -0.06480827182531357, 0.04643198475241661, 0.06945037096738815, -0.005716029554605484, -0.1916140764951706, -0.13981036841869354, -0.04165692999958992, 0.02547512762248516, 0.03047063760459423, -0.03691442310810089, -0.1405322253704071, -0.06376458704471588, 0.015465008094906807, -0.06817560642957687, -0.12620730698108673, -0.06770786643028259, -0.0013026106171309948, -0.08616700768470764, 0.037169259041547775, -0.035387806594371796, 0.056967876851558685, -0.09387750178575516, -0.05927010253071785, -0.15394246578216553, 0.09056809544563293, -0.1135777086019516, -0.02159327268600464, -0.10489580035209656, -0.04931940510869026, -0.06759865581989288, 0.045527134090662, 0.04392758011817932, 0.1749422252178192, -0.19805482029914856, -0.050578732043504715, 0.09359266608953476, -0.11249731481075287, -0.061715081334114075, 0.18952931463718414, -0.021399209275841713, 0.14174416661262512, 0.10536499321460724, 0.25843220949172974, 0.015466302633285522, -0.21963857114315033, 0.026683960109949112, 0.08681660145521164, 0.0021159867756068707, -0.03514733910560608, 0.1203421875834465, -0.02055145613849163, -0.0023756923619657755, -0.05549528822302818, 0.06992534548044205, 0.07244265824556351, -0.03735966980457306, -0.06388004124164581, 0.07401467114686966, -0.048793673515319824, 0.05257926136255264, -0.024441391229629517, 0.060479726642370224, -0.006772435735911131, -0.066683329641819, 0.11247390508651733, 0.13558025658130646, -0.06580377370119095, 0.03378024697303772, -0.08575651794672012, -0.03148398548364639, -0.06603541970252991, -0.07131191343069077, -0.00972009263932705, 0.08268074691295624, 0.0177256241440773, 0.009402398951351643, 0.12282980978488922, 0.10782043635845184, -0.008315111510455608, -0.008937133476138115, -0.012798940762877464, -0.06342718005180359, -0.07457485795021057, 0.020762279629707336, -0.04628319293260574, -0.20260800421237946, 0.08401795476675034, -0.005431268829852343, -0.07982811331748962, -0.08410396426916122, -0.014254317618906498, -0.06700697541236877, 0.06940940767526627, -0.00477737607434392, 0.010166761465370655, 0.008961271494626999, 0.07589077204465866, -0.05871601775288582, -0.015267605893313885, -0.03764612227678299, 0.005097634624689817, -0.03209357336163521, 0.15803049504756927, 0.01814095675945282, 0.0695352554321289, 0.08888818323612213, -0.18781530857086182, -0.05492975935339928, 0.13318024575710297, 0.002069712383672595, -0.054142147302627563, -0.04465121403336525, 0.005219712387770414, 0.21898366510868073, -0.07240474224090576, 0.07819995284080505, -0.11729775369167328, -0.0090404087677598, -0.010647134855389595, -0.16080406308174133, 0.015304411761462688, 0.08223958313465118, 0.06173289939761162, -0.20600372552871704, 0.17889200150966644, 0.029365504160523415, -0.10685446113348007, 0.2793196737766266, 0.051191020756959915, -0.06368149071931839, -0.07235220074653625, 0.03030373342335224, -0.09401808679103851, 0.07471082359552383, -0.09406741708517075, 0.017952732741832733, 0.0037221212405711412, 0.03434959053993225, 0.1099565401673317, -0.148111030459404, -0.05845697596669197, 0.02742859534919262, -0.07536107301712036, -0.10315529257059097, -0.05176232382655144, -0.12448298186063766, 0.020079748705029488, -0.05586798116564751, -0.0742112472653389, 0.025341695174574852, -0.011052435263991356, -0.12200494855642319, 0.11641108244657516, -0.20687903463840485, -0.23605763912200928, -0.19613438844680786, 0.07137278467416763, 0.0372781902551651, 0.038877058774232864, 0.0735594853758812, -0.15009477734565735, -0.05487824231386185, -0.046797335147857666, -0.0035914478357881308, -0.08438071608543396, -0.07913412898778915, -0.02541230618953705, 0.01986001618206501, -0.038719553500413895, -0.1253289133310318, 0.008027131669223309, 0.014944666996598244, 0.058122456073760986, 0.006139582488685846, -0.09968546032905579, 0.0717088133096695, 0.20306602120399475, 0.008933726698160172, -0.043855905532836914, -0.03401957079768181, 0.18313995003700256, -0.0804366022348404, 0.059472039341926575, 0.10235507041215897, -0.05179595202207565, 0.0667412206530571, 0.12035879492759705, 0.05214599519968033, 0.03631238266825676, 0.039424967020750046, -0.06084335967898369, -0.012650832533836365, -0.3862805962562561, -0.02532579004764557, -0.043292734771966934, 0.07448830455541611, -0.032189879566431046, 0.026209143921732903, 0.08368556201457977, 0.11713534593582153, 0.0034109018743038177, 0.06188395246863365, 0.0168470349162817, 0.03984484076499939, 0.008954646997153759, 0.009780136868357658, 0.037207331508398056, -0.06957311183214188, -0.06476102769374847, 0.11135921627283096, 0.1402994692325592, 0.04370385780930519, 0.07674811780452728, 0.16107237339019775, 0.11858448386192322, 0.15193726122379303, 0.07505299896001816, -0.017718805000185966, 0.028710877522826195, 0.030265817418694496, -0.04901678487658501, -0.05401516705751419, 0.006882745306938887, 0.12336567044258118, 0.07014522701501846, -0.043480996042490005, 0.08734973520040512, 0.09619146585464478, 0.03741007298231125, 0.06906961649656296, 0.00012987291847821325, -0.25241732597351074, 0.052072592079639435, 0.009611104615032673, -0.019473012536764145, -0.0336008183658123, 0.09269128739833832, 0.20231492817401886, -0.05208839848637581, 0.04251927137374878, 0.08513637632131577, 0.08233515173196793, -0.042439382523298264, -0.04814787209033966, 0.04112022742629051, 0.01281225960701704, -0.04162038117647171, 0.12602083384990692, -0.23249085247516632, 0.16592352092266083, 0.004572460427880287, 0.0788877084851265, 0.02496308647096157, 0.02571459673345089, -0.023999087512493134, 0.023712104186415672, 0.1374083310365677, 0.04796816036105156, -0.020667023956775665, -0.06853054463863373, -0.10980992764234543, -0.030350783839821815, 0.024895982816815376, 0.06829500943422318, -0.061066411435604095, 0.03377450630068779, 0.02073683589696884, 0.05029141530394554, -0.05739371478557587, -0.23927167057991028, -0.06337961554527283, -0.011111821047961712, 0.17401005327701569, -0.012937984429299831, 0.009757334366440773, -0.06979488581418991, -0.05454891547560692, 0.06242797523736954, -0.08951252698898315, -0.10866659134626389, -0.046645477414131165, -0.1088680699467659, 0.10376696288585663, -0.06750429421663284, 0.03879132866859436, 0.07217022031545639, 0.05971846356987953, -0.03949882462620735, 0.010388209484517574, 0.12375830113887787, -0.11445115506649017, -0.036263760179281235, -0.0783037468791008, 0.09042742103338242, 0.15995723009109497, 0.04604393243789673, 0.005854072980582714, -0.06027740612626076, -0.08008088916540146, -0.09026139229536057, -0.026179853826761246, 0.016756368800997734, -0.03432697802782059, 0.07743879407644272, -0.021911345422267914, -0.18756157159805298, -0.12919650971889496, -0.08925881236791611, 0.11239909380674362, 0.21829445660114288, -0.035076651722192764, 0.08272381871938705, 0.26916441321372986, -0.1094512939453125, -0.13301286101341248, -0.06266237795352936, 0.11090168356895447, 0.007373700849711895, 0.05061641335487366, -0.16135014593601227, 0.04252958297729492, 0.04287588596343994, -0.02656005322933197, -0.038898225873708725, -0.2548395097255707, -0.13484494388103485, 0.10636892169713974, -0.01825663447380066, 0.02571011893451214, -0.06288144737482071, -0.05148753151297569, -0.06181015446782112, -0.07171604037284851, 0.09777301549911499, -0.06090455874800682, 0.038854651153087616, 0.10381126403808594, 0.12123334407806396, -0.02734358049929142, 0.0068588098511099815, 0.09533660113811493, 0.118145652115345, 0.013477994129061699, -0.0037200991064310074, -0.025482047349214554, 0.08668234199285507, 0.05563972145318985, 0.09087962657213211, 0.060204487293958664, -0.008398673497140408, -0.14566117525100708, -0.061345458030700684, -0.02774685248732567, 0.004746809136122465, 0.019866062328219414, -0.13574641942977905, -0.0721721351146698, -0.027022982016205788, 0.07396584004163742, 0.008757496252655983, 0.1833263784646988, 0.007145664654672146, 0.0645982101559639, 0.1835256814956665, 0.07164311408996582, 0.05239105969667435, -0.08747744560241699, -0.014972814358770847, -0.09355966001749039, 0.08556398004293442, -0.15708038210868835, 0.0105587188154459, 0.048908159136772156, -0.035182464867830276, 0.12382154166698456, 0.04899713769555092, -0.13910377025604248, 0.05594354495406151, 0.07464942336082458, -0.08981074392795563, 0.03593192249536514, -0.07223210483789444, 0.014455878175795078, 0.08445317298173904, -0.004586427006870508, 0.1526467353105545, -0.14068223536014557, -0.032375916838645935, 0.014721876941621304, 0.03772417828440666, -0.14604346454143524, 0.1847684532403946, 0.15222743153572083, -0.008985098451375961, -0.07235193997621536, 0.1625213772058487, 0.06231751665472984, 0.01282481662929058, 0.04688677191734314, 0.06389027833938599, -0.04464760422706604, -0.049909982830286026, 0.027752676978707314, 0.11694259196519852, -0.10898791253566742, -0.16107499599456787, -0.0734754204750061, 0.002117969561368227, 0.0029037413187325, -0.06485152989625931, 0.02143225632607937, -0.0382990725338459, -0.007827837951481342, 0.05923958122730255, -0.011433272622525692, 0.07713981717824936, 0.15137076377868652, 0.05048593506217003, -0.21090584993362427, 0.049178726971149445, 0.02540937252342701, 0.05928003787994385, -0.04504174366593361, 0.038549624383449554, -0.05853556469082832, 0.06333158165216446, 0.06668020784854889, 0.08075422048568726, -0.06949710845947266, -0.03631758689880371, 0.008617698214948177, -0.062423065304756165, -0.07249578833580017, 0.07871679961681366, -0.09618080407381058, 0.05056970193982124, 0.035916149616241455, 0.07483374327421188, -0.0858847051858902, 0.0001332144602201879, 0.03884603828191757, -0.00013920765195507556, 0.020769914612174034, 0.07966893166303635, -0.086427703499794, 0.010512348264455795, -0.20343784987926483, 0.05999300256371498, 0.14291653037071228, 0.06540427356958389, 0.009076540358364582, 0.008399602957069874, -0.020172225311398506, 0.030102595686912537, 0.04162024334073067, -0.08848519623279572, -0.01509557943791151, -0.06139213591814041, -0.01382450945675373, -0.06414399296045303, -0.08505122363567352, -0.04997265711426735, 0.031563397496938705, 0.1276719868183136, 0.054596081376075745, 0.145987868309021, -0.05090449005365372, 0.04610350355505943, -0.026021258905529976, 0.0231635645031929, 0.05040819197893143, -0.005915272049605846, -0.059910569339990616, -0.05278531834483147, -0.01653856411576271, -0.09018607437610626, 0.1393817812204361, 0.041162069886922836, -0.08297934383153915, -0.019399693235754967, -0.08282703906297684, 0.030268855392932892, 0.009631142020225525, 0.13135889172554016, -0.048981424421072006, -0.030134718865156174, -0.1485687643289566, -0.03411758691072464, 0.07471577078104019, 0.03979906439781189, -0.05946044623851776, 0.04874948039650917, 0.027425477281212807, 0.10421960800886154, 0.03900475800037384, 0.009638805873692036, -0.14421997964382172, -0.08293087780475616, -0.007232857868075371, 0.0016264613950625062, -0.007431995123624802, 0.12613293528556824, 0.16326339542865753, -0.08502200245857239, 0.005797113291919231, 0.05264773219823837, -0.09013447165489197, -0.1730377972126007, -0.1569916307926178, -0.0641871839761734, -0.22217001020908356, 0.013073800131678581, -0.12573011219501495, 0.05638290196657181, 0.08884743601083755, 0.0568268783390522, -0.011149111203849316, 0.11047104746103287, 0.06737891584634781, -0.1599697321653366, 0.03396688029170036, -0.017048001289367676, 0.012705130502581596, -0.1551109403371811, -0.012817870825529099, 0.09929309040307999, 0.020564811304211617, 0.013918310403823853, -0.040641553699970245, -0.014114678837358952, 0.026766987517476082, -0.02809702791273594, -0.03582301735877991, -0.031120073050260544, 0.03074437379837036, 0.01435463409870863, 0.054449230432510376, 0.060102079063653946, -0.05813679099082947, 0.06419695913791656, 0.12334786355495453, -0.06469893455505371, -0.1194186732172966, -0.09486959129571915, -0.0012399671832099557, -0.0029773067217320204, 0.1274844855070114, -0.01947677694261074, -0.06772144138813019, -0.06761523336172104, 0.1302298605442047, 0.18966984748840332, -0.05967368558049202, -0.044437944889068604, -0.03768204152584076, 0.02079126425087452, -0.06934650242328644, 0.07860026508569717, 0.025656208395957947, 0.17883850634098053, -0.041471611708402634, 0.059723738580942154, -0.10933127254247665, -0.01206712145358324, -0.03055444173514843, -0.05036458373069763, 0.02388790249824524, -0.08716347813606262, -0.040719058364629745, 0.17027251422405243, -0.2422035038471222, -0.05739355459809303, -0.15421125292778015, -0.024090716615319252, -0.048849917948246, 0.015108509920537472, 0.20458094775676727, 0.07532095909118652, 0.05998252332210541, -0.043182432651519775, -0.014805305749177933, 0.078450508415699, 0.04138081148266792, -0.15837375819683075, -0.004471353255212307, 0.011061069555580616, -0.147525817155838, 0.12022116780281067, -0.005538606084883213, 0.2055804431438446, 0.0038357952143996954, 0.03997465595602989, 0.015323113650083542, 0.06985288113355637, 0.05319805443286896, 0.011898924596607685, -0.03076547011733055, 0.0038093808107078075, -0.019451282918453217, 0.10359015315771103, 0.05345890671014786, -0.08415781706571579, 0.00939909741282463, 0.04459943249821663, -0.02756880782544613, -0.1279420554637909, 0.004589383024722338, -0.11293614655733109, 0.089861661195755, -0.03821316361427307, -0.06160132586956024, -0.02997073531150818, -0.007157059386372566, 0.048157744109630585, 0.044767238199710846, 0.060208071023225784, 0.06559020280838013, -0.16992534697055817, -0.08768158406019211, 0.012036205269396305, 0.13394533097743988, -0.040031034499406815, 0.039455756545066833, -0.1545514613389969, -0.04500201717019081, -0.09201674163341522, 0.03845378756523132, 0.030601631850004196, 0.01588471420109272, 0.010375218465924263, -0.07531579583883286, -0.014148221351206303, 0.050468359142541885, -0.04192105680704117, -0.1007988452911377 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_tts_train_tacotron2_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.loss.ave` ♻️ Imported from https://zenodo.org/record/4433194/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tts_train_tacotron2_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.loss.ave
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_tts_train_tacotron2_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.URL' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_tacotron2_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_tacotron2_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 76, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_tts_train_tacotron2_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.034048814326524734, 0.03820809721946716, -0.002468830207362771, 0.06771953403949738, 0.07482603937387466, -0.016653751954436302, 0.2012506127357483, 0.06244008243083954, 0.05958632379770279, -0.050876181572675705, 0.12110671401023865, 0.10205359011888504, 0.041880860924720764, 0.16842883825302124, 0.028883924707770348, -0.2127232700586319, 0.01405125018209219, 0.042432721704244614, 0.013852281495928764, 0.12944261729717255, 0.14909999072551727, -0.023877505213022232, 0.06656359881162643, 0.02741560898721218, -0.05591117590665817, 0.10641186684370041, -0.036132242530584335, -0.1252608448266983, 0.07076120376586914, 0.0346967875957489, 0.10231176018714905, 0.025664379820227623, 0.05980538949370384, -0.1875721663236618, 0.02066952735185623, -0.012882259674370289, -0.02216402068734169, 0.04597629979252815, 0.07942003011703491, 0.05563992261886597, 0.013073793612420559, 0.0902569517493248, 0.0017800315981730819, 0.011688191443681717, -0.08643314242362976, -0.017513446509838104, 0.013640283606946468, 0.16042830049991608, 0.1372101902961731, 0.15616363286972046, -0.03456941246986389, 0.13391044735908508, -0.09237048029899597, 0.05743817239999771, 0.1341380774974823, -0.16232456266880035, -0.01710638776421547, 0.010205645114183426, 0.01166584249585867, 0.14724287390708923, 0.027605334296822548, -0.03570634499192238, 0.11585111916065216, 0.00621622521430254, -0.039590995758771896, -0.04784362018108368, -0.15074993669986725, 0.04476773738861084, -0.12398602813482285, 0.00044080556835979223, 0.28889262676239014, 0.03292183578014374, 0.0133825046941638, 0.011586325243115425, -0.059777602553367615, -0.07109098136425018, 0.01832805573940277, -0.14470458030700684, 0.010350018739700317, 0.0643957257270813, 0.05589071288704872, -0.07335472106933594, -0.15474289655685425, -0.08157192170619965, -0.012487257830798626, 0.03164815530180931, 0.06804695725440979, 0.0213138610124588, -0.11160224676132202, 0.05989032983779907, 0.02396886795759201, -0.0920550674200058, 0.09625594317913055, -0.07858026772737503, 0.0784234032034874, 0.015658332034945488, 0.0947575718164444, -0.15967291593551636, -0.01701296679675579, -0.05732077732682228, -0.08461911231279373, 0.0219404399394989, 0.09161924570798874, 0.11152291297912598, 0.06317254155874252, -0.02112439274787903, -0.08791647106409073, -0.04892972856760025, -0.023050662130117416, 0.05597561597824097, -0.015375405550003052, -0.03501560539007187, -0.16157390177249908, 0.03169148415327072, -0.07914478331804276, -0.017012791708111763, -0.029221465811133385, -0.03276325762271881, -0.10818739235401154, -0.06208743900060654, 0.16256335377693176, -0.05323899909853935, 0.003156434977427125, -0.01714341901242733, -0.04611673951148987, 0.14179319143295288, 0.035463422536849976, 0.10433128476142883, -0.08193471282720566, -0.02558724954724312, -0.111452117562294, 0.04440028965473175, -0.07406861335039139, -0.0576147735118866, 0.030702581629157066, 0.05570480227470398, -0.0016933835577219725, -0.19365756213665009, -0.1590186208486557, -0.03453554958105087, 0.024064602330327034, 0.02652778849005699, -0.053184982389211655, -0.13800173997879028, -0.058183107525110245, 0.008498026989400387, -0.06703836470842361, -0.10989020764827728, -0.08215345442295074, 0.00493534654378891, -0.08910869807004929, 0.03960229083895683, -0.03377564251422882, 0.045876387506723404, -0.10921458154916763, -0.058279916644096375, -0.15871158242225647, 0.09688840806484222, -0.10296711325645447, -0.03800976276397705, -0.09616667032241821, -0.04051165655255318, -0.06688534468412399, 0.06255016475915909, 0.042235054075717926, 0.1947641521692276, -0.1852186769247055, -0.05481318384408951, 0.08835122734308243, -0.10529443621635437, -0.07208456099033356, 0.16639743745326996, -0.024897947907447815, 0.15231861174106598, 0.09348398447036743, 0.24910224974155426, -0.00008385672117583454, -0.21601775288581848, 0.030814586207270622, 0.08418939262628555, -0.038109712302684784, -0.03917489945888519, 0.1032954528927803, -0.0003231187292840332, -0.012077857740223408, -0.04304095357656479, 0.048114530742168427, 0.06714172661304474, -0.04798987880349159, -0.05355265736579895, 0.08329156041145325, -0.04392343759536743, 0.03051704913377762, -0.0196085087954998, 0.058541689068078995, -0.0016863957280293107, -0.06368930637836456, 0.15268367528915405, 0.14495991170406342, -0.05050109699368477, 0.04017896205186844, -0.09412908554077148, -0.0316033661365509, -0.05494433641433716, -0.06572551280260086, -0.022449998185038567, 0.09556834399700165, 0.009438002482056618, 0.052052032202482224, 0.11016084253787994, 0.11703381687402725, -0.003971274476498365, -0.016509948298335075, -0.006944987457245588, -0.0647381842136383, -0.0832449197769165, 0.023815641179680824, -0.057295817881822586, -0.2077522575855255, 0.08763642609119415, 0.0037661928217858076, -0.053897447884082794, -0.09881063550710678, -0.010937544517219067, -0.10520195960998535, 0.08162345737218857, -0.014553211629390717, 0.009066990576684475, 0.011468124575912952, 0.06937308609485626, -0.06388934701681137, -0.0186199601739645, -0.03497336804866791, 0.017746781930327415, -0.013684360310435295, 0.1756775975227356, 0.010435817763209343, 0.03874954953789711, 0.09763821959495544, -0.16404131054878235, -0.05575677379965782, 0.14277251064777374, -0.00752849830314517, -0.055703967809677124, -0.04361124709248543, 0.021390091627836227, 0.22303220629692078, -0.06649814546108246, 0.09565799683332443, -0.12414560467004776, -0.0033566071651875973, -0.004613878205418587, -0.15449975430965424, 0.01059630699455738, 0.09394148737192154, 0.11011011153459549, -0.22760990262031555, 0.16779132187366486, 0.0007963161333464086, -0.08955222368240356, 0.28613680601119995, 0.05680287256836891, -0.06619980931282043, -0.06195639818906784, 0.03667505085468292, -0.0983089730143547, 0.0739094689488411, -0.10746569186449051, 0.032988954335451126, 0.006098972633481026, 0.017623860388994217, 0.11382247507572174, -0.13446789979934692, -0.07146434485912323, 0.03111453726887703, -0.06530832499265671, -0.09652910381555557, -0.03093506023287773, -0.1062970981001854, 0.034354981034994125, -0.05332476645708084, -0.10680589824914932, 0.016027092933654785, 0.004495251923799515, -0.11533235013484955, 0.12487324327230453, -0.1719219982624054, -0.27070513367652893, -0.16055573523044586, 0.08389488607645035, 0.02782425470650196, 0.029937731102108955, 0.07547725737094879, -0.12952618300914764, -0.03840010613203049, -0.05974390730261803, -0.021775566041469574, -0.05783452093601227, -0.057645175606012344, -0.009153115563094616, 0.016602272167801857, -0.04831921309232712, -0.11564191430807114, 0.0036780936643481255, -0.021277962252497673, 0.05937184393405914, 0.017903465777635574, -0.11217789351940155, 0.06391149759292603, 0.20253294706344604, 0.004155514296144247, -0.032154109328985214, -0.0362604483962059, 0.1682628095149994, -0.08163874596357346, 0.0631706565618515, 0.11675131320953369, -0.02263062261044979, 0.05737695470452309, 0.1034398078918457, 0.04520592465996742, 0.02733369544148445, 0.04603711888194084, -0.041101034730672836, -0.015560776926577091, -0.35783684253692627, -0.03182883560657501, -0.04690523073077202, 0.09216932207345963, -0.02583424746990204, 0.020852666348218918, 0.08832301944494247, 0.1131143867969513, -0.005133699160069227, 0.0683555006980896, 0.003281587967649102, 0.047559503465890884, -0.013125176541507244, 0.012844132259488106, 0.047371987253427505, -0.0508384108543396, -0.06349595636129379, 0.11611562222242355, 0.1060485988855362, 0.011054791510105133, 0.05126318708062172, 0.12009185552597046, 0.12410308420658112, 0.12977829575538635, 0.06893905997276306, -0.02332351729273796, 0.032864417880773544, 0.01558441761881113, -0.05182290077209473, -0.05475205183029175, -0.002322140382602811, 0.11619501560926437, 0.0634472519159317, -0.0413975864648819, 0.0726587101817131, 0.14154158532619476, 0.03117218427360058, 0.0918111726641655, 0.005166999064385891, -0.2538200914859772, 0.03741823136806488, -0.005047305021435022, -0.018197080120444298, -0.041266996413469315, 0.09958593547344208, 0.18663857877254486, -0.0510842502117157, 0.03362058103084564, 0.09797859936952591, 0.08867087960243225, -0.03666302189230919, -0.03469318524003029, 0.023282893002033234, -0.0010067899711430073, -0.049690037965774536, 0.11295180022716522, -0.23382708430290222, 0.16802167892456055, -0.00685886712744832, 0.07117025554180145, 0.024446435272693634, 0.003121045883744955, -0.030397994443774223, 0.021990858018398285, 0.1412045657634735, 0.03546875715255737, 0.03735800459980965, -0.04507700353860855, -0.11595148593187332, -0.03532647341489792, -0.006600423716008663, 0.06052157282829285, -0.05081205442547798, 0.042340368032455444, 0.02507149428129196, 0.05308356136083603, -0.07474783807992935, -0.24484923481941223, -0.043799351900815964, -0.015317458659410477, 0.17568092048168182, -0.0510893315076828, 0.02078874222934246, -0.061731692403554916, -0.04729578644037247, 0.07218537479639053, -0.06459927558898926, -0.10923924297094345, -0.046284932643175125, -0.094883032143116, 0.08397607505321503, -0.07620155066251755, 0.02327423170208931, 0.07597631216049194, 0.05583694577217102, -0.0504985973238945, 0.007032420951873064, 0.12885946035385132, -0.11765524744987488, -0.03983575105667114, -0.07050306349992752, 0.09978527575731277, 0.13373948633670807, 0.026127448305487633, 0.011276529170572758, -0.06899652630090714, -0.07624082267284393, -0.08907529711723328, -0.04148649796843529, -0.016326213255524635, -0.014042229391634464, 0.06756091862916946, -0.010122649371623993, -0.16680729389190674, -0.11331949383020401, -0.07905595749616623, 0.092271588742733, 0.23123440146446228, -0.033240966498851776, 0.09752597659826279, 0.25014206767082214, -0.08401738107204437, -0.13221359252929688, -0.07590024918317795, 0.11247390508651733, -0.0068697803653776646, 0.05196428298950195, -0.15183167159557343, 0.03917424753308296, 0.04714660719037056, -0.021551918238401413, -0.039737213402986526, -0.2680929899215698, -0.13819682598114014, 0.1185324415564537, -0.008874177001416683, 0.060375526547431946, -0.05146406218409538, -0.042100418359041214, -0.04775497689843178, -0.08155828714370728, 0.10793643444776535, -0.06768140196800232, 0.04166453331708908, 0.0874825045466423, 0.10447835922241211, -0.02406933344900608, 0.0005806986591778696, 0.09174636751413345, 0.09915683418512344, 0.012200667522847652, -0.0017657673452049494, -0.057064954191446304, 0.07590096443891525, 0.05616777017712593, 0.09480760991573334, 0.053802378475666046, 0.0005667911027558148, -0.16461530327796936, -0.07070508599281311, -0.03737547993659973, -0.004186511039733887, 0.014805682934820652, -0.1347922533750534, -0.05874333530664444, -0.026312220841646194, 0.06948737800121307, 0.019442157819867134, 0.18831287324428558, -0.007729631848633289, 0.013218148611485958, 0.18590983748435974, 0.06455361843109131, 0.03690502420067787, -0.09536894410848618, -0.021866247057914734, -0.08581647276878357, 0.09923715889453888, -0.14975741505622864, 0.0013477981556206942, 0.03416387364268303, -0.03364380821585655, 0.11868825554847717, 0.05291132256388664, -0.1223868727684021, 0.054068900644779205, 0.0716208815574646, -0.11092694848775864, 0.025579966604709625, -0.0728277787566185, 0.0020842631347477436, 0.10492326319217682, -0.0010203674901276827, 0.1588616669178009, -0.14599035680294037, -0.02713957242667675, 0.016282295808196068, 0.04679989442229271, -0.128339946269989, 0.1585896909236908, 0.12258049845695496, -0.006864477414637804, -0.07795620709657669, 0.1580863744020462, 0.06345231831073761, 0.025270598009228706, 0.04352695122361183, 0.06496311724185944, -0.06467386335134506, -0.05118017643690109, 0.016500944271683693, 0.10629256069660187, -0.1176638975739479, -0.14947566390037537, -0.08985044062137604, 0.005503529217094183, 0.024079013615846634, -0.06755702942609787, 0.020403968170285225, -0.04290361329913139, -0.010766914114356041, 0.04847275838255882, -0.02046811580657959, 0.06406718492507935, 0.15484370291233063, 0.03797101974487305, -0.19833706319332123, 0.0458054356276989, 0.03125844895839691, 0.06084854155778885, -0.04925747215747833, 0.03327084705233574, -0.06894858926534653, 0.07217031717300415, 0.05568499490618706, 0.07426773011684418, -0.06543414294719696, -0.05361070856451988, 0.0023397651966661215, -0.05015205591917038, -0.07999937236309052, 0.07485969364643097, -0.07998992502689362, 0.04775070399045944, 0.040592826902866364, 0.07910161465406418, -0.08852723985910416, 0.006080813240259886, 0.025616202503442764, -0.006631047930568457, 0.019910505041480064, 0.09133449196815491, -0.08296514302492142, 0.006343502085655928, -0.163747176527977, 0.07024864107370377, 0.14174070954322815, 0.06284768879413605, 0.01734653115272522, 0.026590468361973763, -0.010257821530103683, 0.034002769738435745, 0.03403119742870331, -0.0886370912194252, -0.021151499822735786, -0.0672525092959404, 0.014967566356062889, -0.04655442759394646, -0.06803316622972488, -0.0462450310587883, 0.03741207718849182, 0.11040731519460678, 0.06742952018976212, 0.13163156807422638, -0.05846019834280014, 0.021014435216784477, -0.038131505250930786, 0.01542237401008606, 0.04862009733915329, 0.003906744997948408, -0.04788940027356148, -0.03881384804844856, -0.01103240717202425, -0.08576017618179321, 0.12527421116828918, 0.0443195179104805, -0.09558118879795074, -0.01344241201877594, -0.08933525532484055, 0.04542336240410805, 0.0111262621358037, 0.13706712424755096, -0.046891313046216965, -0.015593688935041428, -0.13842639327049255, -0.016025392338633537, 0.09722041338682175, 0.04787420481443405, -0.02535020373761654, 0.06356611102819443, 0.0240665040910244, 0.1069452241063118, 0.013099749572575092, 0.022962946444749832, -0.15559712052345276, -0.09217296540737152, -0.02370237000286579, 0.006764806341379881, -0.0021748680155724287, 0.09591726958751678, 0.19235970079898834, -0.06935103982686996, 0.0004998877993784845, 0.06153775006532669, -0.07447946816682816, -0.16712552309036255, -0.15274088084697723, -0.06069594621658325, -0.21283425390720367, 0.009812281467020512, -0.1279776394367218, 0.04149084910750389, 0.07828609645366669, 0.06658678501844406, -0.011650476604700089, 0.0912671834230423, 0.08570518344640732, -0.1529885232448578, 0.042372941970825195, -0.016570568084716797, 0.004693225957453251, -0.16087059676647186, -0.007568010129034519, 0.08822789043188095, 0.01740112155675888, 0.011639864183962345, -0.049431730061769485, -0.021618487313389778, 0.04453585669398308, -0.000923515239264816, -0.02968818135559559, -0.026555733755230904, 0.027531925588846207, 0.012716751545667648, 0.04940717667341232, 0.06921963393688202, -0.04439912363886833, 0.05464698001742363, 0.1442616730928421, -0.055664293467998505, -0.13164377212524414, -0.09106532484292984, 0.03518624231219292, 0.021766217425465584, 0.1329415738582611, -0.010564963333308697, -0.0666806548833847, -0.07791105657815933, 0.1448446363210678, 0.18294188380241394, -0.08513544499874115, -0.04488237947225571, -0.04629581794142723, 0.02193501964211464, -0.06789419054985046, 0.07735631614923477, 0.02327621355652809, 0.18704311549663544, -0.03645699471235275, 0.03578618913888931, -0.11565208435058594, -0.009743493050336838, -0.029340835288167, -0.04557568579912186, 0.034571029245853424, -0.0894756093621254, -0.04214763268828392, 0.14787916839122772, -0.24076387286186218, -0.0748053565621376, -0.17097219824790955, -0.01392837893217802, -0.047918956726789474, 0.004275852348655462, 0.16136020421981812, 0.06517054885625839, 0.06782057136297226, -0.030119599774479866, -0.01078468095511198, 0.06924045085906982, 0.0448463149368763, -0.15545277297496796, -0.009168298915028572, 0.018252626061439514, -0.125605046749115, 0.12208019942045212, -0.013303577899932861, 0.1900668740272522, 0.0006155989249236882, 0.03585579991340637, 0.024631917476654053, 0.07815913110971451, 0.05921090766787529, 0.018125910311937332, -0.023384174332022667, -0.028529902920126915, -0.017529569566249847, 0.07422660291194916, 0.04920249432325363, -0.12050283700227737, 0.002596708945930004, 0.039078544825315475, -0.0389135517179966, -0.12763841450214386, 0.020791860297322273, -0.0934242233633995, 0.08732253313064575, -0.0391838364303112, -0.06444963812828064, -0.024658910930156708, -0.00019352011440787464, 0.05114184692502022, 0.028245361521840096, 0.058490902185440063, 0.05731476843357086, -0.15366710722446442, -0.08539853245019913, -0.017643600702285767, 0.1369951218366623, -0.04099712520837784, 0.05237977206707001, -0.14818091690540314, -0.05344377085566521, -0.08690293878316879, 0.0405334010720253, 0.030446982011198997, 0.01741420291364193, 0.006185468751937151, -0.05778105556964874, -0.008731605485081673, 0.0625315010547638, -0.023622827604413033, -0.11023363471031189 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/jsut_tts_train_tacotron2_raw_phn_jaconv_pyopenjtalk_prosody_train.loss.ave` ♻️ Imported from https://zenodo.org/record/5499026/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tts_train_tacotron2_raw_phn_jaconv_pyopenjtalk_prosody_train.loss.ave
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/jsut_tts_train_tacotron2_raw_phn_jaconv_pyopenjtalk_prosody_train.URL' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_tts_train_tacotron2_raw_phn_jaconv_pyopenjtalk_prosody_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_tts_train_tacotron2_raw_phn_jaconv_pyopenjtalk_prosody_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 10, 72, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/jsut_tts_train_tacotron2_raw_phn_jaconv_pyopenjtalk_prosody_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.030696926638484, 0.05200517550110817, -0.0018643849762156606, 0.06788989901542664, 0.0676831528544426, -0.010004415176808834, 0.19670717418193817, 0.061706092208623886, 0.021087929606437683, -0.04690438508987427, 0.10622245073318481, 0.08418314903974533, 0.06269623339176178, 0.1734818071126938, 0.06318797916173935, -0.2150060087442398, 0.015631327405571938, 0.032539017498493195, 0.012979851104319096, 0.13294100761413574, 0.15359720587730408, -0.01603359915316105, 0.06603573262691498, 0.031960804015398026, -0.08390773087739944, 0.11470044404268265, -0.03586363419890404, -0.11147873848676682, 0.06014586612582207, 0.028760023415088654, 0.11244991421699524, 0.011525904759764671, 0.08902692049741745, -0.18184839189052582, 0.012417897582054138, -0.011294206604361534, -0.0392393060028553, 0.05066746845841408, 0.0931226909160614, 0.03751459717750549, 0.0016157088102772832, 0.0815155878663063, -0.012554580345749855, 0.019695881754159927, -0.08575021475553513, -0.07224368304014206, -0.0018646003445610404, 0.18307702243328094, 0.13731488585472107, 0.16796128451824188, -0.034777190536260605, 0.13321319222450256, -0.053893521428108215, 0.06220957264304161, 0.14066840708255768, -0.15411949157714844, -0.016155345365405083, 0.02067924477159977, 0.0057196589186787605, 0.156244695186615, 0.02536720223724842, -0.05689100921154022, 0.1307300627231598, 0.009176613762974739, -0.028588896617293358, -0.050222381949424744, -0.1688353419303894, 0.03386422246694565, -0.13256888091564178, 0.015308036468923092, 0.319063276052475, 0.017822585999965668, 0.00180432281922549, 0.05998440459370613, -0.07614672929048538, -0.0986284464597702, 0.060728613287210464, -0.15401770174503326, 0.019346432760357857, 0.05255255103111267, 0.0569903738796711, -0.0737859308719635, -0.1510065346956253, -0.09134288877248764, -0.03244271129369736, 0.03079826943576336, 0.07936987280845642, 0.03719471022486687, -0.09935984760522842, 0.045656733214855194, -0.015890151262283325, -0.09326126426458359, 0.09194515645503998, -0.07822269946336746, 0.09329229593276978, 0.019423553720116615, 0.09127818793058395, -0.18518425524234772, -0.025794891640543938, -0.04586276784539223, -0.058895811438560486, 0.025926770642399788, 0.09854327887296677, 0.10328136384487152, 0.09023009985685349, -0.0073872581124305725, -0.09341724216938019, -0.039751190692186356, -0.02256850339472294, 0.04237569496035576, -0.005729340948164463, -0.03201277181506157, -0.17008636891841888, 0.021518874913454056, -0.06547762453556061, -0.022329367697238922, -0.03286527469754219, -0.04559606686234474, -0.1133546307682991, -0.06157633289694786, 0.17471547424793243, -0.06315276771783829, 0.005350213032215834, -0.024981189519166946, -0.06128427013754845, 0.13943928480148315, 0.03410322964191437, 0.09938070178031921, -0.07665582746267319, -0.02621668018400669, -0.1047397330403328, 0.058010272681713104, -0.08104410022497177, -0.06746011972427368, 0.03096603788435459, 0.06157894805073738, -0.009503524750471115, -0.2057051807641983, -0.1490476429462433, -0.04922076687216759, 0.023795371875166893, 0.024559946730732918, -0.03222553804516792, -0.1251436173915863, -0.047677330672740936, 0.01068287342786789, -0.0755917876958847, -0.12653470039367676, -0.06928812712430954, -0.0014551582280546427, -0.07645349204540253, 0.034589316695928574, -0.05105047672986984, 0.05229860171675682, -0.1025991439819336, -0.058786727488040924, -0.17245236039161682, 0.07329972833395004, -0.10141179710626602, -0.02965581975877285, -0.1079527884721756, -0.05327025428414345, -0.05715169757604599, 0.04100946709513664, 0.055262286216020584, 0.15805979073047638, -0.19183188676834106, -0.032178860157728195, 0.10859882086515427, -0.13335788249969482, -0.0610455647110939, 0.1750466227531433, -0.019515857100486755, 0.14423799514770508, 0.0924379825592041, 0.2511999011039734, 0.00973475817590952, -0.20319463312625885, 0.013644108548760414, 0.08034953474998474, 0.010235898196697235, -0.04827035963535309, 0.12176189571619034, -0.016738198697566986, -0.02532273903489113, -0.06149350479245186, 0.039503827691078186, 0.04875654727220535, -0.029954958707094193, -0.057011380791664124, 0.07603799551725388, -0.04856228083372116, 0.05454790219664574, -0.03407538682222366, 0.07491546869277954, -0.01002500019967556, -0.0686848983168602, 0.1151273250579834, 0.1431235820055008, -0.04734021797776222, 0.033398035913705826, -0.08131594210863113, -0.045316196978092194, -0.06067223846912384, -0.07079371064901352, -0.008416196331381798, 0.07670409232378006, 0.014888820238411427, 0.0034020571038126945, 0.112706258893013, 0.11458231508731842, -0.008615377359092236, -0.006557879038155079, -0.010203993879258633, -0.06450243294239044, -0.08278965950012207, 0.020585402846336365, -0.049326032400131226, -0.19067421555519104, 0.07396017014980316, -0.0035037309862673283, -0.08111666142940521, -0.0807972401380539, -0.007668309845030308, -0.08613424003124237, 0.06710478663444519, -0.02041466161608696, 0.016751155257225037, 0.006020845379680395, 0.06819465011358261, -0.06252312660217285, -0.010063678957521915, -0.03757742792367935, 0.012343271635472775, -0.01748080551624298, 0.15219029784202576, -0.0010609972523525357, 0.0534178651869297, 0.0886034145951271, -0.16829508543014526, -0.058034300804138184, 0.1590304672718048, 0.0009798516985028982, -0.06026327610015869, -0.041652992367744446, -0.0011063084239140153, 0.20168033242225647, -0.08403405547142029, 0.07458630949258804, -0.11790509521961212, -0.004882641602307558, -0.010098212398588657, -0.16619591414928436, 0.005486410576850176, 0.08519232273101807, 0.07573674619197845, -0.22024711966514587, 0.1828669011592865, 0.021449750289320946, -0.09698910266160965, 0.2636069357395172, 0.06032666563987732, -0.05755823850631714, -0.08008499443531036, 0.02315209060907364, -0.09760963171720505, 0.07738923281431198, -0.08911655098199844, 0.023723842576146126, 0.005106972064822912, 0.042668309062719345, 0.10702350735664368, -0.1462813764810562, -0.060642145574092865, 0.028182420879602432, -0.06564254313707352, -0.09161760658025742, -0.050828076899051666, -0.1352391093969345, 0.020692966878414154, -0.05893101543188095, -0.06492562592029572, 0.018250036984682083, -0.0005409246659837663, -0.12838993966579437, 0.11809922754764557, -0.20237813889980316, -0.23763661086559296, -0.17959311604499817, 0.07091427594423294, 0.022203786298632622, 0.031883012503385544, 0.0694318488240242, -0.13952508568763733, -0.053140901029109955, -0.058248743414878845, 0.0005673564737662673, -0.10196955502033234, -0.06769128143787384, 0.0003043365431949496, 0.0043423473834991455, -0.029561052098870277, -0.12811143696308136, 0.011919927783310413, 0.0033136731944978237, 0.04362653195858002, 0.017691239714622498, -0.1004604920744896, 0.0677209123969078, 0.19596588611602783, 0.005363182630389929, -0.04737892746925354, -0.031785376369953156, 0.1767370104789734, -0.06420108675956726, 0.0634976401925087, 0.12866546213626862, -0.03873908519744873, 0.060868848115205765, 0.12056116759777069, 0.04031170904636383, 0.025538664311170578, 0.04076553136110306, -0.06088348850607872, -0.02103523537516594, -0.3845601975917816, -0.02511993981897831, -0.026729481294751167, 0.08295649290084839, -0.014627557247877121, 0.0276167131960392, 0.0760498195886612, 0.13055206835269928, -0.000671696790959686, 0.07268235832452774, -0.0020867050625383854, 0.03259072080254555, -0.026871725916862488, 0.012835006229579449, 0.04399611055850983, -0.06735020875930786, -0.04047725722193718, 0.11355751007795334, 0.11717540770769119, 0.030467551201581955, 0.06523137539625168, 0.1337609887123108, 0.11835560947656631, 0.17450398206710815, 0.06629528850317001, -0.0235127042979002, 0.019867083057761192, 0.031401850283145905, -0.04431764781475067, -0.05307643860578537, 0.00428374670445919, 0.12264536321163177, 0.03641606494784355, -0.015334757044911385, 0.08505541831254959, 0.09317989647388458, 0.030870940536260605, 0.05670446902513504, 0.019756827503442764, -0.25313588976860046, 0.034241873770952225, 0.005326868500560522, -0.0021874967496842146, -0.03196513280272484, 0.08953043818473816, 0.17824134230613708, -0.04448314756155014, 0.054907575249671936, 0.09184633940458298, 0.07879330217838287, -0.044017042964696884, -0.05265490710735321, 0.05462950840592384, 0.019103603437542915, -0.031679071485996246, 0.12006878852844238, -0.22562365233898163, 0.18130061030387878, 0.002729745116084814, 0.07898524403572083, 0.03289402648806572, 0.015478266403079033, -0.03513437137007713, 0.02825872413814068, 0.1368464082479477, 0.05537528917193413, -0.030595814809203148, -0.04496872425079346, -0.1267363429069519, -0.027375517413020134, 0.016697004437446594, 0.04319962114095688, -0.05055539309978485, 0.04032210633158684, 0.030363041907548904, 0.04409332945942879, -0.0392448790371418, -0.2403077632188797, -0.04821110889315605, -0.006830054800957441, 0.17187650501728058, -0.02415779046714306, 0.018522221595048904, -0.0736970379948616, -0.059126924723386765, 0.05983680114150047, -0.0826081931591034, -0.11514046043157578, -0.04301507771015167, -0.09870181232690811, 0.09073424339294434, -0.07551313936710358, 0.02627618983387947, 0.0674881711602211, 0.05173291265964508, -0.033923547714948654, -0.0039845057763159275, 0.13297760486602783, -0.11756519228219986, -0.04466170445084572, -0.07141599804162979, 0.09705524146556854, 0.17079418897628784, 0.036107152700424194, -0.008271569386124611, -0.05406298488378525, -0.07061278074979782, -0.09518959373235703, -0.02526019886136055, 0.03230396285653114, -0.012883172370493412, 0.07190410792827606, -0.012820864096283913, -0.1861746907234192, -0.12710843980312347, -0.0865374431014061, 0.09105077385902405, 0.22838804125785828, -0.04677015170454979, 0.07117751240730286, 0.2611493766307831, -0.10591400414705276, -0.14059719443321228, -0.055227577686309814, 0.10865522921085358, 0.00260994047857821, 0.0510394312441349, -0.14755626022815704, 0.03537428006529808, 0.06366447359323502, -0.024249574169516563, -0.044530969113111496, -0.25996285676956177, -0.13987892866134644, 0.09071458876132965, -0.009003663435578346, 0.07312013953924179, -0.06007840484380722, -0.05461189150810242, -0.05559783801436424, -0.08415805548429489, 0.08746079355478287, -0.08000119775533676, 0.0378187894821167, 0.0876132994890213, 0.11007150262594223, -0.0389094352722168, 0.002757740207016468, 0.10321788489818573, 0.11204969882965088, 0.008726000785827637, -0.017567021772265434, -0.016596542671322823, 0.0882677435874939, 0.04525935649871826, 0.10176167637109756, 0.07593867927789688, 0.0003912796964868903, -0.1414695829153061, -0.05480164662003517, -0.03310582414269447, -0.0001321921736234799, 0.01438379567116499, -0.13992498815059662, -0.07231719046831131, -0.0266537107527256, 0.07066480070352554, -0.0034353984519839287, 0.1881605088710785, 0.024065416306257248, 0.05697949230670929, 0.19874681532382965, 0.030399512499570847, 0.06846733391284943, -0.09587987512350082, -0.015921207144856453, -0.0892423763871193, 0.09738510847091675, -0.14519798755645752, 0.0031154730822890997, 0.05429277569055557, -0.03643617779016495, 0.11401984840631485, 0.04221124202013016, -0.13778658211231232, 0.048776984214782715, 0.060498353093862534, -0.10701632499694824, 0.0007072673179209232, -0.06191718950867653, 0.019224919378757477, 0.07952762395143509, 0.02684934251010418, 0.16664926707744598, -0.14833281934261322, -0.03546425327658653, 0.0093129463493824, 0.04098432511091232, -0.14071381092071533, 0.18936316668987274, 0.14129020273685455, -0.009322569705545902, -0.06992412358522415, 0.17649604380130768, 0.06770842522382736, 0.03365755081176758, 0.05030353367328644, 0.061171047389507294, -0.052879806607961655, -0.05479162931442261, 0.022944997996091843, 0.0907537043094635, -0.10661151260137558, -0.15661540627479553, -0.08381260931491852, 0.011868198402225971, 0.0007098246715031564, -0.04861155152320862, 0.03291367366909981, -0.04350375011563301, 0.006103963125497103, 0.05375078693032265, -0.025422781705856323, 0.06580142676830292, 0.15110436081886292, 0.05793062970042229, -0.21113452315330505, 0.05850580334663391, 0.0360000915825367, 0.07104513049125671, -0.044612132012844086, 0.0419304296374321, -0.06415924429893494, 0.05888596177101135, 0.06076416000723839, 0.07195242494344711, -0.07022411376237869, -0.03961871564388275, 0.004151124507188797, -0.06268534809350967, -0.08248431235551834, 0.07885818928480148, -0.0796525627374649, 0.05093349516391754, 0.03449742868542671, 0.059710051864385605, -0.08392217755317688, -0.0027833411004394293, 0.023076100274920464, 0.009528441354632378, 0.014220399782061577, 0.09065530449151993, -0.075337715446949, 0.010092836804687977, -0.17732591927051544, 0.07556251436471939, 0.13537412881851196, 0.06405942142009735, 0.01809730939567089, -0.0011858462821692228, -0.03039572387933731, 0.028425458818674088, 0.027324015274643898, -0.08698060363531113, -0.008181454613804817, -0.06497865170240402, 0.00031397660495713353, -0.06147176772356033, -0.06399015337228775, -0.040489837527275085, 0.024868451058864594, 0.10274854302406311, 0.06378358602523804, 0.14276358485221863, -0.05245673656463623, 0.03909006342291832, -0.030441338196396828, 0.02097988873720169, 0.05063400790095329, 0.00026142268325202167, -0.0494813546538353, -0.03935129940509796, -0.01821761205792427, -0.08854753524065018, 0.13051415979862213, 0.035625655204057693, -0.0877605453133583, -0.010501625016331673, -0.07456155121326447, 0.027658358216285706, -0.0009095980785787106, 0.11530359834432602, -0.06472117453813553, -0.024016806855797768, -0.14898769557476044, -0.018743600696325302, 0.07869639247655869, 0.05206494405865669, -0.029706284403800964, 0.05128028616309166, 0.02178378775715828, 0.10748222470283508, 0.024232953786849976, 0.012399966828525066, -0.15401366353034973, -0.10784473270177841, -0.01731693185865879, -0.006419562269002199, 0.010032190009951591, 0.11747696995735168, 0.16406816244125366, -0.07661336660385132, -0.01033039391040802, 0.0533876046538353, -0.09053649008274078, -0.1742534637451172, -0.1697082221508026, -0.07056927680969238, -0.21970504522323608, 0.0017539827385917306, -0.11425349116325378, 0.04930928722023964, 0.10454865545034409, 0.058469370007514954, -0.008884836919605732, 0.10063903033733368, 0.07020746916532516, -0.15511369705200195, 0.023643583059310913, -0.009597028605639935, 0.012325840070843697, -0.15088793635368347, -0.002193777821958065, 0.10009659826755524, 0.01764857955276966, 0.01903442293405533, -0.04432022571563721, -0.014401811175048351, 0.030620139092206955, -0.0072095878422260284, -0.04294002056121826, -0.03607222065329552, 0.03916499763727188, 0.015144615434110165, 0.04863663762807846, 0.0652521550655365, -0.05359663814306259, 0.05883928760886192, 0.13220827281475067, -0.059804242104291916, -0.09498623013496399, -0.08466355502605438, 0.003425505943596363, 0.0024865898303687572, 0.12851084768772125, -0.00699340645223856, -0.0706324353814125, -0.06730484962463379, 0.12263361364603043, 0.18753956258296967, -0.048612549901008606, -0.04152960702776909, -0.049081951379776, 0.025604523718357086, -0.0560840368270874, 0.07321426272392273, 0.027168435975909233, 0.17831087112426758, -0.04225999116897583, 0.047192540019750595, -0.10964233428239822, 0.0017526549054309726, -0.017977071925997734, -0.06448721140623093, 0.012204890139400959, -0.07727603614330292, -0.04946181923151016, 0.15260300040245056, -0.22454681992530823, -0.06514766812324524, -0.12991714477539062, -0.017617911100387573, -0.05597636476159096, 0.02477523311972618, 0.21705225110054016, 0.07428374886512756, 0.07063303887844086, -0.04176993668079376, -0.004331259522587061, 0.08592918515205383, 0.0457235611975193, -0.15414395928382874, -0.030380375683307648, 0.024783292785286903, -0.10474220663309097, 0.1377861350774765, -0.009716559201478958, 0.19927310943603516, 0.0006873657112009823, 0.03701086714863777, 0.00400616554543376, 0.07712728530168533, 0.04192448407411575, 0.021996676921844482, -0.028550749644637108, -0.015857180580496788, -0.020196586847305298, 0.10003001987934113, 0.05691852420568466, -0.10326288640499115, 0.00003002874473168049, 0.06871458888053894, -0.030947299674153328, -0.12906406819820404, 0.0175031628459692, -0.11403580009937286, 0.10190975666046143, -0.028799060732126236, -0.07041282206773758, -0.03000439703464508, -0.011447434313595295, 0.045943986624479294, 0.03560531139373779, 0.07805674523115158, 0.08059791475534439, -0.17597918212413788, -0.0908467024564743, 0.012904653325676918, 0.14220435917377472, -0.03804576396942139, 0.04002854973077774, -0.15682560205459595, -0.05701490864157677, -0.08996831625699997, 0.034169573336839676, 0.014299524948000908, 0.02505294606089592, -0.002519286936149001, -0.05610038712620735, -0.024389715865254402, 0.051432229578495026, -0.047132134437561035, -0.11946618556976318 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_tts_train_tacotron2_raw_phn_jaconv_pyopenjtalk_train.loss.best` ♻️ Imported from https://zenodo.org/record/3963886/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tts_train_tacotron2_raw_phn_jaconv_pyopenjtalk_train.loss.best
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_tts_train_tacotron2_raw_phn_jaconv_pyopenjtalk_train.URL' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_tacotron2_raw_phn_jaconv_pyopenjtalk_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_tacotron2_raw_phn_jaconv_pyopenjtalk_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 69, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_tts_train_tacotron2_raw_phn_jaconv_pyopenjtalk_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.040471483021974564, 0.044016141444444656, -0.0016757691046223044, 0.049830105155706406, 0.05720309168100357, -0.011278717778623104, 0.21783971786499023, 0.06915710866451263, 0.04793032631278038, -0.05595258250832558, 0.10286691784858704, 0.09984561055898666, 0.05551084131002426, 0.1632646769285202, 0.0609157457947731, -0.2306901067495346, 0.011825185269117355, 0.02623366191983223, -0.010783003643155098, 0.1196095421910286, 0.15672245621681213, -0.015370147302746773, 0.05806514620780945, 0.03667840361595154, -0.07586801797151566, 0.10547949373722076, -0.05139140039682388, -0.12239240854978561, 0.06392134726047516, 0.02394525520503521, 0.11438266187906265, 0.018047789111733437, 0.09115787595510483, -0.19452744722366333, 0.008835681714117527, -0.015896299853920937, -0.027056511491537094, 0.04238640516996384, 0.10158572345972061, 0.042880818247795105, 0.022373508661985397, 0.07866121828556061, -0.013808105140924454, 0.020230267196893692, -0.07523825764656067, -0.06492189317941666, 0.009308206848800182, 0.14290697872638702, 0.14441603422164917, 0.15214022994041443, -0.032062556594610214, 0.10797565430402756, -0.07795494794845581, 0.06540200114250183, 0.1249924749135971, -0.1474107801914215, -0.0060920449905097485, 0.02740749903023243, 0.03695603832602501, 0.15059907734394073, 0.014609577134251595, -0.04637222737073898, 0.12163428962230682, 0.018938492983579636, -0.040289778262376785, -0.0461028628051281, -0.16790364682674408, 0.04478975385427475, -0.1278940737247467, 0.004172107204794884, 0.32343587279319763, 0.010394364595413208, -0.00941828079521656, 0.02589663863182068, -0.05023111402988434, -0.07356497645378113, 0.04116284102201462, -0.13873592019081116, 0.01772984303534031, 0.0700283870100975, 0.04179362207651138, -0.07075757533311844, -0.1501278579235077, -0.09510485082864761, -0.02012072317302227, 0.011873225681483746, 0.06621973216533661, 0.019365834072232246, -0.09676838666200638, 0.04589889198541641, 0.015150570310652256, -0.08444130420684814, 0.09353353083133698, -0.06956520676612854, 0.08650103211402893, 0.023680344223976135, 0.08778971433639526, -0.18682235479354858, -0.006233853287994862, -0.07024172693490982, -0.044845808297395706, 0.021782947704195976, 0.09532979130744934, 0.11224307864904404, 0.06894687563180923, -0.0002586185291875154, -0.06331247836351395, -0.04764759540557861, -0.04024737328290939, 0.037246283143758774, -0.031933579593896866, -0.038866326212882996, -0.16813741624355316, 0.026309601962566376, -0.07299791276454926, -0.011482806876301765, -0.035276588052511215, -0.054546575993299484, -0.10532987862825394, -0.044333506375551224, 0.1586921364068985, -0.05789053440093994, 0.013922663405537605, -0.03167016804218292, -0.049847930669784546, 0.13421466946601868, 0.03326684981584549, 0.1028655543923378, -0.07836832851171494, -0.01647477224469185, -0.09076408296823502, 0.05167021229863167, -0.08082661032676697, -0.06906607747077942, 0.044488247483968735, 0.06341920793056488, -0.003721934510394931, -0.19259536266326904, -0.1555509716272354, -0.04033641517162323, 0.020090291276574135, 0.03615039214491844, -0.02266637608408928, -0.14643797278404236, -0.04937825724482536, 0.013136950321495533, -0.07853386551141739, -0.1220187321305275, -0.07227954268455505, -0.006529354490339756, -0.09272605180740356, 0.042745836079120636, -0.027893010526895523, 0.05783340334892273, -0.09142757207155228, -0.04815703257918358, -0.1457737237215042, 0.09327635914087296, -0.11725126206874847, -0.02121240831911564, -0.10120577365159988, -0.05668915808200836, -0.05671076476573944, 0.06459078937768936, 0.044062331318855286, 0.18569600582122803, -0.21777254343032837, -0.04974354803562164, 0.09503698348999023, -0.10468382388353348, -0.06049683317542076, 0.18548287451267242, -0.017226556316018105, 0.1494613140821457, 0.10595174878835678, 0.2837449312210083, 0.015825990587472916, -0.20386816561222076, 0.024871420115232468, 0.10084984451532364, 0.0039663794450461864, -0.04895389825105667, 0.12327586114406586, -0.03547874465584755, -0.004086397122591734, -0.04929714649915695, 0.0617191307246685, 0.07689885050058365, -0.039457373321056366, -0.05040480196475983, 0.07916205376386642, -0.051141850650310516, 0.032877590507268906, -0.03163234516978264, 0.06700682640075684, -0.007846401073038578, -0.05880918726325035, 0.1181083470582962, 0.14953288435935974, -0.07091519236564636, 0.03254168480634689, -0.08543088287115097, -0.043295178562402725, -0.06048823148012161, -0.061598047614097595, -0.010966408997774124, 0.08752090483903885, 0.016345148906111717, -0.011947344988584518, 0.12111558020114899, 0.11989621073007584, -0.008261807262897491, -0.006836418528109789, 0.002137549454346299, -0.06091701239347458, -0.05250997468829155, 0.02369610220193863, -0.04730074852705002, -0.18982569873332977, 0.07571370154619217, -0.012730639427900314, -0.09256132692098618, -0.07504261285066605, -0.01675429381430149, -0.08093470335006714, 0.06430035829544067, -0.014914571307599545, 0.015190443024039268, 0.010169780813157558, 0.07571651041507721, -0.055062007158994675, -0.020398490130901337, -0.04134686291217804, 0.004644278436899185, -0.03302861005067825, 0.15639935433864594, 0.01690329983830452, 0.0588897205889225, 0.09030528366565704, -0.17461703717708588, -0.04124022275209427, 0.1488136649131775, 0.0050739627331495285, -0.05165374279022217, -0.03678075969219208, 0.0064832489006221294, 0.21045276522636414, -0.07750192284584045, 0.08797070384025574, -0.11225490272045135, -0.0005060630501247942, -0.011446746997535229, -0.16682158410549164, 0.01526077650487423, 0.08494476228952408, 0.06156440079212189, -0.20910218358039856, 0.17052187025547028, 0.03560194745659828, -0.10308068245649338, 0.2747153341770172, 0.047952715307474136, -0.06379187107086182, -0.07003679126501083, 0.03171020373702049, -0.08746784925460815, 0.07962802052497864, -0.11180347204208374, 0.014327378943562508, 0.004560626111924648, 0.04299141466617584, 0.11803386360406876, -0.14890123903751373, -0.06328754127025604, 0.02975388802587986, -0.07621931284666061, -0.11433906108140945, -0.03354725241661072, -0.13535566627979279, 0.016858350485563278, -0.07105660438537598, -0.0954180434346199, 0.016953732818365097, -0.009901398792862892, -0.12078030407428741, 0.13100002706050873, -0.21334925293922424, -0.24794748425483704, -0.18936459720134735, 0.06672217696905136, 0.04136841744184494, 0.04299174249172211, 0.07820961624383926, -0.1593625843524933, -0.05747269093990326, -0.054930008947849274, -0.0005014637717977166, -0.08726360648870468, -0.0787707194685936, -0.02511662244796753, 0.01204695738852024, -0.03426294028759003, -0.1327398419380188, 0.010262858122587204, 0.01067421119660139, 0.05304848030209541, 0.006973187439143658, -0.10939326882362366, 0.07065755128860474, 0.21104472875595093, 0.021559910848736763, -0.044924478977918625, -0.031893372535705566, 0.18255829811096191, -0.08223821967840195, 0.04798925295472145, 0.0951874852180481, -0.03872383013367653, 0.05817144364118576, 0.1072646826505661, 0.052363332360982895, 0.023242834955453873, 0.03127603977918625, -0.07376959174871445, -0.02000546269118786, -0.3832296133041382, -0.038012441247701645, -0.04253144934773445, 0.09305893629789352, -0.029147043824195862, 0.033733971416950226, 0.08939188718795776, 0.11292329430580139, 0.0074706291779875755, 0.0761050134897232, 0.0033258863259106874, 0.0389183908700943, -0.007726365700364113, -0.006707418244332075, 0.03436955809593201, -0.0738079696893692, -0.06524771451950073, 0.10249697417020798, 0.13500991463661194, 0.05376792326569557, 0.08674448728561401, 0.15549491345882416, 0.12373067438602448, 0.15155388414859772, 0.07324963063001633, -0.000726840051356703, 0.03350593149662018, 0.027964722365140915, -0.05348231643438339, -0.05286867171525955, 0.0027824598364531994, 0.11956667900085449, 0.0677555724978447, -0.061937689781188965, 0.07580579817295074, 0.09025073051452637, 0.02610943280160427, 0.041951000690460205, 0.013177439570426941, -0.25421464443206787, 0.05242586135864258, 0.009636874310672283, -0.018140044063329697, -0.03175998851656914, 0.10117008537054062, 0.1891714185476303, -0.04957280680537224, 0.03593162074685097, 0.09149342030286789, 0.08122841268777847, -0.043344564735889435, -0.046819910407066345, 0.045709624886512756, 0.010348428972065449, -0.04137205332517624, 0.11629652976989746, -0.23567411303520203, 0.1851031482219696, 0.0012373117497190833, 0.08047746121883392, 0.023981837555766106, 0.025173071771860123, -0.02178066223859787, 0.026240387931466103, 0.1445343792438507, 0.04547126218676567, -0.030356453731656075, -0.060911137610673904, -0.1094740703701973, -0.024479085579514503, 0.027552980929613113, 0.07250881940126419, -0.06355588883161545, 0.04115753620862961, 0.01988336630165577, 0.04976222291588783, -0.07478637993335724, -0.23374827206134796, -0.059679560363292694, -0.009173555299639702, 0.17256459593772888, -0.017537806183099747, 0.003447377122938633, -0.06462162733078003, -0.05593922361731529, 0.046907100826501846, -0.0738549456000328, -0.10552776604890823, -0.03560482710599899, -0.1230822503566742, 0.1165672093629837, -0.06662528216838837, 0.03783873841166496, 0.07988423109054565, 0.04325499385595322, -0.03509961813688278, 0.0058102537877857685, 0.11499958485364914, -0.1251196414232254, -0.03193376958370209, -0.07389775663614273, 0.08901065587997437, 0.15085969865322113, 0.04332641512155533, 0.010471844114363194, -0.061899203807115555, -0.07397307455539703, -0.09232565760612488, -0.030127691105008125, 0.01530781202018261, -0.04516012594103813, 0.08438809216022491, -0.009751515462994576, -0.17612579464912415, -0.12415925413370132, -0.08792882412672043, 0.08854412287473679, 0.22117573022842407, -0.028407707810401917, 0.08596743643283844, 0.27969884872436523, -0.11372732371091843, -0.1348697692155838, -0.07425007969141006, 0.09994018077850342, 0.0084360521286726, 0.048175085335969925, -0.1546333283185959, 0.03423888608813286, 0.03718859702348709, -0.027161946520209312, -0.04657449573278427, -0.2674938142299652, -0.1386699378490448, 0.12742756307125092, -0.022283561527729034, 0.02398546040058136, -0.07160960137844086, -0.052403517067432404, -0.06772086024284363, -0.054223302751779556, 0.08731622248888016, -0.05456478148698807, 0.04365542531013489, 0.09778137505054474, 0.1287616640329361, -0.024480467662215233, 0.0030353048350661993, 0.11165859550237656, 0.12186289578676224, 0.008571536280214787, -0.009107907302677631, -0.023918049409985542, 0.08763036876916885, 0.06111490726470947, 0.10336620360612869, 0.035474322736263275, -0.005980201996862888, -0.1533794105052948, -0.06207258254289627, -0.024016709998250008, -0.007680757436901331, 0.019612843170762062, -0.13370048999786377, -0.07630808651447296, -0.025525778532028198, 0.06447179615497589, 0.013799806125462055, 0.18674378097057343, 0.012120840139687061, 0.046442072838544846, 0.17056512832641602, 0.06976498663425446, 0.04555219039320946, -0.09563200175762177, -0.01099313236773014, -0.09053100645542145, 0.08590728789567947, -0.17048794031143188, -0.0035181024577468634, 0.05304822698235512, -0.03706619143486023, 0.13045039772987366, 0.052242033183574677, -0.13935530185699463, 0.056842319667339325, 0.08063235133886337, -0.07972952723503113, 0.012814809568226337, -0.06314694136381149, 0.023722775280475616, 0.09931628406047821, 0.015020613558590412, 0.1442255675792694, -0.14616401493549347, -0.023459725081920624, 0.0052678282372653484, 0.04096055030822754, -0.15223506093025208, 0.19982576370239258, 0.13903182744979858, -0.00048784512910060585, -0.07309964299201965, 0.15731079876422882, 0.05360390990972519, 0.014349616132676601, 0.04369984567165375, 0.05713123083114624, -0.043000198900699615, -0.050740256905555725, 0.02217618003487587, 0.11664974689483643, -0.11831770837306976, -0.16165736317634583, -0.07558756321668625, -0.0006527124205604196, 0.0023769859690219164, -0.067472904920578, 0.026126578450202942, -0.03492886945605278, -0.0210539773106575, 0.05728690326213837, -0.016112999990582466, 0.06203601136803627, 0.16266368329524994, 0.0485970638692379, -0.21062347292900085, 0.054801177233457565, 0.02527051419019699, 0.05893818289041519, -0.044008251279592514, 0.03529877960681915, -0.05429839715361595, 0.07102649658918381, 0.04664862900972366, 0.0731775239109993, -0.07996182143688202, -0.03864248842000961, 0.01637215167284012, -0.0512705072760582, -0.06728576868772507, 0.07486489415168762, -0.09517231583595276, 0.04993055388331413, 0.03609622269868851, 0.07513342797756195, -0.07794161885976791, -0.004378851968795061, 0.02986953593790531, -0.006707178428769112, 0.010038970038294792, 0.08063019067049026, -0.0826871246099472, 0.022156808525323868, -0.19298718869686127, 0.05458648130297661, 0.14605632424354553, 0.07373016327619553, 0.012485391460359097, 0.018035802990198135, -0.024326791986823082, 0.03758111223578453, 0.036285191774368286, -0.08921805024147034, -0.03456922248005867, -0.049694810062646866, -0.0024777266662567854, -0.0648820549249649, -0.06893335282802582, -0.05030535161495209, 0.031823091208934784, 0.1225292906165123, 0.07024724036455154, 0.13521204888820648, -0.04886747896671295, 0.04687831923365593, -0.027792613953351974, 0.013414275832474232, 0.04979482665657997, -0.015210060402750969, -0.04332449287176132, -0.05770860239863396, -0.014691853895783424, -0.08875452727079391, 0.14314866065979004, 0.05016109719872475, -0.0830250158905983, -0.027387894690036774, -0.07949931174516678, 0.05455773323774338, 0.006571486126631498, 0.15111733973026276, -0.05375548079609871, -0.01700623147189617, -0.1678125262260437, -0.02930450811982155, 0.07846561819314957, 0.035576313734054565, -0.06797337532043457, 0.04907972738146782, 0.02060607448220253, 0.1105273887515068, 0.037706490606069565, -0.0053945668041706085, -0.15026439726352692, -0.11583606153726578, -0.0003670642909128219, 0.01509997621178627, 0.0008770150016061962, 0.11398128420114517, 0.15025627613067627, -0.08185800164937973, 0.00577688729390502, 0.05558541789650917, -0.0923348069190979, -0.17774279415607452, -0.15141281485557556, -0.05960012599825859, -0.21876725554466248, 0.01456743199378252, -0.12474425882101059, 0.05770512670278549, 0.0887412279844284, 0.05731197074055672, -0.0024013305082917213, 0.10841186344623566, 0.05458563566207886, -0.15119966864585876, 0.030764948576688766, -0.022632654756307602, 0.0011460504028946161, -0.16136063635349274, -0.008769884705543518, 0.09234654903411865, 0.010407594032585621, 0.009158473461866379, -0.04885580390691757, -0.015561649575829506, 0.03621521592140198, -0.017491424456238747, -0.025321608409285545, -0.03262424096465111, 0.030676260590553284, 0.019280316308140755, 0.06666867434978485, 0.06610016524791718, -0.06447089463472366, 0.06612763553857803, 0.11405384540557861, -0.0598321408033371, -0.12375269830226898, -0.08244094997644424, -0.004903986118733883, 0.00557669997215271, 0.12578192353248596, -0.013203810900449753, -0.053004875779151917, -0.07763851433992386, 0.13187213242053986, 0.1979968249797821, -0.05676798149943352, -0.049864262342453, -0.04685377702116966, 0.01794475130736828, -0.07781986147165298, 0.09334243834018707, 0.03251716122031212, 0.21587631106376648, -0.0356394462287426, 0.056092020124197006, -0.1147661879658699, -0.013842563144862652, -0.028216661885380745, -0.06437718123197556, 0.02142593264579773, -0.09174401313066483, -0.03177550062537193, 0.1756318062543869, -0.2492009848356247, -0.060417208820581436, -0.149935781955719, -0.016170309856534004, -0.04341434687376022, 0.02205326035618782, 0.2224893718957901, 0.07758451253175735, 0.06050831824541092, -0.05455011874437332, -0.0034378143027424812, 0.08105556666851044, 0.037150584161281586, -0.15690241754055023, -0.010512568056583405, 0.008784061297774315, -0.15271274745464325, 0.12094607204198837, -0.003694870276376605, 0.21526461839675903, -0.003609854495152831, 0.04519620165228844, 0.010778388939797878, 0.0825328454375267, 0.048474784940481186, 0.0007197675295174122, -0.021887442097067833, 0.00164023379329592, -0.025898881256580353, 0.09101594984531403, 0.04656072333455086, -0.09260309487581253, 0.014476604759693146, 0.06006753444671631, -0.02744974195957184, -0.12734664976596832, -0.00045277224853634834, -0.11672250926494598, 0.08849331736564636, -0.04778393357992172, -0.05909619852900505, -0.02763398364186287, 0.0007789653609506786, 0.0631694495677948, 0.048139918595552444, 0.051751963794231415, 0.0674346536397934, -0.16307634115219116, -0.0932951271533966, 0.00101823965087533, 0.1202654018998146, -0.028765656054019928, 0.03685310482978821, -0.15101581811904907, -0.054075125604867935, -0.08217909932136536, 0.04420652613043785, 0.03385888412594795, 0.018802562728524208, 0.00826926901936531, -0.05920928716659546, -0.02110511064529419, 0.05404399707913399, -0.043275393545627594, -0.11304794251918793 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_tts_train_transformer_raw_phn_jaconv_pyopenjtalk_accent_train.loss.ave` ♻️ Imported from https://zenodo.org/record/4381096/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tts_train_transformer_raw_phn_jaconv_pyopenjtalk_accent_train.loss.ave
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_tts_train_transformer_raw_phn_jaconv_pyopenjtalk_accent_train.URL' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_transformer_raw_phn_jaconv_pyopenjtalk_accent_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_transformer_raw_phn_jaconv_pyopenjtalk_accent_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 70, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_tts_train_transformer_raw_phn_jaconv_pyopenjtalk_accent_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.046233661472797394, 0.06586646288633347, -0.0021647813264280558, 0.04034116491675377, 0.07595303654670715, -0.014075006358325481, 0.21491873264312744, 0.06847313791513443, 0.025914890691637993, -0.06934434175491333, 0.10839664936065674, 0.12285848706960678, 0.04527931660413742, 0.1537943184375763, 0.07719751447439194, -0.2203385978937149, 0.03161919116973877, 0.03998237103223801, -0.037648167461156845, 0.12118274718523026, 0.15212297439575195, -0.0299393180757761, 0.05740814283490181, 0.04082237556576729, -0.10121970623731613, 0.1158841997385025, -0.04399353638291359, -0.11421772092580795, 0.06566055864095688, 0.03789731487631798, 0.12543514370918274, 0.024646583944559097, 0.08696173876523972, -0.20191383361816406, 0.01376371644437313, -0.0046277898363769054, -0.018504219129681587, 0.051118042320013046, 0.08225363492965698, 0.049366943538188934, 0.006210485938936472, 0.06401123106479645, -0.020258789882063866, 0.013931410387158394, -0.05983753502368927, -0.09613603353500366, 0.026178592815995216, 0.1721225082874298, 0.12290409952402115, 0.17036090791225433, -0.023584701120853424, 0.11043330281972885, -0.07225466519594193, 0.0637698695063591, 0.10642002522945404, -0.14796917140483856, 0.00042922390275634825, -0.0047310697846114635, 0.00898854061961174, 0.14695513248443604, 0.014419862069189548, -0.041437044739723206, 0.11408569663763046, 0.012335265055298805, -0.02154714986681938, -0.04618913680315018, -0.1534148007631302, 0.04459373652935028, -0.12462430447340012, 0.005740584805607796, 0.2686106264591217, 0.012680071406066418, -0.0015607464592903852, 0.02508455142378807, -0.05529142916202545, -0.0676492378115654, 0.04805987700819969, -0.148544043302536, 0.0209353044629097, 0.06835095584392548, 0.0259841401129961, -0.08548964560031891, -0.14524120092391968, -0.1010715588927269, -0.03607410565018654, 0.051722414791584015, 0.07308121770620346, 0.03315635770559311, -0.08991117030382156, 0.04588673636317253, 0.055089905858039856, -0.08377597481012344, 0.09761402010917664, -0.06645059585571289, 0.07494518160820007, 0.031307388097047806, 0.08655423671007156, -0.18795590102672577, -0.011947168037295341, -0.08932536840438843, -0.053829219192266464, 0.011685121804475784, 0.10282329469919205, 0.10466155409812927, 0.06593802571296692, 0.008615070953965187, -0.07537112385034561, -0.04179627448320389, -0.027107249945402145, 0.035624150186777115, -0.020004432648420334, -0.0330234095454216, -0.17711594700813293, 0.01692616380751133, -0.07842383533716202, -0.008330880664288998, -0.04338559880852699, -0.03569532558321953, -0.09841973334550858, -0.05599384382367134, 0.17375536262989044, -0.06842067092657089, 0.00897001288831234, -0.021028654649853706, -0.048345573246479034, 0.1817055493593216, 0.031903304159641266, 0.08305580168962479, -0.08737444132566452, -0.038494665175676346, -0.09138152003288269, 0.054224077612161636, -0.09323031455278397, -0.08398114144802094, 0.030234839767217636, 0.07581344991922379, -0.004905776586383581, -0.19491662085056305, -0.16741648316383362, -0.03298245742917061, 0.021130496636033058, 0.0486966073513031, -0.03706837818026543, -0.14936189353466034, -0.05702058970928192, 0.005133972503244877, -0.07865923643112183, -0.14742393791675568, -0.07079693675041199, -0.005340034607797861, -0.0800909698009491, 0.032094184309244156, -0.031835779547691345, 0.06416819989681244, -0.08933199942111969, -0.056744713336229324, -0.16630028188228607, 0.11053156852722168, -0.12584640085697174, -0.035419244319200516, -0.10523196309804916, -0.0690312460064888, -0.05196529999375343, 0.07163185626268387, 0.03280535340309143, 0.16658887267112732, -0.19316233694553375, -0.07333354651927948, 0.0928601399064064, -0.12937240302562714, -0.05299857258796692, 0.17973192036151886, -0.025306381285190582, 0.1222774088382721, 0.11276821047067642, 0.2506352663040161, 0.03571975603699684, -0.1867472380399704, 0.0143495574593544, 0.10794021934270859, -0.013033305294811726, -0.07006219029426575, 0.11519027501344681, -0.022222062572836876, 0.006015364080667496, -0.054863639175891876, 0.03652350604534149, 0.11072269082069397, -0.03805924206972122, -0.04476524144411087, 0.0806063860654831, -0.050359517335891724, 0.03541184216737747, -0.02561970241367817, 0.0799807533621788, 0.01222284510731697, -0.06962103396654129, 0.1718531996011734, 0.15700732171535492, -0.08939916640520096, 0.035495031625032425, -0.09253307431936264, -0.05941490828990936, -0.08143184334039688, -0.05880466103553772, -0.01798395812511444, 0.08673159033060074, 0.013077019713819027, -0.028979748487472534, 0.11229801923036575, 0.12420738488435745, -0.006403700914233923, -0.007524164393544197, 0.0015887259505689144, -0.07775837928056717, -0.06248989328742027, 0.027447573840618134, -0.047016505151987076, -0.19462303817272186, 0.07091691344976425, -0.01264344621449709, -0.10107986629009247, -0.07822771370410919, -0.011200464330613613, -0.09621094912290573, 0.07350291311740875, -0.013853134587407112, 0.017192957922816277, -0.005046531092375517, 0.07213269919157028, -0.057503435760736465, -0.018251538276672363, -0.040465906262397766, 0.0029223046731203794, -0.043972719460725784, 0.1691432148218155, 0.03185370936989784, 0.09099062532186508, 0.10124468803405762, -0.2068651020526886, -0.02964346669614315, 0.15958741307258606, 0.003998823929578066, -0.04669982194900513, -0.01589040458202362, 0.006164384540170431, 0.22463522851467133, -0.06399568915367126, 0.09320343285799026, -0.09978079795837402, -0.0007218534010462463, -0.018401799723505974, -0.14452332258224487, 0.0268110278993845, 0.07419122755527496, 0.05666795000433922, -0.19182536005973816, 0.18040268123149872, 0.04137574881315231, -0.11374084651470184, 0.2752752900123596, 0.03896689787507057, -0.07366880774497986, -0.06746936589479446, 0.017303135246038437, -0.09681953489780426, 0.07096261531114578, -0.10877148061990738, 0.0013118886854499578, 0.0016292467480525374, 0.0335509218275547, 0.12189985811710358, -0.14580774307250977, -0.05116754770278931, 0.03482665866613388, -0.0895862728357315, -0.08150319755077362, -0.058964844793081284, -0.1271142214536667, 0.010511700063943863, -0.067387655377388, -0.08745848387479782, 0.02740728296339512, -0.006829570978879929, -0.11371944844722748, 0.1352340131998062, -0.20537430047988892, -0.2444496899843216, -0.20446297526359558, 0.08541850745677948, 0.033011164516210556, 0.039702802896499634, 0.06499035656452179, -0.1568281203508377, -0.05606197193264961, -0.050937946885824203, 0.029816146939992905, -0.0936521664261818, -0.07360977679491043, -0.003520393744111061, 0.008250032551586628, -0.03686220198869705, -0.13649357855319977, 0.010415102355182171, 0.012124896049499512, 0.04037085175514221, -0.005379923153668642, -0.09705885499715805, 0.05517781898379326, 0.2128974199295044, 0.016901252791285515, -0.04548344016075134, -0.02916976623237133, 0.15488281846046448, -0.07335981726646423, 0.04586203396320343, 0.11570768058300018, -0.03339344635605812, 0.04921959713101387, 0.09668845683336258, 0.04949790984392166, 0.04011712595820427, 0.028737036511301994, -0.06371515989303589, -0.003762496169656515, -0.3713512420654297, -0.03421473130583763, -0.03293371945619583, 0.06550846248865128, -0.04938260465860367, 0.03344438225030899, 0.06875162571668625, 0.11563301086425781, 0.010658551938831806, 0.06889817863702774, 0.007878551259636879, 0.03538885712623596, 0.03398223966360092, -0.016037343069911003, 0.04665946215391159, -0.07649572938680649, -0.07582690566778183, 0.09542542695999146, 0.11059491336345673, 0.04200446978211403, 0.06900312751531601, 0.17656229436397552, 0.1098395362496376, 0.14425623416900635, 0.08129649609327316, -0.0017069121822714806, 0.05199702829122543, 0.02187640406191349, -0.04700660705566406, -0.046494681388139725, -0.010423419065773487, 0.10453145951032639, 0.06619112938642502, -0.03312718868255615, 0.08287426084280014, 0.10640214383602142, 0.03246907517313957, 0.07189199328422546, -0.005406754557043314, -0.2651766836643219, 0.02449178323149681, -0.0015213564038276672, -0.022532494738698006, -0.02095591090619564, 0.08971542865037918, 0.20159637928009033, -0.04612559452652931, 0.020150167867541313, 0.08145976811647415, 0.07551510632038116, -0.0656924843788147, -0.03186478465795517, 0.03756506368517876, 0.041883569210767746, -0.02764039859175682, 0.1178690567612648, -0.2267443835735321, 0.1639985740184784, -0.0027393021155148745, 0.08478093147277832, 0.0366973876953125, 0.027912817895412445, -0.02219027653336525, 0.04699378088116646, 0.1300612837076187, 0.04383610934019089, -0.02952512726187706, -0.07522303611040115, -0.1087789312005043, -0.01994260773062706, 0.01670846901834011, 0.07816462963819504, -0.05990997701883316, 0.035819631069898605, 0.018608173355460167, 0.05781002342700958, -0.042433205991983414, -0.22897404432296753, -0.07078076153993607, -0.022590521723031998, 0.17239747941493988, -0.008231962099671364, -0.0024378818925470114, -0.07073748111724854, -0.05047372356057167, 0.10008180141448975, -0.09145722538232803, -0.11112070083618164, -0.03466155380010605, -0.10840363055467606, 0.10441209375858307, -0.07938297092914581, 0.03562358766794205, 0.07307116687297821, 0.05526744946837425, -0.030876217409968376, -0.005948235280811787, 0.11985022574663162, -0.11501382291316986, -0.024432213976979256, -0.06694881618022919, 0.06944728642702103, 0.15399514138698578, 0.040556907653808594, 0.006572699639946222, -0.0719100832939148, -0.069984070956707, -0.09402560442686081, -0.039572663605213165, 0.054711103439331055, -0.06396015733480453, 0.09516303986310959, -0.022228291258215904, -0.17230139672756195, -0.11772114038467407, -0.07489869743585587, 0.11329071968793869, 0.2075849026441574, -0.03502925857901573, 0.07062029093503952, 0.286732017993927, -0.11058460921049118, -0.1502498984336853, -0.06631495803594589, 0.10526657104492188, 0.015092786401510239, 0.029161719605326653, -0.1733780801296234, 0.06725042313337326, 0.049841780215501785, -0.01937776990234852, -0.06332636624574661, -0.25377288460731506, -0.12547667324543, 0.13910509645938873, -0.011537952348589897, 0.05910395458340645, -0.06172918528318405, -0.04223315417766571, -0.07798896729946136, -0.06699594110250473, 0.10336817055940628, -0.05302317067980766, 0.04124033823609352, 0.09069028496742249, 0.1138283833861351, -0.025375444442033768, -0.0008903119596652687, 0.09570713341236115, 0.11836016923189163, 0.023161137476563454, 0.0006756542716175318, -0.006770117674022913, 0.08454915881156921, 0.06332141160964966, 0.09911871701478958, 0.03309127688407898, -0.00721999816596508, -0.1380680948495865, -0.07100876420736313, -0.03702116012573242, -0.0053298985585570335, 0.03459419310092926, -0.12876804172992706, -0.06417889147996902, -0.027871329337358475, 0.07537231594324112, 0.021913113072514534, 0.21006257832050323, 0.01732165925204754, 0.039694033563137054, 0.16624942421913147, 0.06293970346450806, 0.05216768756508827, -0.11522294580936432, -0.017921611666679382, -0.08692681789398193, 0.0978715717792511, -0.14886195957660675, 0.015237683430314064, 0.059941407293081284, -0.039946895092725754, 0.13523267209529877, 0.05116072669625282, -0.13093823194503784, 0.04634307324886322, 0.060050588101148605, -0.07101833820343018, 0.007457347121089697, -0.057253364473581314, 0.0020917365327477455, 0.09125196933746338, 0.021237986162304878, 0.16046495735645294, -0.14694590866565704, -0.023779435083270073, 0.008177032694220543, 0.030228909105062485, -0.15763001143932343, 0.20465828478336334, 0.12835103273391724, -0.0016771581722423434, -0.0718093290925026, 0.1638738363981247, 0.04255828261375427, -0.006653372664004564, 0.04749901965260506, 0.042825158685445786, -0.0502469502389431, -0.055465612560510635, 0.02596261538565159, 0.11921166628599167, -0.12184257060289383, -0.1599046289920807, -0.09552006423473358, -0.01572689600288868, 0.0047423625364899635, -0.08580581843852997, 0.03258125111460686, -0.029594728723168373, -0.03521663323044777, 0.0640418529510498, -0.023614779114723206, 0.055158667266368866, 0.15498225390911102, 0.04194235801696777, -0.21478259563446045, 0.0823039636015892, 0.030079474672675133, 0.058543432503938675, -0.05002153664827347, 0.046377722173929214, -0.045068878680467606, 0.06460849940776825, 0.009306966327130795, 0.07256841659545898, -0.08537426590919495, -0.04651815444231033, 0.02352949231863022, -0.050653234124183655, -0.05958344414830208, 0.08025627583265305, -0.0990208312869072, 0.04906482622027397, 0.04913898557424545, 0.0650566816329956, -0.08047738671302795, -0.0014756775926798582, 0.012830223888158798, -0.007819070480763912, 0.022493507713079453, 0.09587804973125458, -0.07669493556022644, 0.027190757915377617, -0.19200511276721954, 0.044070012867450714, 0.15468652546405792, 0.06875116378068924, 0.013556365855038166, 0.024881863966584206, -0.016801323741674423, 0.058140385895967484, 0.0366065613925457, -0.08912765979766846, -0.03597549721598625, -0.047313839197158813, -0.007022596430033445, -0.0657174363732338, -0.042003098875284195, -0.05707033723592758, 0.031106064096093178, 0.12207411229610443, 0.08293329924345016, 0.1547388881444931, -0.066472128033638, 0.0449109710752964, -0.03152567893266678, 0.017188945785164833, 0.050768110901117325, -0.010868776589632034, -0.04320789873600006, -0.05790584534406662, -0.015752743929624557, -0.08970607817173004, 0.15481366217136383, 0.024378105998039246, -0.08549770712852478, -0.021621225401759148, -0.1024596095085144, 0.05860171094536781, 0.009885808452963829, 0.16102652251720428, -0.04106636717915535, -0.012181147001683712, -0.14077678322792053, -0.03987208381295204, 0.08059020340442657, 0.05430629476904869, -0.07323266565799713, 0.07120431214570999, 0.0217527374625206, 0.13223212957382202, 0.03996236249804497, 0.01240494754165411, -0.1272914856672287, -0.1054292842745781, -0.015880228951573372, 0.018471457064151764, 0.010926971212029457, 0.14796820282936096, 0.1398540586233139, -0.06676788628101349, 0.011136122979223728, 0.07866482436656952, -0.0943022146821022, -0.17142221331596375, -0.15825685858726501, -0.05642765760421753, -0.23037226498126984, 0.012368117459118366, -0.12616091966629028, 0.03605913370847702, 0.07268072664737701, 0.06223345920443535, -0.009287144988775253, 0.09997887164354324, 0.09131426364183426, -0.15747150778770447, 0.032170433551073074, -0.024879390373826027, -0.009265558794140816, -0.15567496418952942, -0.005530013702809811, 0.11204579472541809, 0.027001885697245598, 0.01682002656161785, -0.04440474510192871, -0.01683899201452732, 0.04576737806200981, -0.018406014889478683, -0.030634665861725807, -0.03183896839618683, 0.03202460706233978, 0.012411785311996937, 0.07374624907970428, 0.06423340737819672, -0.07934296876192093, 0.05605371296405792, 0.10514773428440094, -0.06760620325803757, -0.12764935195446014, -0.08270038664340973, 0.039814192801713943, 0.012200891971588135, 0.13656067848205566, -0.016518609598279, -0.047926049679517746, -0.09597916901111603, 0.12516458332538605, 0.21480052173137665, -0.07116244733333588, -0.043989796191453934, -0.04242922365665436, 0.012695327401161194, -0.08002544939517975, 0.08000045269727707, 0.04133892431855202, 0.18012142181396484, -0.024032574146986008, 0.051511749625205994, -0.11259683966636658, -0.018825896084308624, -0.02249535545706749, -0.08538322150707245, 0.01570446789264679, -0.0861160159111023, -0.03616127371788025, 0.1508980691432953, -0.2522548735141754, -0.09110318869352341, -0.1428675353527069, -0.0033095693215727806, -0.037560757249593735, 0.014169796369969845, 0.2119605839252472, 0.09036769717931747, 0.05398492515087128, -0.04103807359933853, 0.00869542732834816, 0.11226730793714523, 0.029177753254771233, -0.164808452129364, -0.0009720794623717666, 0.01469431258738041, -0.16681967675685883, 0.09946347028017044, -0.004206384066492319, 0.2157401144504547, -0.00004537728091236204, 0.05258287861943245, 0.017878659069538116, 0.092460997402668, 0.02306443825364113, -0.02070939540863037, -0.028979117050766945, -0.005600336939096451, -0.024188276380300522, 0.1019006296992302, 0.03953181952238083, -0.09964270889759064, 0.012632379308342934, 0.02178037352859974, -0.05618908256292343, -0.1301380693912506, -0.02448793314397335, -0.10272125154733658, 0.08090449869632721, -0.029975323006510735, -0.05310986936092377, -0.023147722706198692, -0.005991967394948006, 0.054205987602472305, 0.051356300711631775, 0.06291569024324417, 0.056396860629320145, -0.16488857567310333, -0.09221009165048599, -0.016223665326833725, 0.13005925714969635, -0.022443441674113274, 0.030633319169282913, -0.1531190723180771, -0.06236351281404495, -0.06979808211326599, 0.035054270178079605, 0.023354314267635345, 0.04549384489655495, 0.006909879855811596, -0.06369740515947342, -0.01952875405550003, 0.05108397454023361, -0.05250748246908188, -0.11552931368350983 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_tts_train_transformer_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.loss.ave` ♻️ Imported from https://zenodo.org/record/4433196/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tts_train_transformer_raw_phn_jaconv_pyopenjtalk_acce-truncated-be0f66
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_tts_train_transformer_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.URL' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_transformer_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_transformer_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 74, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_tts_train_transformer_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.04162624850869179, 0.06072069704532623, -0.002443585777655244, 0.059546906501054764, 0.08217953145503998, -0.021482674404978752, 0.20335836708545685, 0.06515458971261978, 0.02838277444243431, -0.05596916750073433, 0.11198941618204117, 0.12575075030326843, 0.03439066559076309, 0.15405842661857605, 0.04564095661044121, -0.2181253433227539, 0.028748808428645134, 0.05245343968272209, -0.004854233004152775, 0.13142554461956024, 0.14267681539058685, -0.036377668380737305, 0.05762508884072304, 0.03470466658473015, -0.08456587791442871, 0.10262010246515274, -0.037528734654188156, -0.12397610396146774, 0.06391207128763199, 0.03241540119051933, 0.10723884403705597, 0.038075998425483704, 0.05984775722026825, -0.18280401825904846, 0.022690819576382637, -0.0074954284355044365, -0.016425780951976776, 0.04950953274965286, 0.07142983376979828, 0.04891383647918701, 0.0004759535368066281, 0.07532557100057602, -0.011390242725610733, 0.008518724702298641, -0.07095484435558319, -0.06752524524927139, 0.015290535055100918, 0.1718245893716812, 0.11823627352714539, 0.16425593197345734, -0.028879275545477867, 0.1362454891204834, -0.08602293580770493, 0.061721909791231155, 0.13245008885860443, -0.16641558706760406, -0.00966688897460699, -0.0036626311484724283, 0.01602889597415924, 0.1450376957654953, 0.01806105300784111, -0.032831452786922455, 0.10995801538228989, 0.0027583714108914137, -0.020554164424538612, -0.04815414920449257, -0.14471854269504547, 0.04230530187487602, -0.12672944366931915, 0.00568798603489995, 0.26562565565109253, 0.024161934852600098, 0.011304355226457119, 0.010257449001073837, -0.06433476507663727, -0.08029353618621826, 0.022518109530210495, -0.14195576310157776, 0.008984853513538837, 0.06308356672525406, 0.028270311653614044, -0.0815424844622612, -0.14221617579460144, -0.08786863088607788, -0.02258341759443283, 0.0645250454545021, 0.07265125960111618, 0.026239775121212006, -0.10013395547866821, 0.05897751823067665, 0.05507935956120491, -0.0947209820151329, 0.09320355951786041, -0.07508745789527893, 0.07256483286619186, 0.02264225296676159, 0.09126581251621246, -0.1713992804288864, -0.016687706112861633, -0.0637582466006279, -0.07169348001480103, 0.010904713533818722, 0.08535295724868774, 0.10941430926322937, 0.06163293868303299, -0.0075447410345077515, -0.0910138487815857, -0.05049796402454376, -0.011350193060934544, 0.05246351659297943, -0.01308365911245346, -0.035251811146736145, -0.16809414327144623, 0.02795601449906826, -0.06782634556293488, -0.008727922104299068, -0.031084442511200905, -0.01871335506439209, -0.09749983996152878, -0.06948311626911163, 0.16258525848388672, -0.05999264493584633, -0.001182369189336896, -0.016854291781783104, -0.03909318149089813, 0.17177864909172058, 0.0361444354057312, 0.0868130698800087, -0.08308453857898712, -0.03819454088807106, -0.11014698445796967, 0.044963084161281586, -0.08495093137025833, -0.06769634038209915, 0.02486831694841385, 0.0580352321267128, -0.0008834624895825982, -0.19721393287181854, -0.17018885910511017, -0.024362925440073013, 0.02432670257985592, 0.039023734629154205, -0.05554727092385292, -0.13022896647453308, -0.058476757258176804, 0.0003160001360811293, -0.07316862046718597, -0.1295427680015564, -0.07899955660104752, 0.01229267567396164, -0.07997108995914459, 0.04198818653821945, -0.03249549865722656, 0.06179599091410637, -0.10776986926794052, -0.05794196203351021, -0.17366459965705872, 0.11153911799192429, -0.11522483825683594, -0.04649663716554642, -0.08894544094800949, -0.05429486557841301, -0.06105239689350128, 0.06585690379142761, 0.033957090228796005, 0.17292286455631256, -0.17670635879039764, -0.07341162860393524, 0.09119896590709686, -0.11980294436216354, -0.06802580505609512, 0.16429831087589264, -0.029162997379899025, 0.1424742341041565, 0.10099957883358002, 0.24266760051250458, 0.02391771785914898, -0.19830800592899323, 0.022317929193377495, 0.0913655236363411, -0.04563393071293831, -0.056549835950136185, 0.10015900433063507, 0.0019861022010445595, -0.00816117413341999, -0.04205472394824028, 0.04713810235261917, 0.09264541417360306, -0.047130826860666275, -0.049950093030929565, 0.08265320211648941, -0.047040656208992004, 0.03476962819695473, -0.01683184877038002, 0.06932072341442108, 0.011029125191271305, -0.0672868862748146, 0.19453540444374084, 0.14664879441261292, -0.06938592344522476, 0.04156779125332832, -0.09514482319355011, -0.03790348768234253, -0.07656402885913849, -0.060307376086711884, -0.035542212426662445, 0.09304243326187134, 0.009152197279036045, 0.02146967686712742, 0.10870642960071564, 0.11997991800308228, -0.0051889619790017605, -0.012132593430578709, -0.004025991540402174, -0.07659998536109924, -0.07452265918254852, 0.02753172442317009, -0.05279118940234184, -0.2011844515800476, 0.08177110552787781, -0.0011328434338793159, -0.0782490000128746, -0.07673369348049164, -0.0072563523426651955, -0.10185840725898743, 0.08689942210912704, -0.009888138622045517, 0.01124110259115696, 0.014362232759594917, 0.07192040979862213, -0.06211068108677864, -0.01865283027291298, -0.030594298616051674, 0.01852310821413994, -0.022366521880030632, 0.18493391573429108, 0.011482184752821922, 0.06797425448894501, 0.10755938291549683, -0.18350918591022491, -0.03826436772942543, 0.16694699227809906, -0.009274994023144245, -0.054802533239126205, -0.027994275093078613, 0.017121748998761177, 0.21974283456802368, -0.058975353837013245, 0.10312880575656891, -0.11288813501596451, -0.003119876841083169, -0.00910548958927393, -0.1405782401561737, 0.020232703536748886, 0.08329889923334122, 0.08476876467466354, -0.19439588487148285, 0.18061600625514984, 0.008982283063232899, -0.10474008321762085, 0.29711857438087463, 0.043568357825279236, -0.07373452186584473, -0.06472668051719666, 0.022845441475510597, -0.0980115532875061, 0.06940440833568573, -0.11753106117248535, 0.02077820710837841, 0.009650415740907192, 0.015077240765094757, 0.11997590214014053, -0.13203532993793488, -0.06394071877002716, 0.033992718905210495, -0.06749802082777023, -0.07514329999685287, -0.02916807495057583, -0.10473379492759705, 0.019834201782941818, -0.05978728458285332, -0.09477723389863968, 0.025990549474954605, 0.009256121702492237, -0.10716040432453156, 0.12352247536182404, -0.18004761636257172, -0.27374595403671265, -0.17978724837303162, 0.07459818571805954, 0.020060783252120018, 0.02678358368575573, 0.07775094360113144, -0.1315937489271164, -0.04125513508915901, -0.05069972574710846, 0.0032734491396695375, -0.0709204226732254, -0.05624362453818321, 0.0011477407533675432, 0.012213691137731075, -0.04715419188141823, -0.1269492357969284, 0.007165697403252125, -0.006565443705767393, 0.05434621125459671, 0.014504753053188324, -0.09937892854213715, 0.05872756615281105, 0.20828741788864136, 0.007075868546962738, -0.03362256661057472, -0.028133874759078026, 0.15386205911636353, -0.07969062030315399, 0.053108762949705124, 0.128967747092247, -0.02508465386927128, 0.04943009093403816, 0.09250804781913757, 0.044998180121183395, 0.03483917564153671, 0.037664059549570084, -0.03958328068256378, -0.016041671857237816, -0.3556900918483734, -0.030379636213183403, -0.0467204675078392, 0.08443549275398254, -0.0440438911318779, 0.022848911583423615, 0.09472181648015976, 0.11361052840948105, 0.0028413059189915657, 0.07530596107244492, 0.002304870169609785, 0.04906073585152626, 0.011241751722991467, -0.0032557605300098658, 0.05790676921606064, -0.058999259024858475, -0.07083103805780411, 0.10472428053617477, 0.08892250061035156, 0.021894270554184914, 0.05094902589917183, 0.14081962406635284, 0.12221844494342804, 0.12754881381988525, 0.08506636321544647, -0.014039223082363605, 0.04224834591150284, 0.014576089568436146, -0.04603521525859833, -0.05837708339095116, -0.008752867579460144, 0.09978640824556351, 0.06455639004707336, -0.02481881156563759, 0.07800676673650742, 0.13274864852428436, 0.03301110118627548, 0.09968125075101852, -0.006268287543207407, -0.255840539932251, 0.019404400140047073, -0.012778891250491142, -0.020014313980937004, -0.03080291859805584, 0.09554821997880936, 0.183420330286026, -0.050204772502183914, 0.01548969466239214, 0.08574581891298294, 0.08750918507575989, -0.05555548891425133, -0.03171493485569954, 0.029381435364484787, 0.027261344715952873, -0.04048436880111694, 0.10252587497234344, -0.21679963171482086, 0.15957960486412048, -0.0009775471407920122, 0.07666942477226257, 0.03805174306035042, 0.007614940870553255, -0.02478722296655178, 0.03957688808441162, 0.13044176995754242, 0.03257432207465172, 0.019850444048643112, -0.05300043895840645, -0.11075612157583237, -0.03352664038538933, -0.002561628818511963, 0.06866725534200668, -0.05218357592821121, 0.03446932137012482, 0.01970614679157734, 0.054734647274017334, -0.05651547387242317, -0.24323366582393646, -0.054579682648181915, -0.0152820385992527, 0.18103531002998352, -0.024508889764547348, 0.010883056558668613, -0.070653535425663, -0.050557661801576614, 0.1024807021021843, -0.06544547528028488, -0.11346613615751266, -0.045099083334207535, -0.09935826063156128, 0.0902228131890297, -0.07455717772245407, 0.029553230851888657, 0.06544789671897888, 0.05873136967420578, -0.04514146223664284, -0.01025327481329441, 0.12094976752996445, -0.10947300493717194, -0.03523985296487808, -0.06425466388463974, 0.09461677074432373, 0.1365574151277542, 0.029482940211892128, 0.0032896758057177067, -0.0750846415758133, -0.06976212561130524, -0.08807302266359329, -0.04765933007001877, 0.013691526837646961, -0.027782581746578217, 0.07783559709787369, -0.024842247366905212, -0.17158935964107513, -0.10743959993124008, -0.07295665889978409, 0.10733916610479355, 0.21188530325889587, -0.03720342367887497, 0.09303256869316101, 0.271969199180603, -0.08375690877437592, -0.14984560012817383, -0.06672819703817368, 0.10537709295749664, -0.0036365475971251726, 0.030941657721996307, -0.1608933061361313, 0.06469656527042389, 0.055238232016563416, -0.015679366886615753, -0.050418928265571594, -0.2650664150714874, -0.13150593638420105, 0.1300736367702484, -0.008532309904694557, 0.07407993078231812, -0.05414450541138649, -0.03974286466836929, -0.05713917687535286, -0.09356685727834702, 0.10966756939888, -0.07698194682598114, 0.04944539815187454, 0.08099069446325302, 0.09901607781648636, -0.02214079163968563, -0.003974184859544039, 0.08266986161470413, 0.10524046421051025, 0.02318604849278927, 0.002937123877927661, -0.032270509749650955, 0.09658928215503693, 0.05827026441693306, 0.09064482897520065, 0.04437340050935745, 0.0009285287815146148, -0.14120204746723175, -0.07634945213794708, -0.0441356860101223, -0.0009149301331490278, 0.024168262258172035, -0.14044450223445892, -0.056608401238918304, -0.024846434593200684, 0.07338831573724747, 0.017861515283584595, 0.2073095291852951, 0.0002203884650953114, 0.020335370674729347, 0.17911067605018616, 0.05575817823410034, 0.03551385551691055, -0.1179882362484932, -0.02544534020125866, -0.08644061535596848, 0.10781275480985641, -0.1466793268918991, 0.011974025517702103, 0.04162650927901268, -0.02881709858775139, 0.12206711620092392, 0.057407960295677185, -0.12045551836490631, 0.04717087745666504, 0.05981924757361412, -0.10186020284891129, 0.014972682110965252, -0.06940720975399017, -0.009128490462899208, 0.10591527819633484, 0.015513313934206963, 0.1575743407011032, -0.14400628209114075, -0.026604115962982178, 0.017895318567752838, 0.030198633670806885, -0.1378348171710968, 0.16873317956924438, 0.11678112298250198, -0.00112173892557621, -0.07767359912395477, 0.1552889049053192, 0.04899616539478302, 0.0029924155678600073, 0.03798113763332367, 0.05299770459532738, -0.06950750946998596, -0.05742400884628296, 0.025518981739878654, 0.10352569818496704, -0.10932889580726624, -0.14103710651397705, -0.09652212262153625, -0.000593971461057663, 0.0203811414539814, -0.06032941862940788, 0.02815847471356392, -0.03432745486497879, -0.025817671790719032, 0.05506223812699318, -0.0351809486746788, 0.06673065572977066, 0.14506010711193085, 0.039999764412641525, -0.207788348197937, 0.07571107149124146, 0.03295167535543442, 0.06043295934796333, -0.05556159093976021, 0.03566225990653038, -0.06330887973308563, 0.06804117560386658, 0.02304910495877266, 0.06444907188415527, -0.08693370968103409, -0.05741681531071663, 0.003526667831465602, -0.04673958197236061, -0.07487931102514267, 0.07989431917667389, -0.08484688401222229, 0.045444879680871964, 0.05195017158985138, 0.07135793566703796, -0.08274414390325546, 0.006467332597821951, 0.013734555803239346, -0.0119235934689641, 0.02668112888932228, 0.10388781130313873, -0.08102797716856003, 0.012596003711223602, -0.16183960437774658, 0.053355589509010315, 0.1474715918302536, 0.0626995861530304, 0.02073845826089382, 0.029920095577836037, -0.007994843646883965, 0.04632504656910896, 0.03855472803115845, -0.08522257208824158, -0.023486798629164696, -0.06671648472547531, 0.017635954543948174, -0.05533389374613762, -0.0415731817483902, -0.053612880408763885, 0.03476186469197273, 0.1212189793586731, 0.08307061344385147, 0.14412668347358704, -0.06877557188272476, 0.03076377511024475, -0.035301338881254196, 0.014071164652705193, 0.04775940254330635, -0.006189308594912291, -0.0393335185945034, -0.045674920082092285, -0.01900077983736992, -0.0910116583108902, 0.1448700875043869, 0.033278290182352066, -0.0996352881193161, -0.01575523056089878, -0.09768558293581009, 0.05292429402470589, 0.009101294912397861, 0.15995624661445618, -0.03993400186300278, -0.012501577846705914, -0.1267090141773224, -0.018322326242923737, 0.09444674104452133, 0.055686041712760925, -0.040210265666246414, 0.08184118568897247, 0.02455879934132099, 0.11387466639280319, 0.021408339962363243, 0.025291651487350464, -0.151622012257576, -0.09711523354053497, -0.02310226857662201, 0.015463833697140217, 0.0025483237113803625, 0.122548907995224, 0.17514961957931519, -0.05006388947367668, 0.013469019904732704, 0.0807860866189003, -0.07813908904790878, -0.1661003679037094, -0.14977124333381653, -0.0593079999089241, -0.21934539079666138, 0.012819650582969189, -0.1239381730556488, 0.031048739328980446, 0.05894029513001442, 0.06668126583099365, -0.011135589331388474, 0.09510225057601929, 0.09344165027141571, -0.15293359756469727, 0.03798835352063179, -0.017426254227757454, -0.018816184252500534, -0.16049599647521973, 0.0011680246097967029, 0.1007261872291565, 0.02099533937871456, 0.01375599391758442, -0.04978587478399277, -0.02692650444805622, 0.051699183881282806, -0.011367350816726685, -0.036230698227882385, -0.02495666779577732, 0.029229015111923218, 0.015422922559082508, 0.05813230946660042, 0.06536777317523956, -0.06675323098897934, 0.049001049250364304, 0.12869572639465332, -0.05798778682947159, -0.13364160060882568, -0.08988255262374878, 0.05007220059633255, 0.01844448409974575, 0.13174273073673248, -0.01023928914219141, -0.05834835395216942, -0.08545172959566116, 0.1399490088224411, 0.2039792835712433, -0.07720662653446198, -0.038024645298719406, -0.04225098714232445, 0.014149806462228298, -0.08098438382148743, 0.06687228381633759, 0.034657806158065796, 0.17765016853809357, -0.02056419849395752, 0.028788771480321884, -0.12184686213731766, -0.02159677818417549, -0.027981536462903023, -0.06453603506088257, 0.027536490932106972, -0.09417861700057983, -0.03711492568254471, 0.13625286519527435, -0.2587766945362091, -0.08311543613672256, -0.15186189115047455, -0.007889923639595509, -0.04420826956629753, 0.0001331548992311582, 0.1665952056646347, 0.06760731339454651, 0.054148927330970764, -0.027572836726903915, -0.00245237466879189, 0.09075471758842468, 0.03987012058496475, -0.16159987449645996, -0.0004497670743148774, 0.020422350615262985, -0.1237998977303505, 0.10839108377695084, -0.014673015102744102, 0.1933702826499939, 0.00030125214834697545, 0.051561739295721054, 0.023039687424898148, 0.08859354257583618, 0.04136313498020172, -0.01673073135316372, -0.033094387501478195, -0.018721675500273705, -0.020411701872944832, 0.08706127852201462, 0.04045446962118149, -0.11934974789619446, 0.004280730150640011, 0.013644340448081493, -0.05296972766518593, -0.13341519236564636, -0.004726219456642866, -0.08649380505084991, 0.08436600863933563, -0.03456845134496689, -0.056642014533281326, -0.027679158374667168, -0.005196354817599058, 0.04972837120294571, 0.042220015078783035, 0.06283820420503616, 0.0469147153198719, -0.15999332070350647, -0.08483361452817917, -0.02623329497873783, 0.13299711048603058, -0.04408995434641838, 0.039590347558259964, -0.14186914265155792, -0.06173970177769661, -0.08269940316677094, 0.03339560702443123, 0.023294974118471146, 0.03491528704762459, 0.010084830224514008, -0.06141392141580582, -0.012445281259715557, 0.0554317943751812, -0.046425461769104004, -0.11103196442127228 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/jsut_tts_train_transformer_raw_phn_jaconv_pyopenjtalk_prosody_train.loss.ave` ♻️ Imported from https://zenodo.org/record/5499040/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tts_train_transformer_raw_phn_jaconv_pyopenjtalk_prosody_train.loss.ave
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/jsut_tts_train_transformer_raw_phn_jaconv_pyopenjtalk_prosody_train.URL' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_tts_train_transformer_raw_phn_jaconv_pyopenjtalk_prosody_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_tts_train_transformer_raw_phn_jaconv_pyopenjtalk_prosody_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 10, 70, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/jsut_tts_train_transformer_raw_phn_jaconv_pyopenjtalk_prosody_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.046147242188453674, 0.057258348912000656, -0.0019015835132449865, 0.04351537674665451, 0.08422307670116425, -0.018179329112172127, 0.1992395967245102, 0.05407148599624634, -0.015326865948736668, -0.05893632024526596, 0.10699819028377533, 0.1143510565161705, 0.045982085168361664, 0.14785875380039215, 0.08788029104471207, -0.22761867940425873, 0.03566192463040352, 0.046780169010162354, -0.028488945215940475, 0.13038873672485352, 0.1528068333864212, -0.026456724852323532, 0.05165230110287666, 0.03485151380300522, -0.1051156297326088, 0.123371422290802, -0.04608010873198509, -0.1048382967710495, 0.060018062591552734, 0.03723222017288208, 0.12373177707195282, 0.026965467259287834, 0.08820082992315292, -0.18877297639846802, 0.016035180538892746, -0.0014585781609639525, -0.024265771731734276, 0.05420687422156334, 0.07831685990095139, 0.04890292510390282, -0.009185925126075745, 0.05392640084028244, -0.025744348764419556, 0.00906174723058939, -0.059136733412742615, -0.11036817729473114, 0.014694043435156345, 0.19043053686618805, 0.12664136290550232, 0.18907120823860168, -0.02965279296040535, 0.12647156417369843, -0.04631326347589493, 0.06512639671564102, 0.11352473497390747, -0.1593446135520935, -0.010203801095485687, -0.014874451793730259, 0.0034758856054395437, 0.153856098651886, 0.02637656033039093, -0.05104448273777962, 0.12420271337032318, 0.008021103218197823, -0.025130176916718483, -0.046263452619314194, -0.15873675048351288, 0.03083948791027069, -0.13757435977458954, 0.0157342366874218, 0.2737046182155609, 0.011890475638210773, 0.00012678462371695787, 0.05707455426454544, -0.07105042785406113, -0.09064728766679764, 0.05914674699306488, -0.1572585254907608, 0.027164001017808914, 0.047247450798749924, 0.029066894203424454, -0.08333368599414825, -0.1472097486257553, -0.09746267646551132, -0.046057216823101044, 0.06611541658639908, 0.08013348281383514, 0.03837175667285919, -0.09184356778860092, 0.04320080950856209, 0.04971529543399811, -0.08516620099544525, 0.09173192828893661, -0.05799318477511406, 0.07476531714200974, 0.02772802673280239, 0.08445603400468826, -0.18912062048912048, -0.029544560238718987, -0.0669083371758461, -0.06895209848880768, 0.01275564357638359, 0.11448056995868683, 0.09960009157657623, 0.07279939204454422, 0.01353358756750822, -0.08815331757068634, -0.0499274767935276, -0.01988503336906433, 0.040042709559202194, -0.0026635245885699987, -0.031426478177309036, -0.16926632821559906, 0.019171802327036858, -0.06594111025333405, -0.017058033496141434, -0.036864928901195526, -0.03442562744021416, -0.08579444885253906, -0.06860243529081345, 0.19818495213985443, -0.0718236044049263, -0.002648605266585946, -0.027175912633538246, -0.05204121023416519, 0.18614426255226135, 0.035503339022397995, 0.07681195437908173, -0.08635465800762177, -0.03433263674378395, -0.09487531334161758, 0.059496551752090454, -0.09402768313884735, -0.08100221306085587, 0.01768343150615692, 0.08026890456676483, -0.008960473351180553, -0.20865745842456818, -0.15913648903369904, -0.04736897349357605, 0.020801255479454994, 0.05253913253545761, -0.042302295565605164, -0.1405404806137085, -0.04562533274292946, 0.005819818004965782, -0.08355958014726639, -0.1347108632326126, -0.06670958548784256, -0.004049991257488728, -0.05793992429971695, 0.029982654377818108, -0.04006510227918625, 0.0640152245759964, -0.09694848954677582, -0.06331917643547058, -0.17984166741371155, 0.09592729806900024, -0.1186491847038269, -0.03896481171250343, -0.10303162783384323, -0.07211799919605255, -0.0491650216281414, 0.06944920867681503, 0.03967905417084694, 0.1475205272436142, -0.1837037205696106, -0.06798303127288818, 0.09123855084180832, -0.14538709819316864, -0.05109727755188942, 0.1690511703491211, -0.018820809200406075, 0.12230078130960464, 0.10458466410636902, 0.23588015139102936, 0.04207645356655121, -0.16582778096199036, -0.00007117519271560013, 0.09788698703050613, -0.004305190872400999, -0.07706650346517563, 0.1176530122756958, -0.020266961306333542, -0.012259014882147312, -0.06517539173364639, 0.013298135250806808, 0.09326289594173431, -0.03073170781135559, -0.04026857763528824, 0.08533892035484314, -0.053341303020715714, 0.03862820565700531, -0.03193925693631172, 0.09041308611631393, 0.00858423113822937, -0.08043515682220459, 0.17984303832054138, 0.16098734736442566, -0.07258007675409317, 0.03872038051486015, -0.09090988337993622, -0.06840188801288605, -0.08064954727888107, -0.06682761758565903, -0.02468806691467762, 0.08604642748832703, 0.00940113328397274, -0.0331462025642395, 0.11105000227689743, 0.12376502901315689, -0.006407351233065128, -0.011419431306421757, -0.003579968586564064, -0.08528993278741837, -0.06705207377672195, 0.02196316048502922, -0.046922244131565094, -0.18953919410705566, 0.06963540613651276, -0.00734105845913291, -0.10065654665231705, -0.06921929121017456, -0.011293679475784302, -0.1070929691195488, 0.07250351458787918, -0.025750238448381424, 0.0184826347976923, -0.011492705903947353, 0.06949169933795929, -0.06023060902953148, -0.012684006243944168, -0.036534544080495834, 0.011160637252032757, -0.02546306513249874, 0.1585456132888794, 0.018062369897961617, 0.06732939928770065, 0.09900966286659241, -0.2018904685974121, -0.03568644821643829, 0.18565383553504944, 0.004514469765126705, -0.0517851896584034, -0.009352283552289009, 0.0012739618541672826, 0.2256210893392563, -0.07108981907367706, 0.08848164975643158, -0.09481656551361084, -0.004647186025977135, -0.024621428921818733, -0.1432725489139557, 0.014320439659059048, 0.07627204805612564, 0.05282872915267944, -0.20139937102794647, 0.18258841335773468, 0.031165577471256256, -0.12134479731321335, 0.26905614137649536, 0.04767688363790512, -0.06405839323997498, -0.07537376135587692, 0.008196237497031689, -0.09977090358734131, 0.07285875082015991, -0.10642823576927185, 0.001220338512212038, 0.0009687244892120361, 0.03387875482439995, 0.12104281783103943, -0.1434413194656372, -0.04755590111017227, 0.041190255433321, -0.07697559893131256, -0.06643601506948471, -0.05851684510707855, -0.1427845060825348, 0.0038468323182314634, -0.06944366544485092, -0.07058220356702805, 0.025543222203850746, 0.0015500542940571904, -0.119136281311512, 0.12976902723312378, -0.20368754863739014, -0.24860873818397522, -0.19437925517559052, 0.08996390551328659, 0.02433193288743496, 0.029081853106617928, 0.0649123340845108, -0.15528015792369843, -0.047272294759750366, -0.049459610134363174, 0.03590364754199982, -0.11199405789375305, -0.06291941553354263, 0.01687122881412506, -0.005610173102468252, -0.02568834088742733, -0.1359393149614334, 0.020512843504548073, 0.009722201153635979, 0.0315939262509346, -0.0013241184642538428, -0.08474718779325485, 0.05625030770897865, 0.2069830298423767, 0.01842188835144043, -0.0530138835310936, -0.026569006964564323, 0.1506870537996292, -0.06630104780197144, 0.05213364213705063, 0.13351498544216156, -0.023498916998505592, 0.04229872673749924, 0.09553426504135132, 0.03804745897650719, 0.04113922268152237, 0.031495094299316406, -0.05579688027501106, -0.0044335112906992435, -0.378080815076828, -0.02883601188659668, -0.013990554958581924, 0.0670604482293129, -0.04417164623737335, 0.03664795309305191, 0.06154040992259979, 0.12425993382930756, 0.005454675760120153, 0.0771927535533905, -0.013487345539033413, 0.02467764914035797, 0.0027448965702205896, -0.014525333419442177, 0.053131625056266785, -0.07468617707490921, -0.0546693429350853, 0.09545012563467026, 0.07954957336187363, 0.016170397400856018, 0.06592684239149094, 0.1572771966457367, 0.10551589727401733, 0.16305626928806305, 0.08204536885023117, -0.01022428460419178, 0.04406140372157097, 0.021296527236700058, -0.03701402246952057, -0.04458026587963104, -0.011366796679794788, 0.09911676496267319, 0.054963119328022, -0.004857379477471113, 0.0853673666715622, 0.10236336290836334, 0.02526017092168331, 0.06966374069452286, -0.0018098622094839811, -0.262603759765625, 0.009319799952208996, -0.007729193661361933, -0.01527683436870575, -0.022784283384680748, 0.08118938654661179, 0.182803675532341, -0.0340580940246582, 0.035391487181186676, 0.08291938900947571, 0.07143647968769073, -0.06892330199480057, -0.03422227501869202, 0.06757862120866776, 0.05301790311932564, -0.021824099123477936, 0.11614836752414703, -0.2215939611196518, 0.16391761600971222, -0.0030238910112529993, 0.08470187336206436, 0.054284416139125824, 0.023440558463335037, -0.03590191900730133, 0.05194620415568352, 0.1236216276884079, 0.0513484887778759, -0.040127672255039215, -0.05011316388845444, -0.11387800425291061, -0.024982251226902008, 0.01870601996779442, 0.057901155203580856, -0.05384316295385361, 0.0410754568874836, 0.021812433376908302, 0.05134560540318489, -0.0242371316999197, -0.24170903861522675, -0.063153937458992, -0.01066212821751833, 0.17217281460762024, -0.0021077957935631275, 0.0016108606941998005, -0.08205579966306686, -0.06186627596616745, 0.09993582218885422, -0.09886004775762558, -0.11113838106393814, -0.03222077339887619, -0.09986856579780579, 0.09307298064231873, -0.08524195849895477, 0.026901869103312492, 0.0683903694152832, 0.054976142942905426, -0.028647538274526596, -0.007300318218767643, 0.12564606964588165, -0.1188967302441597, -0.02495669759809971, -0.06397503614425659, 0.07834585756063461, 0.17097768187522888, 0.03826398029923439, -0.014263307675719261, -0.06906580179929733, -0.06259772926568985, -0.09164410084486008, -0.036198269575834274, 0.057395465672016144, -0.05956946685910225, 0.08263306319713593, -0.019343655556440353, -0.1721312552690506, -0.12595343589782715, -0.07315485924482346, 0.10020614415407181, 0.2065245658159256, -0.04031234607100487, 0.054807670414447784, 0.2811223864555359, -0.10251683741807938, -0.1571492701768875, -0.05221205949783325, 0.11414575576782227, 0.011410988867282867, 0.0210017878562212, -0.16850785911083221, 0.06685774028301239, 0.05908282473683357, -0.015786856412887573, -0.06410948187112808, -0.2435462474822998, -0.13099339604377747, 0.12672953307628632, -0.016216035932302475, 0.08043686300516129, -0.06108812987804413, -0.04762923717498779, -0.07783143222332001, -0.0528094656765461, 0.09186685085296631, -0.06721989065408707, 0.0408138670027256, 0.08807171136140823, 0.10427819192409515, -0.03660173714160919, -0.0012257935013622046, 0.0982196182012558, 0.11231467872858047, 0.017225593328475952, -0.007756984792649746, 0.0033305517863482237, 0.0732525885105133, 0.05577594041824341, 0.09059111028909683, 0.058725807815790176, -0.0013822857290506363, -0.13340315222740173, -0.06454674899578094, -0.039544060826301575, -0.004776964895427227, 0.028566943481564522, -0.12793026864528656, -0.060844678431749344, -0.030184797942638397, 0.07073638588190079, 0.011411860585212708, 0.22231289744377136, 0.02571713924407959, 0.04051371291279793, 0.17167939245700836, 0.034328918904066086, 0.06841513514518738, -0.1356246918439865, -0.018101520836353302, -0.08405308425426483, 0.10494484007358551, -0.13058209419250488, 0.007799689657986164, 0.05949432775378227, -0.040473032742738724, 0.12025263160467148, 0.043066710233688354, -0.13448087871074677, 0.03452596068382263, 0.0503900982439518, -0.08533243089914322, -0.006863633636385202, -0.05582059919834137, 0.0098548149690032, 0.080071359872818, 0.03531264513731003, 0.16817308962345123, -0.15191109478473663, -0.027401477098464966, 0.005376868415623903, 0.025916635990142822, -0.15830102562904358, 0.2181902676820755, 0.12732958793640137, 0.00043344657751731575, -0.0658269003033638, 0.17723794281482697, 0.05259842053055763, -0.0005149710341356695, 0.045334119349718094, 0.04285656288266182, -0.05177231878042221, -0.0626058429479599, 0.026256809011101723, 0.0936283990740776, -0.12008151412010193, -0.1561989188194275, -0.09910214692354202, -0.0024026434402912855, 0.0027358566876500845, -0.07346005737781525, 0.03929845243692398, -0.037864070385694504, -0.020330917090177536, 0.06788284331560135, -0.028233330696821213, 0.05219191312789917, 0.1522638499736786, 0.05849417299032211, -0.21683095395565033, 0.09805628657341003, 0.03972185030579567, 0.06854156404733658, -0.047449350357055664, 0.05300122871994972, -0.04396408796310425, 0.059617724269628525, 0.016562020406126976, 0.061646997928619385, -0.07839687168598175, -0.05084148049354553, 0.02464902773499489, -0.05227716639637947, -0.0660356804728508, 0.0800602063536644, -0.08588666468858719, 0.04761849716305733, 0.050983577966690063, 0.04909035190939903, -0.07303925603628159, 0.0035276568960398436, 0.0024657659232616425, -0.0014262361219152808, 0.01774200238287449, 0.10287518054246902, -0.06592192500829697, 0.025124872103333473, -0.17520223557949066, 0.05223779380321503, 0.13861651718616486, 0.0672297552227974, 0.016950005665421486, 0.010566484183073044, -0.024988995864987373, 0.05303964391350746, 0.0331936851143837, -0.09015202522277832, -0.027030326426029205, -0.0515068918466568, 0.007854543626308441, -0.06293413788080215, -0.02406572736799717, -0.0485573410987854, 0.024872401729226112, 0.1041480302810669, 0.07994191348552704, 0.16123442351818085, -0.07234640419483185, 0.039031580090522766, -0.029152940958738327, 0.020398233085870743, 0.05306960269808769, -0.00697647500783205, -0.04281143099069595, -0.04661588370800018, -0.016089467331767082, -0.09252288192510605, 0.1307123601436615, 0.01265494804829359, -0.07885681092739105, -0.011624990962445736, -0.09766533225774765, 0.049404654651880264, 0.007389464881271124, 0.1387239396572113, -0.050584059208631516, -0.01000622846186161, -0.1353665590286255, -0.02712654508650303, 0.08305726200342178, 0.06181233748793602, -0.05681409686803818, 0.07283664494752884, 0.015439048409461975, 0.1371208131313324, 0.024356026202440262, 0.01020738109946251, -0.131940558552742, -0.11162012815475464, -0.02161831222474575, 0.007201099768280983, 0.02124064415693283, 0.1436302214860916, 0.13833649456501007, -0.05962609127163887, -0.00140380859375, 0.07745928317308426, -0.09218955785036087, -0.17066724598407745, -0.1605459451675415, -0.06086072325706482, -0.23056578636169434, 0.0026789484545588493, -0.11276596784591675, 0.028198057785630226, 0.07988501340150833, 0.05897924676537514, -0.0025000202003866434, 0.10114528983831406, 0.0909862294793129, -0.1604461818933487, 0.028276778757572174, -0.021496374160051346, -0.007854359224438667, -0.1520286202430725, 0.005627354606986046, 0.11864280700683594, 0.022724254056811333, 0.021913334727287292, -0.049851931631565094, -0.0230858251452446, 0.05690285935997963, 0.0023592563811689615, -0.04067584127187729, -0.028453659266233444, 0.04041556641459465, 0.020397769287228584, 0.07263810932636261, 0.06411962956190109, -0.07302772998809814, 0.05317347124218941, 0.1179012879729271, -0.06617312878370285, -0.10978396236896515, -0.07047726213932037, 0.02764114737510681, 0.017326444387435913, 0.14160069823265076, -0.010229559615254402, -0.05163497477769852, -0.0920862928032875, 0.12088074535131454, 0.20873822271823883, -0.05704106390476227, -0.0410802960395813, -0.04287075996398926, 0.018278080970048904, -0.0723971351981163, 0.0614156536757946, 0.046621475368738174, 0.16534952819347382, -0.023727601394057274, 0.03103242628276348, -0.11525879800319672, -0.010343647561967373, -0.007830675691366196, -0.09191339462995529, 0.006281842943280935, -0.07421194016933441, -0.03572351112961769, 0.13526293635368347, -0.23935148119926453, -0.10665170103311539, -0.1246868446469307, 0.0005239402526058257, -0.04627343267202377, 0.018760554492473602, 0.23797833919525146, 0.09390567243099213, 0.0600702129304409, -0.030391983687877655, 0.005393302068114281, 0.1170487180352211, 0.03252015262842178, -0.15647223591804504, -0.026272397488355637, 0.022172842174768448, -0.14014124870300293, 0.10901658236980438, -0.01067732647061348, 0.21155527234077454, -0.002882697619497776, 0.052199795842170715, 0.01451619528234005, 0.09606710821390152, 0.013665318489074707, -0.027513807639479637, -0.022229786962270737, -0.0025869724340736866, -0.023741789162158966, 0.11636269837617874, 0.042615048587322235, -0.1099374070763588, 0.008970459923148155, 0.04334637150168419, -0.05461985990405083, -0.13504453003406525, -0.007997391745448112, -0.10713928192853928, 0.08830370754003525, -0.021425975486636162, -0.05933170020580292, -0.02426421456038952, -0.013022994622588158, 0.046498287469148636, 0.045444194227457047, 0.09596268087625504, 0.06763050705194473, -0.17938999831676483, -0.09022285044193268, -0.03175866976380348, 0.1355096399784088, -0.019536031410098076, 0.0339137427508831, -0.14741596579551697, -0.06896302849054337, -0.06457354873418808, 0.02956736646592617, 0.008380305953323841, 0.051808491349220276, -0.002142178127542138, -0.03352232649922371, -0.02753954380750656, 0.05257082358002663, -0.06630508601665497, -0.1248076930642128 ]
null
null
espnet
## Example ESPnet2 TTS model ### `kan-bayashi/jsut_tts_train_transformer_raw_phn_jaconv_pyopenjtalk_train.loss.ave` ♻️ Imported from https://zenodo.org/record/4034121/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tts_train_transformer_raw_phn_jaconv_pyopenjtalk_train.loss.ave
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## Example ESPnet2 TTS model ### 'kan-bayashi/jsut_tts_train_transformer_raw_phn_jaconv_pyopenjtalk_train.URL' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_transformer_raw_phn_jaconv_pyopenjtalk_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## Example ESPnet2 TTS model", "### 'kan-bayashi/jsut_tts_train_transformer_raw_phn_jaconv_pyopenjtalk_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 9, 67, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## Example ESPnet2 TTS model### 'kan-bayashi/jsut_tts_train_transformer_raw_phn_jaconv_pyopenjtalk_train.URL'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.045387282967567444, 0.050370872020721436, -0.0019569057039916515, 0.04344843700528145, 0.06747493147850037, -0.011767951771616936, 0.21599024534225464, 0.07184777408838272, 0.03370212763547897, -0.061029963195323944, 0.10775797069072723, 0.1267307996749878, 0.04352511838078499, 0.15978924930095673, 0.07054464519023895, -0.22595323622226715, 0.030791329219937325, 0.045469507575035095, -0.036386895924806595, 0.12463472783565521, 0.15363623201847076, -0.026788033545017242, 0.057320669293403625, 0.036837682127952576, -0.10458005964756012, 0.10422462970018387, -0.04189786687493324, -0.12105569243431091, 0.06636037677526474, 0.030474254861474037, 0.12027917802333832, 0.030867448076605797, 0.08155537396669388, -0.19142228364944458, 0.014705960638821125, -0.003482649801298976, -0.023651136085391045, 0.05212733894586563, 0.07491335272789001, 0.05381933972239494, 0.025584284216165543, 0.06070714443922043, -0.013394501060247421, 0.014858058653771877, -0.06265131384134293, -0.0850343331694603, 0.01869644969701767, 0.16544662415981293, 0.12994714081287384, 0.16018925607204437, -0.021588508039712906, 0.11029335856437683, -0.06863290816545486, 0.06235672906041145, 0.12077091634273529, -0.1539265662431717, -0.004591431934386492, 0.013892363756895065, 0.028279997408390045, 0.147521510720253, 0.0121604697778821, -0.038313064724206924, 0.12029583007097244, 0.010468041524291039, -0.021518902853131294, -0.04398783668875694, -0.14717188477516174, 0.033492859452962875, -0.12714506685733795, 0.0007501638028770685, 0.26915258169174194, 0.01276346668601036, -0.005000992678105831, 0.01885969005525112, -0.059368379414081573, -0.07264720648527145, 0.03837989270687103, -0.15179358422756195, 0.018210023641586304, 0.06223784014582634, 0.02275737188756466, -0.08328406512737274, -0.14036589860916138, -0.09938076883554459, -0.02733076922595501, 0.045043524354696274, 0.06801538914442062, 0.021114647388458252, -0.08975069224834442, 0.04350212588906288, 0.05148407816886902, -0.08444328606128693, 0.08610395342111588, -0.06314076483249664, 0.0820944756269455, 0.027195468544960022, 0.0857899934053421, -0.18362797796726227, -0.0045988792553544044, -0.06952726095914841, -0.05059455335140228, 0.009672665037214756, 0.09774164855480194, 0.10316017270088196, 0.0571197010576725, 0.0011058734962716699, -0.0613519549369812, -0.04382195696234703, -0.02349691651761532, 0.03571535646915436, -0.021777354180812836, -0.04319532588124275, -0.1679522842168808, 0.025248054414987564, -0.06712917238473892, -0.0052104610949754715, -0.03261558338999748, -0.03237777203321457, -0.09105201810598373, -0.052386701107025146, 0.18420085310935974, -0.06669899821281433, 0.009776577353477478, -0.02565232291817665, -0.04902529716491699, 0.15711602568626404, 0.03199448063969612, 0.0856637954711914, -0.07762189209461212, -0.02892887592315674, -0.09538580477237701, 0.04786298796534538, -0.0871783196926117, -0.07796550542116165, 0.037270545959472656, 0.062090806663036346, -0.005333053879439831, -0.2004600614309311, -0.15646719932556152, -0.03496182709932327, 0.020628727972507477, 0.0487554669380188, -0.032424308359622955, -0.14467883110046387, -0.0529760867357254, 0.0073375403881073, -0.07679202407598495, -0.13403555750846863, -0.07056286931037903, -0.0030015846714377403, -0.0856705904006958, 0.04272984713315964, -0.024793848395347595, 0.06001418083906174, -0.08917173743247986, -0.048621680587530136, -0.16296836733818054, 0.10451638698577881, -0.12813615798950195, -0.02983277663588524, -0.09967907518148422, -0.06432786583900452, -0.04400544613599777, 0.07065000385046005, 0.0324232243001461, 0.17219208180904388, -0.18872934579849243, -0.0706235021352768, 0.09419218450784683, -0.12412885576486588, -0.06231984123587608, 0.17516382038593292, -0.020197980105876923, 0.13384360074996948, 0.11138800531625748, 0.26402711868286133, 0.034221600741147995, -0.18475916981697083, 0.01898868940770626, 0.10742823034524918, -0.013284634798765182, -0.0679677426815033, 0.11057177186012268, -0.019366951659321785, 0.011498416773974895, -0.055532947182655334, 0.043829891830682755, 0.10055547952651978, -0.0407102033495903, -0.04604518041014671, 0.07687834650278091, -0.05287066102027893, 0.03385940194129944, -0.027742769569158554, 0.07717174291610718, 0.007569011766463518, -0.0669589713215828, 0.16983962059020996, 0.1588928997516632, -0.08286277204751968, 0.039543963968753815, -0.09883192926645279, -0.05795948952436447, -0.06985419243574142, -0.05823400244116783, -0.018085923045873642, 0.0844634547829628, 0.012013484723865986, -0.02731488272547722, 0.11256960779428482, 0.12155185639858246, -0.007395696360617876, -0.008204866200685501, 0.0041356319561600685, -0.07013721764087677, -0.056048884987831116, 0.03425547480583191, -0.045331280678510666, -0.19470927119255066, 0.06349937617778778, -0.01285824179649353, -0.09761897474527359, -0.08746186643838882, -0.008236702531576157, -0.08680832386016846, 0.07798513770103455, -0.013154332526028156, 0.013595793396234512, -0.00032585381995886564, 0.0731000080704689, -0.05695964768528938, -0.02527431584894657, -0.03535290062427521, 0.006102825049310923, -0.04695647209882736, 0.16333286464214325, 0.028020169585943222, 0.07827341556549072, 0.09770464897155762, -0.19555580615997314, -0.03143404424190521, 0.17114582657814026, 0.0023076748475432396, -0.051489125937223434, -0.01482979953289032, 0.0035945528652518988, 0.20947954058647156, -0.06844428181648254, 0.09811913967132568, -0.0956505686044693, -0.0011939650867134333, -0.014193051494657993, -0.14602380990982056, 0.020532188937067986, 0.07335654646158218, 0.05573036149144173, -0.19899210333824158, 0.17634965479373932, 0.04604256898164749, -0.10860615223646164, 0.2645473778247833, 0.039285674691200256, -0.06673697382211685, -0.0659954845905304, 0.018523966893553734, -0.08485167473554611, 0.06363803893327713, -0.12031041085720062, 0.0004911988507956266, 0.0017449174774810672, 0.03588487207889557, 0.11837063729763031, -0.1422937512397766, -0.054434940218925476, 0.03572900593280792, -0.07985789328813553, -0.0784812793135643, -0.04282394051551819, -0.13183338940143585, 0.011868676170706749, -0.06704510003328323, -0.0966697558760643, 0.028116924688220024, -0.0021072819363325834, -0.11295343935489655, 0.14073637127876282, -0.20127904415130615, -0.2507392168045044, -0.1905330866575241, 0.07056519389152527, 0.03530033305287361, 0.03674674034118652, 0.06976275891065598, -0.15241700410842896, -0.04490170255303383, -0.05235964432358742, 0.021817117929458618, -0.09030776470899582, -0.06588618457317352, -0.005068005528301001, 0.008760914206504822, -0.03410555422306061, -0.13915002346038818, 0.012997434474527836, 0.009691596031188965, 0.028366753831505775, 0.0009728140430524945, -0.09809651970863342, 0.05753381922841072, 0.22143661975860596, 0.01804756373167038, -0.047480933368206024, -0.030698124319314957, 0.1562325358390808, -0.0798511803150177, 0.04962676391005516, 0.113299660384655, -0.03200433775782585, 0.04938555136322975, 0.08959385007619858, 0.0526355542242527, 0.02516995184123516, 0.028038736432790756, -0.06733479350805283, -0.014664245769381523, -0.37062302231788635, -0.03619830682873726, -0.03339833766222, 0.08883830904960632, -0.03709128871560097, 0.03735843300819397, 0.09969469904899597, 0.10893133282661438, 0.009210977703332901, 0.07496695220470428, 0.0020253199618309736, 0.038476601243019104, 0.02152685634791851, -0.01984660141170025, 0.04263904690742493, -0.07039964944124222, -0.06336982548236847, 0.09404364973306656, 0.10454794764518738, 0.045007359236478806, 0.07373669743537903, 0.17696435749530792, 0.11650141328573227, 0.13977769017219543, 0.08373171836137772, -0.0058148750104010105, 0.04044947773218155, 0.018252059817314148, -0.046050336211919785, -0.05033920705318451, -0.013146791607141495, 0.10532712936401367, 0.05596792697906494, -0.04417981579899788, 0.08254583179950714, 0.10195276141166687, 0.022808508947491646, 0.05657772347331047, 0.0039806244894862175, -0.25857260823249817, 0.026571717113256454, -0.0035184596199542284, -0.027628211304545403, -0.021068286150693893, 0.0926402136683464, 0.19690585136413574, -0.05058886110782623, 0.021176718175411224, 0.0816865861415863, 0.08041629195213318, -0.06582440435886383, -0.03816692531108856, 0.04085739329457283, 0.03810003027319908, -0.029026653617620468, 0.10886064171791077, -0.2412930130958557, 0.16586096584796906, -0.002307952381670475, 0.08389066904783249, 0.02842204086482525, 0.021873146295547485, -0.01968776434659958, 0.044612396508455276, 0.13087418675422668, 0.04485182464122772, -0.029740264639258385, -0.0702027976512909, -0.11292190104722977, -0.026439061388373375, 0.018316304311156273, 0.07464698702096939, -0.07073500752449036, 0.040323492139577866, 0.015066227875649929, 0.058471161872148514, -0.049231357872486115, -0.23733094334602356, -0.06436637043952942, -0.01542672049254179, 0.1738886833190918, -0.007053156848996878, -0.007804052904248238, -0.07215830683708191, -0.039618801325559616, 0.09144487977027893, -0.08167187124490738, -0.10203824937343597, -0.034437306225299835, -0.1049744114279747, 0.09512971341609955, -0.07263824343681335, 0.04133320227265358, 0.07827648520469666, 0.05249388515949249, -0.03447088971734047, -0.008243420161306858, 0.12290934473276138, -0.12073960900306702, -0.03349224478006363, -0.06592639535665512, 0.0744134709239006, 0.15266983211040497, 0.044227857142686844, 0.007303631864488125, -0.06759774684906006, -0.055718377232551575, -0.0895596444606781, -0.044164374470710754, 0.04149768874049187, -0.06612248718738556, 0.08000635355710983, -0.017977554351091385, -0.16232295334339142, -0.11689204722642899, -0.08156890422105789, 0.10544370114803314, 0.2021535187959671, -0.03472699970006943, 0.08123750239610672, 0.2794007658958435, -0.10787811130285263, -0.15295015275478363, -0.06849143654108047, 0.10031355172395706, 0.00551944226026535, 0.024543844163417816, -0.16564466059207916, 0.06276697665452957, 0.051427148282527924, -0.021089110523462296, -0.04303321987390518, -0.27123069763183594, -0.13501372933387756, 0.13247044384479523, -0.011479746550321579, 0.050197746604681015, -0.06636519730091095, -0.0475207194685936, -0.07250228524208069, -0.06975887715816498, 0.10577023029327393, -0.05353346839547157, 0.045936159789562225, 0.08878088742494583, 0.10325023531913757, -0.028432203456759453, 0.0004270109930075705, 0.09520476311445236, 0.12413641065359116, 0.013420487754046917, -0.005492483731359243, -0.01894775778055191, 0.09305555373430252, 0.06115643307566643, 0.09014159440994263, 0.02744682878255844, -0.011510521173477173, -0.14612148702144623, -0.0656871646642685, -0.03363710641860962, -0.005892533343285322, 0.021805329248309135, -0.13060234487056732, -0.06944231688976288, -0.02359163388609886, 0.06895683705806732, 0.023910250514745712, 0.22027389705181122, 0.015750359743833542, 0.04690031334757805, 0.17344622313976288, 0.057944681495428085, 0.03348574787378311, -0.11310005187988281, -0.020654352381825447, -0.08551689982414246, 0.10093183070421219, -0.16929179430007935, 0.007090416271239519, 0.053237710148096085, -0.03226752206683159, 0.13515527546405792, 0.048342470079660416, -0.126925528049469, 0.050906047224998474, 0.06637093424797058, -0.06918409466743469, 0.002723059384152293, -0.050776947289705276, 0.00776747427880764, 0.09677889943122864, 0.029175063595175743, 0.15666057169437408, -0.15657907724380493, -0.023386135697364807, 0.005552912596613169, 0.029799005016684532, -0.16046760976314545, 0.20215609669685364, 0.13348473608493805, 0.004600657615810633, -0.07218320667743683, 0.15345841646194458, 0.047119107097387314, -0.008128506131470203, 0.04509325325489044, 0.04581579566001892, -0.053898461163043976, -0.056039802730083466, 0.02115020900964737, 0.11017514020204544, -0.11804661154747009, -0.15789464116096497, -0.0866711363196373, -0.008930327370762825, 0.008282764814794064, -0.0662803128361702, 0.03502817824482918, -0.023932956159114838, -0.030247529968619347, 0.062465205788612366, -0.025669921189546585, 0.05040678381919861, 0.14652961492538452, 0.05084875226020813, -0.2133973240852356, 0.0823763832449913, 0.03675970062613487, 0.06240510195493698, -0.050211306661367416, 0.041000787168741226, -0.046811576932668686, 0.06602917611598969, 0.0221888218075037, 0.0689125657081604, -0.09009771049022675, -0.044818054884672165, 0.021189076825976372, -0.049614984542131424, -0.06295396387577057, 0.07991132140159607, -0.08864109963178635, 0.043992333114147186, 0.045163076370954514, 0.06724780797958374, -0.07982821017503738, -0.0014045981224626303, 0.012121692299842834, -0.015064744278788567, 0.01581050455570221, 0.08301003277301788, -0.07458935678005219, 0.02577325515449047, -0.18357406556606293, 0.05342632904648781, 0.1532622128725052, 0.07077138870954514, 0.01670149900019169, 0.026985229924321175, -0.018187865614891052, 0.051263194531202316, 0.03668736293911934, -0.08453508466482162, -0.03541259095072746, -0.04874498024582863, 0.002232273807749152, -0.07074424624443054, -0.04271799325942993, -0.054351210594177246, 0.029551463201642036, 0.1232064813375473, 0.07315793633460999, 0.1501673310995102, -0.062088046222925186, 0.043710991740226746, -0.03735361993312836, 0.011094998568296432, 0.04907991364598274, -0.018358994275331497, -0.027326803654432297, -0.053323909640312195, -0.01709836721420288, -0.09032543003559113, 0.1455712765455246, 0.022422663867473602, -0.09741940349340439, -0.014735185541212559, -0.09771963953971863, 0.05716242268681526, 0.011180097237229347, 0.1603497415781021, -0.04107269272208214, -0.009035706520080566, -0.14274543523788452, -0.031516462564468384, 0.08562682569026947, 0.05021943151950836, -0.06198268383741379, 0.07381483167409897, 0.020217861980199814, 0.1255396008491516, 0.03660052642226219, 0.01247517392039299, -0.14049066603183746, -0.10879389941692352, -0.0163539107888937, 0.026167310774326324, 0.015854738652706146, 0.12461665272712708, 0.14556175470352173, -0.07079768925905228, 0.005958176217973232, 0.07580499351024628, -0.09062253683805466, -0.16900771856307983, -0.15364348888397217, -0.05377538502216339, -0.2304178923368454, 0.011177722364664078, -0.11890971660614014, 0.03826616331934929, 0.07968325167894363, 0.06037776917219162, -0.0011162946466356516, 0.10536401718854904, 0.07962778955698013, -0.14434416592121124, 0.03660595789551735, -0.02482202649116516, -0.018106304109096527, -0.16492241621017456, -0.005563467741012573, 0.10159017145633698, 0.023209184408187866, 0.016417670994997025, -0.04821237921714783, -0.011400161311030388, 0.054693326354026794, -0.016031533479690552, -0.03327558562159538, -0.024982376024127007, 0.028506986796855927, 0.017890512943267822, 0.07091596722602844, 0.06590259075164795, -0.07687223702669144, 0.06095452979207039, 0.10869269073009491, -0.061249665915966034, -0.13183948397636414, -0.07723750174045563, 0.024350641295313835, 0.017188670113682747, 0.12702563405036926, -0.013514393009245396, -0.044126495718955994, -0.09394373744726181, 0.12386788427829742, 0.2137281447649002, -0.06033432483673096, -0.042334649711847305, -0.043390676379203796, 0.013573064468801022, -0.08288740366697311, 0.08711867779493332, 0.04202297702431679, 0.18843019008636475, -0.021183544769883156, 0.035757556557655334, -0.114528127014637, -0.025144139304757118, -0.03139444440603256, -0.0804976224899292, 0.01834072917699814, -0.09002896398305893, -0.02700677700340748, 0.149347722530365, -0.25106891989707947, -0.08911523222923279, -0.12735426425933838, -0.016254659742116928, -0.040663640946149826, 0.012375328689813614, 0.21515722572803497, 0.08613815903663635, 0.054997775703668594, -0.03386484086513519, 0.008351998403668404, 0.09237724542617798, 0.03138295188546181, -0.159165158867836, -0.007186759728938341, 0.015378355979919434, -0.16625797748565674, 0.11308243870735168, -0.009429286234080791, 0.21691761910915375, 0.00042024359572678804, 0.05253864452242851, 0.011919734068214893, 0.08752764761447906, 0.03094007633626461, -0.018445687368512154, -0.027119548991322517, -0.003398431232199073, -0.02624598704278469, 0.09826847910881042, 0.04026930034160614, -0.10790199786424637, 0.011271536350250244, 0.03275352716445923, -0.04624682664871216, -0.12787611782550812, -0.017670484259724617, -0.10074570029973984, 0.08673933893442154, -0.03666694462299347, -0.05930355563759804, -0.02609427459537983, -0.004147441126406193, 0.05288340151309967, 0.05562176927924156, 0.059553112834692, 0.05353601276874542, -0.17342382669448853, -0.0913151279091835, -0.02225501835346222, 0.12311331182718277, -0.02077283337712288, 0.029191872105002403, -0.15018397569656372, -0.06438593566417694, -0.0788145661354065, 0.03715688735246658, 0.02618081495165825, 0.03659258037805557, 0.006511760875582695, -0.06363730877637863, -0.021172024309635162, 0.05856005847454071, -0.055917151272296906, -0.1152399480342865 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/jsut_tts_train_vits_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.total_count.ave` ♻️ Imported from https://zenodo.org/record/5414980/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tts_train_vits_raw_phn_jaconv_pyopenjtalk_accent_with-truncated-ba3566
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/jsut_tts_train_vits_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.total_count.ave' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_tts_train_vits_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.total_count.ave'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_tts_train_vits_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.total_count.ave'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 10, 79, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/jsut_tts_train_vits_raw_phn_jaconv_pyopenjtalk_accent_with_pause_train.total_count.ave'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.05413654446601868, 0.0559525266289711, -0.0018500484293326735, 0.05436781421303749, 0.09106472879648209, -0.009695191867649555, 0.1611122041940689, 0.07367363572120667, 0.03970056772232056, -0.029639890417456627, 0.09701977670192719, 0.09145119041204453, 0.05390559509396553, 0.18717171251773834, 0.059246525168418884, -0.18436890840530396, 0.031161220744252205, 0.058319006115198135, 0.08514031022787094, 0.12740370631217957, 0.13632461428642273, -0.024712972342967987, 0.05670071393251419, 0.028691526502370834, -0.07523886859416962, 0.11086660623550415, -0.04909779876470566, -0.10950817167758942, 0.07704473286867142, 0.006418539676815271, 0.09240125864744186, -0.005949091166257858, 0.08234153687953949, -0.20768047869205475, 0.00968549121171236, -0.00007630134496139362, -0.02425462193787098, 0.057340603321790695, 0.06512942910194397, 0.07636154443025589, -0.018904177471995354, 0.06506890803575516, -0.011250040493905544, 0.013706325553357601, -0.06692260503768921, -0.07383356243371964, 0.020636940374970436, 0.1418876051902771, 0.1527453362941742, 0.16516561806201935, -0.04089794680476189, 0.13217073678970337, -0.040960680693387985, 0.05942365899682045, 0.15680213272571564, -0.15676981210708618, -0.009657827205955982, 0.04993955418467522, 0.005593165289610624, 0.09991031885147095, 0.030798647552728653, -0.05414151772856712, 0.13010083138942719, 0.007556097581982613, -0.027906248345971107, -0.04142141714692116, -0.14508506655693054, 0.01136260386556387, -0.11378926038742065, -0.010776123031973839, 0.27402108907699585, 0.030741721391677856, 0.006592956371605396, 0.022659651935100555, -0.08411771804094315, -0.11366815119981766, 0.0062817540019750595, -0.13627208769321442, 0.035593487322330475, 0.04074897617101669, 0.07335226237773895, -0.0427343025803566, -0.152149498462677, -0.09507612138986588, -0.014041401445865631, 0.020509246736764908, 0.07899148762226105, 0.034167397767305374, -0.0955200344324112, 0.049429018050432205, -0.02861468866467476, -0.09116943925619125, 0.0864255279302597, -0.03963548690080643, 0.05141669511795044, 0.01477318350225687, 0.09582889825105667, -0.17580538988113403, -0.013920135796070099, -0.07359044253826141, -0.09095904976129532, 0.023768773302435875, 0.09189336746931076, 0.09661827236413956, 0.09190808236598969, -0.020548973232507706, -0.0629538968205452, -0.08411402255296707, -0.022319640964269638, 0.046692781150341034, 0.0054647293873131275, -0.023798948153853416, -0.15263383090496063, 0.020454732701182365, -0.04238075017929077, -0.03685090318322182, -0.030678724870085716, -0.028025150299072266, -0.09495296329259872, -0.07125864923000336, 0.20883195102214813, -0.07173606753349304, -0.0008598392596468329, -0.026684654876589775, -0.04012719541788101, 0.1678752452135086, 0.017396172508597374, 0.07933396100997925, -0.0943518728017807, -0.02906814217567444, -0.11043807119131088, 0.054497603327035904, -0.07025567442178726, -0.07259523868560791, 0.03495858609676361, 0.05383061617612839, -0.02216598577797413, -0.19353099167346954, -0.16304460167884827, -0.05341528728604317, 0.0177154503762722, 0.034804292023181915, -0.04322012513875961, -0.14657866954803467, -0.03937523066997528, 0.001335272565484047, -0.06174063682556152, -0.1083107590675354, -0.08296176046133041, 0.0093564223498106, -0.04301742836833, 0.05627354979515076, -0.020842688158154488, 0.05859383940696716, -0.11772333085536957, -0.07635358721017838, -0.17263048887252808, 0.0920242890715599, -0.07717940211296082, -0.04747707396745682, -0.12815767526626587, -0.04453836753964424, -0.04494335874915123, 0.053888916969299316, 0.05067349225282669, 0.16929873824119568, -0.20181070268154144, -0.04671656712889671, 0.09704238176345825, -0.13470852375030518, -0.0584830567240715, 0.16119474172592163, -0.015198517590761185, 0.12584972381591797, 0.1001928299665451, 0.22948142886161804, -0.04590408131480217, -0.21114589273929596, 0.010985974222421646, 0.0671408474445343, -0.0027919779531657696, -0.08417216688394547, 0.09990450739860535, -0.012921023182570934, -0.011489496566355228, -0.04496942088007927, 0.04901319369673729, 0.04230649769306183, -0.03758532181382179, -0.04783772677183151, 0.07505657523870468, -0.0411071851849556, 0.0315830372273922, -0.014794460497796535, 0.06450285762548447, -0.01066520344465971, -0.06715533882379532, 0.1212470680475235, 0.15795907378196716, -0.05230141803622246, 0.04936259239912033, -0.07919629663228989, -0.02739253267645836, -0.1163463220000267, -0.0667211040854454, -0.027505919337272644, 0.10403139889240265, 0.030664654448628426, 0.010493694804608822, 0.08462589979171753, 0.13033702969551086, -0.01751929707825184, -0.01661611907184124, -0.008290236815810204, -0.06113801896572113, -0.07062023133039474, 0.017641635611653328, -0.05667883902788162, -0.1911611407995224, 0.04268801212310791, -0.008949863724410534, -0.0881134420633316, -0.07998047024011612, -0.01952468976378441, -0.13304345309734344, 0.07840009778738022, -0.02356436662375927, -0.01015319675207138, 0.007110329810529947, 0.060369279235601425, -0.06024017930030823, -0.007766083348542452, -0.026415059342980385, 0.02579992450773716, 0.005424439907073975, 0.12231364846229553, 0.022991741076111794, 0.00020239023433532566, 0.09542759507894516, -0.17240482568740845, -0.052529554814100266, 0.1380608081817627, 0.007896162569522858, -0.0688076838850975, -0.06496437638998032, -0.013442400842905045, 0.2049788236618042, -0.050475869327783585, 0.09260158240795135, -0.10985451191663742, 0.003435620106756687, 0.005177595186978579, -0.1354120820760727, 0.006123177707195282, 0.0652746707201004, 0.10512546449899673, -0.21665772795677185, 0.15077295899391174, -0.030629746615886688, -0.09229705482721329, 0.2534055709838867, 0.06901092827320099, -0.06879210472106934, -0.05263405665755272, 0.015754790976643562, -0.1055426374077797, 0.06767518818378448, -0.15868552029132843, 0.02131187915802002, 0.020170416682958603, 0.02247905731201172, 0.10464539378881454, -0.128180131316185, -0.05200145021080971, 0.032673172652721405, -0.07100380212068558, -0.06755810976028442, -0.03493150323629379, -0.11527115851640701, 0.014039131812751293, -0.06106781214475632, -0.10612732917070389, 0.014762818813323975, -0.010114206001162529, -0.11805127561092377, 0.11934914439916611, -0.15402664244174957, -0.27413231134414673, -0.15965066850185394, 0.057612329721450806, 0.014767209067940712, 0.0329306423664093, 0.07665747404098511, -0.11713957041501999, -0.042130693793296814, -0.05247970670461655, -0.001925914199091494, -0.07465498894453049, -0.05519977957010269, 0.0068705081939697266, -0.000441866519395262, -0.03374314680695534, -0.12686599791049957, 0.00920239370316267, -0.02410797029733658, 0.025121133774518967, 0.02978220023214817, -0.09905187040567398, 0.05229626223444939, 0.20739272236824036, -0.009960525669157505, -0.04089775308966637, -0.021357133984565735, 0.17408080399036407, -0.06596344709396362, 0.04397774487733841, 0.14295166730880737, 0.007367744576185942, 0.0472235269844532, 0.1224878653883934, 0.046950116753578186, 0.024436093866825104, 0.033512040972709656, -0.04331537336111069, -0.021616730839014053, -0.3564351201057434, -0.04224478453397751, -0.039020467549562454, 0.05650973320007324, 0.012219205498695374, 0.030755607411265373, 0.08429858833551407, 0.12224426120519638, -0.004493769723922014, 0.09148664772510529, -0.03836508095264435, 0.040789760649204254, 0.003985716495662928, 0.023611363023519516, 0.05021267011761665, -0.0357048399746418, -0.043342407792806625, 0.09305071085691452, 0.10211779177188873, -0.0035631300415843725, 0.05907249450683594, 0.11259450763463974, 0.101720429956913, 0.13396674394607544, 0.06207318976521492, 0.001851725741289556, 0.006571408361196518, 0.026493249461054802, -0.04266134649515152, -0.059788405895233154, -0.021136848255991936, 0.12189125269651413, 0.060665931552648544, -0.009459295310080051, 0.0565921925008297, 0.10381178557872772, 0.014251061715185642, 0.10129497200250626, 0.04358040913939476, -0.2563920021057129, 0.02229374088346958, -0.005333578679710627, -0.027709605172276497, -0.04545742645859718, 0.09042510390281677, 0.16846568882465363, -0.04657457768917084, 0.05295576900243759, 0.10207703709602356, 0.08969000726938248, -0.07210381329059601, -0.030044637620449066, 0.0493503212928772, 0.024701399728655815, -0.023263979703187943, 0.11623886972665787, -0.21124614775180817, 0.17094919085502625, 0.006401092279702425, 0.0855780690908432, 0.01615169458091259, 0.023001179099082947, -0.05269850045442581, -0.005678660701960325, 0.14544396102428436, 0.04048328474164009, 0.001716124010272324, -0.05114574357867241, -0.12050235271453857, -0.026973266154527664, -0.03961582109332085, 0.051032278686761856, -0.04776357486844063, 0.06229999661445618, 0.033288951963186264, 0.04157392680644989, -0.011463025584816933, -0.22955819964408875, -0.03584236279129982, -0.0024991282261908054, 0.21739643812179565, -0.06219048053026199, 0.032976530492305756, -0.07665936648845673, -0.06778299808502197, 0.08493731170892715, -0.05654166266322136, -0.11504188925027847, -0.036595821380615234, -0.08042021840810776, 0.08860611170530319, -0.08052556216716766, 0.03626265376806259, 0.05662786215543747, 0.07378906011581421, -0.0597139410674572, 0.0031702499836683273, 0.14270298182964325, -0.11682470142841339, -0.03049265220761299, -0.07155385613441467, 0.1115078404545784, 0.14950798451900482, 0.01971990056335926, 0.015036997385323048, -0.04601193964481354, -0.05231834203004837, -0.07997944205999374, -0.02587289921939373, 0.021883750334382057, -0.011330487206578255, 0.06012386456131935, -0.02342001348733902, -0.20388658344745636, -0.09686668962240219, -0.07356974482536316, 0.0853905975818634, 0.24437841773033142, -0.04036310687661171, 0.07146482914686203, 0.27447015047073364, -0.07907405495643616, -0.12140388041734695, -0.07197054475545883, 0.11302530020475388, -0.0011565983295440674, 0.03364145755767822, -0.15765480697155, 0.06711004674434662, 0.06741349399089813, -0.034456703811883926, -0.03459842503070831, -0.2544878423213959, -0.12897750735282898, 0.10887691378593445, -0.01177692599594593, 0.06010793522000313, -0.04382142424583435, -0.05251045525074005, -0.058017510920763016, -0.11236876994371414, 0.07413574308156967, -0.02993583120405674, 0.06491333991289139, 0.06728920340538025, 0.10475219786167145, -0.02135726436972618, -0.008967535570263863, 0.08591436594724655, 0.15607161819934845, 0.004580857697874308, 0.004054161254316568, -0.04043862968683243, 0.04876229912042618, 0.04341328889131546, 0.12396321445703506, 0.07525570690631866, -0.007377306930720806, -0.16895230114459991, -0.05591662973165512, -0.04760166257619858, 0.0007873750873841345, 0.014993198215961456, -0.13845446705818176, -0.05431481450796127, -0.024141773581504822, 0.09198056906461716, 0.016927629709243774, 0.21892929077148438, 0.011316835880279541, 0.059947188943624496, 0.2360437959432602, -0.0009458399144932628, 0.02852841094136238, -0.10198824852705002, -0.018735622987151146, -0.08154325932264328, 0.10985515266656876, -0.13790133595466614, 0.013155828230082989, 0.04388239234685898, -0.0222134068608284, 0.1136932373046875, 0.039383742958307266, -0.1363806575536728, 0.025900281965732574, 0.05897139757871628, -0.08856156468391418, 0.0060792225413024426, -0.04954850301146507, 0.02105766348540783, 0.07837329804897308, 0.03422036021947861, 0.1657876968383789, -0.1531062126159668, -0.03179272636771202, 0.005649699363857508, 0.05128476396203041, -0.13671408593654633, 0.19591206312179565, 0.09465284645557404, 0.012509037740528584, -0.086868055164814, 0.1600855588912964, 0.0775432139635086, 0.045517053455114365, 0.03874429315328598, 0.05075043812394142, -0.06070080026984215, -0.05182851850986481, 0.03182894363999367, 0.09128818660974503, -0.09977232664823532, -0.14142443239688873, -0.0713730975985527, 0.02232207916676998, 0.01339644379913807, -0.10391730070114136, 0.03955593705177307, -0.0327204093337059, -0.0010308854980394244, 0.044502850621938705, -0.04120616987347603, 0.04752815142273903, 0.16265851259231567, 0.05417560040950775, -0.17907433211803436, 0.058758851140737534, 0.03227744624018669, 0.06240136921405792, -0.04208863154053688, 0.03276783227920532, -0.04510379210114479, 0.0644039437174797, 0.06586729735136032, 0.071038156747818, -0.08133559674024582, -0.051059190183877945, 0.012771844863891602, -0.02312871441245079, -0.06964913755655289, 0.07850845158100128, -0.06782504171133041, 0.04301461577415466, 0.02969921939074993, 0.06615734845399857, -0.08913165330886841, 0.01322306226938963, -0.0011322215432301164, -0.0047237453982234, 0.020342214033007622, 0.073236845433712, -0.06877902150154114, -0.004299079068005085, -0.18639244139194489, 0.06740458309650421, 0.15505555272102356, 0.06441837549209595, 0.01657474786043167, 0.002609161427244544, -0.009382166899740696, 0.04009256139397621, 0.019521333277225494, -0.1052040159702301, -0.023958668112754822, -0.08405531942844391, -0.004227536730468273, -0.06868880242109299, -0.040501292794942856, -0.03829074278473854, 0.02691022865474224, 0.12362506985664368, 0.0615852028131485, 0.12834584712982178, -0.058516405522823334, 0.02990744821727276, -0.044350191950798035, 0.01794031448662281, 0.03995072469115257, 0.0026656424161046743, -0.04719123616814613, -0.022577127441763878, -0.008743629790842533, -0.08513966202735901, 0.11951253563165665, 0.035983338952064514, -0.056641288101673126, -0.010814196430146694, -0.0886034220457077, 0.023062951862812042, -0.021855002269148827, 0.11249908804893494, -0.04925262928009033, -0.012824274599552155, -0.11113586276769638, -0.018572809174656868, 0.1076221838593483, 0.1179601326584816, -0.04192718118429184, 0.04628680646419525, 0.030093921348452568, 0.12293858081102371, 0.008245891891419888, 0.024635154753923416, -0.15338703989982605, -0.043557170778512955, -0.009718459099531174, 0.01914294809103012, 0.01192479394376278, 0.10094112902879715, 0.15593376755714417, -0.07621096074581146, 0.004149879794567823, 0.0622684583067894, -0.06255155056715012, -0.15794987976551056, -0.17450058460235596, -0.06050383299589157, -0.21419379115104675, -0.0029372002463787794, -0.11986495554447174, 0.029272379353642464, 0.09056303650140762, 0.05336422473192215, -0.00657156715169549, 0.07985590398311615, 0.07262470573186874, -0.12937337160110474, 0.049715232104063034, -0.013973919674754143, 0.006487141828984022, -0.13805453479290009, 0.00452614389359951, 0.10818088799715042, 0.03240681067109108, 0.025920124724507332, -0.0442880280315876, -0.006807335652410984, 0.07260114699602127, 0.023659026250243187, -0.05784820765256882, -0.03527568653225899, 0.013663399964571, 0.01972183957695961, 0.07705527544021606, 0.08116202801465988, -0.041651930660009384, 0.05450282618403435, 0.11147614568471909, -0.061664968729019165, -0.10699562728404999, -0.06458260118961334, 0.012967875227332115, 0.02732452191412449, 0.12271524965763092, -0.0009379616822116077, -0.08405791968107224, -0.08287547528743744, 0.11920564621686935, 0.17496390640735626, -0.044092368334531784, -0.045213717967271805, -0.03660472482442856, 0.01476389728486538, -0.06251077353954315, 0.03525567799806595, 0.008910924196243286, 0.17008601129055023, -0.03258052468299866, 0.041141267865896225, -0.10709726065397263, -0.012502972036600113, -0.007124990224838257, -0.08461252599954605, 0.012412193231284618, -0.07387101650238037, -0.04488952085375786, 0.12939070165157318, -0.22788695991039276, -0.11978720128536224, -0.12890543043613434, 0.001424031681381166, -0.05593622475862503, 0.019932031631469727, 0.17161986231803894, 0.10174338519573212, 0.07523814588785172, -0.03759004920721054, 0.01631232537329197, 0.09473085403442383, 0.026335706934332848, -0.15732519328594208, -0.059073083102703094, 0.015131221152842045, -0.09109081327915192, 0.12651464343070984, -0.0030926780309528112, 0.18205881118774414, -0.014666513539850712, 0.05650567263364792, 0.019273512065410614, 0.09030364453792572, 0.03448827564716339, 0.024576561525464058, -0.00858938880264759, 0.007609822321683168, -0.019366784021258354, 0.09420713037252426, 0.04756000265479088, -0.1278582215309143, 0.002722591394558549, 0.05595821514725685, -0.034051649272441864, -0.1373123675584793, 0.022635413333773613, -0.09060617536306381, 0.08892271667718887, -0.03442109748721123, -0.060711659491062164, -0.039341557770967484, -0.008122984319925308, 0.05782582238316536, 0.026351874694228172, 0.06195879355072975, 0.04775068163871765, -0.18158625066280365, -0.06575823575258255, -0.03465071693062782, 0.1276729851961136, -0.01337673980742693, 0.04050620645284653, -0.13404664397239685, -0.06965208053588867, -0.09300946444272995, 0.028457069769501686, 0.008388934656977654, 0.022087503224611282, -0.005285646300762892, -0.07384336739778519, -0.009519568644464016, 0.06634891778230667, -0.049726568162441254, -0.14500632882118225 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/jsut_tts_train_vits_raw_phn_jaconv_pyopenjtalk_prosody_train.total_count.ave` ♻️ Imported from https://zenodo.org/record/5521354/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_tts_train_vits_raw_phn_jaconv_pyopenjtalk_prosody_train.total_count.ave
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/jsut_tts_train_vits_raw_phn_jaconv_pyopenjtalk_prosody_train.total_count.ave' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_tts_train_vits_raw_phn_jaconv_pyopenjtalk_prosody_train.total_count.ave'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_tts_train_vits_raw_phn_jaconv_pyopenjtalk_prosody_train.total_count.ave'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 10, 75, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/jsut_tts_train_vits_raw_phn_jaconv_pyopenjtalk_prosody_train.total_count.ave'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.042298343032598495, 0.03972327336668968, -0.0013852230040356517, 0.07174772024154663, 0.08501800894737244, -0.007432576268911362, 0.17477047443389893, 0.06374999135732651, 0.04629061371088028, -0.030499907210469246, 0.10949964076280594, 0.07308321446180344, 0.044968076050281525, 0.18248844146728516, 0.05695965886116028, -0.2084793597459793, 0.02677035517990589, 0.040620945394039154, 0.023852301761507988, 0.13185244798660278, 0.14847202599048615, -0.013266718946397305, 0.07018110156059265, 0.028750335797667503, -0.06898912787437439, 0.11952577531337738, -0.04546655714511871, -0.10870029777288437, 0.07031652331352234, 0.01818818412721157, 0.0962519496679306, 0.001444363733753562, 0.09065122902393341, -0.18377523124217987, 0.007128044497221708, -0.012257806025445461, -0.03204222768545151, 0.053049929440021515, 0.06787282973527908, 0.06820529699325562, 0.002653202973306179, 0.059857312589883804, 0.002464434364810586, 0.004452923778444529, -0.07614810019731522, -0.058976124972105026, 0.024292992427945137, 0.1442553997039795, 0.13504405319690704, 0.17221540212631226, -0.04148797318339348, 0.11846935003995895, -0.05244036763906479, 0.06308307498693466, 0.11407873034477234, -0.15695127844810486, -0.021657468751072884, 0.040472958236932755, 0.0007198032108135521, 0.13367341458797455, 0.03384692221879959, -0.054675713181495667, 0.1449946016073227, 0.0014850960578769445, -0.02789345197379589, -0.034300610423088074, -0.12772953510284424, 0.030190424993634224, -0.1288558542728424, 0.004568889271467924, 0.3095425069332123, 0.03591515123844147, 0.015210552141070366, 0.03920963406562805, -0.08175258338451385, -0.10637491196393967, 0.031902387738227844, -0.16032087802886963, 0.024454409256577492, 0.044878795742988586, 0.04791810363531113, -0.03781922534108162, -0.14915677905082703, -0.08995315432548523, -0.023506971076130867, 0.010027981363236904, 0.07131214439868927, 0.031851883977651596, -0.08943508565425873, 0.03401152789592743, -0.03462733328342438, -0.09566029906272888, 0.09486597776412964, -0.0634944960474968, 0.061492353677749634, 0.005628470331430435, 0.09406080096960068, -0.17165657877922058, -0.0169684998691082, -0.0727757066488266, -0.07410741597414017, 0.023597080260515213, 0.10887271910905838, 0.08639175444841385, 0.1072574332356453, -0.021489417180418968, -0.08184031397104263, -0.06846346706151962, -0.03645968809723854, 0.058571573346853256, -0.012386372312903404, -0.022442040964961052, -0.16065524518489838, 0.02177376300096512, -0.034654125571250916, -0.04751838371157646, -0.037774261087179184, -0.038333673030138016, -0.08928883820772171, -0.06640547513961792, 0.207158163189888, -0.07127342373132706, 0.0020030990708619356, -0.020359709858894348, -0.05687320977449417, 0.14794929325580597, 0.010507463477551937, 0.08875341713428497, -0.07440892606973648, -0.00842282548546791, -0.11337963491678238, 0.04534861817955971, -0.07065773010253906, -0.07267164438962936, 0.018897205591201782, 0.07726740092039108, -0.021723706275224686, -0.1803724467754364, -0.15049469470977783, -0.06095002219080925, 0.021063905209302902, 0.02090311609208584, -0.052943360060453415, -0.15420982241630554, -0.031702615320682526, -0.0016853413544595242, -0.06014905497431755, -0.10830318182706833, -0.07495954632759094, 0.009139860048890114, -0.06042938679456711, 0.027827337384223938, -0.015035557560622692, 0.05550435185432434, -0.10969030857086182, -0.06936913728713989, -0.17173348367214203, 0.09371796250343323, -0.08706305921077728, -0.041629571467638016, -0.11444538086652756, -0.06583220511674881, -0.05209781229496002, 0.05009056255221367, 0.049683861434459686, 0.18149450421333313, -0.1808861345052719, -0.04834699258208275, 0.08728276938199997, -0.14290937781333923, -0.06821464002132416, 0.1696283519268036, -0.030499834567308426, 0.13451285660266876, 0.09774189442396164, 0.22443737089633942, -0.007606946397572756, -0.18922394514083862, 0.020323120057582855, 0.07863601297140121, 0.005665229633450508, -0.06550672650337219, 0.11882124096155167, -0.004307364579290152, -0.03984135761857033, -0.050136156380176544, 0.0436333566904068, 0.03752008080482483, -0.04178658127784729, -0.04869658499956131, 0.07320462167263031, -0.04160131514072418, 0.031067579984664917, -0.021496517583727837, 0.09203214943408966, -0.0021680046338588, -0.05690835788846016, 0.1422041654586792, 0.1564256101846695, -0.05507092550396919, 0.026269402354955673, -0.08089800924062729, -0.0346374474465847, -0.09410326182842255, -0.0777570828795433, -0.024428127333521843, 0.11225174367427826, 0.024913862347602844, 0.019696641713380814, 0.09451904892921448, 0.14248722791671753, 0.0004353928379714489, -0.007904181256890297, -0.006370905786752701, -0.054396823048591614, -0.06763051450252533, 0.027979008853435516, -0.050096090883016586, -0.19799086451530457, 0.059955697506666183, -0.016602760180830956, -0.06335988640785217, -0.10199557989835739, -0.013762818649411201, -0.12265261262655258, 0.07718292623758316, -0.02443440444767475, 0.007849887013435364, -0.011119086295366287, 0.06842108815908432, -0.055374156683683395, -0.001711769844405353, -0.03213343769311905, 0.018289437517523766, -0.011572192423045635, 0.10993456095457077, 0.018079036846756935, 0.03812357410788536, 0.08475111424922943, -0.1740075945854187, -0.06592606753110886, 0.12693607807159424, -0.0007016156450845301, -0.057132016867399216, -0.05476409196853638, -0.0077979122288525105, 0.19558876752853394, -0.06574850529432297, 0.0840928703546524, -0.11494901031255722, -0.0060805571265518665, 0.007849933579564095, -0.12801654636859894, 0.001046684104949236, 0.0813191682100296, 0.11849847435951233, -0.236185684800148, 0.16759760677814484, -0.011899882927536964, -0.07872334867715836, 0.24150237441062927, 0.060465943068265915, -0.05908029153943062, -0.06805456429719925, 0.028045516461133957, -0.11267445236444473, 0.06673332303762436, -0.12926095724105835, 0.028066329658031464, 0.00815192423760891, 0.026686441153287888, 0.103840671479702, -0.13407279551029205, -0.05939942225813866, 0.035131752490997314, -0.058720607310533524, -0.07555358111858368, -0.04124731197953224, -0.12089655548334122, 0.020183462649583817, -0.052664220333099365, -0.09636233001947403, 0.01462104544043541, -0.0019824826158583164, -0.12652817368507385, 0.1256418228149414, -0.16516593098640442, -0.2322128713130951, -0.162827268242836, 0.08304836601018906, 0.013888404704630375, 0.030144840478897095, 0.0619204081594944, -0.13785654306411743, -0.04449645057320595, -0.06443260610103607, -0.009691077284514904, -0.10438426584005356, -0.062486350536346436, -0.010040583088994026, 0.003704699920490384, -0.03577910363674164, -0.12473466992378235, 0.00798829272389412, -0.024119783192873, 0.03286513313651085, 0.012627214193344116, -0.11213485896587372, 0.041305311024188995, 0.19709041714668274, -0.0026321851182729006, -0.040406081825494766, -0.03376355022192001, 0.18529078364372253, -0.05359715595841408, 0.05315794423222542, 0.12006546556949615, 0.0036621943581849337, 0.055844374001026154, 0.13255912065505981, 0.04700210690498352, 0.03016403317451477, 0.046267230063676834, -0.0522826686501503, -0.009055751375854015, -0.35764461755752563, -0.03690231963992119, -0.034139569848775864, 0.07934286445379257, 0.016797298565506935, 0.03984678536653519, 0.06854953616857529, 0.13759297132492065, 0.00405424227938056, 0.0885847732424736, -0.020557040348649025, 0.026698533445596695, 0.012246538884937763, 0.01420585811138153, 0.05129695311188698, -0.047959066927433014, -0.056034937500953674, 0.11187674105167389, 0.06407877057790756, 0.020540624856948853, 0.05381370335817337, 0.10154952853918076, 0.10321197658777237, 0.14820751547813416, 0.06270448863506317, -0.0016412865370512009, 0.016753289848566055, 0.03500059247016907, -0.049363117665052414, -0.05903547629714012, -0.018045181408524513, 0.12358836084604263, 0.040791913866996765, -0.011706606484949589, 0.06268062442541122, 0.10876170545816422, 0.013207787647843361, 0.06328257918357849, 0.02961607463657856, -0.2494751363992691, 0.032015278935432434, -0.0022800539154559374, -0.00953044556081295, -0.03214678913354874, 0.09733551740646362, 0.16854119300842285, -0.04515184834599495, 0.0530846044421196, 0.09541137516498566, 0.0831846296787262, -0.04361742362380028, -0.03623579069972038, 0.05880614370107651, 0.025854598730802536, -0.02900024503469467, 0.12810567021369934, -0.2262328863143921, 0.1860644370317459, -0.009904531762003899, 0.0780392736196518, 0.017130086198449135, 0.014948690310120583, -0.054071713238954544, 0.008592575788497925, 0.1425580084323883, 0.04557144641876221, 0.004114427603781223, -0.04167179763317108, -0.12904198467731476, -0.022498078644275665, -0.022516217082738876, 0.04227236658334732, -0.056357089430093765, 0.05181422829627991, 0.034142524003982544, 0.04815319925546646, -0.03527488932013512, -0.22837063670158386, -0.041446082293987274, -0.015320204198360443, 0.16139212250709534, -0.047693558037281036, 0.031029993668198586, -0.08593056350946426, -0.0828818678855896, 0.06436848640441895, -0.04210791736841202, -0.10590838640928268, -0.0334005169570446, -0.05547520890831947, 0.10274478793144226, -0.07780518382787704, 0.025542233139276505, 0.06412160396575928, 0.0488555021584034, -0.04067600890994072, 0.006364257540553808, 0.12913402915000916, -0.10615159571170807, -0.0339442640542984, -0.06332875788211823, 0.09627470374107361, 0.15558166801929474, 0.02371826581656933, -0.001372958766296506, -0.038440629839897156, -0.0647505670785904, -0.10045576095581055, -0.04422064870595932, 0.0058702887035906315, -0.02977720834314823, 0.07680539041757584, -0.03471270948648453, -0.1993040293455124, -0.1014302521944046, -0.07031518965959549, 0.07275423407554626, 0.2395152896642685, -0.044517528265714645, 0.06716812402009964, 0.2666979730129242, -0.08563036471605301, -0.10257270932197571, -0.07329767197370529, 0.11056751757860184, 0.010461008176207542, 0.044729068875312805, -0.14984016120433807, 0.05877682939171791, 0.07046783715486526, -0.022830892354249954, -0.05856683477759361, -0.2581225633621216, -0.1424841582775116, 0.09617425501346588, 0.002121344907209277, 0.08755705505609512, -0.044785987585783005, -0.048958919942379, -0.05085895583033562, -0.08415316790342331, 0.08594658225774765, -0.03594869002699852, 0.045068200677633286, 0.06693442910909653, 0.09941329061985016, -0.02549305371940136, -0.0013112351298332214, 0.0937715619802475, 0.13818486034870148, 0.01045149378478527, -0.0043762121349573135, -0.050455063581466675, 0.06480754911899567, 0.049318019300699234, 0.10446000844240189, 0.07729959487915039, -0.0017121286364272237, -0.18521368503570557, -0.05548270046710968, -0.03232678771018982, -0.013968599028885365, 0.005085276439785957, -0.13212864100933075, -0.07175161689519882, -0.01875300332903862, 0.0795980840921402, -0.003130553290247917, 0.2018439620733261, 0.030085530132055283, 0.06270617991685867, 0.20114605128765106, 0.010812186636030674, 0.06201706826686859, -0.08528920263051987, -0.0036000804975628853, -0.07968709617853165, 0.0995647981762886, -0.14216454327106476, -0.0006546826334670186, 0.06221933290362358, -0.02819700725376606, 0.12910301983356476, 0.03992403298616409, -0.12929180264472961, 0.02665032632648945, 0.06208697706460953, -0.10099954903125763, -0.010198715142905712, -0.05332246795296669, -0.005231859628111124, 0.0643114224076271, 0.004677434917539358, 0.15489758551120758, -0.15456755459308624, -0.0292590893805027, 0.006177163682878017, 0.044527746737003326, -0.13281528651714325, 0.19840946793556213, 0.11155285686254501, 0.0013083178782835603, -0.07657614350318909, 0.14914409816265106, 0.08385758101940155, 0.022113550454378128, 0.04168744757771492, 0.04686610773205757, -0.057813096791505814, -0.04259869456291199, 0.03201371058821678, 0.11964742094278336, -0.09831594675779343, -0.1377512365579605, -0.0844172015786171, 0.002396342111751437, 0.017856918275356293, -0.08902175724506378, 0.047679755836725235, -0.03158105909824371, -0.006128896959125996, 0.0512976199388504, -0.036783259361982346, 0.06374529749155045, 0.17545609176158905, 0.03674345836043358, -0.18748004734516144, 0.045514363795518875, 0.03589790686964989, 0.05458071455359459, -0.04787348583340645, 0.03245610371232033, -0.059948790818452835, 0.051659632474184036, 0.07892927527427673, 0.07633119821548462, -0.08231647312641144, -0.04584557190537453, 0.005703020840883255, -0.04450302571058273, -0.0798921212553978, 0.07143993675708771, -0.07191137224435806, 0.056354131549596786, 0.028194542974233627, 0.06954366713762283, -0.08684679865837097, 0.007628628518432379, 0.004958914592862129, -0.0009443554445169866, 0.0025833738036453724, 0.07802087813615799, -0.07367294281721115, -0.00942903384566307, -0.14969579875469208, 0.08680541068315506, 0.1333300769329071, 0.06849981099367142, 0.020453939214348793, -0.018900757655501366, -0.006530576851218939, 0.04004660248756409, 0.022057615220546722, -0.09303133189678192, -0.01681702211499214, -0.07179568707942963, 0.007583934348076582, -0.05450158938765526, -0.05480249598622322, -0.041911594569683075, 0.019732899963855743, 0.10745085030794144, 0.058924779295921326, 0.14121884107589722, -0.05600705370306969, 0.029611792415380478, -0.05719621852040291, 0.01725730672478676, 0.042829252779483795, 0.00941181555390358, -0.05900469049811363, -0.0300165843218565, -0.009792830795049667, -0.07809004187583923, 0.13477176427841187, 0.036762069910764694, -0.06528763473033905, -0.00612889789044857, -0.07801491767168045, 0.0361526757478714, -0.01582500897347927, 0.11139417439699173, -0.051998481154441833, -0.01421387866139412, -0.12654778361320496, -0.013086085207760334, 0.09099612385034561, 0.09253434091806412, -0.054319605231285095, 0.044101279228925705, 0.01692790351808071, 0.10306337475776672, 0.015854181721806526, 0.022735781967639923, -0.11273811757564545, -0.06615091115236282, -0.013484695926308632, 0.00016932909784372896, 0.02006886713206768, 0.10283922404050827, 0.15016460418701172, -0.07825013250112534, 0.001520780147984624, 0.06405200064182281, -0.08344604820013046, -0.16412891447544098, -0.1508994698524475, -0.07324903458356857, -0.22164109349250793, 0.0008863097755238414, -0.1278930902481079, 0.026396645233035088, 0.08196592330932617, 0.07213111966848373, -0.00627051992341876, 0.06635721027851105, 0.06240767613053322, -0.1272619366645813, 0.040787991136312485, -0.015194534324109554, 0.020200416445732117, -0.1549079567193985, 0.0021368141751736403, 0.10019619762897491, 0.027418455109000206, 0.013879506848752499, -0.04543682932853699, 0.0028102456126362085, 0.047229330986738205, 0.024621929973363876, -0.031313199549913406, -0.02927461639046669, 0.024995988234877586, 0.015645237639546394, 0.0842856913805008, 0.06552408635616302, -0.045981165021657944, 0.05020872503519058, 0.11378815770149231, -0.05461077764630318, -0.1125841960310936, -0.08175062388181686, 0.02846740186214447, 0.02597084268927574, 0.12150309234857559, 0.006025923416018486, -0.07034965604543686, -0.08184653520584106, 0.11670812219381332, 0.1872202605009079, -0.04609553515911102, -0.04353361576795578, -0.03671429306268692, 0.017237165942788124, -0.038218334317207336, 0.0377754271030426, 0.014075076207518578, 0.1639186590909958, -0.04054362326860428, 0.04790916666388512, -0.12674687802791595, 0.0014453980838879943, 0.003984385170042515, -0.08706186711788177, 0.032091110944747925, -0.07534035295248032, -0.04787153750658035, 0.14793695509433746, -0.21402066946029663, -0.0800967589020729, -0.1378093659877777, -0.006687208078801632, -0.06321712583303452, 0.017633484676480293, 0.18425226211547852, 0.09057596325874329, 0.06962621957063675, -0.032949235290288925, 0.0065734307281672955, 0.08060913532972336, 0.03395408019423485, -0.16042613983154297, -0.04793569818139076, 0.026903202757239342, -0.09479023516178131, 0.11200503259897232, -0.0023369775153696537, 0.20124749839305878, -0.004787303041666746, 0.04539661481976509, 0.01791425794363022, 0.07726049423217773, 0.03602946177124977, 0.03207825496792793, -0.01163294818252325, -0.028438393026590347, -0.011335986666381359, 0.09052407741546631, 0.05127454176545143, -0.11206406354904175, 0.00416078045964241, 0.057248134166002274, -0.04084046930074692, -0.14048069715499878, 0.030713340267539024, -0.09916209429502487, 0.09771402180194855, -0.017968300729990005, -0.06185559183359146, -0.033059071749448776, -0.010318518616259098, 0.056174345314502716, 0.015085198916494846, 0.06394300609827042, 0.0632086992263794, -0.19697819650173187, -0.07770666480064392, -0.002418937161564827, 0.12226451188325882, -0.03195047006011009, 0.038335856050252914, -0.1510586440563202, -0.06038336828351021, -0.07607874274253845, 0.04269939288496971, -0.007862472906708717, 0.03350122272968292, -0.0016056934837251902, -0.06780010461807251, -0.02414345182478428, 0.0681091845035553, -0.05054771155118942, -0.1289738416671753 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/jsut_vits_accent_with_pause` ♻️ Imported from https://zenodo.org/record/5414980/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_vits_accent_with_pause
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/jsut_vits_accent_with_pause' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_vits_accent_with_pause'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_vits_accent_with_pause'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 10, 49, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/jsut_vits_accent_with_pause'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.020058462396264076, -0.028374165296554565, -0.0011464646086096764, 0.032658930867910385, 0.08464139699935913, -0.020061485469341278, 0.2052249163389206, 0.03552041947841644, 0.107502281665802, -0.031155096367001534, 0.11077302694320679, 0.06925465911626816, 0.06700199097394943, 0.16489677131175995, 0.05488922819495201, -0.1973816454410553, 0.05004380643367767, 0.03794262185692787, 0.0032166186720132828, 0.10786330699920654, 0.16868172585964203, 0.0015444551827386022, 0.06964892894029617, 0.026958830654621124, -0.035048581659793854, 0.0795677974820137, -0.026989609003067017, -0.08938825875520706, 0.04631239175796509, 0.03536183759570122, 0.08400684595108032, 0.03606412932276726, 0.07330898195505142, -0.2371508628129959, 0.014089284464716911, -0.024175558239221573, -0.014785255305469036, 0.016351187601685524, 0.04326460137963295, 0.10403872281312943, 0.004595240578055382, 0.09408014267683029, -0.015345399267971516, 0.007014595437794924, -0.07411983609199524, 0.0027072017546743155, 0.0355173721909523, 0.10177791863679886, 0.14900833368301392, 0.14783158898353577, -0.05841286852955818, 0.11451316624879837, -0.06341876089572906, 0.04349943622946739, 0.10912684351205826, -0.18953560292720795, -0.005555286537855864, 0.03633669763803482, 0.026671748608350754, 0.13135097920894623, 0.04746405407786369, -0.011993460357189178, 0.11627093702554703, 0.016693372279405594, -0.07009045034646988, -0.017949944362044334, -0.09936676919460297, 0.00604412192478776, -0.1222812756896019, 0.00845228973776102, 0.287416011095047, 0.04843105375766754, 0.010118763893842697, 0.007479412946850061, -0.06170085072517395, -0.05359947681427002, 0.013500282540917397, -0.1622944325208664, 0.030121395364403725, 0.05401385948061943, 0.10667946934700012, -0.05401473119854927, -0.14034774899482727, -0.06586959213018417, -0.040210314095020294, 0.06671623140573502, 0.05308879539370537, 0.035580478608608246, -0.1492723822593689, 0.012077839113771915, -0.014387797564268112, -0.09892918169498444, 0.0767306238412857, -0.05492735281586647, 0.06702110171318054, 0.034245528280735016, 0.08474081009626389, -0.16105198860168457, 0.004124129191040993, -0.041418787091970444, -0.06650642305612564, 0.034147948026657104, 0.11479934304952621, 0.09829944372177124, 0.06701397150754929, -0.024709053337574005, -0.08508110046386719, -0.11324615776538849, -0.030124394223093987, 0.04571620374917984, 0.006874613463878632, -0.05842972174286842, -0.17968659102916718, 0.07086688280105591, -0.09006376564502716, -0.04582364857196808, -0.005529963877052069, -0.030048787593841553, -0.10485205054283142, -0.06692194938659668, 0.22062110900878906, -0.0424872487783432, -0.008735103532671928, -0.0495118647813797, -0.0448966808617115, 0.13001325726509094, 0.02300107851624489, 0.10528074949979782, -0.06323913484811783, -0.040147338062524796, -0.10671418905258179, 0.02659313753247261, -0.05069371312856674, -0.06756249815225601, 0.047945037484169006, 0.029527220875024796, 0.02184860222041607, -0.1833375096321106, -0.12673524022102356, -0.06601528823375702, 0.026041096076369286, 0.032689161598682404, -0.058730870485305786, -0.16173312067985535, -0.054364271461963654, 0.04006395861506462, -0.07515085488557816, -0.12991058826446533, -0.08618491142988205, -0.01655067317187786, -0.046873848885297775, 0.07407712191343307, -0.07994364947080612, 0.050552017986774445, -0.12234006077051163, -0.05323433503508568, -0.1385054737329483, 0.1028391495347023, -0.11012928932905197, -0.05563110485672951, -0.09577913582324982, -0.026362743228673935, -0.07078657299280167, 0.07895725965499878, 0.041675105690956116, 0.18946921825408936, -0.21024544537067413, -0.06148180738091469, 0.05903879553079605, -0.12335905432701111, -0.08977700769901276, 0.15875019133090973, 0.0027358136139810085, 0.12052709609270096, 0.07790333777666092, 0.288510262966156, -0.048519816249608994, -0.18268385529518127, 0.016940413042902946, 0.07250724732875824, 0.013556749559938908, -0.03357233852148056, 0.09750320017337799, -0.012854021042585373, 0.007301024626940489, -0.0423300676047802, -0.042004428803920746, 0.06777770072221756, -0.04781902953982353, -0.059930868446826935, 0.07946205139160156, -0.05780712887644768, 0.036476802080869675, -0.02320537343621254, 0.05168037489056587, -0.00952032208442688, -0.05852821096777916, 0.13974957168102264, 0.12648777663707733, -0.040332239121198654, 0.04425574466586113, -0.13032232224941254, -0.019303247332572937, -0.0435074046254158, -0.06348016858100891, -0.02466479316353798, 0.04948015138506889, 0.0006409193738363683, 0.017572516575455666, 0.12626399099826813, 0.07889421284198761, -0.00583791034296155, -0.031713683158159256, -0.01016327552497387, -0.05562371388077736, -0.06773310154676437, 0.0427045077085495, -0.03217337280511856, -0.2263617068529129, 0.07590292394161224, 0.0009334845817647874, -0.04581779986619949, -0.08071555942296982, -0.0413079634308815, -0.15661698579788208, 0.10204920172691345, -0.03557932376861572, -0.006079315673559904, -0.008975399658083916, 0.059088084846735, -0.07718946784734726, -0.0002611765230540186, -0.03158571198582649, -0.0008627280476503074, -0.030762027949094772, 0.17451247572898865, 0.028255203738808632, 0.0066111283376812935, 0.11100741475820541, -0.16844062507152557, -0.025585664436221123, 0.18506184220314026, 0.0447978638112545, -0.06072162836790085, -0.018032081425189972, 0.021144265308976173, 0.2143852412700653, -0.09344901144504547, 0.06448426842689514, -0.11526791006326675, 0.05666706711053848, 0.006956178229302168, -0.16434139013290405, -0.016523662954568863, 0.06438431143760681, 0.09365919977426529, -0.23637594282627106, 0.15570524334907532, 0.02743496559560299, -0.046377308666706085, 0.27243998646736145, 0.054218683391809464, -0.032839130610227585, -0.056544020771980286, 0.002510680817067623, -0.1188603937625885, 0.08573322743177414, -0.18338808417320251, 0.02304934523999691, 0.005534452851861715, 0.03338807448744774, 0.10991104692220688, -0.10792635381221771, -0.06473211199045181, 0.05090034753084183, -0.07473757117986679, -0.12944069504737854, -0.03134366124868393, -0.14625044167041779, 0.015193350613117218, -0.05611125007271767, -0.15175656974315643, 0.026890404522418976, -0.012061248533427715, -0.12776696681976318, 0.11111502349376678, -0.18548859655857086, -0.27581921219825745, -0.1540384739637375, 0.0666971206665039, -0.013838068582117558, 0.04656381532549858, 0.05717546492815018, -0.13069559633731842, -0.03318338841199875, -0.04260626062750816, 0.021057460457086563, -0.03421935439109802, -0.04033178091049194, 0.06199725717306137, -0.030189797282218933, -0.02468891814351082, -0.10244137793779373, 0.008050456643104553, -0.031340524554252625, 0.07559607923030853, 0.001458651153370738, -0.11201449483633041, 0.0989222377538681, 0.23232676088809967, 0.01152666937559843, -0.04497247561812401, -0.007574032060801983, 0.2208222895860672, -0.08485724776983261, 0.06228944659233093, 0.13130903244018555, -0.014072857797145844, 0.024951383471488953, 0.13870103657245636, 0.03700254112482071, 0.007634804584085941, 0.03290596231818199, -0.05493125692009926, -0.03561043366789818, -0.33920514583587646, -0.06127781793475151, -0.0244316216558218, 0.03620801866054535, -0.04868797957897186, 0.013891557231545448, 0.08697168529033661, 0.08939320594072342, -0.0026804590597748756, 0.05103859677910805, 0.003718774765729904, 0.00017328630201518536, -0.0026557070668786764, 0.010478527285158634, 0.052038051187992096, -0.02733585238456726, -0.020115187391638756, 0.09329231828451157, 0.08086753636598587, -0.03430292382836342, 0.10050380229949951, 0.12944312393665314, 0.12173047661781311, 0.12066821753978729, 0.05999249219894409, -0.03926434740424156, 0.030126631259918213, 0.0031254878267645836, -0.03926286846399307, -0.03992196545004845, -0.0006265573902055621, 0.1239176020026207, 0.06777103990316391, -0.07747537642717361, 0.08094708621501923, 0.14674511551856995, 0.014991560019552708, 0.05378129333257675, 0.05171120539307594, -0.23461781442165375, 0.023846179246902466, 0.031362563371658325, -0.005915209650993347, -0.05848056450486183, 0.09917281568050385, 0.18578259646892548, -0.014726475812494755, 0.08243963867425919, 0.12713728845119476, 0.06639361381530762, -0.03267566114664078, -0.021617986261844635, 0.051145292818546295, -0.0036102375015616417, -0.019776849076151848, 0.0926184430718422, -0.22183571755886078, 0.17057925462722778, -0.010459678247570992, 0.06554517894983292, 0.029382556676864624, -0.005632064305245876, -0.043312545865774155, 0.02805474027991295, 0.15751679241657257, 0.06637708097696304, -0.0012795014772564173, -0.0018793619237840176, -0.09639403223991394, -0.03758000209927559, 0.02299508824944496, 0.0698130801320076, -0.05592066049575806, 0.06381484866142273, 0.03335430100560188, 0.058650530874729156, -0.04851195961236954, -0.2437579184770584, -0.021645084023475647, -0.01173020713031292, 0.22883222997188568, -0.052275400608778, 0.026315737515687943, -0.06169219687581062, -0.10094756633043289, 0.053613144904375076, -0.08898245543241501, -0.11113548278808594, -0.023701723664999008, -0.09591750055551529, 0.08107815682888031, -0.07515586912631989, 0.026187490671873093, 0.0679662674665451, 0.06277832388877869, -0.041716501116752625, -0.0088733471930027, 0.15037964284420013, -0.13920582830905914, -0.030628038570284843, -0.06956179440021515, 0.07017377763986588, 0.15235425531864166, 0.0281427763402462, 0.017721546813845634, -0.06186586990952492, -0.03544940799474716, -0.08186957985162735, -0.023118238896131516, -0.0008818584610708058, -0.13901878893375397, 0.08434547483921051, 0.028723904862999916, -0.1882716566324234, -0.1239570900797844, -0.08195614069700241, 0.046219225972890854, 0.24117428064346313, -0.02788018435239792, 0.09487402439117432, 0.27071067690849304, -0.08024810999631882, -0.17934288084506989, -0.10282816737890244, 0.10208220034837723, 0.010163943283259869, 0.0704156756401062, -0.13791844248771667, 0.05861065536737442, -0.008640293963253498, -0.024836262688040733, 0.0077561731450259686, -0.23242107033729553, -0.14339816570281982, 0.13626915216445923, -0.051743168383836746, 0.12276415526866913, -0.023211795836687088, -0.05827540531754494, -0.04765262082219124, -0.05762072652578354, 0.08516447991132736, 0.01524314098060131, 0.04523009434342384, 0.09939882904291153, 0.09413047134876251, -0.031640250235795975, 0.023431142792105675, 0.13776087760925293, 0.13470537960529327, -0.011741964146494865, -0.019720425829291344, -0.03332914039492607, 0.03134969621896744, 0.07100863754749298, 0.09223903715610504, 0.09716667979955673, -0.023496609181165695, -0.11906810104846954, -0.05959375202655792, -0.0720999613404274, -0.016122225672006607, 0.019294075667858124, -0.11032796651124954, -0.06405041366815567, -0.0072042313404381275, 0.08266405761241913, 0.03919680416584015, 0.2476625144481659, -0.034950852394104004, -0.010383235290646553, 0.20655371248722076, 0.06568804383277893, -0.007858761586248875, -0.09359250217676163, -0.0041468762792646885, -0.09744241833686829, 0.08642924576997757, -0.13971035182476044, 0.002738278592005372, 0.03305874019861221, -0.030365005135536194, 0.0810261070728302, 0.04110988974571228, -0.15162178874015808, 0.03489205986261368, 0.0976436585187912, -0.06469229608774185, -0.018562188372015953, -0.06819461286067963, -0.021635860204696655, 0.11778580397367477, -0.009047317318618298, 0.17495645582675934, -0.14005152881145477, -0.010775914415717125, 0.0018076099222525954, 0.06519551575183868, -0.14266999065876007, 0.1771826148033142, 0.11116334795951843, -0.01258634589612484, -0.10464287549257278, 0.18849390745162964, 0.051353275775909424, 0.05642811208963394, 0.03495743125677109, 0.03445965051651001, -0.08123521506786346, -0.04679235816001892, -0.018756482750177383, 0.03537820652127266, -0.14480048418045044, -0.17211118340492249, -0.0810791477560997, -0.01856793649494648, -0.012244007550179958, -0.07332287728786469, 0.03329957649111748, -0.038472097367048264, 0.009709814563393593, 0.025722937658429146, 0.009696438908576965, 0.025993429124355316, 0.14983601868152618, 0.041235361248254776, -0.1994079202413559, -0.023124853149056435, 0.035295434296131134, 0.08474008738994598, -0.06335531920194626, 0.050064049661159515, -0.04039044305682182, 0.06533579528331757, 0.04672006890177727, 0.04932446405291557, -0.06413791328668594, -0.06261088699102402, 0.02612786926329136, -0.06572795659303665, -0.08069667965173721, 0.07101785391569138, -0.07152743637561798, 0.0241472739726305, 0.0396759957075119, 0.06008867546916008, -0.06935502588748932, 0.0013919397024437785, 0.02274209074676037, -0.00030059608980081975, 0.005476416554301977, 0.07705524563789368, -0.044846311211586, 0.031849704682826996, -0.2125047892332077, 0.05079156160354614, 0.1355118453502655, 0.06686320155858994, 0.010976525023579597, 0.011974766850471497, -0.03477301821112633, 0.05081098899245262, 0.017261767759919167, -0.09159178286790848, -0.025425158441066742, -0.04281853139400482, -0.007756213657557964, -0.08201586455106735, -0.03167172521352768, -0.01939285732805729, 0.023661503568291664, 0.13994109630584717, 0.05601475387811661, 0.14207562804222107, -0.05028956010937691, -0.013214915059506893, -0.02709408663213253, 0.03674202784895897, 0.027736278250813484, 0.005666575860232115, -0.028745748102664948, -0.036600153893232346, -0.018047424033284187, -0.07595499604940414, 0.11702901124954224, 0.026458662003278732, -0.08253368735313416, -0.007063425611704588, -0.03262536972761154, 0.011251995339989662, 0.003856752999126911, 0.107733353972435, -0.04219527170062065, -0.014032866805791855, -0.13090498745441437, -0.015349673107266426, 0.08098123222589493, 0.12318055331707001, -0.03003471903502941, 0.02042059227824211, 0.02524339221417904, 0.15062682330608368, 0.014762349426746368, 0.019833849743008614, -0.17048220336437225, -0.06177377328276634, -0.03093944489955902, 0.008871727623045444, 0.0357428714632988, 0.058669764548540115, 0.1478918194770813, -0.09298225492238998, 0.000004727540272142505, 0.029748186469078064, -0.06681510806083679, -0.15875037014484406, -0.1636485606431961, -0.06664349138736725, -0.22314998507499695, -0.006451970897614956, -0.12358343601226807, 0.041184645146131516, 0.11649788916110992, 0.05704669654369354, -0.01761491782963276, 0.0799650028347969, 0.032102856785058975, -0.1465354710817337, 0.05881766229867935, -0.02954058162868023, 0.004620402120053768, -0.11133618652820587, -0.02728773094713688, 0.09880179166793823, 0.04218737408518791, -0.0005569790955632925, -0.05880378931760788, -0.0347583070397377, 0.07102151960134506, 0.024333406239748, -0.06199900060892105, -0.04015731066465378, 0.029148530215024948, 0.03095601499080658, 0.082293801009655, 0.08081775903701782, -0.041293732821941376, 0.04593975469470024, 0.11583378911018372, -0.03267180174589157, -0.1241229772567749, -0.08528134226799011, -0.004277279134839773, 0.015652021393179893, 0.16053013503551483, -0.02580920234322548, -0.07677094638347626, -0.09709414839744568, 0.14837320148944855, 0.17780348658561707, -0.0905008539557457, -0.058910079300403595, -0.06149730831384659, 0.027771083638072014, -0.08284667134284973, 0.04968155547976494, -0.0010896867606788874, 0.19404137134552002, -0.04099676012992859, 0.019870737567543983, -0.13623832166194916, -0.01707598939538002, 0.003276833798736334, -0.06950344890356064, 0.05966070666909218, -0.0783597007393837, -0.04730639606714249, 0.15556366741657257, -0.27895885705947876, -0.10093535482883453, -0.09837374836206436, -0.032534901052713394, -0.03960423171520233, -0.0017966871382668614, 0.17247331142425537, 0.10595706105232239, 0.08166820555925369, -0.03971419483423233, 0.007704833056777716, 0.047087494283914566, 0.02894243784248829, -0.13211922347545624, -0.019369520246982574, 0.0032919016666710377, -0.10420478135347366, 0.12982502579689026, -0.0018163727363571525, 0.1853553056716919, -0.014757828786969185, 0.061317555606365204, 0.04178138077259064, 0.09834817051887512, 0.03424309566617012, 0.04556366056203842, -0.017823781818151474, 0.0018646871903911233, -0.023894771933555603, 0.09009808301925659, 0.057388488203287125, -0.12681038677692413, 0.019792607054114342, 0.09543580561876297, -0.07456595450639725, -0.10891208052635193, 0.03334677591919899, -0.11625770479440689, 0.09078275412321091, -0.046604353934526443, -0.06578728556632996, -0.038946572691202164, 0.024667436257004738, 0.061019498854875565, 0.011379874311387539, 0.11163683235645294, 0.04596979171037674, -0.15557032823562622, -0.07205412536859512, -0.0457642525434494, 0.1401844471693039, -0.022155972197651863, 0.0638001561164856, -0.14495813846588135, -0.049286000430583954, -0.05773407965898514, 0.05274108424782753, 0.06280726939439774, 0.003574961796402931, -0.0062073105946183205, -0.013482772745192051, 0.0168853048235178, 0.06325307488441467, -0.015290450304746628, -0.1538011133670807 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/jsut_vits_prosody` ♻️ Imported from https://zenodo.org/record/5521354/ This model was trained by kan-bayashi using jsut/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jsut"]}
text-to-speech
espnet/kan-bayashi_jsut_vits_prosody
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jsut", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/jsut_vits_prosody' ️ Imported from URL This model was trained by kan-bayashi using jsut/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_vits_prosody'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jsut_vits_prosody'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 10, 45, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jsut #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/jsut_vits_prosody'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jsut/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.007708838675171137, -0.03879169374704361, -0.0009611495770514011, 0.04232574626803398, 0.07728066295385361, -0.02340344525873661, 0.213826522231102, 0.03420174866914749, 0.08718369901180267, -0.040671736001968384, 0.11675611883401871, 0.06530541181564331, 0.06312324106693268, 0.1689467430114746, 0.06502790004014969, -0.2019140124320984, 0.03082462027668953, 0.04265270382165909, 0.00048822382814250886, 0.11433528363704681, 0.161752849817276, 0.0018601230112835765, 0.07135768979787827, 0.02107137441635132, -0.03365340456366539, 0.0789119079709053, -0.024864153936505318, -0.09411634504795074, 0.042751431465148926, 0.034403130412101746, 0.08737446367740631, 0.0256352461874485, 0.08868955820798874, -0.23069222271442413, 0.008831133134663105, -0.0336511991918087, -0.02658630535006523, 0.02635045349597931, 0.058683834969997406, 0.10688446462154388, -0.0005697123124264181, 0.08144713193178177, -0.024263396859169006, 0.009430867619812489, -0.08667512983083725, 0.005357212387025356, 0.03062530606985092, 0.11783096194267273, 0.1558973640203476, 0.15192262828350067, -0.05154579505324364, 0.12918522953987122, -0.04929403215646744, 0.03344499692320824, 0.08238043636083603, -0.18180106580257416, -0.007457891013473272, 0.05817893519997597, 0.0198970939964056, 0.17507408559322357, 0.05855798348784447, -0.01370605081319809, 0.12907713651657104, 0.019176537171006203, -0.05978022888302803, -0.02805829979479313, -0.09915433824062347, 0.007233070209622383, -0.1251807063817978, -0.00034197766217403114, 0.324164479970932, 0.04997236281633377, 0.010918236337602139, 0.023615697398781776, -0.05330407992005348, -0.05747678875923157, 0.02612144500017166, -0.15458187460899353, 0.02426387369632721, 0.05395328253507614, 0.084703229367733, -0.049438368529081345, -0.14371933043003082, -0.07512615621089935, -0.052005283534526825, 0.04272271320223808, 0.043516937643289566, 0.05059097334742546, -0.1357981562614441, 0.008045025169849396, -0.03254258632659912, -0.08695761859416962, 0.08254273235797882, -0.06920834630727768, 0.08970074355602264, 0.02495582588016987, 0.08912430703639984, -0.16889360547065735, 0.009577778168022633, -0.06479419022798538, -0.05845949798822403, 0.026080431416630745, 0.1338067352771759, 0.10215689986944199, 0.09611257910728455, -0.048115093261003494, -0.08441583812236786, -0.08643023669719696, -0.026060985401272774, 0.04341919347643852, 0.009377646259963512, -0.048239804804325104, -0.1715119332075119, 0.0849994570016861, -0.09522522985935211, -0.057245541363954544, -0.002076250733807683, -0.04249022156000137, -0.10967658460140228, -0.06014823913574219, 0.22578708827495575, -0.03507129102945328, 0.0006813952350057662, -0.045406438410282135, -0.048470672219991684, 0.11938358843326569, 0.017310060560703278, 0.11630041152238846, -0.05845273658633232, -0.03079996630549431, -0.10438219457864761, 0.03450210392475128, -0.06095760688185692, -0.06468521803617477, 0.05235831066966057, 0.05676222965121269, 0.02056680992245674, -0.186904177069664, -0.11560969799757004, -0.06386613845825195, 0.02608589082956314, 0.03223337605595589, -0.05908592417836189, -0.15637946128845215, -0.032102108001708984, 0.0290104728192091, -0.08696798980236053, -0.13251405954360962, -0.07791390269994736, -0.012527795508503914, -0.06644942611455917, 0.049861498177051544, -0.09761977195739746, 0.048375245183706284, -0.11202947050333023, -0.043124016374349594, -0.13150723278522491, 0.09858953207731247, -0.11153461039066315, -0.05667952448129654, -0.09854409098625183, -0.04106521233916283, -0.0730377659201622, 0.07122207432985306, 0.05138977989554405, 0.18300087749958038, -0.19376488029956818, -0.0577629990875721, 0.06315381079912186, -0.12643535435199738, -0.0990779846906662, 0.16932205855846405, -0.005455822218209505, 0.11497295647859573, 0.08206528425216675, 0.2842521071434021, -0.03262567147612572, -0.17075489461421967, 0.00637064129114151, 0.08566302806138992, 0.036070581525564194, -0.05926695838570595, 0.11726227402687073, -0.013261264190077782, 0.019356422126293182, -0.05469585210084915, -0.023580284789204597, 0.061180438846349716, -0.0526372455060482, -0.05721164494752884, 0.07472863048315048, -0.05969533324241638, 0.03104991652071476, -0.02718084305524826, 0.07738643139600754, -0.005555895622819662, -0.03933985158801079, 0.15904229879379272, 0.13206742703914642, -0.04165664315223694, 0.03388701379299164, -0.11782863736152649, -0.024624545127153397, -0.054741255939006805, -0.06755484640598297, -0.02762904204428196, 0.056850332766771317, 0.0006692668539471924, -0.0035449028946459293, 0.12951116263866425, 0.08171903342008591, 0.0015632438007742167, -0.02438206970691681, 0.0029112088959664106, -0.038793742656707764, -0.07235902547836304, 0.04155336692929268, -0.030183620750904083, -0.19655506312847137, 0.06831859797239304, -0.008031908422708511, -0.048577290028333664, -0.106125608086586, -0.04249536246061325, -0.1420433670282364, 0.09132621437311172, -0.04029029235243797, -0.0025818331632763147, -0.014585211873054504, 0.07714246958494186, -0.06922906637191772, 0.012529786676168442, -0.020160872489213943, -0.005109747871756554, -0.05190112069249153, 0.1398492008447647, 0.042702458798885345, 0.03718135878443718, 0.10643409937620163, -0.18959829211235046, -0.01717289723455906, 0.18551072478294373, 0.030900150537490845, -0.04803133010864258, -0.030738534405827522, 0.022233638912439346, 0.2139890044927597, -0.08795186877250671, 0.05846942588686943, -0.11065918207168579, 0.047579456120729446, 0.021255500614643097, -0.18065747618675232, -0.008896761573851109, 0.06927819550037384, 0.10023312270641327, -0.24911074340343475, 0.17456978559494019, 0.03889273852109909, -0.04169507697224617, 0.2646394670009613, 0.042371716350317, -0.0358140654861927, -0.054789163172245026, 0.003319001756608486, -0.12026578933000565, 0.0804537683725357, -0.13067388534545898, 0.025471962988376617, 0.005411705933511257, 0.05105790123343468, 0.10258465260267258, -0.12273558974266052, -0.07204518467187881, 0.04622052237391472, -0.060822874307632446, -0.15092453360557556, -0.05688721314072609, -0.15939372777938843, 0.01812298782169819, -0.058599021285772324, -0.12104028463363647, 0.024897029623389244, -0.009007956832647324, -0.14277780055999756, 0.10388106852769852, -0.1847098171710968, -0.24757622182369232, -0.1570177972316742, 0.06903281062841415, -0.012363879010081291, 0.040384359657764435, 0.04478905349969864, -0.12986518442630768, -0.028226716443896294, -0.04301225021481514, 0.013549200259149075, -0.0484180822968483, -0.05599647015333176, 0.07417315989732742, -0.019712384790182114, -0.015352348797023296, -0.1107368990778923, 0.003373844316229224, -0.03044348582625389, 0.048618678003549576, -0.0007359430310316384, -0.12194017320871353, 0.0899968072772026, 0.2136809080839157, 0.01959466002881527, -0.05103747919201851, -0.01579897291958332, 0.214424729347229, -0.08135470747947693, 0.06638228893280029, 0.13098369538784027, -0.025294393301010132, 0.030857229605317116, 0.12980979681015015, 0.05807111784815788, 0.0190614964812994, 0.03147557005286217, -0.06608158349990845, -0.03620416298508644, -0.3465234339237213, -0.07791043817996979, -0.021279551088809967, 0.0609162263572216, -0.03657055273652077, 0.016259213909506798, 0.07327263057231903, 0.1096305251121521, 0.014620613306760788, 0.05474034696817398, 0.011606422252953053, -0.0037975781597197056, -0.0128342155367136, 0.007023635320365429, 0.04855768755078316, -0.04891359806060791, -0.03040534257888794, 0.10433228313922882, 0.0807824432849884, -0.005052459891885519, 0.12091337889432907, 0.12735332548618317, 0.1258101463317871, 0.12601161003112793, 0.0646970272064209, -0.021569769829511642, 0.028567388653755188, 0.007337077520787716, -0.03855065256357193, -0.0458562970161438, -0.005854452028870583, 0.11276969313621521, 0.04193342849612236, -0.07345549017190933, 0.09703220427036285, 0.112295962870121, 0.016875531524419785, 0.014965073205530643, 0.05828242748975754, -0.24189428985118866, 0.032085709273815155, 0.03163981810212135, 0.0028442663606256247, -0.04313204810023308, 0.10485182702541351, 0.19358670711517334, -0.02388959936797619, 0.09357944875955582, 0.11785607039928436, 0.06988513469696045, -0.047063201665878296, -0.03054227866232395, 0.06354992836713791, -0.022606100887060165, -0.019273867830634117, 0.09338296204805374, -0.23304112255573273, 0.18799518048763275, -0.009324234910309315, 0.06340663135051727, 0.027897434309124947, -0.0062059061601758, -0.055149614810943604, 0.03367249667644501, 0.156102254986763, 0.07766248285770416, 0.014462321996688843, -0.0225974153727293, -0.12045387178659439, -0.026436593383550644, 0.016581883653998375, 0.06582450866699219, -0.06799096614122391, 0.06526566296815872, 0.044387493282556534, 0.04953935742378235, -0.05816063657402992, -0.2424374669790268, -0.02346539869904518, -0.021046260371804237, 0.21095120906829834, -0.043820083141326904, 0.026349002495408058, -0.07082297652959824, -0.1038898378610611, 0.024327652528882027, -0.07789986580610275, -0.11885109543800354, -0.01784535124897957, -0.08071887493133545, 0.08146946132183075, -0.0626508891582489, 0.03235853090882301, 0.07531513273715973, 0.03204178810119629, -0.038079045712947845, -0.01210214663296938, 0.1367020457983017, -0.13237804174423218, -0.02609318494796753, -0.060578152537345886, 0.07186835259199142, 0.1650896519422531, 0.03906803950667381, 0.010843435302376747, -0.04738389700651169, -0.03317355737090111, -0.10518907755613327, -0.02619774639606476, 0.01757410354912281, -0.12233671545982361, 0.06553326547145844, 0.0345134474337101, -0.19647683203220367, -0.1157309040427208, -0.08734280616044998, 0.06373314559459686, 0.226874440908432, -0.03933454677462578, 0.07816996425390244, 0.2667878568172455, -0.09061620384454727, -0.1706748604774475, -0.11794010549783707, 0.12244422733783722, 0.00025826256023719907, 0.07683555781841278, -0.13867609202861786, 0.05593980476260185, 0.017420196905732155, -0.02559679187834263, -0.0037260015960782766, -0.2290787547826767, -0.13482093811035156, 0.10055384784936905, -0.03834499418735504, 0.12788809835910797, -0.04104746878147125, -0.05773821100592613, -0.030748721212148666, -0.0844772458076477, 0.11204829066991806, 0.005661234725266695, 0.04097718000411987, 0.10085950046777725, 0.10697786509990692, -0.03671072795987129, 0.019668104127049446, 0.1287488490343094, 0.13313829898834229, -0.020558267831802368, -0.01915058307349682, -0.034530673176050186, 0.04383285716176033, 0.07742611318826675, 0.08026506006717682, 0.11075860261917114, -0.030128585174679756, -0.16205012798309326, -0.04362809285521507, -0.05300667881965637, -0.033168986439704895, 0.0150226391851902, -0.11402720957994461, -0.06101677194237709, -0.012881738133728504, 0.06765326112508774, 0.03149193897843361, 0.283931165933609, -0.013091201893985271, 0.005865214392542839, 0.21335460245609283, 0.0570082813501358, 0.023689087480306625, -0.10076187551021576, -0.01242862455546856, -0.10328254103660583, 0.07088545709848404, -0.16761186718940735, -0.007207951974123716, 0.0512772761285305, -0.029471969231963158, 0.07765433192253113, 0.036358609795570374, -0.14988067746162415, 0.06127737835049629, 0.09700044244527817, -0.07293733209371567, -0.029461270198225975, -0.05686254799365997, -0.006306084338575602, 0.11253096163272858, 0.013163319788873196, 0.174509659409523, -0.15208078920841217, -0.020089635625481606, -0.0059339143335819244, 0.05601951479911804, -0.16848480701446533, 0.18362632393836975, 0.12516635656356812, -0.018090620636940002, -0.0951480120420456, 0.18070825934410095, 0.05563075840473175, 0.06359104812145233, 0.02424442395567894, 0.028353868052363396, -0.07690367847681046, -0.04534997045993805, -0.017476120963692665, 0.03326123580336571, -0.1341482549905777, -0.17408078908920288, -0.06789711117744446, -0.02715384215116501, -0.01037155743688345, -0.08307822048664093, 0.039605747908353806, -0.04555279389023781, 0.014803119003772736, 0.030119996517896652, 0.008710294030606747, 0.023161713033914566, 0.14052917063236237, 0.028501231223344803, -0.20232897996902466, -0.030737275257706642, 0.04596751183271408, 0.07645420730113983, -0.06628960371017456, 0.04463106766343117, -0.04193501174449921, 0.06570252776145935, 0.06671123206615448, 0.04443995654582977, -0.0735916867852211, -0.05026211217045784, 0.012790064327418804, -0.07482298463582993, -0.08556421846151352, 0.06768745183944702, -0.06769369542598724, 0.03434796631336212, 0.03912501782178879, 0.07132460176944733, -0.06659115850925446, -0.0009787698509171605, 0.01599111407995224, 0.008588998578488827, -0.0019157840870320797, 0.07129739969968796, -0.03868564963340759, 0.02571171708405018, -0.19421419501304626, 0.06909193098545074, 0.14031235873699188, 0.07828326523303986, 0.017370887100696564, 0.01971501111984253, -0.03186873719096184, 0.05878803879022598, 0.013826184906065464, -0.08175313472747803, -0.03448747098445892, -0.03235773742198944, -0.001443145447410643, -0.0946003794670105, -0.04139932617545128, -0.026228606700897217, 0.012009884230792522, 0.12233017385005951, 0.06965889781713486, 0.13854891061782837, -0.04078824445605278, 0.004245599266141653, -0.046857114881277084, 0.03255537897348404, 0.03457578644156456, 0.0009132525883615017, -0.04684159532189369, -0.044803716242313385, -0.023697087541222572, -0.07115922123193741, 0.1342475861310959, 0.02570740319788456, -0.09281044453382492, -0.008172454312443733, -0.017888816073536873, 0.008615485392510891, -0.0007734255050309002, 0.11136335134506226, -0.046832967549562454, -0.017376458272337914, -0.15987509489059448, -0.01838318444788456, 0.06634603440761566, 0.09470788389444351, -0.06171628087759018, 0.017200224101543427, -0.002154978457838297, 0.11938853561878204, 0.024228274822235107, 0.024262262508273125, -0.14136764407157898, -0.0844014510512352, -0.019466541707515717, -0.003478203434497118, 0.0266646109521389, 0.0688287690281868, 0.12839625775814056, -0.09219764173030853, -0.015348810702562332, 0.03295780345797539, -0.07839031517505646, -0.16015075147151947, -0.16312550008296967, -0.07010354101657867, -0.22863703966140747, -0.006863363552838564, -0.1270824372768402, 0.045605309307575226, 0.1400448977947235, 0.05688898265361786, -0.021345948800444603, 0.0639982596039772, 0.049729861319065094, -0.13736876845359802, 0.04915975406765938, -0.02706802636384964, 0.017736876383423805, -0.14426836371421814, -0.01605680026113987, 0.09588983654975891, 0.034623682498931885, 0.004029886797070503, -0.05222173407673836, -0.02749214693903923, 0.06375028192996979, 0.020572274923324585, -0.055780164897441864, -0.039120864123106, 0.03213559836149216, 0.027002617716789246, 0.07594603300094604, 0.0649726465344429, -0.04638979211449623, 0.04844363406300545, 0.1137394830584526, -0.025972288101911545, -0.11670201271772385, -0.078348807990551, 0.009649059735238552, -0.000524357077665627, 0.15959115326404572, -0.009736878797411919, -0.0654454380273819, -0.09284374862909317, 0.1551845818758011, 0.19028240442276, -0.07562969624996185, -0.054624855518341064, -0.06594720482826233, 0.02938266657292843, -0.06504558771848679, 0.06716640293598175, -0.00169760815333575, 0.1913154125213623, -0.048072971403598785, 0.03106812946498394, -0.15084993839263916, 0.0014142082072794437, 0.011319689452648163, -0.07875148952007294, 0.060016654431819916, -0.07156870514154434, -0.048280637711286545, 0.16828450560569763, -0.27225977182388306, -0.04577314853668213, -0.1072336807847023, -0.0506206750869751, -0.041582655161619186, 0.005045146681368351, 0.19624871015548706, 0.10474659502506256, 0.08590592443943024, -0.038708530366420746, 0.010697348974645138, 0.030805129557847977, 0.03281989321112633, -0.13342608511447906, -0.006666538305580616, 0.006011533550918102, -0.11013978719711304, 0.12146495282649994, -0.0006521831382997334, 0.21022067964076996, -0.017451243475079536, 0.04538905248045921, 0.028619535267353058, 0.09457943588495255, 0.030703190714120865, 0.06058408319950104, -0.029643191024661064, -0.0347997210919857, -0.02053298056125641, 0.0927136242389679, 0.054628435522317886, -0.12466681748628616, 0.016706954687833786, 0.09630383551120758, -0.0643792599439621, -0.1124991700053215, 0.031671736389398575, -0.11424537003040314, 0.0957895815372467, -0.06000474467873573, -0.07214828580617905, -0.039105165749788284, 0.013298015110194683, 0.06808321177959442, 0.016315022483468056, 0.10938456654548645, 0.06237615644931793, -0.17100384831428528, -0.08577346801757812, -0.04102030396461487, 0.12835834920406342, -0.011044544167816639, 0.07714645564556122, -0.15974977612495422, -0.04954707249999046, -0.058802299201488495, 0.03208518400788307, 0.05835319682955742, -0.0044245608150959015, -0.01254876796156168, -0.02503293752670288, 0.00612786877900362, 0.051484450697898865, 0.002580914180725813, -0.14215798676013947 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/jvs_jvs001_vits_accent_with_pause` ♻️ Imported from https://zenodo.org/record/5432540/ This model was trained by kan-bayashi using jvs/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jvs"]}
text-to-speech
espnet/kan-bayashi_jvs_jvs001_vits_accent_with_pause
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jvs", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jvs #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/jvs_jvs001_vits_accent_with_pause' ️ Imported from URL This model was trained by kan-bayashi using jvs/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jvs_jvs001_vits_accent_with_pause'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jvs/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jvs #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jvs_jvs001_vits_accent_with_pause'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jvs/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 10, 53, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jvs #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/jvs_jvs001_vits_accent_with_pause'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jvs/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.025771914049983025, -0.020181331783533096, -0.0012443667510524392, 0.022570153698325157, 0.07220054417848587, -0.015857933089137077, 0.1953732669353485, 0.051067955791950226, 0.09782681614160538, -0.029858144000172615, 0.11354932188987732, 0.07295944541692734, 0.07123526185750961, 0.16754087805747986, 0.06316275894641876, -0.18536564707756042, 0.0441003143787384, 0.04521620273590088, 0.020417919382452965, 0.11535818874835968, 0.1695244014263153, -0.013291182927787304, 0.06810156255960464, 0.02598252147436142, -0.03636401146650314, 0.07781276106834412, -0.03126014769077301, -0.0905361920595169, 0.04569961130619049, 0.021441692486405373, 0.07458653301000595, 0.041751548647880554, 0.08446229249238968, -0.24458047747612, 0.012197584845125675, -0.018603302538394928, -0.01250089704990387, 0.026335597038269043, 0.039840418845415115, 0.10596849769353867, 0.00020180415594950318, 0.08341190218925476, -0.022661328315734863, 0.01143427100032568, -0.07884835451841354, -0.0535193532705307, 0.02288978174328804, 0.11113534867763519, 0.15190665423870087, 0.14079609513282776, -0.055330272763967514, 0.11709138005971909, -0.041921280324459076, 0.043207112699747086, 0.1336974799633026, -0.1916554868221283, -0.0010498205665498972, 0.051167722791433334, 0.031649693846702576, 0.10630062967538834, 0.055731337517499924, -0.0031838086433708668, 0.11653277277946472, 0.01404623780399561, -0.050685301423072815, -0.012203888036310673, -0.10479938983917236, 0.006086990237236023, -0.12457394599914551, -0.009823647327721119, 0.288245290517807, 0.04633954167366028, 0.0097076166421175, 0.004635577090084553, -0.06357075273990631, -0.07611796259880066, 0.007068444974720478, -0.15573684871196747, 0.035668883472681046, 0.045996591448783875, 0.10357312858104706, -0.05212097242474556, -0.13547804951667786, -0.07221536338329315, -0.022662576287984848, 0.03764524310827255, 0.053118154406547546, 0.03396175801753998, -0.13796484470367432, 0.03075353242456913, -0.02483539842069149, -0.10498259961605072, 0.07665035873651505, -0.051352038979530334, 0.07774140685796738, 0.03033040650188923, 0.08359552174806595, -0.17482422292232513, 0.001353588537313044, -0.04731839895248413, -0.015913549810647964, 0.021004116162657738, 0.11614815145730972, 0.08975381404161453, 0.06881663203239441, -0.01894199289381504, -0.07752523571252823, -0.11614257842302322, -0.017421094700694084, 0.05912255495786667, 0.012839588336646557, -0.05333717539906502, -0.1768580973148346, 0.06171313300728798, -0.06450801342725754, -0.03481536731123924, 0.0010832016123458743, -0.024120140820741653, -0.10618423670530319, -0.05616388097405434, 0.20836833119392395, -0.04086625948548317, -0.007295550778508186, -0.051841821521520615, -0.050334203988313675, 0.1183866336941719, 0.029925920069217682, 0.101042740046978, -0.0646720826625824, -0.047092244029045105, -0.10097040235996246, 0.02711557038128376, -0.06534076482057571, -0.07152364403009415, 0.05231313779950142, 0.04307122528553009, 0.009488364681601524, -0.18019647896289825, -0.1353880614042282, -0.06915316730737686, 0.019245313480496407, 0.031773488968610764, -0.06146853044629097, -0.1593826562166214, -0.04157113656401634, 0.029021695256233215, -0.08413361757993698, -0.11264248192310333, -0.08271528035402298, -0.00894206017255783, -0.03979664295911789, 0.07928388565778732, -0.05619671568274498, 0.05877033248543739, -0.12106182426214218, -0.04966361075639725, -0.1442321091890335, 0.100530706346035, -0.11703610420227051, -0.06762199848890305, -0.1131332740187645, -0.025434443727135658, -0.05251077562570572, 0.07091301679611206, 0.04187922552227974, 0.17887331545352936, -0.23060499131679535, -0.05245049670338631, 0.07273568958044052, -0.11602047830820084, -0.0957920104265213, 0.14610958099365234, 0.00405047507956624, 0.12373094260692596, 0.09318939596414566, 0.2735709547996521, -0.046543851494789124, -0.1881401240825653, 0.01666887104511261, 0.06911834329366684, 0.029232431203126907, -0.03218619152903557, 0.09156480431556702, -0.02202172577381134, 0.0043298606760799885, -0.04744654521346092, -0.03253531455993652, 0.0571206696331501, -0.048591747879981995, -0.06014229357242584, 0.07562636584043503, -0.05278271436691284, 0.04434620216488838, -0.02637525461614132, 0.0463896282017231, -0.007539710029959679, -0.06225321814417839, 0.11035047471523285, 0.1264268010854721, -0.03897382318973541, 0.041258618235588074, -0.1250515580177307, -0.013461647555232048, -0.06385048478841782, -0.06202530860900879, -0.02768612839281559, 0.03591492399573326, 0.010459257289767265, -0.0041135442443192005, 0.11458930373191833, 0.0849573090672493, -0.01267559826374054, -0.03729987144470215, -0.007185709662735462, -0.06097765639424324, -0.07155188173055649, 0.04851929098367691, -0.039607465267181396, -0.22234132885932922, 0.04931461811065674, 0.001335342531092465, -0.07319623231887817, -0.07581719011068344, -0.04283429682254791, -0.13518258929252625, 0.11145812273025513, -0.02903761714696884, -0.009372602216899395, 0.004448181949555874, 0.061122696846723557, -0.06551408767700195, -0.0009097594884224236, -0.025592530146241188, -0.007042829412966967, -0.01788109913468361, 0.1605161875486374, 0.0374898687005043, -0.0008441554382443428, 0.10493133962154388, -0.17224417626857758, -0.018633464351296425, 0.1861266791820526, 0.04518705606460571, -0.054618287831544876, -0.02143769897520542, 0.010457606054842472, 0.20063185691833496, -0.08597879856824875, 0.06832555681467056, -0.11004717648029327, 0.03890524059534073, 0.006306985858827829, -0.16837739944458008, -0.010403241962194443, 0.05736074224114418, 0.08995743095874786, -0.21915847063064575, 0.14938263595104218, 0.03610118106007576, -0.03798056021332741, 0.2538377046585083, 0.05436636507511139, -0.033758580684661865, -0.06778153032064438, -0.008038644678890705, -0.11274691671133041, 0.08357120305299759, -0.19399866461753845, 0.022844990715384483, 0.01401625107973814, 0.03180287778377533, 0.10121481865644455, -0.11229994893074036, -0.055987972766160965, 0.0563281774520874, -0.08393558114767075, -0.12147533893585205, -0.02149348519742489, -0.14034193754196167, 0.014871049672365189, -0.057369887828826904, -0.12823157012462616, 0.03204119950532913, -0.015398118644952774, -0.12890976667404175, 0.11306460201740265, -0.17868904769420624, -0.2517963647842407, -0.15958775579929352, 0.04371335729956627, -0.006654613651335239, 0.04538905248045921, 0.056471068412065506, -0.11941654980182648, -0.04213734716176987, -0.039078738540410995, 0.04231472313404083, -0.03734791651368141, -0.05232906714081764, 0.061697959899902344, -0.02633558213710785, -0.015365349128842354, -0.10903270542621613, 0.0021847437601536512, -0.018819935619831085, 0.07688163965940475, -0.002767471596598625, -0.0968717709183693, 0.09665907174348831, 0.22150647640228271, 0.009841112419962883, -0.04265905171632767, -0.009461997076869011, 0.23222258687019348, -0.07358330488204956, 0.05897894501686096, 0.14430780708789825, -0.014169307425618172, 0.026921791955828667, 0.125279501080513, 0.044654130935668945, 0.0026879217475652695, 0.021167270839214325, -0.056208834052085876, -0.0315261110663414, -0.3365561068058014, -0.06535612046718597, -0.015974389389157295, 0.022800754755735397, -0.03317799046635628, 0.009229648858308792, 0.09266241639852524, 0.09239295870065689, -0.009612349793314934, 0.0656980350613594, -0.011203820817172527, 0.00282288552261889, 0.024251660332083702, 0.006802483461797237, 0.04616899788379669, -0.03388345241546631, -0.007633689790964127, 0.08408071845769882, 0.08562981337308884, -0.027841074392199516, 0.10229307413101196, 0.13150085508823395, 0.1300329864025116, 0.122756727039814, 0.058715008199214935, -0.02947620302438736, 0.01915910094976425, 0.00524483248591423, -0.035285886377096176, -0.044841788709163666, -0.005576943513005972, 0.11021736264228821, 0.06469859182834625, -0.07011065632104874, 0.06898777186870575, 0.11906377226114273, 0.005131145473569632, 0.06538861244916916, 0.06033649668097496, -0.25085559487342834, 0.026807667687535286, 0.031161781400442123, -0.005857642740011215, -0.06073693558573723, 0.08748680353164673, 0.15973497927188873, -0.02272822894155979, 0.08995019644498825, 0.11991199851036072, 0.06341495364904404, -0.06306449323892593, -0.025824736803770065, 0.05450062453746796, 0.009262307547032833, -0.017094774171710014, 0.10503103584051132, -0.23046819865703583, 0.17603838443756104, 0.00000637624680166482, 0.072428859770298, 0.01724589243531227, -0.0012845610035583377, -0.05103430151939392, 0.023962266743183136, 0.16522324085235596, 0.060272689908742905, -0.008948985487222672, -0.015391618944704533, -0.09876660257577896, -0.041065432131290436, 0.014826420694589615, 0.05543440580368042, -0.04145657643675804, 0.06341718882322311, 0.0338628888130188, 0.05652330443263054, -0.03002053126692772, -0.24881258606910706, -0.01803641952574253, -0.006339280866086483, 0.23309172689914703, -0.027361370623111725, 0.01596609316766262, -0.06247660145163536, -0.11222168803215027, 0.03548124060034752, -0.10345582664012909, -0.11639416217803955, -0.01845376007258892, -0.0722392126917839, 0.07846847176551819, -0.07047291100025177, 0.022477546706795692, 0.06440857797861099, 0.07957635074853897, -0.04708980396389961, -0.009974830783903599, 0.15357159078121185, -0.14141632616519928, -0.04752066731452942, -0.07958094030618668, 0.08121029287576675, 0.15274262428283691, 0.03046504035592079, 0.024661194533109665, -0.058642879128456116, -0.03218436241149902, -0.0720663070678711, -0.007722907233983278, 0.020947817713022232, -0.12328439205884933, 0.05891504883766174, 0.027978049591183662, -0.18233345448970795, -0.11378305405378342, -0.07376792281866074, 0.053961366415023804, 0.25076824426651, -0.03493821248412132, 0.0938214659690857, 0.2609081566333771, -0.08688214421272278, -0.17843708395957947, -0.10077716410160065, 0.10320521891117096, 0.006852173246443272, 0.07135067135095596, -0.1343747228384018, 0.054831042885780334, -0.006354400422424078, -0.028343291953206062, -0.005063831340521574, -0.24173015356063843, -0.13628682494163513, 0.1285610795021057, -0.049267325550317764, 0.10084696859121323, -0.013554815202951431, -0.0638740286231041, -0.04804925248026848, -0.07036775350570679, 0.06758356094360352, 0.02636886015534401, 0.047288455069065094, 0.09258407354354858, 0.09509268403053284, -0.025418786332011223, 0.02136852592229843, 0.13403992354869843, 0.13815245032310486, -0.004983065649867058, -0.019251033663749695, -0.033750418573617935, 0.04913171008229256, 0.05757671222090721, 0.08776004612445831, 0.09832702577114105, -0.022293612360954285, -0.1390046775341034, -0.05970725789666176, -0.07108678668737411, -0.01904803328216076, 0.006836669985204935, -0.10988038033246994, -0.058516811579465866, -0.015260070562362671, 0.0854450911283493, 0.03229961916804314, 0.24810180068016052, -0.03924133628606796, 0.0041702985763549805, 0.2274351418018341, 0.06547537446022034, 0.0046001761220395565, -0.11221953481435776, 0.0030761451926082373, -0.09062904119491577, 0.08709507435560226, -0.141006737947464, 0.007308911066502333, 0.03264536336064339, -0.02961535006761551, 0.07716485112905502, 0.029741842299699783, -0.16332410275936127, 0.03718326985836029, 0.08988936245441437, -0.06226503849029541, -0.02774299681186676, -0.06191962584853172, -0.012795095331966877, 0.10077919065952301, -0.002498443005606532, 0.17075234651565552, -0.1392151266336441, -0.014362846501171589, 0.004055176395922899, 0.05636545270681381, -0.1443624198436737, 0.1921858936548233, 0.1133321076631546, 0.0034030629321932793, -0.1045965850353241, 0.1916048228740692, 0.05098576471209526, 0.057734664529561996, 0.0349944569170475, 0.018957769498229027, -0.08098332583904266, -0.044188644737005234, -0.008601614274084568, 0.057820774614810944, -0.12704628705978394, -0.16569092869758606, -0.07804493606090546, -0.02126004546880722, -0.008065564557909966, -0.05986333265900612, 0.03476394712924957, -0.040166210383176804, 0.011035353876650333, 0.022660667076706886, 0.0048567866906523705, 0.039067696779966354, 0.15368321537971497, 0.04815906286239624, -0.19692198932170868, -0.006386522203683853, 0.026865603402256966, 0.08067027479410172, -0.059625595808029175, 0.05489245429635048, -0.027162132784724236, 0.06272844225168228, 0.036962274461984634, 0.035971805453300476, -0.06940242648124695, -0.05945541337132454, 0.024623828008770943, -0.05395274981856346, -0.06925312429666519, 0.07454059273004532, -0.07451783865690231, 0.027717817574739456, 0.03752071410417557, 0.07053639739751816, -0.07641260325908661, -0.002384158316999674, 0.004843096248805523, 0.0010795635171234608, 0.010509531013667583, 0.06129518896341324, -0.03952941671013832, 0.010664894245564938, -0.2021043747663498, 0.05276380106806755, 0.13722361624240875, 0.0684598833322525, 0.014627894386649132, -0.000933229923248291, -0.03390779346227646, 0.04034629836678505, 0.0048536937683820724, -0.09294230490922928, -0.025766998529434204, -0.046071890741586685, -0.0034354974050074816, -0.06042037159204483, -0.015247461386024952, -0.008721998892724514, 0.03139910474419594, 0.13478277623653412, 0.049228452146053314, 0.1505637764930725, -0.05290595814585686, -0.010059480555355549, -0.0364631824195385, 0.03771142289042473, 0.018515950068831444, -0.0016996857011690736, -0.04459552839398384, -0.03574790060520172, -0.015195333398878574, -0.07603835314512253, 0.1225106343626976, 0.03753756731748581, -0.07593457400798798, -0.004761453717947006, -0.041635580360889435, 0.010742702521383762, -0.0008347814437001944, 0.10587309300899506, -0.05422936752438545, -0.01101891789585352, -0.1279243379831314, -0.009820763021707535, 0.08064588904380798, 0.1227051392197609, -0.03724781796336174, 0.020177865400910378, 0.03469077870249748, 0.1412251889705658, 0.020294679328799248, 0.01782488264143467, -0.18912161886692047, -0.05302412807941437, -0.009420844726264477, 0.028354061767458916, 0.03162864223122597, 0.05657268315553665, 0.12814591825008392, -0.098658487200737, -0.00834693480283022, 0.03111024759709835, -0.06093424931168556, -0.1556982696056366, -0.19758981466293335, -0.06767182052135468, -0.2347710132598877, -0.007104422897100449, -0.12511968612670898, 0.050489526242017746, 0.11060380935668945, 0.04308469593524933, -0.012518013827502728, 0.08435662090778351, 0.02724050171673298, -0.1447705626487732, 0.06284847855567932, -0.027190586552023888, -0.01096696499735117, -0.12878286838531494, -0.015802260488271713, 0.10273952037096024, 0.03436347842216492, -0.002127113752067089, -0.05334780365228653, -0.03268550708889961, 0.06314229965209961, 0.029158812016248703, -0.06958235055208206, -0.03920246288180351, 0.02846977859735489, 0.0387016162276268, 0.089017853140831, 0.0768686830997467, -0.04419851675629616, 0.04625311493873596, 0.10864929854869843, -0.03223651275038719, -0.1174331083893776, -0.0694744884967804, -0.009746646508574486, 0.005241576116532087, 0.15593548119068146, -0.015124596655368805, -0.0682239904999733, -0.08159807324409485, 0.1424700766801834, 0.167495459318161, -0.06135140359401703, -0.0565817765891552, -0.06311853229999542, 0.026536785066127777, -0.08683060109615326, 0.0476154163479805, -0.005364444572478533, 0.16579923033714294, -0.04424779489636421, 0.030685702338814735, -0.133513942360878, -0.020495783537626266, 0.005082319490611553, -0.054976772516965866, 0.05053003877401352, -0.08419685810804367, -0.038491152226924896, 0.15809263288974762, -0.2561873197555542, -0.10254634916782379, -0.08874411135911942, -0.02814037911593914, -0.045211613178253174, 0.001704665133729577, 0.18337468802928925, 0.10554753988981247, 0.08098556101322174, -0.04229385778307915, 0.004207076504826546, 0.07615853101015091, 0.021609986200928688, -0.12735678255558014, -0.03242822736501694, 0.008640468120574951, -0.11136157810688019, 0.14178712666034698, -0.0054345885291695595, 0.19064441323280334, -0.01264487486332655, 0.051180947571992874, 0.024097077548503876, 0.09636961668729782, 0.04290302097797394, 0.04310020059347153, -0.014462857507169247, 0.0004281455185264349, -0.02154161036014557, 0.11565107852220535, 0.05186677724123001, -0.12818077206611633, 0.026677889749407768, 0.1051359698176384, -0.0766763910651207, -0.10620356351137161, 0.029654566198587418, -0.10854366421699524, 0.09353065490722656, -0.051397230476140976, -0.07742922753095627, -0.04103763774037361, 0.023437295109033585, 0.06379476934671402, 0.022449849173426628, 0.1284903883934021, 0.05008978769183159, -0.15377534925937653, -0.06172554939985275, -0.030262118205428123, 0.13932064175605774, -0.005757660139352083, 0.05363991856575012, -0.13691475987434387, -0.05862994119524956, -0.05702212452888489, 0.056814711540937424, 0.061529915779829025, 0.002132520778104663, -0.006395312957465649, -0.020514152944087982, 0.011020265519618988, 0.07045507431030273, -0.03270955756306648, -0.1489088535308838 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/jvs_jvs010_vits_accent_with_pause` ♻️ Imported from https://zenodo.org/record/5432566/ This model was trained by kan-bayashi using jvs/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jvs"]}
text-to-speech
espnet/kan-bayashi_jvs_jvs010_vits_accent_with_pause
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jvs", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jvs #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/jvs_jvs010_vits_accent_with_pause' ️ Imported from URL This model was trained by kan-bayashi using jvs/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jvs_jvs010_vits_accent_with_pause'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jvs/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jvs #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jvs_jvs010_vits_accent_with_pause'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jvs/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 10, 53, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jvs #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/jvs_jvs010_vits_accent_with_pause'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jvs/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.02535276859998703, -0.020252328366041183, -0.0012592101702466607, 0.021978028118610382, 0.07258885353803635, -0.01629910245537758, 0.19488193094730377, 0.05112513154745102, 0.09818856418132782, -0.029721997678279877, 0.11369945108890533, 0.07320109754800797, 0.07044769823551178, 0.16826912760734558, 0.06282060593366623, -0.18583323061466217, 0.0438641794025898, 0.04523570463061333, 0.020747052505612373, 0.11514796316623688, 0.16929753124713898, -0.013163908384740353, 0.06764408200979233, 0.02600221522152424, -0.03672307729721069, 0.07734878361225128, -0.03190036118030548, -0.09066694974899292, 0.04517654702067375, 0.02134125493466854, 0.0745086520910263, 0.04219765588641167, 0.08359730988740921, -0.24403192102909088, 0.012252137996256351, -0.01865997724235058, -0.012808016501367092, 0.025853753089904785, 0.04054798558354378, 0.10522272437810898, 0.0016843577614054084, 0.08279600739479065, -0.0223032608628273, 0.011487379670143127, -0.07969222217798233, -0.052117131650447845, 0.02252662181854248, 0.11069410294294357, 0.1528148204088211, 0.14093850553035736, -0.05527922138571739, 0.11721275001764297, -0.04266534000635147, 0.04269035533070564, 0.13339345157146454, -0.19130398333072662, -0.0012953983386978507, 0.05213845148682594, 0.03220755606889725, 0.10569161176681519, 0.05622197315096855, -0.003368145087733865, 0.11693298816680908, 0.013808667659759521, -0.05123104900121689, -0.012415901757776737, -0.10367897152900696, 0.005650821607559919, -0.12478237599134445, -0.009533792734146118, 0.28796812891960144, 0.04625179246068001, 0.009687492623925209, 0.004218338057398796, -0.06354968994855881, -0.07568643987178802, 0.006746355444192886, -0.15546126663684845, 0.035935357213020325, 0.04575645551085472, 0.10397101938724518, -0.05191340669989586, -0.1352173089981079, -0.07163653522729874, -0.022573616355657578, 0.037563275545835495, 0.05306423455476761, 0.033476416021585464, -0.1372995376586914, 0.03091203235089779, -0.024172645062208176, -0.10523982346057892, 0.07674945890903473, -0.05119962990283966, 0.07756146788597107, 0.02946395054459572, 0.08311063796281815, -0.17580148577690125, 0.0016201490070670843, -0.04688793420791626, -0.016074586659669876, 0.02091239020228386, 0.11698496341705322, 0.08981935679912567, 0.0697985291481018, -0.019753647968173027, -0.0772375538945198, -0.11567602306604385, -0.017489643767476082, 0.05915581434965134, 0.012817884795367718, -0.05338058993220329, -0.17669902741909027, 0.06215062737464905, -0.06522765010595322, -0.0350949764251709, 0.001668688957579434, -0.02432175911962986, -0.10621143877506256, -0.05695454403758049, 0.2089645266532898, -0.04107893630862236, -0.007152927108108997, -0.051950059831142426, -0.050808876752853394, 0.11741754412651062, 0.030130133032798767, 0.10122261941432953, -0.06415057182312012, -0.04734770953655243, -0.10119093954563141, 0.02695070020854473, -0.06597229838371277, -0.07102367281913757, 0.052693355828523636, 0.04137161374092102, 0.009537681005895138, -0.17990568280220032, -0.1364896446466446, -0.06932206451892853, 0.01936645619571209, 0.03148706629872322, -0.06182553246617317, -0.15993130207061768, -0.041165128350257874, 0.028533101081848145, -0.08373696357011795, -0.11277469247579575, -0.0830855518579483, -0.009001019410789013, -0.040864937007427216, 0.07884971797466278, -0.05657365545630455, 0.05853383615612984, -0.12116409838199615, -0.049262456595897675, -0.14475645124912262, 0.10128205269575119, -0.11676143109798431, -0.06726176291704178, -0.11288077384233475, -0.02478751912713051, -0.05232983082532883, 0.07122140377759933, 0.04198841378092766, 0.1793329268693924, -0.2301027476787567, -0.052890192717313766, 0.07239893823862076, -0.11563549190759659, -0.09561467915773392, 0.14542189240455627, 0.003481182036921382, 0.12431961297988892, 0.09329959750175476, 0.2742334306240082, -0.04536114260554314, -0.18751737475395203, 0.016106916591525078, 0.0681852176785469, 0.0295976884663105, -0.03313479200005531, 0.09140907973051071, -0.022041605785489082, 0.004758224356919527, -0.047553900629282, -0.032376326620578766, 0.057421643286943436, -0.048721954226493835, -0.06027659401297569, 0.07553616911172867, -0.05374079942703247, 0.04402444511651993, -0.025781752541661263, 0.04700961709022522, -0.007597201969474554, -0.06150782108306885, 0.11141971498727798, 0.12651538848876953, -0.03858571499586105, 0.040865715593099594, -0.12473055720329285, -0.01281864382326603, -0.06364944577217102, -0.06195249781012535, -0.02800935134291649, 0.03566654399037361, 0.010737230069935322, -0.004064252134412527, 0.11422451585531235, 0.08521415293216705, -0.012969907373189926, -0.036920517683029175, -0.006700738798826933, -0.0609779953956604, -0.07129006832838058, 0.04848577082157135, -0.040022701025009155, -0.22165226936340332, 0.0495748370885849, 0.0011270070681348443, -0.07284679263830185, -0.07682519406080246, -0.042443666607141495, -0.1362696886062622, 0.1121867299079895, -0.02901282347738743, -0.009471641853451729, 0.004658581223338842, 0.06155553460121155, -0.06531891971826553, -0.0011511254124343395, -0.025439254939556122, -0.006977444048970938, -0.018231762573122978, 0.16025011241436005, 0.03768012300133705, -0.0013613795163109899, 0.10464134067296982, -0.17156551778316498, -0.01865997537970543, 0.18633970618247986, 0.04469956085085869, -0.054327592253685, -0.021414346992969513, 0.010939390398561954, 0.20049840211868286, -0.08605567365884781, 0.0684635266661644, -0.109733447432518, 0.03872036188840866, 0.006631829310208559, -0.1684655249118805, -0.010053116828203201, 0.057335589081048965, 0.09066853672266006, -0.21959571540355682, 0.14959320425987244, 0.03559960052371025, -0.03701869398355484, 0.2549370527267456, 0.05411989241838455, -0.0336209274828434, -0.0676305964589119, -0.007760999724268913, -0.112885020673275, 0.08307258039712906, -0.19277667999267578, 0.02300458401441574, 0.013430709950625896, 0.031774308532476425, 0.10144476592540741, -0.11149833351373672, -0.056403908878564835, 0.0566953681409359, -0.08360706269741058, -0.12155554443597794, -0.021612044423818588, -0.1404310017824173, 0.014498218894004822, -0.05760905519127846, -0.12823088467121124, 0.03218165040016174, -0.01562628336250782, -0.12897393107414246, 0.11337730288505554, -0.1783566027879715, -0.2505442798137665, -0.15869230031967163, 0.04309815168380737, -0.0065744356252253056, 0.045557454228401184, 0.056469086557626724, -0.11850439012050629, -0.04171515256166458, -0.03883911669254303, 0.04192420467734337, -0.03677494823932648, -0.05220269039273262, 0.06095816567540169, -0.026279976591467857, -0.015214426442980766, -0.10923922061920166, 0.002115149749442935, -0.019023004919290543, 0.07589229941368103, -0.0030610577668994665, -0.09783988445997238, 0.09701890498399734, 0.221780464053154, 0.009623384103178978, -0.042657945305109024, -0.009460711851716042, 0.23221933841705322, -0.0740375891327858, 0.05857411399483681, 0.1436326801776886, -0.014104614965617657, 0.0268955510109663, 0.1249307245016098, 0.044950928539037704, 0.0029102342668920755, 0.020934825763106346, -0.05576576292514801, -0.031567562371492386, -0.33695659041404724, -0.06642850488424301, -0.015464763157069683, 0.023089837282896042, -0.032855551689863205, 0.009449507109820843, 0.09369960427284241, 0.092945896089077, -0.00921287015080452, 0.06573478877544403, -0.011406159028410912, 0.002499043010175228, 0.022613711655139923, 0.007770037744194269, 0.04645216837525368, -0.03433740884065628, -0.007571910973638296, 0.08381665498018265, 0.08472812175750732, -0.027104325592517853, 0.1023603156208992, 0.13086220622062683, 0.1308216005563736, 0.12158780544996262, 0.05839376524090767, -0.02945118211209774, 0.019609903916716576, 0.0051718889735639095, -0.03512641042470932, -0.04434514790773392, -0.005617297720164061, 0.10945047438144684, 0.06421490013599396, -0.06987711042165756, 0.06768368929624557, 0.11818643659353256, 0.0052345916628837585, 0.06650642305612564, 0.060436856001615524, -0.25116682052612305, 0.027258673682808876, 0.03094661422073841, -0.00573304295539856, -0.05996386334300041, 0.08741692453622818, 0.1596740484237671, -0.022563913837075233, 0.09066180884838104, 0.11997562646865845, 0.06372421234846115, -0.06287232041358948, -0.025607820600271225, 0.05527077615261078, 0.008489105850458145, -0.01745590567588806, 0.10492432862520218, -0.23002968728542328, 0.17586617171764374, 0.00011180005822097883, 0.07271671295166016, 0.01706739328801632, -0.0015781138790771365, -0.05066458508372307, 0.02375766821205616, 0.1646103411912918, 0.06031450629234314, -0.00855997670441866, -0.015372724272310734, -0.0993046686053276, -0.04108414053916931, 0.013867181725800037, 0.05432078242301941, -0.040863461792469025, 0.0640658363699913, 0.034498486667871475, 0.05637639760971069, -0.03003927506506443, -0.24870938062667847, -0.018276983872056007, -0.006916636135429144, 0.23210427165031433, -0.027821702882647514, 0.01591041311621666, -0.06239018961787224, -0.11246782541275024, 0.03521386906504631, -0.1022832915186882, -0.11661630868911743, -0.018169613555073738, -0.07232788950204849, 0.0779266506433487, -0.07040040194988251, 0.02288275584578514, 0.06497203558683395, 0.07899653911590576, -0.04750233516097069, -0.009901931509375572, 0.1532938927412033, -0.1415002942085266, -0.047293830662965775, -0.07940801233053207, 0.0809546560049057, 0.15397612750530243, 0.030321570113301277, 0.025103328749537468, -0.05818745121359825, -0.032033082097768784, -0.07246328890323639, -0.0078710513189435, 0.02036646194756031, -0.12306187301874161, 0.0590437613427639, 0.02791402116417885, -0.18207329511642456, -0.11310449242591858, -0.07334998995065689, 0.05347170680761337, 0.25166213512420654, -0.035090379416942596, 0.09394032508134842, 0.25992313027381897, -0.0871468037366867, -0.17807555198669434, -0.10069041699171066, 0.10388098657131195, 0.00669864984229207, 0.07190312445163727, -0.13514237105846405, 0.05496983602643013, -0.004983445163816214, -0.028137603774666786, -0.0038334594573825598, -0.24266763031482697, -0.1359321027994156, 0.12826836109161377, -0.049317024648189545, 0.1007496789097786, -0.014545844867825508, -0.06356145441532135, -0.04728814214468002, -0.06970473378896713, 0.06841301172971725, 0.024672776460647583, 0.0475984625518322, 0.0929989293217659, 0.09399647265672684, -0.02528056502342224, 0.021445024758577347, 0.13411401212215424, 0.13884896039962769, -0.0046735187061131, -0.019101396203041077, -0.03393620625138283, 0.04959651827812195, 0.05701345205307007, 0.08738713711500168, 0.09829802066087723, -0.022355202585458755, -0.14030411839485168, -0.059611354023218155, -0.07105432450771332, -0.018506240099668503, 0.006616139784455299, -0.10970130562782288, -0.058638088405132294, -0.015392698347568512, 0.08583928644657135, 0.033099617809057236, 0.248245507478714, -0.03880210220813751, 0.005591175053268671, 0.22731149196624756, 0.06518369913101196, 0.005121366120874882, -0.11243769526481628, 0.0028338306583464146, -0.09078962355852127, 0.0869087427854538, -0.14078377187252045, 0.006171782501041889, 0.032731931656599045, -0.029554234817624092, 0.07655971497297287, 0.029737653210759163, -0.16333359479904175, 0.03738035634160042, 0.09005036950111389, -0.06260575354099274, -0.027479449287056923, -0.06194404512643814, -0.012266941368579865, 0.10137321799993515, -0.0024028641637414694, 0.17064985632896423, -0.13890890777111053, -0.014517711475491524, 0.004234905820339918, 0.05609644204378128, -0.14389081299304962, 0.19211550056934357, 0.11335474252700806, 0.0035962057299911976, -0.10415978729724884, 0.19166244566440582, 0.05134891718626022, 0.05792224779725075, 0.0350617952644825, 0.01867542788386345, -0.08113881200551987, -0.04413672909140587, -0.00867245439440012, 0.05873310565948486, -0.12700307369232178, -0.16566044092178345, -0.07784270495176315, -0.02111826092004776, -0.008034424856305122, -0.05900859832763672, 0.035119831562042236, -0.04014907404780388, 0.01157054677605629, 0.02275877073407173, 0.004506963770836592, 0.039090048521757126, 0.15416689217090607, 0.04782397300004959, -0.19590626657009125, -0.006693266797810793, 0.027454720810055733, 0.08024951815605164, -0.05976764112710953, 0.05495407432317734, -0.027633482590317726, 0.062249474227428436, 0.037457190454006195, 0.03559880703687668, -0.07011496275663376, -0.05980093404650688, 0.024161245673894882, -0.053604669868946075, -0.06916365772485733, 0.07399693131446838, -0.07446271181106567, 0.02734706923365593, 0.037485938519239426, 0.07080627232789993, -0.07620616257190704, -0.0027327483985573053, 0.004586811643093824, 0.0009142292547039688, 0.009903905913233757, 0.06074743717908859, -0.039038676768541336, 0.010445579886436462, -0.20211006700992584, 0.053085170686244965, 0.13694442808628082, 0.06779017299413681, 0.014631910249590874, -0.0012326661963015795, -0.03376125916838646, 0.040102772414684296, 0.0045294687151908875, -0.09273931384086609, -0.027538251131772995, -0.045993540436029434, -0.002344236010685563, -0.05980339273810387, -0.015497795306146145, -0.008752944879233837, 0.031258050352334976, 0.13400377333164215, 0.04924202337861061, 0.15046733617782593, -0.052988018840551376, -0.010059447027742863, -0.03680110722780228, 0.03717072308063507, 0.01793505810201168, -0.0014567597536370158, -0.0453047938644886, -0.03537270054221153, -0.015663793310523033, -0.0759531632065773, 0.12284713983535767, 0.037841446697711945, -0.07525891810655594, -0.00496833398938179, -0.04079514741897583, 0.010885772295296192, -0.0004571617173496634, 0.1063736230134964, -0.05403215438127518, -0.010676788166165352, -0.12762756645679474, -0.009077661670744419, 0.08039683103561401, 0.12103960663080215, -0.037093956023454666, 0.02022053487598896, 0.034344423562288284, 0.14092089235782623, 0.01962769590318203, 0.017788618803024292, -0.18813547492027283, -0.052917011082172394, -0.00865345261991024, 0.028235619887709618, 0.03216346725821495, 0.056004930287599564, 0.12749670445919037, -0.09872313588857651, -0.008555254898965359, 0.03151966631412506, -0.060430172830820084, -0.15572284162044525, -0.19727511703968048, -0.06720846146345139, -0.2347341775894165, -0.007335721980780363, -0.1252300888299942, 0.050478819757699966, 0.11077658832073212, 0.04290826991200447, -0.01256831455975771, 0.08424720913171768, 0.027175016701221466, -0.1439039409160614, 0.0627775564789772, -0.027442120015621185, -0.010985959321260452, -0.13018539547920227, -0.01592615433037281, 0.10180136561393738, 0.035113487392663956, -0.002697428222745657, -0.05385240912437439, -0.032409217208623886, 0.06348618865013123, 0.029549000784754753, -0.06934262812137604, -0.03868425264954567, 0.028449958190321922, 0.03863484039902687, 0.08828995376825333, 0.07670768350362778, -0.04424301162362099, 0.046272777020931244, 0.10858456045389175, -0.031475916504859924, -0.1170361265540123, -0.06936074793338776, -0.009336540475487709, 0.0058608269318938255, 0.15517665445804596, -0.01471659354865551, -0.06849664449691772, -0.08143530786037445, 0.14199230074882507, 0.16756686568260193, -0.06115589290857315, -0.05660038813948631, -0.0636100172996521, 0.0262508112937212, -0.08552070707082748, 0.04736321419477463, -0.006198590155690908, 0.16655339300632477, -0.044422078877687454, 0.030259117484092712, -0.13380931317806244, -0.02043193206191063, 0.0047235977835953236, -0.05547618493437767, 0.05101042240858078, -0.08381084352731705, -0.03800191730260849, 0.15809665620326996, -0.25690528750419617, -0.10152049362659454, -0.0885005071759224, -0.028846299275755882, -0.045528803020715714, 0.0013854765566065907, 0.18247725069522858, 0.1053130179643631, 0.08203024417161942, -0.042254287749528885, 0.0036677680909633636, 0.07576723396778107, 0.021449316293001175, -0.12730994820594788, -0.03273627907037735, 0.0085222739726305, -0.11029132455587387, 0.14252115786075592, -0.005776599049568176, 0.18985921144485474, -0.012608319520950317, 0.05104667320847511, 0.02390412427484989, 0.09584584087133408, 0.043141163885593414, 0.04339062049984932, -0.01439757365733385, -0.00037843023892492056, -0.021478775888681412, 0.11467822641134262, 0.05216652527451515, -0.1294725388288498, 0.026634717360138893, 0.10493835061788559, -0.0768037810921669, -0.10668609291315079, 0.029611773788928986, -0.1080547571182251, 0.0936933308839798, -0.051356155425310135, -0.07737825065851212, -0.040754202753305435, 0.023783598095178604, 0.06437011063098907, 0.02259092405438423, 0.12886646389961243, 0.049919720739126205, -0.15390998125076294, -0.06130759418010712, -0.030400946736335754, 0.13891957700252533, -0.005291098728775978, 0.05412746220827103, -0.13680905103683472, -0.0587870255112648, -0.05681757256388664, 0.056675296276807785, 0.061517104506492615, 0.0015992484986782074, -0.006666055880486965, -0.020050328224897385, 0.010376226156949997, 0.07056574523448944, -0.032157476991415024, -0.14871865510940552 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/jvs_jvs010_vits_prosody` ♻️ Imported from https://zenodo.org/record/5521494/ This model was trained by kan-bayashi using jvs/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jvs"]}
text-to-speech
espnet/kan-bayashi_jvs_jvs010_vits_prosody
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jvs", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jvs #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/jvs_jvs010_vits_prosody' ️ Imported from URL This model was trained by kan-bayashi using jvs/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jvs_jvs010_vits_prosody'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jvs/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jvs #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jvs_jvs010_vits_prosody'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jvs/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 10, 49, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jvs #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/jvs_jvs010_vits_prosody'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jvs/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.015507292933762074, -0.03562330827116966, -0.0008881745743565261, 0.03575138375163078, 0.06617017835378647, -0.021987421438097954, 0.21320156753063202, 0.028536435216665268, 0.08470895141363144, -0.03552202507853508, 0.1344519406557083, 0.0744110569357872, 0.061062730848789215, 0.17880834639072418, 0.061887796968221664, -0.1932118982076645, 0.03688838705420494, 0.041814371943473816, 0.015436084009706974, 0.11954174190759659, 0.16865146160125732, -0.008204554207623005, 0.07195582985877991, 0.025284672155976295, -0.026619626209139824, 0.07589370757341385, -0.0347437709569931, -0.0819428414106369, 0.05244889482855797, 0.030772937461733818, 0.07683425396680832, 0.03007906675338745, 0.10192422568798065, -0.2433670163154602, 0.007732750382274389, -0.02898029237985611, -0.032706741243600845, 0.03454213589429855, 0.05628400295972824, 0.10994485020637512, 0.012536710128188133, 0.07674307376146317, -0.01376666221767664, 0.0034816344268620014, -0.0871763750910759, -0.02532147243618965, 0.028286932036280632, 0.11954732239246368, 0.16226913034915924, 0.1552274525165558, -0.054454874247312546, 0.13965947926044464, -0.04746158421039581, 0.04012588411569595, 0.09409106522798538, -0.1871321201324463, -0.004933488555252552, 0.08234551548957825, 0.01880878210067749, 0.14502698183059692, 0.06391701102256775, -0.010240190662443638, 0.1311955600976944, 0.015284813940525055, -0.040341027081012726, -0.013810333795845509, -0.10257457196712494, 0.012033192440867424, -0.1385980099439621, -0.011011498980224133, 0.31113049387931824, 0.05876483395695686, 0.015353774651885033, 0.01008886843919754, -0.06507886201143265, -0.0740051195025444, 0.028371665626764297, -0.162215918302536, 0.03319128230214119, 0.047739915549755096, 0.085980623960495, -0.043954234570264816, -0.13869228959083557, -0.08153946697711945, -0.04473026841878891, 0.033092282712459564, 0.0484052337706089, 0.053592558950185776, -0.13440237939357758, 0.0206704530864954, -0.033027827739715576, -0.08780240267515182, 0.08691614121198654, -0.06795556843280792, 0.08773592114448547, 0.026442481204867363, 0.0819864496588707, -0.16851109266281128, -0.00020443079120013863, -0.05039343982934952, -0.03233571723103523, 0.023433588445186615, 0.15104082226753235, 0.09626773744821548, 0.0925268605351448, -0.04216865077614784, -0.09881535917520523, -0.08420222252607346, -0.03158340975642204, 0.05469407141208649, 0.007378807291388512, -0.04602355882525444, -0.1741786152124405, 0.08185327053070068, -0.07234077155590057, -0.056273769587278366, 0.003248652908951044, -0.03245433419942856, -0.10359468311071396, -0.05642613023519516, 0.21812301874160767, -0.03546114265918732, -0.003900199895724654, -0.046320680528879166, -0.0641523152589798, 0.09820915758609772, 0.016753697767853737, 0.11047371476888657, -0.059643492102622986, -0.0284425038844347, -0.10600962489843369, 0.02057061344385147, -0.06882072985172272, -0.06990744918584824, 0.043781690299510956, 0.05470479279756546, 0.01465030200779438, -0.17457738518714905, -0.1265949308872223, -0.07799342274665833, 0.022344514727592468, 0.02609091065824032, -0.061565812677145004, -0.1650732457637787, -0.025578761473298073, 0.020891554653644562, -0.09342443197965622, -0.11636508256196976, -0.08228552341461182, -0.01906799152493477, -0.06011644005775452, 0.0587422177195549, -0.0866646096110344, 0.04821041226387024, -0.11039508879184723, -0.04462418705224991, -0.12678706645965576, 0.09789180010557175, -0.11453201621770859, -0.07057933509349823, -0.1112373024225235, -0.04188267141580582, -0.05477967485785484, 0.07441039383411407, 0.05089834704995155, 0.1767987757921219, -0.2087239921092987, -0.0508551262319088, 0.07348809391260147, -0.12274252623319626, -0.10340791195631027, 0.14983008801937103, -0.012359660118818283, 0.10825684666633606, 0.08919281512498856, 0.26701804995536804, -0.04444810748100281, -0.17067737877368927, 0.006643736269325018, 0.07521670311689377, 0.046971336007118225, -0.054350920021533966, 0.106735460460186, -0.02053019218146801, 0.01576542668044567, -0.05450693890452385, -0.04965393990278244, 0.046457648277282715, -0.057651959359645844, -0.060049064457416534, 0.07912938296794891, -0.06015550717711449, 0.033006370067596436, -0.025318853557109833, 0.07388309389352798, 0.002185509540140629, -0.045581623911857605, 0.12301787734031677, 0.13470478355884552, -0.04291093349456787, 0.033315833657979965, -0.12675878405570984, -0.030059941112995148, -0.050479549914598465, -0.06591269373893738, -0.03556915372610092, 0.035316064953804016, 0.007593400310724974, -0.024810567498207092, 0.11286015808582306, 0.09425079077482224, -0.0012194715673103929, -0.02616395428776741, 0.003053042571991682, -0.0474267303943634, -0.07198082655668259, 0.04864491894841194, -0.035645730793476105, -0.21510049700737, 0.0472598522901535, -0.006786959245800972, -0.05400533601641655, -0.11319276690483093, -0.04112032800912857, -0.14136271178722382, 0.10030687600374222, -0.0423341728746891, -0.005983325652778149, -0.019413644447922707, 0.07297904789447784, -0.06053908169269562, 0.007467854768037796, -0.014512069523334503, -0.01993931457400322, -0.03887966647744179, 0.11876920610666275, 0.04864368215203285, 0.031993988901376724, 0.10011433809995651, -0.19788618385791779, -0.01834121346473694, 0.1767512708902359, 0.028917931020259857, -0.03883271664381027, -0.03766465559601784, 0.023839328438043594, 0.21125970780849457, -0.08643132448196411, 0.05760545656085014, -0.11166165769100189, 0.03620193898677826, 0.01339798979461193, -0.1761963963508606, -0.002611710224300623, 0.0719183012843132, 0.10957985371351242, -0.23025375604629517, 0.1679839938879013, 0.019204607233405113, -0.036179088056087494, 0.23320746421813965, 0.052870433777570724, -0.03035404160618782, -0.05893487483263016, -0.0024179122410714626, -0.12143944203853607, 0.08392035216093063, -0.14964810013771057, 0.02171834371984005, 0.010785755701363087, 0.04387030377984047, 0.10883825272321701, -0.11848009377717972, -0.06992713361978531, 0.05402585119009018, -0.07165326178073883, -0.1326940506696701, -0.05155541002750397, -0.15782123804092407, 0.023502040654420853, -0.05382350832223892, -0.1411801278591156, 0.02671210467815399, -0.017854781821370125, -0.142999529838562, 0.12547272443771362, -0.1728212833404541, -0.22375884652137756, -0.15969064831733704, 0.05685175582766533, -0.020023973658680916, 0.04316084831953049, 0.031852491199970245, -0.12723539769649506, -0.039734065532684326, -0.0473305843770504, 0.02228718250989914, -0.04696248471736908, -0.05781271308660507, 0.06851939111948013, -0.022029977291822433, -0.011127538047730923, -0.11709986627101898, 0.002299040323123336, -0.03795141354203224, 0.05221119523048401, -0.011234014295041561, -0.10793167352676392, 0.09142487496137619, 0.2175927609205246, 0.017570417374372482, -0.040601082146167755, -0.01427073311060667, 0.24176833033561707, -0.0692732185125351, 0.05585460364818573, 0.13217927515506744, -0.025070952251553535, 0.025259366258978844, 0.12715929746627808, 0.06119491904973984, 0.006559790577739477, 0.027105245739221573, -0.06649290770292282, -0.03025594912469387, -0.3514229953289032, -0.09065631031990051, -0.008000146597623825, 0.040401097387075424, -0.019046716392040253, 0.017686771228909492, 0.08972852677106857, 0.11664177477359772, 0.007591623812913895, 0.05654554069042206, 0.004813419189304113, -0.006396719720214605, 0.017329731956124306, 0.006767547223716974, 0.051728684455156326, -0.04134131222963333, -0.027664288878440857, 0.08835610747337341, 0.07023528218269348, -0.008978945203125477, 0.11459475010633469, 0.11811337620019913, 0.13456612825393677, 0.1303529292345047, 0.055019181221723557, -0.01079530268907547, 0.019894463941454887, 0.008928467519581318, -0.03160887584090233, -0.049056828022003174, -0.006501055788248777, 0.11353933066129684, 0.03065371699631214, -0.07388576120138168, 0.08183864504098892, 0.10200411826372147, 0.0033321103546768427, 0.031243376433849335, 0.06876102834939957, -0.2729690968990326, 0.03960908576846123, 0.025357265025377274, 0.007715925108641386, -0.04689972475171089, 0.09893766790628433, 0.1722651869058609, -0.029178468510508537, 0.10149961709976196, 0.12019240856170654, 0.06659940630197525, -0.07498814165592194, -0.026537053287029266, 0.06433379650115967, -0.010860399343073368, -0.016836054623126984, 0.10771162807941437, -0.22722510993480682, 0.20513536036014557, -0.01053669210523367, 0.06254158169031143, 0.022273296490311623, -0.010132843628525734, -0.07082847505807877, 0.025170810520648956, 0.16561849415302277, 0.06768496334552765, 0.021823424845933914, -0.022593218833208084, -0.11996030062437057, -0.02530188113451004, 0.012564700096845627, 0.050812289118766785, -0.051220156252384186, 0.07437026500701904, 0.042842891067266464, 0.058006685227155685, -0.03808395192027092, -0.235595241189003, -0.02555903233587742, -0.025997886434197426, 0.21243634819984436, -0.035101648420095444, 0.01784239523112774, -0.0693596675992012, -0.11698444932699203, 0.013454187661409378, -0.08935745805501938, -0.12359007447957993, -0.010927869006991386, -0.05468451604247093, 0.0867958813905716, -0.06669861078262329, 0.02654016949236393, 0.07638584077358246, 0.04821556434035301, -0.04059891402721405, -0.008531099185347557, 0.14204464852809906, -0.13764655590057373, -0.0473955012857914, -0.07260669022798538, 0.06785210967063904, 0.17948675155639648, 0.0327690988779068, 0.02240755595266819, -0.04595508053898811, -0.040041711181402206, -0.1057182252407074, -0.016983408480882645, 0.026645760983228683, -0.12329621613025665, 0.058934472501277924, 0.046183060854673386, -0.18468844890594482, -0.11013077199459076, -0.06975986063480377, 0.059420932084321976, 0.2505189776420593, -0.044751979410648346, 0.07040125876665115, 0.27377331256866455, -0.09062936902046204, -0.15979810059070587, -0.11709072440862656, 0.11723778396844864, -0.0016348155913874507, 0.08368360996246338, -0.13262811303138733, 0.064546599984169, 0.01765468157827854, -0.027161965146660805, -0.02116001769900322, -0.2350178211927414, -0.1336919218301773, 0.12599557638168335, -0.037219587713479996, 0.11893285810947418, -0.029463550075888634, -0.05729832500219345, -0.036816876381635666, -0.08190012723207474, 0.09822368621826172, 0.017125457525253296, 0.03493773564696312, 0.08892900496721268, 0.10231824964284897, -0.033364422619342804, 0.02240123599767685, 0.13460002839565277, 0.14778712391853333, -0.009893848560750484, -0.015706822276115417, -0.041752103716135025, 0.03648725524544716, 0.06877408176660538, 0.08325526863336563, 0.1177876740694046, -0.023702792823314667, -0.16360579431056976, -0.05247153714299202, -0.05658396705985069, -0.037145618349313736, 0.008482039906084538, -0.11174526810646057, -0.07071966677904129, -0.017068736255168915, 0.078855961561203, 0.03322571888566017, 0.267660915851593, -0.012632415629923344, 0.018588023260235786, 0.2324429750442505, 0.05719957873225212, 0.022974533960223198, -0.1217731237411499, 0.0038114225026220083, -0.09231682866811752, 0.07637348026037216, -0.1455126255750656, -0.016950050368905067, 0.05802856758236885, -0.03357867896556854, 0.07453694939613342, 0.036655861884355545, -0.16303421556949615, 0.03889662027359009, 0.08862128108739853, -0.0770018920302391, -0.029877908527851105, -0.04852549731731415, -0.004741090349853039, 0.09792206436395645, 0.02172764576971531, 0.16768120229244232, -0.15095683932304382, -0.0144444415345788, -0.0054526072926819324, 0.05759366974234581, -0.15770500898361206, 0.20429034531116486, 0.13010846078395844, 0.0002865561400540173, -0.10089126229286194, 0.1784730702638626, 0.05917836353182793, 0.07513575255870819, 0.02405230514705181, 0.002197839552536607, -0.07864859700202942, -0.03318913280963898, -0.014974468387663364, 0.037481773644685745, -0.1416843980550766, -0.17576128244400024, -0.06825579702854156, -0.04125097393989563, -0.004141631536185741, -0.08115775883197784, 0.04829927533864975, -0.040429357439279556, 0.013472574763000011, 0.022762665525078773, 0.007960793562233448, 0.026822136715054512, 0.14483462274074554, 0.027244936674833298, -0.197248637676239, -0.024603553116321564, 0.03879927098751068, 0.06682045012712479, -0.06162913888692856, 0.05146239697933197, -0.04721817374229431, 0.06890513747930527, 0.06122279539704323, 0.030447538942098618, -0.06971831619739532, -0.04919101670384407, 0.01596805453300476, -0.06155078485608101, -0.07629039883613586, 0.06708086282014847, -0.0746755301952362, 0.037485986948013306, 0.04246857389807701, 0.06722062826156616, -0.08015932142734528, 0.005454208701848984, 0.0021594446152448654, 0.006290839519351721, -0.004149202723056078, 0.05403255298733711, -0.032455913722515106, 0.01356610655784607, -0.19556733965873718, 0.07420281320810318, 0.13568900525569916, 0.07412528991699219, 0.022813992574810982, 0.009048240259289742, -0.03422147408127785, 0.051201216876506805, -0.0005074823857285082, -0.08041926473379135, -0.03893672302365303, -0.03262830898165703, 0.00965764932334423, -0.07369662821292877, -0.01958346925675869, -0.011708763428032398, 0.017710044980049133, 0.11257389187812805, 0.06122278794646263, 0.14501060545444489, -0.03776879608631134, -0.0064003560692071915, -0.05557621270418167, 0.03754562884569168, 0.0297005083411932, 0.00721273198723793, -0.045158080756664276, -0.03643585741519928, -0.017658645287156105, -0.07567286491394043, 0.1519978642463684, 0.03764757141470909, -0.09328296035528183, -0.008820537477731705, -0.011674869805574417, 0.009272824972867966, -0.0020546852611005306, 0.09572160243988037, -0.05080191418528557, -0.006942054256796837, -0.14007078111171722, -0.011381404474377632, 0.07392635941505432, 0.10269591957330704, -0.04995047301054001, 0.008370059542357922, -0.001562443794682622, 0.12728939950466156, 0.03177434578537941, 0.00890749879181385, -0.13914714753627777, -0.07692276686429977, -0.00968441367149353, 0.014432406984269619, 0.028252186253666878, 0.06279059499502182, 0.11550964415073395, -0.09777586907148361, -0.012845109216868877, 0.04520590230822563, -0.07456502318382263, -0.16896305978298187, -0.18062101304531097, -0.06836885213851929, -0.23870421946048737, -0.01170423999428749, -0.1327465921640396, 0.034563545137643814, 0.13999837636947632, 0.05354443937540054, -0.022716151550412178, 0.05768647417426109, 0.043319132179021835, -0.1297024041414261, 0.0456814207136631, -0.02503649890422821, 0.010554599575698376, -0.15106281638145447, -0.01217700820416212, 0.09251751750707626, 0.037986740469932556, 0.0027753598988056183, -0.05850154161453247, -0.02747546136379242, 0.06475209444761276, 0.04216492921113968, -0.05033976584672928, -0.039166755974292755, 0.030011586844921112, 0.03240125626325607, 0.0885099247097969, 0.05859196558594704, -0.04827957600355148, 0.042458031326532364, 0.10516933351755142, -0.0259502325206995, -0.11403657495975494, -0.06601419299840927, 0.007689448539167643, 0.006936661899089813, 0.16616202890872955, -0.004139175172895193, -0.06450632959604263, -0.0912371426820755, 0.15815992653369904, 0.1973033845424652, -0.06323455274105072, -0.05726223066449165, -0.06332077831029892, 0.02935267612338066, -0.05700617656111717, 0.062419913709163666, -0.0015778044471517205, 0.20410841703414917, -0.05271779000759125, 0.047410376369953156, -0.14350080490112305, 0.00043857426499016583, 0.02756488136947155, -0.07807833701372147, 0.06740415841341019, -0.07083708047866821, -0.0527641586959362, 0.17293374240398407, -0.2688484489917755, -0.0588546022772789, -0.09071678668260574, -0.04089931398630142, -0.05112168565392494, 0.004620945081114769, 0.1959219127893448, 0.09735182672739029, 0.096039779484272, -0.042367517948150635, 0.0037313380744308233, 0.047199781984090805, 0.022584907710552216, -0.1346542239189148, -0.03190166875720024, 0.021118944510817528, -0.10373031347990036, 0.14169174432754517, -0.004963302984833717, 0.22057554125785828, -0.00924306083470583, 0.03458812087774277, 0.021998485550284386, 0.09966074675321579, 0.034521207213401794, 0.0521794930100441, -0.01755686290562153, -0.047293487936258316, -0.013759054243564606, 0.09824313968420029, 0.050130147486925125, -0.1307424008846283, 0.023671304807066917, 0.10353214293718338, -0.06808888167142868, -0.11657512187957764, 0.030194319784641266, -0.1123972088098526, 0.0935269221663475, -0.05486489087343216, -0.08425798267126083, -0.03650468587875366, 0.013348706066608429, 0.07240958511829376, 0.007075903937220573, 0.12042246013879776, 0.06650852411985397, -0.17140083014965057, -0.07040656358003616, -0.038757190108299255, 0.12389345467090607, -0.0017706564394757152, 0.07475937157869339, -0.14604401588439941, -0.05731488764286041, -0.04443538561463356, 0.03543946519494057, 0.060127440840005875, -0.0019245516741648316, -0.01788276433944702, -0.007420302368700504, -0.003208284266293049, 0.0578681156039238, -0.009073185734450817, -0.1468551754951477 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/jvs_tts_finetune_jvs001_jsut_vits_raw_phn_jaconv_pyopenjtalk_accent_with_pause_latest` ♻️ Imported from https://zenodo.org/record/5432540/ This model was trained by kan-bayashi using jvs/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jvs"]}
text-to-speech
espnet/kan-bayashi_jvs_tts_finetune_jvs001_jsut_vits_raw_phn_jaconv_pyopenjta-truncated-178804
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jvs", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jvs #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/jvs_tts_finetune_jvs001_jsut_vits_raw_phn_jaconv_pyopenjtalk_accent_with_pause_latest' ️ Imported from URL This model was trained by kan-bayashi using jvs/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jvs_tts_finetune_jvs001_jsut_vits_raw_phn_jaconv_pyopenjtalk_accent_with_pause_latest'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jvs/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jvs #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jvs_tts_finetune_jvs001_jsut_vits_raw_phn_jaconv_pyopenjtalk_accent_with_pause_latest'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jvs/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 10, 79, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jvs #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/jvs_tts_finetune_jvs001_jsut_vits_raw_phn_jaconv_pyopenjtalk_accent_with_pause_latest'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jvs/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.044453736394643784, 0.026686351746320724, -0.002828253200277686, 0.033379003405570984, 0.05878879874944687, -0.011776267550885677, 0.17276719212532043, 0.07034419476985931, 0.0961168110370636, -0.03734177350997925, 0.09109241515398026, 0.09450855106115341, 0.07355494052171707, 0.17329712212085724, 0.03956998884677887, -0.18215399980545044, 0.029893970116972923, 0.05321558564901352, 0.10499162971973419, 0.11967930197715759, 0.1468387097120285, -0.03706137463450432, 0.07204871624708176, 0.04270584136247635, -0.024183709174394608, 0.08717907220125198, -0.035381071269512177, -0.09176977723836899, 0.061422087252140045, 0.022850649431347847, 0.07517636567354202, 0.028640512377023697, 0.08340099453926086, -0.22767674922943115, 0.016619054600596428, -0.009560401551425457, -0.011452208273112774, 0.05223207548260689, 0.06981738656759262, 0.08032595366239548, -0.0037700834218412638, 0.052934058010578156, -0.024550292640924454, 0.022298570722341537, -0.07250645011663437, -0.11308898776769638, 0.020385516807436943, 0.13816164433956146, 0.14656320214271545, 0.13756680488586426, -0.05519169569015503, 0.1380331963300705, -0.04154917597770691, 0.044620148837566376, 0.14485575258731842, -0.1656637191772461, 0.00032067022402770817, 0.025041766464710236, -0.007607461418956518, 0.09858904778957367, 0.04379168525338173, -0.03135025501251221, 0.10645978152751923, 0.0025039231404662132, -0.02416618913412094, -0.03325824439525604, -0.14021100103855133, 0.022520214319229126, -0.11768151819705963, -0.012729168869554996, 0.2789159417152405, 0.061257604509592056, 0.002417748561128974, -0.00215507741086185, -0.07381144911050797, -0.057586122304201126, -0.003179408609867096, -0.13573509454727173, 0.033518970012664795, 0.039302557706832886, 0.09118907898664474, -0.07643748819828033, -0.14440803229808807, -0.08282992988824844, -0.010091687552630901, 0.015576198697090149, 0.07358238846063614, 0.043063465505838394, -0.10154693573713303, 0.04784156382083893, -0.03222876787185669, -0.10583563148975372, 0.07174873352050781, -0.05468655377626419, 0.08146289736032486, 0.012858761474490166, 0.10057535022497177, -0.15475109219551086, -0.00772132258862257, -0.072393499314785, -0.06460683047771454, 0.012918833643198013, 0.10940299183130264, 0.08662958443164825, 0.07920301705598831, -0.020384512841701508, -0.08215034753084183, -0.05811037868261337, -0.007763727568089962, 0.06151127070188522, 0.014195629395544529, -0.020423993468284607, -0.1376281976699829, 0.03638070449233055, -0.08163931220769882, -0.028708631172776222, 0.0038693398237228394, -0.023103825747966766, -0.10879449546337128, -0.071797676384449, 0.2146809846162796, -0.06050146743655205, -0.020787112414836884, -0.012534193694591522, -0.057448193430900574, 0.14124688506126404, 0.026773087680339813, 0.09932836890220642, -0.08281659334897995, -0.0526636578142643, -0.0969046801328659, 0.047623466700315475, -0.06063287705183029, -0.07506527751684189, 0.04134463518857956, 0.07022526860237122, -0.006796030327677727, -0.18104144930839539, -0.1594349443912506, -0.043713003396987915, 0.0060084047727286816, 0.03094005025923252, -0.0433289036154747, -0.14166812598705292, -0.025814305990934372, -0.011796082369983196, -0.07617136090993881, -0.13134166598320007, -0.0905500054359436, -0.0004487779806368053, -0.04118886590003967, 0.06506673991680145, -0.04514147341251373, 0.05686911195516586, -0.11958715319633484, -0.06595323979854584, -0.16156640648841858, 0.1075081154704094, -0.09572441875934601, -0.06236971169710159, -0.1417718380689621, -0.04050678387284279, -0.04339509829878807, 0.046465881168842316, 0.039559874683618546, 0.18057404458522797, -0.20019297301769257, -0.04701986163854599, 0.08651899546384811, -0.10574447363615036, -0.07845637202262878, 0.160919189453125, -0.007523160893470049, 0.11247683316469193, 0.11184503883123398, 0.24171549081802368, -0.01704874075949192, -0.23031415045261383, 0.022889256477355957, 0.08959755301475525, 0.02760361135005951, -0.05753825232386589, 0.10444086790084839, -0.03189653158187866, -0.006161828525364399, -0.04540543258190155, -0.01992638036608696, 0.06456343829631805, -0.04569802060723305, -0.06344512104988098, 0.07793404161930084, -0.05097143352031708, 0.04884924367070198, -0.01876702345907688, 0.04991502687335014, 0.005148731637746096, -0.05806199461221695, 0.11121583729982376, 0.14495983719825745, -0.05447246879339218, 0.03525884449481964, -0.10615512728691101, -0.01058739423751831, -0.07755636423826218, -0.0601145438849926, -0.015785647556185722, 0.0635923519730568, 0.027158312499523163, -0.011410539969801903, 0.08932726830244064, 0.09622639417648315, -0.013835071586072445, -0.02299151010811329, -0.010263289324939251, -0.06662022322416306, -0.0766686424612999, 0.027031879872083664, -0.02920074574649334, -0.18943078815937042, 0.03301247954368591, 0.0068319328129291534, -0.08298791199922562, -0.08845511823892593, -0.031751543283462524, -0.12434840202331543, 0.09006873518228531, -0.02166692540049553, -0.010102418251335621, 0.022361446171998978, 0.04730172082781792, -0.040358852595090866, 0.0006712863105349243, -0.01969507709145546, 0.0031089342664927244, -0.0057476419024169445, 0.1426449865102768, 0.045401718467473984, 0.020010828971862793, 0.09894020855426788, -0.1781822293996811, -0.009595450945198536, 0.16433772444725037, 0.0060982294380664825, -0.043867629021406174, -0.056895554065704346, 0.006820889189839363, 0.19647562503814697, -0.06053146347403526, 0.06985942274332047, -0.12705639004707336, 0.0009115338325500488, -0.0021601992193609476, -0.14792439341545105, 0.0005723838112317026, 0.06756516546010971, 0.09994179010391235, -0.20743927359580994, 0.1359725445508957, 0.008429479785263538, -0.055344387888908386, 0.25333863496780396, 0.05733693391084671, -0.061780739575624466, -0.05269389972090721, 0.033523205667734146, -0.1176145002245903, 0.06825300306081772, -0.155166894197464, 0.03755790740251541, 0.033862482756376266, 0.007961699739098549, 0.09930437803268433, -0.12445797026157379, -0.05356285721063614, 0.04255073890089989, -0.09807802736759186, -0.1040935143828392, -0.03301249444484711, -0.105592742562294, 0.016811497509479523, -0.04928324371576309, -0.08015581220388412, 0.015820536762475967, -0.0145439263433218, -0.12942716479301453, 0.11885704845190048, -0.14707806706428528, -0.24234451353549957, -0.1547630876302719, 0.06182073429226875, -0.006381741724908352, 0.0309244804084301, 0.05478879064321518, -0.11601419746875763, -0.0539061613380909, -0.05846798047423363, 0.033544786274433136, -0.026491908356547356, -0.06476700305938721, 0.028749046847224236, -0.009790808893740177, -0.01158639695495367, -0.11973115056753159, -0.0006371376803144813, -0.030802302062511444, 0.0515105314552784, 0.00033372032339684665, -0.09299501776695251, 0.06713319569826126, 0.18801960349082947, 0.005049710627645254, -0.03415794298052788, -0.01799086667597294, 0.24788407981395721, -0.05596959590911865, 0.05924414470791817, 0.17910099029541016, 0.0008330831187777221, 0.04298340901732445, 0.11488103866577148, 0.0531097948551178, 0.013868196867406368, 0.028393231332302094, -0.04896745830774307, -0.006618053186684847, -0.3355320692062378, -0.061076268553733826, -0.036328259855508804, 0.038839101791381836, -0.007335697766393423, 0.006263053510338068, 0.0730411559343338, 0.11483282595872879, -0.039839159697294235, 0.06427423655986786, -0.002431179629638791, 0.02489468641579151, 0.05195287987589836, 0.01937001757323742, 0.049403171986341476, -0.04159895330667496, -0.03348775953054428, 0.09767325967550278, 0.09361834824085236, -0.028873037546873093, 0.07526341825723648, 0.12824074923992157, 0.1259162575006485, 0.16091139614582062, 0.06308241188526154, -0.009479580447077751, 0.009381330572068691, 0.029248612001538277, -0.03581409156322479, -0.07286781817674637, -0.008248092606663704, 0.10482320189476013, 0.06580623239278793, -0.041849542409181595, 0.06936372816562653, 0.09775597602128983, 0.01280155498534441, 0.09572090953588486, 0.06314999610185623, -0.2727060914039612, 0.010293605737388134, 0.015508772805333138, -0.0030601234175264835, -0.0504850335419178, 0.07430385798215866, 0.15858548879623413, -0.04507406800985336, 0.0753059908747673, 0.11370650678873062, 0.07755735516548157, -0.08070933818817139, -0.0270787812769413, 0.04638146236538887, 0.022133033722639084, -0.013214990496635437, 0.11406679451465607, -0.19231976568698883, 0.17243443429470062, 0.010981477797031403, 0.08771947771310806, 0.012619136832654476, 0.008027452044188976, -0.042687900364398956, -0.010892940685153008, 0.1678752601146698, 0.045771509408950806, 0.038081150501966476, -0.058604829013347626, -0.10593820363283157, -0.01919018290936947, -0.01978836953639984, 0.05163226276636124, -0.03845706582069397, 0.0647059977054596, 0.02126871980726719, 0.049428001046180725, -0.025534149259328842, -0.26372838020324707, -0.016249552369117737, -0.011026613414287567, 0.2220383882522583, -0.050020214170217514, 0.023073839023709297, -0.06347358971834183, -0.10026507824659348, 0.039420235902071, -0.08106278628110886, -0.14211349189281464, -0.037869345396757126, -0.07757563889026642, 0.09966189414262772, -0.08386150002479553, 0.022437024861574173, 0.05067133903503418, 0.0889376774430275, -0.05952588468790054, -0.02617510035634041, 0.13211096823215485, -0.13144300878047943, -0.04626953974366188, -0.04914051294326782, 0.11064448207616806, 0.15131579339504242, 0.024348285049200058, 0.02872513234615326, -0.06092531234025955, -0.05587507784366608, -0.08848592638969421, -0.023616021499037743, 0.02902933582663536, -0.05823095142841339, 0.05558504909276962, 0.0033333650790154934, -0.20924754440784454, -0.11801251024007797, -0.04430801421403885, 0.07073677331209183, 0.24156349897384644, -0.04049590229988098, 0.07805268466472626, 0.2665098309516907, -0.07273155450820923, -0.14037062227725983, -0.08763505518436432, 0.10640208423137665, -0.009409140795469284, 0.059375446289777756, -0.15400104224681854, 0.0801934152841568, 0.03394480422139168, -0.03733900934457779, -0.03809186816215515, -0.22826619446277618, -0.13225986063480377, 0.13525404036045074, -0.0048936232924461365, 0.05716758593916893, -0.016875050961971283, -0.06337810307741165, -0.040893830358982086, -0.12235864996910095, 0.07864687591791153, -0.010900583118200302, 0.0436585396528244, 0.07673449069261551, 0.10271650552749634, -0.023326491937041283, 0.006159974727779627, 0.1041063442826271, 0.14026810228824615, 0.006389141082763672, 0.006856936030089855, -0.018374234437942505, 0.04311617836356163, 0.050830453634262085, 0.12234444916248322, 0.09081569314002991, -0.009920412674546242, -0.16968679428100586, -0.06506794691085815, -0.07378954440355301, -0.002503474708646536, 0.022616147994995117, -0.12753896415233612, -0.05829779431223869, -0.02433130517601967, 0.08821679651737213, 0.039472244679927826, 0.214581698179245, -0.018405316397547722, 0.03114907816052437, 0.21829640865325928, 0.0492948479950428, 0.015720650553703308, -0.10471682995557785, -0.012650629505515099, -0.07882103323936462, 0.09509642422199249, -0.12663482129573822, 0.005899481009691954, 0.04119005799293518, -0.02882518246769905, 0.1024022102355957, 0.02398621290922165, -0.14438499510288239, 0.0343506820499897, 0.05443389713764191, -0.09506184607744217, -0.03932319954037666, -0.07346773147583008, -0.020743191242218018, 0.07118691504001617, 0.015871725976467133, 0.16375145316123962, -0.14040513336658478, -0.03072197362780571, -0.0073850215412676334, 0.05156126618385315, -0.13465239107608795, 0.17579443752765656, 0.11778120696544647, 0.00827439408749342, -0.10627681016921997, 0.1694725900888443, 0.07122505456209183, 0.059818536043167114, 0.029368611052632332, 0.02033233642578125, -0.07258038967847824, -0.043511975556612015, -0.015130111016333103, 0.0551452711224556, -0.10317690670490265, -0.14645346999168396, -0.07995759695768356, -0.021570662036538124, 0.012204756960272789, -0.07508581876754761, 0.034331802278757095, -0.04925087094306946, 0.008891451172530651, 0.02466554008424282, -0.006890430580824614, 0.05436449497938156, 0.15571123361587524, 0.02366979978978634, -0.17522510886192322, 0.020281676203012466, 0.016964837908744812, 0.07492487877607346, -0.04413539171218872, 0.04152714088559151, -0.03817804902791977, 0.0658426508307457, 0.03859541192650795, 0.05571344122290611, -0.08299003541469574, -0.046832192689180374, 0.002826170064508915, -0.043107401579618454, -0.07118605077266693, 0.09016884118318558, -0.07641772925853729, 0.041158437728881836, 0.04165805131196976, 0.08322909474372864, -0.10223748534917831, 0.00954983476549387, 0.004527510609477758, -0.003945940639823675, 0.020247910171747208, 0.0619807206094265, -0.06277237087488174, 0.004156533163040876, -0.17970068752765656, 0.037787098437547684, 0.1498444825410843, 0.07344277203083038, 0.018805237486958504, 0.005686147138476372, -0.015675686299800873, 0.04781220108270645, 0.005952056031674147, -0.1027551144361496, -0.024143042042851448, -0.05877827852964401, -0.0060499259270727634, -0.05279908329248428, -0.006273167207837105, -0.02532355487346649, 0.02888447791337967, 0.10884704440832138, 0.05072594806551933, 0.1293538510799408, -0.05104193091392517, 0.0031237825751304626, -0.0680534839630127, 0.020969154313206673, 0.02730395644903183, 0.0001342238683719188, -0.0638333261013031, -0.022846069186925888, 0.003840503515675664, -0.07737608999013901, 0.12709423899650574, 0.03952176496386528, -0.08013775944709778, 0.00046534513239748776, -0.056373585015535355, 0.021469993516802788, -0.014625654555857182, 0.12323214113712311, -0.05081085488200188, -0.012516672722995281, -0.10387889295816422, -0.023038985207676888, 0.09417051821947098, 0.1066511943936348, -0.028999507427215576, 0.0746135413646698, 0.03232404217123985, 0.117874376475811, 0.02354654297232628, 0.02118876576423645, -0.142867773771286, -0.053148724138736725, -0.004255628678947687, 0.03356611356139183, 0.011620667763054371, 0.07800035178661346, 0.13987895846366882, -0.09848707914352417, -0.0013937345938757062, 0.0657578781247139, -0.06843231618404388, -0.17174381017684937, -0.21130655705928802, -0.06344471126794815, -0.21928659081459045, -0.0011155267711728811, -0.12760235369205475, 0.03324204683303833, 0.08008875697851181, 0.037705644965171814, -0.020565027371048927, 0.09611015766859055, 0.05945795401930809, -0.14632603526115417, 0.06949383020401001, -0.022120380774140358, 0.001032835221849382, -0.13589811325073242, -0.00969716440886259, 0.12012812495231628, 0.043378639966249466, 0.021351300179958344, -0.05188223347067833, -0.0373796783387661, 0.06679338961839676, 0.02329329587519169, -0.06977549195289612, -0.035775817930698395, 0.024516886100172997, 0.016193147748708725, 0.0793263241648674, 0.07767213135957718, -0.039792563766241074, 0.05294473096728325, 0.09734245389699936, -0.04462771862745285, -0.11243600398302078, -0.06281185150146484, 0.021750586107373238, 0.006152146030217409, 0.12707936763763428, 0.017861241474747658, -0.06995246559381485, -0.06886539608240128, 0.1434573084115982, 0.17295145988464355, -0.04651302471756935, -0.04466794431209564, -0.05901699885725975, 0.02417638897895813, -0.06370419263839722, 0.0481630377471447, 0.013772472739219666, 0.1670997589826584, -0.034219879657030106, 0.048356108367443085, -0.09885846078395844, -0.021405737847089767, -0.0003370128106325865, -0.06853312253952026, 0.027133841067552567, -0.08069371432065964, -0.03297502547502518, 0.15658998489379883, -0.24765804409980774, -0.09024504572153091, -0.12327363342046738, -0.00031015448621474206, -0.042847227305173874, -0.00827770121395588, 0.1411661058664322, 0.1059165671467781, 0.061267197132110596, -0.04916233569383621, -0.0016983422683551908, 0.1061524897813797, 0.02697589248418808, -0.1523059606552124, -0.03559280186891556, 0.02774498052895069, -0.1149832159280777, 0.13988904654979706, 0.0028874885756522417, 0.18003803491592407, -0.020769359543919563, 0.03142265975475311, 0.013507183641195297, 0.10798972100019455, 0.04814862832427025, 0.027688676491379738, -0.009881186299026012, -0.007344724144786596, -0.008384192362427711, 0.11929576098918915, 0.04729557782411575, -0.13444489240646362, 0.0036946614272892475, 0.07832026481628418, -0.055696941912174225, -0.12410776317119598, 0.01630590297281742, -0.10614582151174545, 0.09047925472259521, -0.04681045934557915, -0.07615537941455841, -0.0326203927397728, 0.0059556011110544205, 0.06285913288593292, 0.035896554589271545, 0.08357257395982742, 0.048700641840696335, -0.14560788869857788, -0.0662178173661232, -0.04673149436712265, 0.139391228556633, -0.014460450038313866, 0.05854261666536331, -0.13298827409744263, -0.06018486246466637, -0.06707455962896347, 0.03726566210389137, 0.04071418195962906, 0.005662820301949978, 0.002913285046815872, -0.06904225796461105, -0.0036225179210305214, 0.06108912080526352, -0.03844603896141052, -0.12817779183387756 ]
null
null
espnet
## ESPnet2 TTS pretrained model ### `kan-bayashi/jvs_tts_finetune_jvs010_jsut_vits_raw_phn_jaconv_pyopenjtalk_accent_with_pause_latest` ♻️ Imported from https://zenodo.org/record/5432566/ This model was trained by kan-bayashi using jvs/tts1 recipe in [espnet](https://github.com/espnet/espnet/). ### Demo: How to use in ESPnet2 ```python # coming soon ``` ### Citing ESPnet ```BibTex @inproceedings{watanabe2018espnet, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson {Enrique Yalta Soplin} and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, title={{ESPnet}: End-to-End Speech Processing Toolkit}, year={2018}, booktitle={Proceedings of Interspeech}, pages={2207--2211}, doi={10.21437/Interspeech.2018-1456}, url={http://dx.doi.org/10.21437/Interspeech.2018-1456} } @inproceedings{hayashi2020espnet, title={{Espnet-TTS}: Unified, reproducible, and integratable open source end-to-end text-to-speech toolkit}, author={Hayashi, Tomoki and Yamamoto, Ryuichi and Inoue, Katsuki and Yoshimura, Takenori and Watanabe, Shinji and Toda, Tomoki and Takeda, Kazuya and Zhang, Yu and Tan, Xu}, booktitle={Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, pages={7654--7658}, year={2020}, organization={IEEE} } ``` or arXiv: ```bibtex @misc{watanabe2018espnet, title={ESPnet: End-to-End Speech Processing Toolkit}, author={Shinji Watanabe and Takaaki Hori and Shigeki Karita and Tomoki Hayashi and Jiro Nishitoba and Yuya Unno and Nelson Enrique Yalta Soplin and Jahn Heymann and Matthew Wiesner and Nanxin Chen and Adithya Renduchintala and Tsubasa Ochiai}, year={2018}, eprint={1804.00015}, archivePrefix={arXiv}, primaryClass={cs.CL} } ```
{"language": "ja", "license": "cc-by-4.0", "tags": ["espnet", "audio", "text-to-speech"], "datasets": ["jvs"]}
text-to-speech
espnet/kan-bayashi_jvs_tts_finetune_jvs010_jsut_vits_raw_phn_jaconv_pyopenjta-truncated-d57a28
[ "espnet", "audio", "text-to-speech", "ja", "dataset:jvs", "arxiv:1804.00015", "license:cc-by-4.0", "region:us" ]
2022-03-02T23:29:05+00:00
[ "1804.00015" ]
[ "ja" ]
TAGS #espnet #audio #text-to-speech #ja #dataset-jvs #arxiv-1804.00015 #license-cc-by-4.0 #region-us
## ESPnet2 TTS pretrained model ### 'kan-bayashi/jvs_tts_finetune_jvs010_jsut_vits_raw_phn_jaconv_pyopenjtalk_accent_with_pause_latest' ️ Imported from URL This model was trained by kan-bayashi using jvs/tts1 recipe in espnet. ### Demo: How to use in ESPnet2 ### Citing ESPnet or arXiv:
[ "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jvs_tts_finetune_jvs010_jsut_vits_raw_phn_jaconv_pyopenjtalk_accent_with_pause_latest'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jvs/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ "TAGS\n#espnet #audio #text-to-speech #ja #dataset-jvs #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n", "## ESPnet2 TTS pretrained model", "### 'kan-bayashi/jvs_tts_finetune_jvs010_jsut_vits_raw_phn_jaconv_pyopenjtalk_accent_with_pause_latest'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jvs/tts1 recipe in espnet.", "### Demo: How to use in ESPnet2", "### Citing ESPnet\n\nor arXiv:" ]
[ 45, 10, 79, 11, 11 ]
[ "passage: TAGS\n#espnet #audio #text-to-speech #ja #dataset-jvs #arxiv-1804.00015 #license-cc-by-4.0 #region-us \n## ESPnet2 TTS pretrained model### 'kan-bayashi/jvs_tts_finetune_jvs010_jsut_vits_raw_phn_jaconv_pyopenjtalk_accent_with_pause_latest'\n️ Imported from URL\n\nThis model was trained by kan-bayashi using jvs/tts1 recipe in espnet.### Demo: How to use in ESPnet2### Citing ESPnet\n\nor arXiv:" ]
[ -0.0445406436920166, 0.02650407701730728, -0.0028262699488550425, 0.032710932195186615, 0.0594615638256073, -0.012228026054799557, 0.1719902902841568, 0.07074949145317078, 0.09617195278406143, -0.03692885860800743, 0.09087757021188736, 0.09556873887777328, 0.07273935526609421, 0.1730436384677887, 0.038774654269218445, -0.1825520098209381, 0.0297201219946146, 0.053618669509887695, 0.10531035810709, 0.11954483389854431, 0.14684870839118958, -0.03663657233119011, 0.0719023272395134, 0.042866677045822144, -0.024729518219828606, 0.08751782029867172, -0.03486683592200279, -0.09194347262382507, 0.06195112690329552, 0.022731000557541847, 0.07530423998832703, 0.028738705441355705, 0.08164860308170319, -0.22688747942447662, 0.01683027297258377, -0.009267198853194714, -0.011825155466794968, 0.05187230929732323, 0.0695202499628067, 0.07949414849281311, -0.0034592736046761274, 0.052027683705091476, -0.02461380511522293, 0.022391770035028458, -0.07281609624624252, -0.11133831739425659, 0.020041827112436295, 0.1379549354314804, 0.1460377424955368, 0.13791000843048096, -0.05520389974117279, 0.1380053609609604, -0.04192815721035004, 0.04477695748209953, 0.14580440521240234, -0.1658439338207245, 0.00012389272160362452, 0.025321509689092636, -0.005900694523006678, 0.09890864044427872, 0.04360262304544449, -0.031372204422950745, 0.10630257427692413, 0.002975685289129615, -0.025559550151228905, -0.033585429191589355, -0.13865233957767487, 0.022360626608133316, -0.1170698031783104, -0.012075248174369335, 0.27800047397613525, 0.06018150970339775, 0.001953870290890336, -0.0022600488737225533, -0.07431380450725555, -0.057997941970825195, -0.0032643747981637716, -0.13579852879047394, 0.03342914581298828, 0.039293937385082245, 0.0914129987359047, -0.07686106860637665, -0.14412681758403778, -0.08234201371669769, -0.008753752335906029, 0.016647525131702423, 0.07391657680273056, 0.04234984144568443, -0.10107972472906113, 0.04710676148533821, -0.03238996863365173, -0.10573684424161911, 0.07191608101129532, -0.054226770997047424, 0.08185002952814102, 0.012329823337495327, 0.0996844619512558, -0.15592464804649353, -0.00760627118870616, -0.07212032377719879, -0.06524688750505447, 0.012980521656572819, 0.10965954512357712, 0.08656752109527588, 0.0791214257478714, -0.01997927576303482, -0.08140084147453308, -0.05806702375411987, -0.007425046060234308, 0.0617925301194191, 0.013815032318234444, -0.020243393257260323, -0.13827578723430634, 0.035178687423467636, -0.0820048376917839, -0.02859450690448284, 0.003455657046288252, -0.023287475109100342, -0.10859780758619308, -0.07166481763124466, 0.21567986905574799, -0.06096995994448662, -0.020846838131546974, -0.01303369551897049, -0.05787527561187744, 0.14099344611167908, 0.026890277862548828, 0.09893501549959183, -0.08289947360754013, -0.0528133362531662, -0.09712135791778564, 0.048034198582172394, -0.06066112592816353, -0.07494523376226425, 0.04109889641404152, 0.06834519654512405, -0.006815352942794561, -0.1809387058019638, -0.15939639508724213, -0.04417034983634949, 0.0055975834839046, 0.0312197282910347, -0.04372508451342583, -0.14193232357501984, -0.026392586529254913, -0.011868233792483807, -0.07530771940946579, -0.13299700617790222, -0.09064139425754547, -0.00006127281812950969, -0.041812650859355927, 0.06475770473480225, -0.04588364064693451, 0.05699531361460686, -0.12018182128667831, -0.06582333892583847, -0.16403865814208984, 0.10746078938245773, -0.09494947642087936, -0.0624983124434948, -0.1417141705751419, -0.04048475623130798, -0.04212542995810509, 0.0464530847966671, 0.03932124376296997, 0.18065768480300903, -0.20049740374088287, -0.047001130878925323, 0.0871136263012886, -0.10555893182754517, -0.07711268216371536, 0.16112355887889862, -0.007406496908515692, 0.112630695104599, 0.11223409324884415, 0.24150967597961426, -0.016985395923256874, -0.23046928644180298, 0.02194758504629135, 0.08867635577917099, 0.027113793417811394, -0.05753626674413681, 0.10406696051359177, -0.03183259442448616, -0.005893023684620857, -0.045856501907110214, -0.018933700397610664, 0.06458059698343277, -0.0451846718788147, -0.06302182376384735, 0.07763732224702835, -0.05112604796886444, 0.04853011295199394, -0.018778976052999496, 0.05013195425271988, 0.004933376330882311, -0.05764595419168472, 0.1117682009935379, 0.1450870782136917, -0.05426662042737007, 0.03563326224684715, -0.10578057169914246, -0.009405872784554958, -0.07756844162940979, -0.06027990207076073, -0.01552264578640461, 0.06431864947080612, 0.027660870924592018, -0.010333825834095478, 0.08936809748411179, 0.09567295759916306, -0.014190470799803734, -0.022251391783356667, -0.01025350857526064, -0.06724346429109573, -0.07669884711503983, 0.026500878855586052, -0.029658518731594086, -0.18886052072048187, 0.033604130148887634, 0.006868924479931593, -0.0835670754313469, -0.08921018242835999, -0.03171667084097862, -0.1257018744945526, 0.0900871679186821, -0.021585216745734215, -0.010293758474290371, 0.022288335487246513, 0.04757005721330643, -0.04049777612090111, 0.0009735004277899861, -0.020269576460123062, 0.002534093800932169, -0.005059073679149151, 0.14451883733272552, 0.045620862394571304, 0.01971680484712124, 0.09869841486215591, -0.17782026529312134, -0.010057071223855019, 0.1633506566286087, 0.00642555532976985, -0.04420771822333336, -0.056297726929187775, 0.007204991765320301, 0.19748079776763916, -0.060687363147735596, 0.07059146463871002, -0.12695714831352234, 0.001947847194969654, -0.0022246241569519043, -0.1476978212594986, 0.000871041789650917, 0.06751842051744461, 0.10052936524152756, -0.20872220396995544, 0.13607826828956604, 0.00882722157984972, -0.054482635110616684, 0.25427529215812683, 0.05760017782449722, -0.0613364614546299, -0.052752409130334854, 0.03388504311442375, -0.1180509701371193, 0.06783289462327957, -0.15457874536514282, 0.03798533231019974, 0.03283267095685005, 0.007720116525888443, 0.09915637224912643, -0.12363724410533905, -0.05366811156272888, 0.04250034689903259, -0.09796367585659027, -0.10431665182113647, -0.03280375152826309, -0.1049942597746849, 0.016336778178811073, -0.049398988485336304, -0.08031217753887177, 0.01585562899708748, -0.014362966641783714, -0.1284233182668686, 0.11875388026237488, -0.1482391357421875, -0.2411436289548874, -0.154091939330101, 0.060881853103637695, -0.005716394633054733, 0.03126262128353119, 0.05501716583967209, -0.11589030921459198, -0.05356168374419212, -0.05774565413594246, 0.0347907692193985, -0.02597685530781746, -0.06487202644348145, 0.02679154835641384, -0.009991544298827648, -0.012445082888007164, -0.11968676000833511, -0.0005037947557866573, -0.03093426674604416, 0.05107435584068298, 0.0003654226893559098, -0.09348936378955841, 0.06668681651353836, 0.18778447806835175, 0.004503248259425163, -0.03442206606268883, -0.018370389938354492, 0.24809971451759338, -0.05622230842709541, 0.05894501879811287, 0.17884086072444916, 0.0011535139055922627, 0.04345797374844551, 0.1147983968257904, 0.05259532108902931, 0.014007775112986565, 0.028014712035655975, -0.049030788242816925, -0.005887071136385202, -0.335006445646286, -0.06129428744316101, -0.03585366532206535, 0.0393856018781662, -0.007380011025816202, 0.006532198283821344, 0.07348419725894928, 0.11478786170482635, -0.03972113877534866, 0.06427782028913498, -0.003394925966858864, 0.024502098560333252, 0.05153012275695801, 0.019797181710600853, 0.048968955874443054, -0.04137555509805679, -0.03298715502023697, 0.09729807823896408, 0.09361331164836884, -0.030192848294973373, 0.07490365207195282, 0.1284264624118805, 0.12554246187210083, 0.16058073937892914, 0.06320885568857193, -0.01011024508625269, 0.009509448893368244, 0.02888396754860878, -0.03570013493299484, -0.07234254479408264, -0.008522532880306244, 0.10438796132802963, 0.06659292429685593, -0.04148736223578453, 0.06877884268760681, 0.0981760174036026, 0.012875689193606377, 0.09704327583312988, 0.06265434622764587, -0.27218911051750183, 0.01030041091144085, 0.01432404201477766, -0.004074125085026026, -0.05065421015024185, 0.07413817197084427, 0.1594182848930359, -0.044740039855241776, 0.07452300190925598, 0.11338875442743301, 0.07751495391130447, -0.07987725734710693, -0.026905523613095284, 0.0469852052628994, 0.022583244368433952, -0.013647811487317085, 0.11380650848150253, -0.19244684278964996, 0.17167440056800842, 0.010947254486382008, 0.08765675127506256, 0.012608773075044155, 0.007806958630681038, -0.04222635179758072, -0.009830202907323837, 0.1671953797340393, 0.04587026685476303, 0.03845028579235077, -0.059539370238780975, -0.10632316768169403, -0.019257724285125732, -0.01928642950952053, 0.051074326038360596, -0.03822716698050499, 0.06465322524309158, 0.021646561101078987, 0.0494118258357048, -0.026303386315703392, -0.2633465528488159, -0.01621265895664692, -0.011841099709272385, 0.22185054421424866, -0.04958935081958771, 0.023326385766267776, -0.06368447840213776, -0.10029982030391693, 0.03895627334713936, -0.0789119154214859, -0.14153529703617096, -0.037540774792432785, -0.0781986191868782, 0.09914229065179825, -0.08452022075653076, 0.023216575384140015, 0.05078304186463356, 0.08802606910467148, -0.060152679681777954, -0.025313638150691986, 0.13234364986419678, -0.13151539862155914, -0.04608919098973274, -0.04889082536101341, 0.1111237108707428, 0.15211144089698792, 0.02376633696258068, 0.029197711497545242, -0.06046518683433533, -0.05554645135998726, -0.08762527257204056, -0.024514373391866684, 0.026943620294332504, -0.05676065385341644, 0.05756722018122673, 0.0031198353972285986, -0.20911253988742828, -0.11806673556566238, -0.044296588748693466, 0.07094322144985199, 0.24210119247436523, -0.040169842541217804, 0.07790995389223099, 0.26452502608299255, -0.07204566895961761, -0.1399729996919632, -0.08771155029535294, 0.10639551281929016, -0.009328203275799751, 0.05919784680008888, -0.15479807555675507, 0.07989513128995895, 0.03371714800596237, -0.036817003041505814, -0.03743279352784157, -0.2293008267879486, -0.13238029181957245, 0.13447098433971405, -0.004997509531676769, 0.057150986045598984, -0.0166071318089962, -0.0628959909081459, -0.04059832915663719, -0.12055782228708267, 0.07847017049789429, -0.010164109990000725, 0.044232361018657684, 0.07702901214361191, 0.10221269726753235, -0.023074213415384293, 0.006491022650152445, 0.10365035384893417, 0.14043684303760529, 0.006524977274239063, 0.006912692449986935, -0.01894805021584034, 0.042338863015174866, 0.05135728791356087, 0.12160804122686386, 0.08976034075021744, -0.009958009235560894, -0.16971611976623535, -0.06490687280893326, -0.07431173324584961, -0.0015478566056117415, 0.022637590765953064, -0.12722979485988617, -0.058091502636671066, -0.024299897253513336, 0.08780306577682495, 0.039952751249074936, 0.21447156369686127, -0.018528692424297333, 0.03164030238986015, 0.21686646342277527, 0.048450734466314316, 0.016502276062965393, -0.10497429966926575, -0.01201421394944191, -0.07865441590547562, 0.09545262157917023, -0.1254497766494751, 0.005537637509405613, 0.040362369269132614, -0.0290157962590456, 0.10262876749038696, 0.02363499067723751, -0.14414021372795105, 0.0343584269285202, 0.054098572582006454, -0.09555970877408981, -0.038626302033662796, -0.07351652532815933, -0.02114313840866089, 0.07321153581142426, 0.01540561206638813, 0.1644018292427063, -0.1404380351305008, -0.031261928379535675, -0.007717540953308344, 0.05158262327313423, -0.13443411886692047, 0.175786554813385, 0.11737386137247086, 0.007775971200317144, -0.10613736510276794, 0.16941343247890472, 0.07165726274251938, 0.058049991726875305, 0.03048592433333397, 0.021289721131324768, -0.07201215624809265, -0.04387776553630829, -0.01426167692989111, 0.05626876652240753, -0.10319878906011581, -0.14639922976493835, -0.08049297332763672, -0.0204689372330904, 0.012381537817418575, -0.07315860688686371, 0.03493935614824295, -0.04971916601061821, 0.008451121859252453, 0.024452948942780495, -0.007435768377035856, 0.054243262857198715, 0.1555771380662918, 0.02381078526377678, -0.17476306855678558, 0.020274633541703224, 0.017388615757226944, 0.07561594247817993, -0.04395079240202904, 0.04203848913311958, -0.03828033059835434, 0.06502939015626907, 0.03878207877278328, 0.05598574876785278, -0.083191879093647, -0.047316037118434906, 0.0022406037896871567, -0.04289037734270096, -0.07049375027418137, 0.08951675146818161, -0.07652550935745239, 0.04101143777370453, 0.0417814739048481, 0.08303268253803253, -0.10248947143554688, 0.009572683833539486, 0.004998244810849428, -0.003496815450489521, 0.020768694579601288, 0.06243448331952095, -0.06289506703615189, 0.004039492458105087, -0.17925798892974854, 0.037876252084970474, 0.1501762419939041, 0.07239655405282974, 0.018630672246217728, 0.005588935688138008, -0.015177656896412373, 0.04703924432396889, 0.00653167674317956, -0.10276846587657928, -0.022984467446804047, -0.059065982699394226, -0.005953457672148943, -0.051953960210084915, -0.006430943962186575, -0.02548716403543949, 0.028583761304616928, 0.10762185603380203, 0.050043050199747086, 0.12959691882133484, -0.05148167908191681, 0.003181969281286001, -0.06713747978210449, 0.02065846137702465, 0.026606982573866844, -0.0005251021939329803, -0.06390731036663055, -0.022476233541965485, 0.003608200466260314, -0.07718365639448166, 0.12598945200443268, 0.04031836614012718, -0.07954832166433334, 0.00042147364001721144, -0.0554533489048481, 0.020777253434062004, -0.014435096643865108, 0.123044952750206, -0.05096622556447983, -0.012570001184940338, -0.10308065265417099, -0.022594889625906944, 0.09438969939947128, 0.10653267055749893, -0.028942320495843887, 0.07569629698991776, 0.033009011298418045, 0.11810152977705002, 0.023435959592461586, 0.02074427530169487, -0.14313280582427979, -0.054539721459150314, -0.004470773506909609, 0.03354287147521973, 0.012062597088515759, 0.07842719554901123, 0.13857941329479218, -0.09826609492301941, -0.0012695103650912642, 0.06556356698274612, -0.06794866919517517, -0.17153625190258026, -0.21122610569000244, -0.06299234181642532, -0.21926209330558777, -0.001422652043402195, -0.12739835679531097, 0.03344670310616493, 0.07962554693222046, 0.03722066804766655, -0.020378008484840393, 0.09772910922765732, 0.058194808661937714, -0.14655537903308868, 0.0695824921131134, -0.021994516253471375, 0.001257817610166967, -0.1359863430261612, -0.009863552637398243, 0.11960205435752869, 0.043348535895347595, 0.02126193419098854, -0.05222368985414505, -0.037143006920814514, 0.06707750260829926, 0.022333120927214622, -0.06967601180076599, -0.03570299595594406, 0.025133414193987846, 0.016271252185106277, 0.07894882559776306, 0.07757464796304703, -0.03954198211431503, 0.05293462052941322, 0.09880947321653366, -0.044238436967134476, -0.11219371855258942, -0.06278631836175919, 0.02236391231417656, 0.007178714498877525, 0.126225084066391, 0.017770878970623016, -0.06966464221477509, -0.0688394084572792, 0.14272120594978333, 0.17304278910160065, -0.04685813933610916, -0.04446166008710861, -0.058908067643642426, 0.024214092642068863, -0.06322962790727615, 0.047800932079553604, 0.014457553625106812, 0.16661959886550903, -0.034235499799251556, 0.047843895852565765, -0.09882048517465591, -0.021303340792655945, -0.0013641321565955877, -0.06898854672908783, 0.027307644486427307, -0.08068803697824478, -0.03223179280757904, 0.15642546117305756, -0.24733126163482666, -0.09033355861902237, -0.12409398704767227, -0.001080916146747768, -0.04303263500332832, -0.009131588973104954, 0.1415541172027588, 0.10612373799085617, 0.061696428805589676, -0.04860103502869606, -0.0026712482795119286, 0.10654983669519424, 0.026723587885499, -0.15266604721546173, -0.035489488393068314, 0.02795935980975628, -0.116493821144104, 0.1395348757505417, 0.0028217362705618143, 0.17948134243488312, -0.020756879821419716, 0.031998954713344574, 0.014425722882151604, 0.10731063783168793, 0.04843270033597946, 0.027445336803793907, -0.010261385701596737, -0.006264884956181049, -0.00819290429353714, 0.11852219700813293, 0.046876952052116394, -0.1354849934577942, 0.0041146231815218925, 0.07772212475538254, -0.05556120723485947, -0.12408366054296494, 0.01644895412027836, -0.10622721910476685, 0.09080652892589569, -0.04627547785639763, -0.07543271780014038, -0.032053954899311066, 0.005744054447859526, 0.06259869784116745, 0.03612522408366203, 0.08269379287958145, 0.04773452877998352, -0.14590777456760406, -0.06595663726329803, -0.04727301746606827, 0.13936085999011993, -0.014144064858555794, 0.05862725153565407, -0.1333368718624115, -0.060175344347953796, -0.06776801496744156, 0.037482116371393204, 0.03978973999619484, 0.005458877421915531, 0.003475665580481291, -0.06872163712978363, -0.0038993237540125847, 0.061344001442193985, -0.03914628177881241, -0.1284310668706894 ]