librarian-bot commited on
Commit
ab87943
1 Parent(s): aa9235e

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 `facebook/anli` (which has been migrated moved from `anli`). 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,16 +1,16 @@
1
  ---
2
  tags:
3
  - generated_from_keras_callback
4
- model-index:
5
- - name: electra-nli_finetuned
6
- results: []
7
  datasets:
8
  - snli
9
  - scitail
10
  - multi_nli
11
  - alisawuffles/WANLI
12
  - pietrolesci/nli_fever
13
- - anli
 
 
 
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
 
1
  ---
2
  tags:
3
  - generated_from_keras_callback
 
 
 
4
  datasets:
5
  - snli
6
  - scitail
7
  - multi_nli
8
  - alisawuffles/WANLI
9
  - pietrolesci/nli_fever
10
+ - facebook/anli
11
+ model-index:
12
+ - name: electra-nli_finetuned
13
+ results: []
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information Keras had access to. You should