Shoubhik Banerjee
Shoubhik Banerjee
Hi.. Thanx for making such an useful library. I am facing some problem while hiding some of the controls programmatically. Actually I am setting the layout visibility to GONE, INVISIBLE...
Can you please share the code to **Finetune your** **hugging face nlptown/bert-base-multilingual-uncased-sentiment model**. And also the **code for the model itself** . (ie the process that you have implememted). I...
Is there any way to fine-tune or pre train the model.with custom dataset??
Hi! Thanx for the amazing package ! But after I installed the package using pip and trying to load data , it gives an error : **AttributeError: type object 'StockDataFrame'...
Hi, actually I was trying to finetune PreSumm on AmazonFoodReview Dataset for AbsBert. But after running nearly 3,00,000 training examples for 20,000 steps, The accuracy and the candidate summaries are...
I tried installing the package as mentioned here : [https://github.com/lm-sys/FastChat#method-1-with-pip](https://github.com/lm-sys/FastChat#method-1-with-pip). Hence executed : 1) `pip3 install fschat` 2) `pip3 install git+https://github.com/huggingface/transformers` 3) `python3 -m fastchat.model.apply_delta \ --base /my_path_base \ --target...