Shaohan Huang
Results
2
comments of
Shaohan Huang
@kamae Hi Kamae, I remove the pool part and use for loop directly, which works for me. The following for your reference. ```python # pool = mp.Pool(n_jobs) # result =...
I can provide a minimal implementation using TRL. install the necessary packages: ``` pip install trl pip install git+https://github.com/shumingma/transformers.git ``` a sample code snippet (Please note that it is only...