librarian-bot commited on
Commit
26aebbd
1 Parent(s): 2a52792

Librarian Bot: Add base_model information to model

Browse files

This 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!

Files changed (1) hide show
  1. README.md +15 -17
README.md CHANGED
@@ -13,7 +13,14 @@ datasets:
13
  metrics:
14
  - Dialog acts Accuracy
15
  - Dialog acts F1
16
-
 
 
 
 
 
 
 
17
  model-index:
18
  - name: t5-small-nlu-multiwoz21
19
  results:
@@ -21,26 +28,17 @@ model-index:
21
  type: text2text-generation
22
  name: natural language understanding
23
  dataset:
24
- type: ConvLab/multiwoz21
25
  name: MultiWOZ 2.1
 
26
  split: test
27
  revision: 5f55375edbfe0270c20bcf770751ad982c0e6614
28
  metrics:
29
- - type: Dialog acts Accuracy
30
- value: 77.8
31
- name: Accuracy
32
- - type: Dialog acts F1
33
- value: 86.5
34
- name: F1
35
-
36
- widget:
37
- - text: "user: I would like a taxi from Saint John's college to Pizza Hut Fen Ditton."
38
- - text: "user: we are staying 6 people for 4 nights starting from Tuesday. i need the reference number"
39
-
40
- inference:
41
- parameters:
42
- max_length: 100
43
-
44
  ---
45
 
46
  # t5-small-nlu-multiwoz21
 
13
  metrics:
14
  - Dialog acts Accuracy
15
  - Dialog acts F1
16
+ widget:
17
+ - text: 'user: I would like a taxi from Saint John''s college to Pizza Hut Fen Ditton.'
18
+ - text: 'user: we are staying 6 people for 4 nights starting from Tuesday. i need
19
+ the reference number'
20
+ inference:
21
+ parameters:
22
+ max_length: 100
23
+ base_model: t5-small
24
  model-index:
25
  - name: t5-small-nlu-multiwoz21
26
  results:
 
28
  type: text2text-generation
29
  name: natural language understanding
30
  dataset:
 
31
  name: MultiWOZ 2.1
32
+ type: ConvLab/multiwoz21
33
  split: test
34
  revision: 5f55375edbfe0270c20bcf770751ad982c0e6614
35
  metrics:
36
+ - type: Dialog acts Accuracy
37
+ value: 77.8
38
+ name: Accuracy
39
+ - type: Dialog acts F1
40
+ value: 86.5
41
+ name: F1
 
 
 
 
 
 
 
 
 
42
  ---
43
 
44
  # t5-small-nlu-multiwoz21