Jesse Swanson
Jesse Swanson
See: https://github.com/jiant-dev/jiant/pull/75#issuecomment-692853678
Based on the discussion on this [PR](https://github.com/jiant-dev/jiant/pull/157#pullrequestreview-488370165), we should deprecate `create_and_write_task_configs` and use downloader configs from here on.
**Describe the bug** zconf tests silently fail (report a pass) with the following output: ``` tests/test_zconf/test_conf_jsons.py usage: pytest [-h] [--ZZsrc ZZSRC] [--ZZoverrides ZZOVERRIDES [ZZOVERRIDES ...]] --str_attr STR_ATTR --int_attr INT_ATTR [--int_default_attr...
Currently, jiant relies on custom caching code found in caching.py. To reduce effort required to maintain jiant, it is desirable to use a tested, existing package. It is likely possible...
carry forward work from PR: https://github.com/jiant-dev/jiant/pull/32#discussion_r436136290 not future-proof ie: ELECTRA is not supported. Would prefer using hasattr() rather than specifying which models support lower case deep in the code.
**Bug Description:** When using `stempeg` as part of [`musdb`](https://github.com/sigsep/sigsep-mus-db), I encountered the following error: ```python stem_durations = np.array([t.shape[0] for t in stems]) if not (stem_durations == stem_durations[0]).all(): > warnings.warning("Stems differ...
**Issue by [sagnik](https://github.com/sagnik)** _Wednesday Sep 16, 2020 at 19:13 GMT_ _Originally opened as https://github.com/nyu-mll/jiant/issues/1115_ ---- I am trying to run a probing test on Ontonotes SRL data with BERT as...
**Issue by [sagnik](https://github.com/sagnik)** _Wednesday Sep 16, 2020 at 18:57 GMT_ _Originally opened as https://github.com/nyu-mll/jiant/issues/1114_ ---- First of all, truly awesome work! I have just started to explore it and absolutely...
**Issue by [sagnik](https://github.com/sagnik)** _Wednesday Sep 16, 2020 at 14:21 GMT_ _Originally opened as https://github.com/nyu-mll/jiant/issues/1113_ ---- [SPR processing script](https://github.com/nyu-mll/jiant/blob/master/probing/data/convert-spr1-rudinger.py) requires the SPR data in JSON format. Any idea from where to...
**Issue by [lovodkin93](https://github.com/lovodkin93)** _Monday Aug 24, 2020 at 12:12 GMT_ _Originally opened as https://github.com/nyu-mll/jiant/issues/1111_ ---- Hello, So I've been working with your project for a while now. I've mostly worked...