Dale Evans

Results 5 comments of Dale Evans

I have noticed this as well, using a custom REST labeler which I personally operate. When auto-labeling is turned on, doccano responds with an empty list of labels, and does...

The . in the event type is transformed to a _ in the method name in channels.consumer.get_handler_name: ``` def get_handler_name(message): """ Looks at a message, checks it has a sensible...

What I've been doing for this use case is adding outgoing webhooks to the backend server to notify my model training server when new examples are ready. Specifically, in here:...

The dataset isn't public yet, so I don't think this is feasible.

The entire process is just: make your data, in the jsonl format like you get when you download the standard data edit configs/train/finetune_lora.yaml to point to your new data file...