gabrielaltay commited on
Commit
5208be7
1 Parent(s): 2701485

try one file

Browse files
Files changed (2) hide show
  1. bigbiohub.py +1 -1
  2. biosses.py +2 -3
bigbiohub.py CHANGED
@@ -82,7 +82,7 @@ METADATA: dict = {
82
  "_LOCAL": bool,
83
  "_LANGUAGES": Lang,
84
  "_PUBMED": bool,
85
- "_LICENSE": licenses.License,
86
  "_DISPLAYNAME": str,
87
  }
88
 
 
82
  "_LOCAL": bool,
83
  "_LANGUAGES": Lang,
84
  "_PUBMED": bool,
85
+ "_LICENSE": License,
86
  "_DISPLAYNAME": str,
87
  }
88
 
biosses.py CHANGED
@@ -29,8 +29,7 @@ import pandas as pd
29
  from bigbiohub import pairs_features
30
  from bigbiohub import BigBioConfig
31
  from bigbiohub import Lang, Tasks
32
- import licenses
33
-
34
 
35
 
36
  _DATASETNAME = "biosses"
@@ -63,7 +62,7 @@ score.
63
 
64
  _HOMEPAGE = "https://tabilab.cmpe.boun.edu.tr/BIOSSES/DataSet.html"
65
 
66
- _LICENSE = licenses.Licenses.GPL_3p0
67
 
68
  _URLs = {
69
  "source": "https://huggingface.co/datasets/bigscience-biomedical/biosses/raw/main/annotation_pairs_scores.tsv",
 
29
  from bigbiohub import pairs_features
30
  from bigbiohub import BigBioConfig
31
  from bigbiohub import Lang, Tasks
32
+ from bigbiohub import Licenses
 
33
 
34
 
35
  _DATASETNAME = "biosses"
 
62
 
63
  _HOMEPAGE = "https://tabilab.cmpe.boun.edu.tr/BIOSSES/DataSet.html"
64
 
65
+ _LICENSE = Licenses.GPL_3p0
66
 
67
  _URLs = {
68
  "source": "https://huggingface.co/datasets/bigscience-biomedical/biosses/raw/main/annotation_pairs_scores.tsv",