jeetendraabvv

Results 5 issues of jeetendraabvv

I tried to install the dependencies on various python 3.7 and above versions. but getting the following error each time: INFO: pip is looking at multiple versions of lightning to...

3rd party

I followed below article to finetune mbart model for Hindi language summarization https://ohmeow.github.io/blurr/text.modeling.seq2seq.summarization.html For which i changed the language parameter "en_XX" to "hi_IN"in the following code. if hf_arch == "mbart":...

PS C:\Users\Administrator> pip install bitsandbytes Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Requirement already satisfied: bitsandbytes in c:\programdata\anaconda3\envs\llm_tkit\lib\site-packages (0.42.0) Requirement already satisfied: scipy in c:\programdata\anaconda3\envs\llm_tkit\lib\site-packages (from bitsandbytes) (1.13.0) Requirement already satisfied: numpy=1.22.4...

Geeting the above error while running the following code as mentioned in the article. e = XlitEngine(src_script_type="indic", beam_width=10, rescore=False) out = e.translit_word("नमस्ते", lang_code="hi", topk=5) print(out) ![a2](https://github.com/AI4Bharat/IndicXlit/assets/64654051/c217b14e-0bf8-4867-833c-65f385994d18) ![a](https://github.com/AI4Bharat/IndicXlit/assets/64654051/bbfdefee-fddf-488d-ba26-6360d868f8b9)

How can we resolve this error?. No error occur when we read the file data using pandas read_csv. or how I can set encoding. My data file contains Text written...