Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/GLM
/ read_tsv
Function
read_tsv
tasks/superglue/dataset.py:60–61 ·
view source on GitHub ↗
(path, **kwargs)
Source
from the content-addressed store, hash-verified
58
59
60
def
read_tsv(path, **kwargs):
61
return
pd.read_csv(path, sep=
'\t'
, quoting=csv.QUOTE_NONE, dtype=str, na_filter=False, **kwargs)
62
63
64
class
MultiChoiceDataset(Dataset):
Callers
6
_create_examples
Method · 0.85
_create_examples
Method · 0.85
_create_examples
Method · 0.85
_create_examples
Method · 0.85
_create_examples
Method · 0.85
_create_examples
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected