Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`indobenchmark/indobert-large-p2`](https://huggingface.co/indobenchmark/indobert-large-p2) 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!
@@ -1,15 +1,12 @@
|
|
1 |
---
|
2 |
-
model-index:
|
3 |
-
- name: Rifky/IndoBERT-Large-P2-QA
|
4 |
-
results: []
|
5 |
language:
|
6 |
- id
|
7 |
- en
|
|
|
8 |
tags:
|
9 |
- IndoBERT
|
10 |
- IndoBenchmark
|
11 |
- generated_from_keras_callback
|
12 |
-
license: apache-2.0
|
13 |
datasets:
|
14 |
- Indo4B
|
15 |
- Squad_2.0_Indonesian_Translated
|
@@ -23,6 +20,10 @@ widget:
|
|
23 |
mencatat, Perang Diponegoro atau Perang Jawa dikenal sebagai perang yang menelan
|
24 |
korban terbanyak dalam sejarah Indonesia, yakni 8.000 korban serdadu Hindia Belanda,
|
25 |
7.000 pribumi, dan 200 ribu orang Jawa serta kerugian materi 25 juta Gulden.
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
language:
|
3 |
- id
|
4 |
- en
|
5 |
+
license: apache-2.0
|
6 |
tags:
|
7 |
- IndoBERT
|
8 |
- IndoBenchmark
|
9 |
- generated_from_keras_callback
|
|
|
10 |
datasets:
|
11 |
- Indo4B
|
12 |
- Squad_2.0_Indonesian_Translated
|
|
|
20 |
mencatat, Perang Diponegoro atau Perang Jawa dikenal sebagai perang yang menelan
|
21 |
korban terbanyak dalam sejarah Indonesia, yakni 8.000 korban serdadu Hindia Belanda,
|
22 |
7.000 pribumi, dan 200 ribu orang Jawa serta kerugian materi 25 juta Gulden.
|
23 |
+
base_model: indobenchmark/indobert-large-p2
|
24 |
+
model-index:
|
25 |
+
- name: Rifky/IndoBERT-Large-P2-QA
|
26 |
+
results: []
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|