Zero-Shot Classification
Transformers
PyTorch
Safetensors
English
deberta-v2
text-classification
deberta-v3-large
nli
natural-language-inference
multitask
multi-task
pipeline
extreme-multi-task
extreme-mtl
tasksource
zero-shot
rlhf
Inference Endpoints
librarian-bot commited on
Commit
1900b01
1 Parent(s): 212de44

Librarian Bot: Update Hugging Face dataset ID

Browse files

This pull request updates the ID of the dataset used to train the model to the new Hub identifier `allenai/ai2_arc` (which has been migrated moved from `ai2_arc`). We have been working to migrate datasets to their own repositories on the Hub, and this is part of that effort.

Updating the dataset ID in the model card will ensure that the model card is correctly linked to the dataset repository on the Hub. This will also make it easier for people to find your model via the training data used to create it.

This PR comes courtesy of [Librarian Bot](https://huggingface.co/librarian-bot). If you have any feedback, queries, or need assistance, please don't hesitate to reach out to [@davanstrien](https://huggingface.co/davanstrien).

Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
- license: apache-2.0
3
  language: en
 
 
4
  tags:
5
  - deberta-v3-large
6
  - text-classification
@@ -14,7 +15,6 @@ tags:
14
  - tasksource
15
  - zero-shot
16
  - rlhf
17
- pipeline_tag: zero-shot-classification
18
  datasets:
19
  - glue
20
  - super_glue
@@ -78,7 +78,7 @@ datasets:
78
  - tasksource/mmlu
79
  - winogrande
80
  - codah
81
- - ai2_arc
82
  - definite_pronoun_resolution
83
  - swag
84
  - math_qa
@@ -218,7 +218,7 @@ datasets:
218
  - metaeval/temporal-nli
219
  metrics:
220
  - accuracy
221
- library_name: transformers
222
  ---
223
 
224
  # Model Card for DeBERTa-v3-large-tasksource-nli
 
1
  ---
 
2
  language: en
3
+ license: apache-2.0
4
+ library_name: transformers
5
  tags:
6
  - deberta-v3-large
7
  - text-classification
 
15
  - tasksource
16
  - zero-shot
17
  - rlhf
 
18
  datasets:
19
  - glue
20
  - super_glue
 
78
  - tasksource/mmlu
79
  - winogrande
80
  - codah
81
+ - allenai/ai2_arc
82
  - definite_pronoun_resolution
83
  - swag
84
  - math_qa
 
218
  - metaeval/temporal-nli
219
  metrics:
220
  - accuracy
221
+ pipeline_tag: zero-shot-classification
222
  ---
223
 
224
  # Model Card for DeBERTa-v3-large-tasksource-nli