librarian-bot commited on
Commit
fec1803
1 Parent(s): dddac8c

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 `google/boolq` (which has been migrated moved from `boolq`). 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,5 +1,6 @@
1
  ---
2
- inference: false
 
3
  tags:
4
  - onnx
5
  - text-classification
@@ -7,9 +8,8 @@ tags:
7
  - adapterhub:qa/boolq
8
  - adapter-transformers
9
  datasets:
10
- - boolq
11
- language:
12
- - en
13
  ---
14
 
15
  # ONNX export of Adapter `AdapterHub/roberta-base-pf-boolq` for roberta-base
 
1
  ---
2
+ language:
3
+ - en
4
  tags:
5
  - onnx
6
  - text-classification
 
8
  - adapterhub:qa/boolq
9
  - adapter-transformers
10
  datasets:
11
+ - google/boolq
12
+ inference: false
 
13
  ---
14
 
15
  # ONNX export of Adapter `AdapterHub/roberta-base-pf-boolq` for roberta-base