Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`indobenchmark/indobert-base-p1`](https://huggingface.co./indobenchmark/indobert-base-p1) 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,4 +1,6 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
@@ -7,12 +9,17 @@ datasets:
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
- f1
|
|
|
|
|
|
|
|
|
|
|
10 |
model-index:
|
11 |
- name: Fine-tuned-Indonesian-Sentiment-Classifier
|
12 |
results:
|
13 |
- task:
|
14 |
-
name: Text Classification
|
15 |
type: text-classification
|
|
|
16 |
dataset:
|
17 |
name: indonlu
|
18 |
type: indonlu
|
@@ -20,19 +27,12 @@ model-index:
|
|
20 |
split: validation
|
21 |
args: smsa
|
22 |
metrics:
|
23 |
-
-
|
24 |
-
type: accuracy
|
25 |
value: 0.9317460317460318
|
26 |
-
|
27 |
-
|
28 |
value: 0.9034223843742829
|
29 |
-
|
30 |
-
- id
|
31 |
-
pipeline_tag: text-classification
|
32 |
-
|
33 |
-
widget:
|
34 |
-
- text: "Kalo kamu WFH emang kerja?"
|
35 |
-
- text: "buku ini kurang bagus isinya"
|
36 |
---
|
37 |
|
38 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- id
|
4 |
license: mit
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
- f1
|
12 |
+
pipeline_tag: text-classification
|
13 |
+
widget:
|
14 |
+
- text: Kalo kamu WFH emang kerja?
|
15 |
+
- text: buku ini kurang bagus isinya
|
16 |
+
base_model: indobenchmark/indobert-base-p1
|
17 |
model-index:
|
18 |
- name: Fine-tuned-Indonesian-Sentiment-Classifier
|
19 |
results:
|
20 |
- task:
|
|
|
21 |
type: text-classification
|
22 |
+
name: Text Classification
|
23 |
dataset:
|
24 |
name: indonlu
|
25 |
type: indonlu
|
|
|
27 |
split: validation
|
28 |
args: smsa
|
29 |
metrics:
|
30 |
+
- type: accuracy
|
|
|
31 |
value: 0.9317460317460318
|
32 |
+
name: Accuracy
|
33 |
+
- type: f1
|
34 |
value: 0.9034223843742829
|
35 |
+
name: F1
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
---
|
37 |
|
38 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|