Skip to content

Commit

Permalink
Close bigscience-workshop#921 (Flambe Dependency Fix) (bigscience-wor…
Browse files Browse the repository at this point in the history
…kshop#922)

* inital working draft of flambe

* added ned data

* changed comments

* format

* fixed a bug

* added abstracts with bigbio text schema

* fixed bigbio dependency bug
  • Loading branch information
raissinging authored and phlobo committed Oct 21, 2024
1 parent 0272285 commit 323e970
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bigbio/hub/hub_repos/flambe/flambe.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@

import datasets

from bigbio.utils import schemas

from .bigbiohub import BigBioConfig, Tasks
from .bigbiohub import BigBioConfig, Tasks, text_features

_LOCAL = False
_LANGUAGES = ["English"]
Expand Down Expand Up @@ -173,7 +171,7 @@ def _info(self) -> datasets.DatasetInfo:
)

elif self.config.schema == "bigbio_text":
features = schemas.text_features
features = text_features

return datasets.DatasetInfo(
description=_DESCRIPTION,
Expand Down

0 comments on commit 323e970

Please sign in to comment.