Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`EleutherAI/pythia-160m-deduped`](https://huggingface.co/EleutherAI/pythia-160m-deduped) 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)!
|
@@ -1,84 +1,66 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
tags:
|
| 3 |
- generated_from_trainer
|
| 4 |
datasets:
|
| 5 |
- postbot/multi-emails-hq
|
| 6 |
metrics:
|
| 7 |
- accuracy
|
| 8 |
-
model-index:
|
| 9 |
-
- name: pythia-160m-hq-emails-v4
|
| 10 |
-
results:
|
| 11 |
-
- task:
|
| 12 |
-
name: Causal Language Modeling
|
| 13 |
-
type: text-generation
|
| 14 |
-
dataset:
|
| 15 |
-
name: postbot/multi-emails-hq
|
| 16 |
-
type: postbot/multi-emails-hq
|
| 17 |
-
metrics:
|
| 18 |
-
- name: Accuracy
|
| 19 |
-
type: accuracy
|
| 20 |
-
value: 0.611281497151223
|
| 21 |
widget:
|
| 22 |
-
- text:
|
| 23 |
-
Good Morning Professor Beans,
|
| 24 |
|
| 25 |
-
Hope you are doing well. I just wanted to reach out and ask if differential
|
| 26 |
-
|
| 27 |
example_title: email to prof
|
| 28 |
-
- text:
|
| 29 |
-
Hey <NAME>,
|
| 30 |
|
| 31 |
|
| 32 |
-
Thank you for signing up for my weekly newsletter. Before we get started,
|
| 33 |
-
|
| 34 |
example_title: newsletter
|
| 35 |
-
- text:
|
| 36 |
-
Hi <NAME>,
|
| 37 |
|
| 38 |
|
| 39 |
-
I hope this email finds you well. I wanted to reach out and ask about office
|
| 40 |
-
hours
|
| 41 |
example_title: office hours
|
| 42 |
-
- text:
|
| 43 |
-
Greetings <NAME>,
|
| 44 |
|
| 45 |
|
| 46 |
-
I hope you had a splendid evening at the Company sausage eating festival. I
|
| 47 |
-
|
| 48 |
example_title: festival
|
| 49 |
-
- text:
|
| 50 |
-
Good Morning Harold,
|
| 51 |
|
| 52 |
-
|
|
|
|
| 53 |
example_title: event
|
| 54 |
- text: URGENT - I need the TPS reports
|
| 55 |
example_title: URGENT
|
| 56 |
-
- text:
|
| 57 |
-
|
| 58 |
|
| 59 |
-
I hope this email finds you extremely well.
|
| 60 |
example_title: emails that find you
|
| 61 |
-
- text:
|
| 62 |
-
Hello there.
|
| 63 |
|
| 64 |
-
|
|
|
|
| 65 |
example_title: checking in
|
| 66 |
-
- text:
|
| 67 |
-
Hello <NAME>,
|
| 68 |
|
| 69 |
|
| 70 |
-
I hope this email finds you well. I wanted to reach out and see if you've
|
| 71 |
-
|
| 72 |
example_title: work well
|
| 73 |
-
- text:
|
| 74 |
-
Hi <NAME>,
|
| 75 |
|
| 76 |
|
| 77 |
-
I hope this email finds you well. I wanted to reach out and see if we could
|
| 78 |
-
|
| 79 |
example_title: catch up
|
| 80 |
-
- text:
|
| 81 |
-
I'm <NAME> and I just moved into the area and wanted to reach out and get
|
| 82 |
some details on where I could get groceries and
|
| 83 |
example_title: grocery
|
| 84 |
inference:
|
|
@@ -90,10 +72,21 @@ inference:
|
|
| 90 |
top_k: 40
|
| 91 |
top_p: 0.95
|
| 92 |
repetition_penalty: 3.5
|
| 93 |
-
license: apache-2.0
|
| 94 |
-
language:
|
| 95 |
-
- en
|
| 96 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
---
|
| 98 |
|
| 99 |
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
datasets:
|
| 8 |
- postbot/multi-emails-hq
|
| 9 |
metrics:
|
| 10 |
- accuracy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
widget:
|
| 12 |
+
- text: 'Good Morning Professor Beans,
|
|
|
|
| 13 |
|
| 14 |
+
Hope you are doing well. I just wanted to reach out and ask if differential calculus
|
| 15 |
+
will be on the exam'
|
| 16 |
example_title: email to prof
|
| 17 |
+
- text: 'Hey <NAME>,
|
|
|
|
| 18 |
|
| 19 |
|
| 20 |
+
Thank you for signing up for my weekly newsletter. Before we get started, you''ll
|
| 21 |
+
have to confirm your email address.'
|
| 22 |
example_title: newsletter
|
| 23 |
+
- text: 'Hi <NAME>,
|
|
|
|
| 24 |
|
| 25 |
|
| 26 |
+
I hope this email finds you well. I wanted to reach out and ask about office hours'
|
|
|
|
| 27 |
example_title: office hours
|
| 28 |
+
- text: 'Greetings <NAME>,
|
|
|
|
| 29 |
|
| 30 |
|
| 31 |
+
I hope you had a splendid evening at the Company sausage eating festival. I am
|
| 32 |
+
reaching out because'
|
| 33 |
example_title: festival
|
| 34 |
+
- text: 'Good Morning Harold,
|
|
|
|
| 35 |
|
| 36 |
+
|
| 37 |
+
I was wondering when the next'
|
| 38 |
example_title: event
|
| 39 |
- text: URGENT - I need the TPS reports
|
| 40 |
example_title: URGENT
|
| 41 |
+
- text: 'Hi Archibald,
|
| 42 |
+
|
| 43 |
|
| 44 |
+
I hope this email finds you extremely well.'
|
| 45 |
example_title: emails that find you
|
| 46 |
+
- text: 'Hello there.
|
|
|
|
| 47 |
|
| 48 |
+
|
| 49 |
+
I just wanted to reach out and check in to'
|
| 50 |
example_title: checking in
|
| 51 |
+
- text: 'Hello <NAME>,
|
|
|
|
| 52 |
|
| 53 |
|
| 54 |
+
I hope this email finds you well. I wanted to reach out and see if you''ve enjoyed
|
| 55 |
+
your time with us'
|
| 56 |
example_title: work well
|
| 57 |
+
- text: 'Hi <NAME>,
|
|
|
|
| 58 |
|
| 59 |
|
| 60 |
+
I hope this email finds you well. I wanted to reach out and see if we could catch
|
| 61 |
+
up'
|
| 62 |
example_title: catch up
|
| 63 |
+
- text: I'm <NAME> and I just moved into the area and wanted to reach out and get
|
|
|
|
| 64 |
some details on where I could get groceries and
|
| 65 |
example_title: grocery
|
| 66 |
inference:
|
|
|
|
| 72 |
top_k: 40
|
| 73 |
top_p: 0.95
|
| 74 |
repetition_penalty: 3.5
|
|
|
|
|
|
|
|
|
|
| 75 |
pipeline_tag: text-generation
|
| 76 |
+
base_model: EleutherAI/pythia-160m-deduped
|
| 77 |
+
model-index:
|
| 78 |
+
- name: pythia-160m-hq-emails-v4
|
| 79 |
+
results:
|
| 80 |
+
- task:
|
| 81 |
+
type: text-generation
|
| 82 |
+
name: Causal Language Modeling
|
| 83 |
+
dataset:
|
| 84 |
+
name: postbot/multi-emails-hq
|
| 85 |
+
type: postbot/multi-emails-hq
|
| 86 |
+
metrics:
|
| 87 |
+
- type: accuracy
|
| 88 |
+
value: 0.611281497151223
|
| 89 |
+
name: Accuracy
|
| 90 |
---
|
| 91 |
|
| 92 |
|