Unanswered
I Am Looking For The Dataset Used In Sarcasm Detection Demo
Hi @<1540142651142049792:profile|BurlyHorse22> I think I know what is happening. So, ClearML does not support having dict keys by any other type than string. This is why I made these functions to cast the dict keys to string and back after we connect them to clearml.
What happens I think is that id2label is a dict with ints as keys and it is not cast into string before being given to the model which in turn will be connected by the internal Huggingface integration to ClearML.
I'm checking now what I did about it in my branch, it seems maybe not everything was pushed yet!
162 Views
0
Answers
one year ago
one year ago