A Guide to Montreal-Forced-Aligner(MFA) Align Mandarin (China Pinyin Input) In this tutorial, we will introduce how to align mandarin pinyin using montreal-forced-aligner (MFA) tool, you can implement step by step.
Split a String by Multiple String Delimiters in Python – Python Tutorial In this tutorial, we will use some examples to show you how to split a string by multiple string delimiters in python.
Fix A decoder-only architecture is being used, but right-padding was detected! For correct generation results, please set padding_side=’left’ when initializing the tokenizer In this tutorial, we will introduce how to fix A decoder-only architecture is being used, but right-padding was detected! For correct generation results, please set padding_side=’left’ when initializing the tokenizer.
Convert PPT Slide to Images in Python – Python Tutorial In this tutorial, we will introduce how to convert every slide in a ppt or pptx file to image using python.
Fix Comptype module needed to save PNGs When Converting PPT to PNG In this tutorial, we will introduce how to fix Comptype module needed to save PNGs when we are using python_pptx_interface.
LLM Temperature Explained – LLM Tutorial When we use LLM model to generate a text, we may see a temerature parameter. In this tutorial, we will discuss it.
WordPress Add Custom Fields to Quick Edit – WordPress Tutorial In this tutorial, we will introduce how to add our custom fields to quick edit using wordpress plugins.
Fix Qwen Setting ‘pad_token_id’ to ‘eos_token_id’: 151643 for open-end generation In this tutorial, we will introduce you how to fix Qwen Setting ‘pad_token_id’ to ‘eos_token_id’: 151643 for open-end generation.
Python Convert Dict to String or String to Dict – Python Tutorial In this tutorial, we will introduce how to convert a python dict to string or string to a dict.
PyTorch Load and Save .safetensors – PyTorch Tutorial In this tutorial, we will introduce you how to save and load a .safetensors file in pytorch.