Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`t5-large`](https://huggingface.co/t5-large) as a `base_model` field, situated in the `YAML` block of your model's `README.md`.
How did we find this information? We performed a regular expression match on your `README.md` file to determine the connection.
**Why add this?** Enhancing your model's metadata in this way:
- **Boosts Discoverability** - It becomes straightforward to trace the relationships between various models on the Hugging Face Hub.
- **Highlights Impact** - It showcases the contributions and influences different models have within the community.
For a hands-on example of how such metadata can play a pivotal role in mapping model connections, take a look at [librarian-bots/base_model_explorer](https://huggingface.co/spaces/librarian-bots/base_model_explorer).
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).
If you want to automatically add `base_model` metadata to more of your modes you can use the [Librarian Bot](https://huggingface.co/librarian-bot) [Metadata Request Service](https://huggingface.co/spaces/librarian-bots/metadata_request_service)!
@@ -10,7 +10,48 @@ datasets:
|
|
10 |
- CANARD
|
11 |
metrics:
|
12 |
- BLEU
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
model-index:
|
15 |
- name: t5-large-coqr-canard
|
16 |
results:
|
@@ -18,22 +59,13 @@ model-index:
|
|
18 |
type: text2text-generation
|
19 |
name: conversational question rewriting
|
20 |
dataset:
|
21 |
-
type: CANARD
|
22 |
name: CANARD
|
|
|
23 |
split: test
|
24 |
metrics:
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
widget:
|
30 |
-
- text: "Rewrite the question according to the given context to make the dialog fluent using anaphora and ellipsis.\n\nquestion: What else happened during 1977-1981 other than Superstar Billy Graham's return?\n\ncontext: Superstar Billy Graham\nReturn to WWWF (1977-1981)\nWhy did he return to the WWWF?\nan agreement with promoter Vincent J. McMahon (Senior\nWhat was his agreement with McMahon?\nI don't know.\nHow did people respond to his return?\nI don't know."
|
31 |
-
- text: "Rewrite the question according to the given context to make the dialog fluent using anaphora and ellipsis.\n\nquestion: why did Billy Graham personally sued Zahorian and the WWF?\n\ncontext: Superstar Billy Graham\nDisputes with the McMahons\nwhat disputes did he have?\nGraham personally sued Zahorian and the WWF,"
|
32 |
-
|
33 |
-
inference:
|
34 |
-
parameters:
|
35 |
-
max_length: 100
|
36 |
-
|
37 |
---
|
38 |
|
39 |
# t5-large-coqr-canard
|
|
|
10 |
- CANARD
|
11 |
metrics:
|
12 |
- BLEU
|
13 |
+
widget:
|
14 |
+
- text: 'Rewrite the question according to the given context to make the dialog fluent
|
15 |
+
using anaphora and ellipsis.
|
16 |
+
|
17 |
+
|
18 |
+
question: What else happened during 1977-1981 other than Superstar Billy Graham''s
|
19 |
+
return?
|
20 |
+
|
21 |
+
|
22 |
+
context: Superstar Billy Graham
|
23 |
+
|
24 |
+
Return to WWWF (1977-1981)
|
25 |
+
|
26 |
+
Why did he return to the WWWF?
|
27 |
+
|
28 |
+
an agreement with promoter Vincent J. McMahon (Senior
|
29 |
+
|
30 |
+
What was his agreement with McMahon?
|
31 |
+
|
32 |
+
I don''t know.
|
33 |
+
|
34 |
+
How did people respond to his return?
|
35 |
+
|
36 |
+
I don''t know.'
|
37 |
+
- text: 'Rewrite the question according to the given context to make the dialog fluent
|
38 |
+
using anaphora and ellipsis.
|
39 |
+
|
40 |
+
|
41 |
+
question: why did Billy Graham personally sued Zahorian and the WWF?
|
42 |
+
|
43 |
|
44 |
+
context: Superstar Billy Graham
|
45 |
+
|
46 |
+
Disputes with the McMahons
|
47 |
+
|
48 |
+
what disputes did he have?
|
49 |
+
|
50 |
+
Graham personally sued Zahorian and the WWF,'
|
51 |
+
inference:
|
52 |
+
parameters:
|
53 |
+
max_length: 100
|
54 |
+
base_model: t5-large
|
55 |
model-index:
|
56 |
- name: t5-large-coqr-canard
|
57 |
results:
|
|
|
59 |
type: text2text-generation
|
60 |
name: conversational question rewriting
|
61 |
dataset:
|
|
|
62 |
name: CANARD
|
63 |
+
type: CANARD
|
64 |
split: test
|
65 |
metrics:
|
66 |
+
- type: BLEU
|
67 |
+
value: 77.8
|
68 |
+
name: BLEU
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
---
|
70 |
|
71 |
# t5-large-coqr-canard
|