librarian-bot
commited on
Commit
·
cb0f791
1
Parent(s):
8c5600c
Librarian Bot: Update dataset YAML metadata for model
Browse filesThis is a pull request to add a dataset, [`debatelab/deepa2`](https://huggingface.co/datasets/debatelab/deepa2), to the metadata for your model (defined in the `YAML` block of your model's `README.md`).
The pull request was made by [librarian-bot](https://huggingface.co/librarian-bot) and used a combination of rules and/or machine learning to suggest this additional metadata.
If this suggestion is incorrect, feel free to close this pull request.
Librarian Bot was made by [@davanstrien](https://huggingface.co/davanstrien); feel free to get in touch with feedback.
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
3 |
---
|
4 |
from transformers import pipeline
|
5 |
tokenizer = AutoTokenizer.from_pretrained("xlm-roberta-large-finetuned-conll03-english")
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets: debatelab/deepa2
|
4 |
---
|
5 |
from transformers import pipeline
|
6 |
tokenizer = AutoTokenizer.from_pretrained("xlm-roberta-large-finetuned-conll03-english")
|