评估文档
Hub 方法
获取文档扩展体验权限
开始体验
适用于 Hugging Face Hub 的方法
参数
str
float
dict[str, int]
bool
将指标结果推送到 Hub 中模型存储库的元数据。
示例
>>> push_to_hub( ... model_id="huggingface/gpt2-wikitext2", ... metric_value=0.5 ... metric_type="bleu", ... metric_name="BLEU", ... dataset_name="WikiText", ... dataset_type="wikitext", ... dataset_split="test", ... task_type="text-generation", ... task_name="Text Generation" ... )