darebfh

Results 3 issues of darebfh

OS: maxOS 14.1 Python: 3.11.6 PyTorch: 2.0.1 Description: Standard evaluation of custom dataset works: ``` dataset = Dataset.from_list(dictlist) task_evaluator = evaluator("token-classification") eval_results = task_evaluator.compute( model_or_pipeline=, data=, metric="seqeval", label_column="tags" ) ```...

# Feature Request **Is your feature request related to a problem? Please describe.** I monitor usage statistics using langfuse and the associated pipeline. However, in langfuse also all requests from...

I recently upgraded our openwebui/pipelines/langfuse setup and deployed gpt-oss. With the Langfuse_v3 pipeline, the traces show up in langfuse, however it seems as if the metadata cannot be structured: To...