librarian-bot commited on
Commit
df60ac5
1 Parent(s): 908b208

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`xlm-roberta-base`](https://huggingface.co/xlm-roberta-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 +8 -7
README.md CHANGED
@@ -1,32 +1,33 @@
1
  ---
 
 
2
  license: mit
3
  tags:
4
  - generated_from_trainer
5
  - nlu
6
  - slot-tagging
 
 
7
  metrics:
8
  - precision
9
  - recall
10
  - f1
11
  - accuracy
 
12
  model-index:
13
  - name: xlm-r-base-amazon-massive-slot
14
  results:
15
  - task:
16
- name: slot-filling
17
  type: slot-filling
 
18
  dataset:
19
  name: MASSIVE
20
  type: AmazonScience/massive
21
  split: test
22
  metrics:
23
- - name: F1
24
- type: f1
25
  value: 0.8405
26
- datasets:
27
- - AmazonScience/massive
28
- language:
29
- - en
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
2
+ language:
3
+ - en
4
  license: mit
5
  tags:
6
  - generated_from_trainer
7
  - nlu
8
  - slot-tagging
9
+ datasets:
10
+ - AmazonScience/massive
11
  metrics:
12
  - precision
13
  - recall
14
  - f1
15
  - accuracy
16
+ base_model: xlm-roberta-base
17
  model-index:
18
  - name: xlm-r-base-amazon-massive-slot
19
  results:
20
  - task:
 
21
  type: slot-filling
22
+ name: slot-filling
23
  dataset:
24
  name: MASSIVE
25
  type: AmazonScience/massive
26
  split: test
27
  metrics:
28
+ - type: f1
 
29
  value: 0.8405
30
+ name: F1
 
 
 
31
  ---
32
 
33
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You