-
The library has the `TaskCategory` struct to group similar tasks. As far as I saw there is no any functionality for `TaskCategory` in the library, and it is used only from the web frontend.
1. If i…
-
Does the **C-score** metric in the paper represent the **entail_score** in the **external_metrics_func function**?
Also, is the model used to calculate the **entail_score** the same as the model us…
-
如何微调自己的数据集,能否用单卡或者双卡进行微调,微调时怎么才能占用显存最小
-
Hi , I found a bug while running your tutorial.
In train_nli_model.py , following script(line136,137) is disrupting learning.
`if step >= 32:
break`
-
Hey I am interested in trying out demo, but it gives error:
doc = """
Supervised learning is the machine learning task of learning a function that
maps an input to an output based…
-
**Describe the bug**
When using `TransformersDocumentClassifier`, the output structure is different between ordinary and zero-shot classification.
For example, for the same document, we have these d…
-
Models have a config with label2id. And we have the same for datasets with the ClassLabel feature type. At one point either the model or the dataset must sync with the other. It would be great to do t…
-
1. On line 2 of the sample command for MNLI, `ERM_upweight_0_epochs_5_lr_2e-05_weight_decay_0.0` is generated from line 1 instead of `ERM_upweight_0_epochs_5_lr_2e-05_weight_decay_0`
2. The `--fold…
-
https://github.com/sprain/php-swiss-qr-bill/blob/c59dc1d08e2006c400bf7d0c16bc4e972b643323/src/DataGroup/Element/StructuredAddress.php#L142
`FL` is the license plate of Liechtenstein, but not the co…
-
Segmentation faults are occurring with torch 1.12 and at least macOS. See this PR on transformers for more info - https://github.com/huggingface/transformers/pull/17925