-
Hello. We were trying to develop a new method on top of AdaLoRA and are faced with an inconvenience regarding the hyperparameter search used for GLUE.
[](url)
With Appendix Section C, you have prov…
-
Hi, thanks for the nice work.
I'm trying to reproduce paper's result but notice that the hyperparameter you provide in this repositary (by [pretraining script](https://github.com/Hannibal046/PlugLM…
-
itertracks() doesn't work properly in 0.1.1. problems:
1) Hyperparameters onset/offset doesn't work properly, for example in the output there are segments shorter than "onset".
2) Looks like segme…
-
thanks for your great work, but could share more about your hyperparameter settings for other dataset? thanks!
-
Hi @ficstamas ,
many thanks for open sourcing this very interesting implementation!
I would like to train own models with this implementation (as additional models to my ByT5 project on [histori…
-
Hi,
Interesting work here!
Can you please provide the details on the following hyperparameters used for each of the following datasets,
INaturalist18 : weight decay, learning rate used.
ImagenetL…
-
Hello,
are there any specific hyperparameters one should use when trying to reproduce the OGB node classification results? I extended the approach from the cora, citeseer, and pubmed dataset to the O…
-
In VAT paper the hyperparameter xi is set to `1e-6` (only a small value coincides with taylor expansion), why in this repo it is `10`?
-
Could this actually be used to optimize machine learning hyper parameters? Must there be an existing dataset of samples?
It would be cool to try optimizing my keras/tf network with this. I know thi…
-
The hyperparameter values for SVC were obtained by performing GridSearchCV on the training set.
The code snippets given below can be used to validate the findings:
For Training SVM - with Data …