Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`allenai/longformer-base-4096`](https://huggingface.co/allenai/longformer-base-4096) 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!
@@ -5,9 +5,10 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- health_fact
|
|
|
8 |
model-index:
|
9 |
- name: longformer-base-health-fact2
|
10 |
-
results:
|
11 |
- task:
|
12 |
type: text-classification
|
13 |
name: Text Classification
|
@@ -16,24 +17,24 @@ model-index:
|
|
16 |
type: health_fact
|
17 |
split: test
|
18 |
metrics:
|
19 |
-
-
|
20 |
-
type: f1
|
21 |
value: 0.6732897445517078
|
22 |
-
|
23 |
-
|
24 |
value: 0.797242497972425
|
25 |
-
|
26 |
-
|
27 |
value: 0.8092783505154639
|
28 |
-
|
29 |
-
|
30 |
value: 0.5323383084577115
|
31 |
-
|
32 |
-
|
33 |
value: 0.9081803005008348
|
34 |
-
|
35 |
-
|
36 |
value: 0.4
|
|
|
37 |
---
|
38 |
|
39 |
# longformer-base-health-fact2
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- health_fact
|
8 |
+
base_model: allenai/longformer-base-4096
|
9 |
model-index:
|
10 |
- name: longformer-base-health-fact2
|
11 |
+
results:
|
12 |
- task:
|
13 |
type: text-classification
|
14 |
name: Text Classification
|
|
|
17 |
type: health_fact
|
18 |
split: test
|
19 |
metrics:
|
20 |
+
- type: f1
|
|
|
21 |
value: 0.6732897445517078
|
22 |
+
name: F1
|
23 |
+
- type: accuracy
|
24 |
value: 0.797242497972425
|
25 |
+
name: Accuracy
|
26 |
+
- type: accuracy
|
27 |
value: 0.8092783505154639
|
28 |
+
name: False Accuracy
|
29 |
+
- type: accuracy
|
30 |
value: 0.5323383084577115
|
31 |
+
name: Mixture Accuracy
|
32 |
+
- type: accuracy
|
33 |
value: 0.9081803005008348
|
34 |
+
name: True Accuracy
|
35 |
+
- type: accuracy
|
36 |
value: 0.4
|
37 |
+
name: Unproven Accuracy
|
38 |
---
|
39 |
|
40 |
# longformer-base-health-fact2
|