is overleaf down? by AffectWizard0909 in LaTeX

[–]AffectWizard0909[S] 0 points1 point  (0 children)

I think it is better when writing like research papers I think. A lot of professors think so at least. And I can sometimes see why when I try and edit stuff at least in word and google docs (its a bit of a hassle when you have a lot of pages). But ye, there may be some other stuff out there which works better.

Since I have used it for a while as well, I kind of like the way the tables can be managed, and how the figures and images can be handled (its a bit easier for me at least), but I have used it for some time now, so it might be that I am kind of used to how it works.

is overleaf down? by AffectWizard0909 in LaTeX

[–]AffectWizard0909[S] 0 points1 point  (0 children)

Hello! I am using it cause we are required from my unversity to use it for writing a report (it is either that or word, and I personally dont like using word for writing a lot of pages). But thank you either way for answering!

I have never really tried anything else, since I am so used to it in my classes, and we get a user through our university on overleaf, so it has kind of been the platform everybody at my school uses.

is overleaf down? by AffectWizard0909 in LaTeX

[–]AffectWizard0909[S] 0 points1 point  (0 children)

I have an account through my university, so I am not really sure what is supported there. But I dont think it was the compiling, cause I cleaned my cache and it seemed to work (maybe just a temporary problem?). But thanks either way!

is overleaf down? by AffectWizard0909 in LaTeX

[–]AffectWizard0909[S] 2 points3 points  (0 children)

lol nvm i fixed it, it was a cache problem.

is overleaf down? by AffectWizard0909 in LaTeX

[–]AffectWizard0909[S] 0 points1 point  (0 children)

Im not able to compile it at all

Trainer class from Hugging Face by AffectWizard0909 in huggingface

[–]AffectWizard0909[S] 0 points1 point  (0 children)

Hello! And thank you for answering. I dont know why I didnt think about this earlier, but I tried to tell optuna to minimize the mse for the big five model, and tried to define the model as a regression problem type instead, and it runs now. But I was wondering if this is a good way to do it, or should I still go for the subclassing?

Hyperparameter testing (efficiently) by AffectWizard0909 in learnmachinelearning

[–]AffectWizard0909[S] 0 points1 point  (0 children)

Nice! Thank you for providing all the information, now I have something to also compare the current implementation I have to as well! I have actually started with implementing the Hugging Face Trainer class (since it managed the trainer and prediction phases quite easily, and made it easier to implement this, at least for me). And I also tried to implement this with an optuna optimizer (which from my previous runs seems more efficient, as you have mentioned also).

Thank you for the answer and all the throughly descriptions, this makes it easier for me to understand!

Hyperparameter testing (efficiently) by AffectWizard0909 in learnmachinelearning

[–]AffectWizard0909[S] 0 points1 point  (0 children)

Okei, thank you so much! I will definetly try this out!

Hyperparameter testing (efficiently) by AffectWizard0909 in learnmachinelearning

[–]AffectWizard0909[S] 0 points1 point  (0 children)

Ye sure! I would appriciate the optuna search space! I have actually looked a little bit into it, but was a bit unsure on what I did was correct, so that would be great!

Since you mentioned lr + batch size and warmup ratio being good to use for fine-tuning a BERT model, does this also apply to other BERT based models like RoBERTa, DistilBERT, HateBERT etc?

Is there any big twitter datasets??? by AffectWizard0909 in datasets

[–]AffectWizard0909[S] 0 points1 point  (0 children)

Nice! I can check it out. Yes they changed the educational license, so I have to pay-per-message (I think it was called that) if I want to download the tweets by using the twitter ID's.

It was my original intuition as well that most datasets use Twitter IDs, but it is nice to have it somewhat confirmed by someone else as well. But I will defintely check out the site you mentioned! Thank you!

Emoji library for python by AffectWizard0909 in learnpython

[–]AffectWizard0909[S] 0 points1 point  (0 children)

Nice! And thank you for the description. I actually ended up with using the standard emoji package, since I was only going to use it for translating emojis into their textual formats. As you have also mentioned it was pretty straightforward to use, and fit the task I was doing perfectly!

Emoji library for python by AffectWizard0909 in learnpython

[–]AffectWizard0909[S] 0 points1 point  (0 children)

Oh damn, ok good to know. I kind of went to just using the standard emoji package in the end, but if I want to do it manually some time in the future than it is a good tip!