eleuther eval provider

This commit is contained in:
Xi Yan 2024-10-04 13:45:52 -07:00
parent 2441e66d14
commit 6234dd97d5
7 changed files with 168 additions and 2 deletions

View file

@ -0,0 +1,10 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree.
from pydantic import BaseModel
class EleutherEvalsImplConfig(BaseModel): ...