-
With the inclusion of ClinGen in the 20.09 release, we need to update the documentation to reflect the new data source:
- [ ] Update association score visual on [scoring page](https://docs.targetva…
-
Submitting Author: Erik Bülow (@eribul)
Repository: https://github.com/eribul/coder
Version submitted: 0.11.9
Editor: @noamross
Reviewer 1: @zabore
Reviewer 2: @dgrtwo
Archive: TBD …
-
Given the rewrite of the library, this issue is to gather input on naming conventions, in the hopes of improving things before we declare the new library ready for users.
I see a likely source of c…
-
Hello, thanks for the great library. If I load a custom BERT model I fine-tuned on text classification (i.e. the cosine similarity of embeddings does not necessarily mean anything), does your library …
-
# 🐛 Bug
## Information
Model I am using (Bert, XLNet ...): I'm using Transformers 3.0.1 and the BERT model to do two-sentence NLI-style classification.
Language I am using the model on (Eng…
-
Hi @131250208 !
I was interested in evaluating other datasets (such as conll04 and scierc, as evaluated by [SpERT](https://github.com/markus-eberts/spert/)). I was wondering wich other settings I'd…
-
Hi,
I have constructed a new dataset [train.txt, test.txt, valid.txt] with the following format:
`1URLreturnType.methodName[docString][code]`
I have placed constant values such as “1”, “URL”,…
-
Is there any way to return labels with the videos loaded by ops.VideoReader? Maybe composing it with another op in some way? It would be really helpful for video classification tasks (action recogniti…
-
Hello, hope someone can help me, I am reading the following in the log;
```
$ kubectl logs test-triton-triton-inference-server-8b7bc6c84-drpn9
=============================
== Triton Inference S…
-
when i fine tuning bert using BertForPreTraining i got error here --> outputs = model(input_ids=input_ids, attention_mask=input_mask, token_type_ids=segment_ids,
labels=lm…