Nicolay Rusnachenko

Results 16 comments of Nicolay Rusnachenko

@Shengguowei, recently i have encountered an equal weights across aspects and contexts in my experiments. Here is a [pull-request](https://github.com/lpq29743/IAN/pull/14)/fix.

@benajibayassine, i have just tried and it works with 1.14.0. Since the original BERT [requires](https://github.com/google-research/bert/blob/master/requirements.txt) `1.11.0`, i think that it might work as well with any later versions but until...

Hi @willmil11 Thanks for sharing traceback and log. ``` Traceback (most recent call last): File "/home/vscode/lamda/LaMDA-rlhf-pytorch/train.py", line 4, in from colossalai.core import global_context as gpc ModuleNotFoundError: No module named 'colossalai.core'...

@willmil11, I did not experiment with LaMDA with this project since I was not able to launch training (GoogleColab). That was almost a year ago. If anything related to the...

Another option is to check wether the `colossalai` is actually works with unittests and related examples.

@willmil11 , I mean releases from PyPI: https://pypi.org/project/colossalai/#history I can' t recommend in your particular case since there might be other dependency ruies. So that you can try out with...

@willmil11, did the version switching sorted out the issue?

Hi @willmil11! You need to try out other versions down from `0.3.4` as well. For example `0.3.3` does not have the issue with the `core` in `Python 3.10.12`, so you...

Hey @A-Ahmad1998 , I was in exact the same situation when for the first time approaching this project. I can navigate to the similar repository of the personal studies, aimed...

Solution here is to utilize a couple parameters [sentence_from, sentence_to]