librarian-bot commited on
Commit
cd7449f
1 Parent(s): fba707d

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`bigscience/bloom-1b1`](https://huggingface.co/bigscience/bloom-1b1) 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 +58 -27
README.md CHANGED
@@ -9,43 +9,74 @@ tags:
9
  datasets:
10
  - aeslc
11
  - postbot/multi-emails-100k
12
-
13
  widget:
14
- - text: "Good Morning Professor Beans,
15
-
16
- Hope you are doing well. I just wanted to reach out and ask if differential calculus will be on the exam"
17
- example_title: "email to prof"
18
- - text: "嘿<NAME>\n\n感谢你注册我的每周通讯。在我们开始之前,你必须确认你的电子邮件地址。."
19
- example_title: "通讯"
20
- - text: "Hi <NAME>,\n\nI hope this email finds you well. I wanted to reach out and ask about office hours"
21
- example_title: "office hours"
22
- - text: "Grüße <NAME>,\n\nIch hoffe, du hattest einen schönen Abend beim Wurstessen der Firma. Ich melde mich, weil"
23
- example_title: "Wurstessen festival"
24
- - text: "Guten Morgen Harold,\n\nich habe mich gefragt, wann die nächste"
25
- example_title: "event"
26
- - text: "URGENT - I need the TPS reports"
27
- example_title: "URGENT"
28
- - text: "Hoi Archibald,\n\nik hoop dat deze e-mail je goed doet."
29
- example_title: "e-mails die je vinden"
30
- - text: "Hello there.\n\nI just wanted to reach out and check in to"
31
- example_title: "checking in"
32
- - text: "Hello <NAME>,\n\nI hope this email finds you well. I wanted to reach out and see if you've enjoyed your time with us"
33
- example_title: "work well"
34
- - text: "Hi <NAME>,\n\nI hope this email finds you well. I wanted to reach out and see if we could catch up"
35
- example_title: "catch up"
36
- - text: "Jestem <NAME>,\n\nWłaśnie wprowadziłem się do obszaru i chciałem dotrzeć i uzyskać kilka szczegółów na temat tego, gdzie mogę dostać artykuły spożywcze i"
37
- example_title: "zakupy spożywcze"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  parameters:
39
  min_length: 32
40
  max_length: 128
41
  no_repeat_ngram_size: 2
42
- do_sample: True
43
  temperature: 0.2
44
  top_k: 20
45
  top_p: 0.95
46
  repetition_penalty: 3.5
47
  length_penalty: 0.9
48
-
49
  ---
50
 
51
 
 
9
  datasets:
10
  - aeslc
11
  - postbot/multi-emails-100k
 
12
  widget:
13
+ - text: 'Good Morning Professor Beans,
14
+
15
+ Hope you are doing well. I just wanted to reach out and ask if differential calculus
16
+ will be on the exam'
17
+ example_title: email to prof
18
+ - text: '嘿<NAME>
19
+
20
+
21
+ 感谢你注册我的每周通讯。在我们开始之前,你必须确认你的电子邮件地址。.'
22
+ example_title: 通讯
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: 'Grüße <NAME>,
29
+
30
+
31
+ Ich hoffe, du hattest einen schönen Abend beim Wurstessen der Firma. Ich melde
32
+ mich, weil'
33
+ example_title: Wurstessen festival
34
+ - text: 'Guten Morgen Harold,
35
+
36
+
37
+ ich habe mich gefragt, wann die nächste'
38
+ example_title: event
39
+ - text: URGENT - I need the TPS reports
40
+ example_title: URGENT
41
+ - text: 'Hoi Archibald,
42
+
43
+
44
+ ik hoop dat deze e-mail je goed doet.'
45
+ example_title: e-mails die je vinden
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: 'Jestem <NAME>,
64
+
65
+
66
+ Właśnie wprowadziłem się do obszaru i chciałem dotrzeć i uzyskać kilka szczegółów
67
+ na temat tego, gdzie mogę dostać artykuły spożywcze i'
68
+ example_title: zakupy spożywcze
69
  parameters:
70
  min_length: 32
71
  max_length: 128
72
  no_repeat_ngram_size: 2
73
+ do_sample: true
74
  temperature: 0.2
75
  top_k: 20
76
  top_p: 0.95
77
  repetition_penalty: 3.5
78
  length_penalty: 0.9
79
+ base_model: bigscience/bloom-1b1
80
  ---
81
 
82