Open mzyyyyyyyy opened 2 months ago
Subscribing to this thread, happy to make it available on Hugging Face, and link it to the paper page: https://huggingface.co/papers/2404.08351.
Hi, I will make them available in next weeks. There will be one pretrained model by dataset. As we say in the paper, we pretrain and fine tune on the same dataset and the use of pretrained weights on an other dataset is not trivial.
Cool! Leaving a guide on how to push it to the 🤗 hub for better discoverability: https://huggingface.co/docs/hub/models-uploading. In this case, the PyTorchModelHubMixin class might be useful given it's a custom PyTorch model.
Linking to the paper can be done by including https://huggingface.co/papers/2404.08351 in the model card.
I see the datasets are already linked: https://huggingface.co/papers/2404.08351, super nice to see :)
Hi, I will make them available in next weeks. There will be one pretrained model by dataset. As we say in the paper, we pretrain and fine tune on the same dataset and the use of pretrained weights on an other dataset is not trivial.
I am really appreciate it!
could you please upload pretrained model weights(checkpoint)? i want to evaluate the model first. thank you!😀