xidian237

Results 4 comments of xidian237

我也试了用源码,有时候可以rename成功,有时候不行

@Kevin-JiXu, actually not yet.

@dosu The weights is default: `weights: list[float] = field(default_factory=lambda: [0.75, 0.25])`

@dosu, This is my code: > metrics = [globals()[metric_name] for metric_name in [metric_name]] > result = evaluate(dataset=dataset, metrics=metrics, llm=gen_ai_hub_llm, > embeddings=gen_ai_hub_embedding_model, raise_exceptions=True) > print(result) I didn't use the way you...