librarian-bot commited on
Commit
d64e604
·
1 Parent(s): 4267aca

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`DReAMy-lib/t5-base-DreamBank-Generation-NER-Char`](https://huggingface.co/DReAMy-lib/t5-base-DreamBank-Generation-NER-Char) 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 +20 -22
README.md CHANGED
@@ -1,40 +1,38 @@
1
  ---
 
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  - relation-extraction
6
  metrics:
7
  - rouge
8
- model-index:
9
- - name: t5-base-DreamBank-Generation-Act-Char
10
- results: []
11
- language:
12
- - en
13
  inference:
14
  parameters:
15
  max_length: 128
16
  widget:
17
- - text: >-
18
- I was skating on the outdoor ice pond that used to be across the street from
19
- my house. I was not alone, but I did not recognize any of the other people
20
- who were skating around. I went through my whole repertoire of jumps,
21
- spires, and steps-some of which I can do and some of which I'm not yet sure
22
- of. They were all executed flawlessly-some I repeated, some I did only once.
23
- I seemed to know that if I went into competition, I would be sure of coming
24
- in third because there were only three contestants. Up to that time I hadn't
25
- considered it because I hadn't thought I was good enough, but now since
26
- everything was going so well, I decided to enter.
27
  example_title: Dream 1
28
- - text: >-
29
- I was talking on the telephone to the father of an old friend of mine (boy,
30
- 21 years old). We were discussing the party the Saturday night before to
31
- which I had invited his son as a guest. I asked him if his son had a good
32
- time at the party. He told me not to tell his son that he had told me, but
33
- that he had had a good time, except he was a little surprised that I had
34
- acted the way I did.
35
  example_title: Dream 2
36
  - text: I was walking alone with my dog in a forest.
37
  example_title: Dream 3
 
 
 
 
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
2
+ language:
3
+ - en
4
  license: apache-2.0
5
  tags:
6
  - generated_from_trainer
7
  - relation-extraction
8
  metrics:
9
  - rouge
 
 
 
 
 
10
  inference:
11
  parameters:
12
  max_length: 128
13
  widget:
14
+ - text: I was skating on the outdoor ice pond that used to be across the street from
15
+ my house. I was not alone, but I did not recognize any of the other people who
16
+ were skating around. I went through my whole repertoire of jumps, spires, and
17
+ steps-some of which I can do and some of which I'm not yet sure of. They were
18
+ all executed flawlessly-some I repeated, some I did only once. I seemed to know
19
+ that if I went into competition, I would be sure of coming in third because there
20
+ were only three contestants. Up to that time I hadn't considered it because I
21
+ hadn't thought I was good enough, but now since everything was going so well,
22
+ I decided to enter.
 
23
  example_title: Dream 1
24
+ - text: I was talking on the telephone to the father of an old friend of mine (boy,
25
+ 21 years old). We were discussing the party the Saturday night before to which
26
+ I had invited his son as a guest. I asked him if his son had a good time at the
27
+ party. He told me not to tell his son that he had told me, but that he had had
28
+ a good time, except he was a little surprised that I had acted the way I did.
 
 
29
  example_title: Dream 2
30
  - text: I was walking alone with my dog in a forest.
31
  example_title: Dream 3
32
+ base_model: DReAMy-lib/t5-base-DreamBank-Generation-NER-Char
33
+ model-index:
34
+ - name: t5-base-DreamBank-Generation-Act-Char
35
+ results: []
36
  ---
37
 
38
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You