librarian-bot commited on
Commit
268194e
1 Parent(s): a34b14d

Librarian Bot: Update dataset YAML metadata for model

Browse files

This is a pull request to add a dataset, [`relbert/semeval2012_relational_similarity`](https://huggingface.co/datasets/relbert/semeval2012_relational_similarity), 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.

Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -1,14 +1,14 @@
1
-
2
  ---
 
3
  widget:
4
- - text: "generate analogy: mammal is to whale"
5
- example_title: "Analogy Example 1 (semantic relation)"
6
- - text: "generate analogy: wedding is to marriage"
7
- example_title: "Analogy Example 1 (semantic relation, metaphor)"
8
- - text: "generate analogy: London is to U.K."
9
- example_title: "Analogy Example 2 (entity)"
10
- - text: "generate analogy: actual is to actually"
11
- example_title: "Analogy Example 3 (morphological)"
12
  ---
13
  # relbert/flan-t5-xl-analogy
14
 
 
 
1
  ---
2
+ datasets: relbert/semeval2012_relational_similarity
3
  widget:
4
+ - text: 'generate analogy: mammal is to whale'
5
+ example_title: Analogy Example 1 (semantic relation)
6
+ - text: 'generate analogy: wedding is to marriage'
7
+ example_title: Analogy Example 1 (semantic relation, metaphor)
8
+ - text: 'generate analogy: London is to U.K.'
9
+ example_title: Analogy Example 2 (entity)
10
+ - text: 'generate analogy: actual is to actually'
11
+ example_title: Analogy Example 3 (morphological)
12
  ---
13
  # relbert/flan-t5-xl-analogy
14