Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`facebook/opt-2.7b`](https://huggingface.co./facebook/opt-2.7b) 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,7 +1,8 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
- other
|
4 |
- apache-2.0
|
|
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
- text-generation
|
@@ -10,29 +11,26 @@ tags:
|
|
10 |
- dialogue
|
11 |
- chatbot
|
12 |
- ai-msgbot
|
13 |
-
library_name: transformers
|
14 |
pipeline_tag: text-generation
|
15 |
widget:
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
peter szemraj:
|
35 |
-
example_title: 'celebrity '
|
36 |
---
|
37 |
|
38 |
# pszemraj/opt-peter-2.7B
|
|
|
1 |
---
|
2 |
+
license:
|
3 |
- other
|
4 |
- apache-2.0
|
5 |
+
library_name: transformers
|
6 |
tags:
|
7 |
- generated_from_trainer
|
8 |
- text-generation
|
|
|
11 |
- dialogue
|
12 |
- chatbot
|
13 |
- ai-msgbot
|
|
|
14 |
pipeline_tag: text-generation
|
15 |
widget:
|
16 |
+
- text: 'If you could live anywhere, where would it be? peter szemraj:'
|
17 |
+
example_title: live anywhere
|
18 |
+
- text: 'What would you sing at Karaoke night? peter szemraj:'
|
19 |
+
example_title: Karaoke
|
20 |
+
- text: 'If you could hire someone to help you, would it be with cleaning, cooking,
|
21 |
+
or yard work? peter szemraj:'
|
22 |
+
example_title: help
|
23 |
+
- text: 'What form of public transportation do you prefer? (air, boat, train, bus,
|
24 |
+
car, etc.) peter szemraj:'
|
25 |
+
example_title: transportation
|
26 |
+
- text: 'What''s your favorite zoo animal? peter szemraj:'
|
27 |
+
example_title: animal
|
28 |
+
- text: 'Do you like or dislike surprises? Why or why not? peter szemraj:'
|
29 |
+
example_title: surprises
|
30 |
+
- text: 'What celebrity would you like to meet at Starbucks for a cup of coffee? peter
|
31 |
+
szemraj:'
|
32 |
+
example_title: 'celebrity '
|
33 |
+
base_model: facebook/opt-2.7b
|
|
|
|
|
34 |
---
|
35 |
|
36 |
# pszemraj/opt-peter-2.7B
|