Zero-Shot Classification
Transformers
PyTorch
English
deberta-v2
text-classification
deberta-v3-small
deberta-v3
deberta
nli
natural-language-inference
multitask
multi-task
pipeline
extreme-multi-task
extreme-mtl
tasksource
zero-shot
rlhf
Inference Endpoints
librarian-bot commited on
Commit
d486f25
1 Parent(s): 4ddbff8

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 +3 -5
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
- license: apache-2.0
3
  language: en
 
 
4
  tags:
5
  - deberta-v3-small
6
  - deberta-v3
@@ -16,8 +17,6 @@ tags:
16
  - tasksource
17
  - zero-shot
18
  - rlhf
19
-
20
-
21
  datasets:
22
  - nyu-mll/glue
23
  - super_glue
@@ -85,7 +84,7 @@ datasets:
85
  - tasksource/mmlu
86
  - winogrande
87
  - codah
88
- - ai2_arc
89
  - definite_pronoun_resolution
90
  - swag
91
  - math_qa
@@ -286,7 +285,6 @@ datasets:
286
  - lmsys/chatbot_arena_conversations
287
  metrics:
288
  - accuracy
289
- library_name: transformers
290
  pipeline_tag: zero-shot-classification
291
  ---
292
 
 
1
  ---
 
2
  language: en
3
+ license: apache-2.0
4
+ library_name: transformers
5
  tags:
6
  - deberta-v3-small
7
  - deberta-v3
 
17
  - tasksource
18
  - zero-shot
19
  - rlhf
 
 
20
  datasets:
21
  - nyu-mll/glue
22
  - super_glue
 
84
  - tasksource/mmlu
85
  - winogrande
86
  - codah
87
+ - allenai/ai2_arc
88
  - definite_pronoun_resolution
89
  - swag
90
  - math_qa
 
285
  - lmsys/chatbot_arena_conversations
286
  metrics:
287
  - accuracy
 
288
  pipeline_tag: zero-shot-classification
289
  ---
290