Results 23 comments of Varun Mathur

Hi @caidongqi I tried changing the run_classifier.py file as you have done. But ran into the same errors as @bing0037. I was also trying to reproduce the result for BERT....

I tried upgrading langchain, but I am still getting this error.

I tried `pip show langchain` This is the output I got: ``` Name: langchain Version: 0.0.27 Summary: Building applications with LLMs through composability Home-page: https://github.com/hwchase17/langchain Author: Author-email: License: MIT Location:...

@jerryjliu The latest version of langchain v0.0.100 requires a version of Python greater than 3.8 I tried uninstalling and installing langchain but ran into the same issue.

@jerryjliu I will try it with a higher version of python , greater than 3.8.

@sgugger I did try a fresh environment but still ran into the same issue. ``` ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ │ in │ │ │ │ 4 model_id...

@sgugger Thanks I got that. Also how to train large models it that case? Earlier I have also tried smaller models and also used the inference API.

@hsuyab I did go through these links and search online but I want something very specific and customizable. I want something that can be used from Huggingface as a core...

@hsuyab I want to build a multi variate regression model and want to use a Huggingface class specifically designed to that. Not a pipeline which does not allow to train...

@hsuyab Sure I will try that but do you have the code to modify the class functions or should I create a PR for this?