sileod

Results 13 comments of sileod

Hi, I'm sorry for that and thank you for having noticed this problem I used google drive for more reliable download on the main parts of the dataset, but the...

> Numeral.gf is part of GF's RGL (https://github.com/GrammaticalFramework/gf-rgl/blob/master/src/abstract/Numeral.gf), so you need to have it installed for the ACE-in-GF make targets to succeed. > > Note however, that the building was...

Hi ,thank you for your issue, would it be easy to reproduce the error in a colab ?

Hi! The library uses a shared encoder + "adapters" (task embeddings + task heads, e.g. classifiers) It saves the shared encoder and the adapters Currently, if you want to start...

Sentence similarity is already supported, just use tn.Classification template where y is float. So it should work off the shelf. This code show how to specialize encoder for one of...

Currently, when the model is saved, it saves a single encoder + a set of adapters. The adapter class is actually a collection of adapters. I'll try to clarify this,...

You should use task_model_list https://github.com/sileod/tasknet/blob/main/src/tasknet/models.py#L188 It's a torch module so it can uses variables as input and it's differentiable If you are talking about actual inference outside of training, it's...

Thanks ! Tasksource is designed for transparency and quick addition of new tasks, and composability. Tasksource tasks can be recasted programmatically into instructions or used for classification. Tasksource has the...

Motly labelling segments or entities in a text https://huggingface.co/datasets?task_categories=task_categories:token-classification&sort=trending e.g. "named entity recognition"

Hi, thanks for your suggestion ! Currently, you can use the dataframe and check for the presence of some languages in the [names](https://github.com/sileod/tasksource/blob/main/mtasks.md). But it's not enough, some datasets have...