-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terrible Documentation #28
Comments
Have you found a way to save the datasets? I'm also having a lot of difficulty saving. |
Hi, yes! I leave you here an example:
I don't want to brag but I really recommend you to use my fork of doccano_transformer I have solved several bugs very important (some anotations werent being transformed correctly and it didn't save them). Plus I added some other transformers. To install it and use it use: |
I followed your instructions but I'm getting this error. |
NVM, I fixed it. Apparently, I have to change the 'label' key in my file to "labels". But your solution works |
i encounter issue: KeyError: 'The file should includes either "labels" or "annotations", any suggestions on this? |
On your JSONL document check your keys ad change for the whole document. I guess it was an issue with the annotator where files are saved with the wrong key. So for example if the key is "label" change it to "labels" for the whole JSONL document. |
If someone is looking for the version adapted for camembert (french model), here you can find my version : https://github.com/pdbang/doccano-camembert-transformer |
@rjuez00 Hello Rodrigo, Thank you for your fork. I have many... ERROR NOT ALL TAGS WERE SAVED TO CONLL03... My tags are correct on Doccano. When I start your script. I am missing a lot of BIO labels. Any idea? Thx! |
@AkimParis hello, |
@ghassenhed And my version of Rjuez00... from doccano_transformer.datasets import NERDataset with open("train-final-888.txt", "w", encoding = "utf-8") as file: Good luck! |
Feature description
Improve the documentation, how is it possible that I cannot find documentation explaining the different classes? The tool can be as good as you like but I have to read directly the code to understand what features does it have or how to save the datasets once transformed...
The text was updated successfully, but these errors were encountered: