Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`t5-small`](https://huggingface.co/t5-small) 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). Your input is invaluable to us!
@@ -13,7 +13,20 @@ datasets:
|
|
13 |
metrics:
|
14 |
- Slot Error Rate
|
15 |
- sacrebleu
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
|
|
|
|
|
|
|
|
|
|
17 |
model-index:
|
18 |
- name: t5-small-nlg-multiwoz21
|
19 |
results:
|
@@ -21,26 +34,17 @@ model-index:
|
|
21 |
type: text2text-generation
|
22 |
name: natural language generation
|
23 |
dataset:
|
24 |
-
type: ConvLab/multiwoz21
|
25 |
name: MultiWOZ 2.1
|
|
|
26 |
split: test
|
27 |
revision: 5f55375edbfe0270c20bcf770751ad982c0e6614
|
28 |
metrics:
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
widget:
|
37 |
-
- text: "[request][taxi]([leave at][],[arrive by][])\n\nsystem: "
|
38 |
-
- text: "[inform][restaurant]([area][centre],[food][Indian],[choice][nine]);[request][restaurant]([price range][])\n\nsystem: "
|
39 |
-
|
40 |
-
inference:
|
41 |
-
parameters:
|
42 |
-
max_length: 100
|
43 |
-
|
44 |
---
|
45 |
|
46 |
# t5-small-nlg-multiwoz21
|
|
|
13 |
metrics:
|
14 |
- Slot Error Rate
|
15 |
- sacrebleu
|
16 |
+
widget:
|
17 |
+
- text: '[request][taxi]([leave at][],[arrive by][])
|
18 |
+
|
19 |
+
|
20 |
+
system: '
|
21 |
+
- text: '[inform][restaurant]([area][centre],[food][Indian],[choice][nine]);[request][restaurant]([price
|
22 |
+
range][])
|
23 |
+
|
24 |
|
25 |
+
system: '
|
26 |
+
inference:
|
27 |
+
parameters:
|
28 |
+
max_length: 100
|
29 |
+
base_model: t5-small
|
30 |
model-index:
|
31 |
- name: t5-small-nlg-multiwoz21
|
32 |
results:
|
|
|
34 |
type: text2text-generation
|
35 |
name: natural language generation
|
36 |
dataset:
|
|
|
37 |
name: MultiWOZ 2.1
|
38 |
+
type: ConvLab/multiwoz21
|
39 |
split: test
|
40 |
revision: 5f55375edbfe0270c20bcf770751ad982c0e6614
|
41 |
metrics:
|
42 |
+
- type: Slot Error Rate
|
43 |
+
value: 3.7
|
44 |
+
name: SER
|
45 |
+
- type: sacrebleu
|
46 |
+
value: 35.8
|
47 |
+
name: BLEU
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
---
|
49 |
|
50 |
# t5-small-nlg-multiwoz21
|