Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`facebook/mbart-large-cc25`](https://huggingface.co/facebook/mbart-large-cc25) 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,11 +1,21 @@
|
|
1 |
---
|
2 |
language: de
|
3 |
-
datasets:
|
4 |
-
- Short-Answer-Feedback/saf_legal_domain_german
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
7 |
widget:
|
8 |
-
- text:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# mbart-finetuned-saf-legal-domain
|
|
|
1 |
---
|
2 |
language: de
|
|
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- Short-Answer-Feedback/saf_legal_domain_german
|
7 |
widget:
|
8 |
+
- text: 'Antwort: Wird sich nicht an die Auflagen gehalten (unzureichende Eigenbemühung),
|
9 |
+
droht eine Sperrzeit von 1-2 Wochen. Dadurch wird für die genannte zeit keine
|
10 |
+
Leistung gezahlt, die Anspruchsdauer vermindert sich insgesamt. Bei wichtigen
|
11 |
+
Gründen wird die Sperrzeit nicht verordnet. Lösung: Merkblatt 1 für Arbeitslose,
|
12 |
+
S. 22: Erbringen Sie die Pflichten im Zusammenhang mit den Eigenbemühungen nicht,
|
13 |
+
nicht rechtzeitig oder nicht vollständig, tritt eine Sperrzeit (0,75 p) ein. Merkblatt
|
14 |
+
1 für Arbeitslose, S. 55: Die Dauer einer Sperrzeit bei unzureichenden Eigenbemühungen
|
15 |
+
beträgt zwei Wochen. (0,25 p). Frage: Mit welcher Folge und welcher Dauer müssen
|
16 |
+
Sie rechnen, wenn Sie Ihre notwendigen Eigenbemühungen nicht rechtzeitig oder
|
17 |
+
nicht vollständig erfüllen?'
|
18 |
+
base_model: facebook/mbart-large-cc25
|
19 |
---
|
20 |
|
21 |
# mbart-finetuned-saf-legal-domain
|