librarian-bot commited on
Commit
7025582
1 Parent(s): 975dfe4

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`microsoft/layoutlmv3-base`](https://huggingface.co/microsoft/layoutlmv3-base) 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 +17 -16
README.md CHANGED
@@ -3,41 +3,42 @@ tags:
3
  - generated_from_trainer
4
  datasets:
5
  - nielsr/funsd-layoutlmv3
6
- pipeline_tag: object-detection
7
- widget:
8
- - src: "https://huggingface.co/spaces/impira/docquery/resolve/2359223c1837a7587402bda0f2643382a6eefeab/invoice.png"
9
- example_title: invoice
10
- - src: "https://huggingface.co/spaces/impira/docquery/resolve/2359223c1837a7587402bda0f2643382a6eefeab/contract.jpeg"
11
- example_title: contract
12
  metrics:
13
  - precision
14
  - recall
15
  - f1
16
  - accuracy
 
 
 
 
 
 
 
 
17
  model-index:
18
  - name: layoutlmv3-finetuned-funsd
19
  results:
20
  - task:
21
- name: Token Classification
22
  type: token-classification
 
23
  dataset:
24
  name: nielsr/funsd-layoutlmv3
25
  type: nielsr/funsd-layoutlmv3
26
  args: funsd
27
  metrics:
28
- - name: Precision
29
- type: precision
30
  value: 0.9026198714780029
31
- - name: Recall
32
- type: recall
33
  value: 0.913
34
- - name: F1
35
- type: f1
36
  value: 0.9077802634849614
37
- - name: Accuracy
38
- type: accuracy
39
  value: 0.8330271015158475
40
- duplicated_from: nielsr/layoutlmv3-finetuned-funsd
41
  ---
42
 
43
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
3
  - generated_from_trainer
4
  datasets:
5
  - nielsr/funsd-layoutlmv3
 
 
 
 
 
 
6
  metrics:
7
  - precision
8
  - recall
9
  - f1
10
  - accuracy
11
+ pipeline_tag: object-detection
12
+ widget:
13
+ - src: https://huggingface.co/spaces/impira/docquery/resolve/2359223c1837a7587402bda0f2643382a6eefeab/invoice.png
14
+ example_title: invoice
15
+ - src: https://huggingface.co/spaces/impira/docquery/resolve/2359223c1837a7587402bda0f2643382a6eefeab/contract.jpeg
16
+ example_title: contract
17
+ duplicated_from: nielsr/layoutlmv3-finetuned-funsd
18
+ base_model: microsoft/layoutlmv3-base
19
  model-index:
20
  - name: layoutlmv3-finetuned-funsd
21
  results:
22
  - task:
 
23
  type: token-classification
24
+ name: Token Classification
25
  dataset:
26
  name: nielsr/funsd-layoutlmv3
27
  type: nielsr/funsd-layoutlmv3
28
  args: funsd
29
  metrics:
30
+ - type: precision
 
31
  value: 0.9026198714780029
32
+ name: Precision
33
+ - type: recall
34
  value: 0.913
35
+ name: Recall
36
+ - type: f1
37
  value: 0.9077802634849614
38
+ name: F1
39
+ - type: accuracy
40
  value: 0.8330271015158475
41
+ name: Accuracy
42
  ---
43
 
44
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You