Ankit Pal

Results 97 comments of Ankit Pal

@syedjafer Sure, Plan is to build a verifier. Please check #8 and #4. Feel free to open a PR. If you want to discuss the details, Please ping me on...

Added telegram UI https://github.com/monk1337/auto-ollama/blob/main/scripts/chat_ui.py

@ebsmothers Thank you for your detailed reply. I have one follow-up question, How can I convert this merge model folder which contains multiple `{prefix}_model_i.pt` to huggingface format and upload it?...

@fabriceyhc You have to change the file name in the script to ``` loaded = [ torch.load(os.path.join(input_base_path, f"hf_model_{i:04d}_0.pt"), map_location="cpu") for i in range(1, num_shards + 1) # Start from 1...

Awesome, and thank you for the reply! I am excited about the new feature, but in the meantime, I want to try the native LM harness. However, to do that,...

I am also facing problem on mac: my problem is **init** files not able to find modules ``` File "/anaconda/lib/python3.5/site-packages/midi-0.2.3-py3.5.egg/midi/__init__.py", line 1, in ImportError: No module named 'containers' ``` I...

@MaYB2333 Exactly, The dataset seems strange, Maybe it's preprocessed with some conditions, I just printed two lines from train.src and it looks like this : ``` ['won million sery moody...

I think it's preprocessed and stemmed words?

Because of the agreement of RCV1 CD-ROMs from Reuters, the original data should not be reconstructed. So the dataset removes the large stop words and replace the remaining words with...