librarian-bot commited on
Commit
e5a2603
1 Parent(s): fbc98bb

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`dccuchile/distilbert-base-spanish-uncased`](https://huggingface.co/dccuchile/distilbert-base-spanish-uncased) 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).

If you want to automatically add `base_model` metadata to more of your modes you can use the [Librarian Bot](https://huggingface.co/librarian-bot) [Metadata Request Service](https://huggingface.co/spaces/librarian-bots/metadata_request_service)!

Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -8,12 +8,13 @@ metrics:
8
  - f1
9
  - precision
10
  - recall
 
11
  model-index:
12
  - name: dccuchile-distilbert-base-spanish-uncased-finetuned-with-spanish-tweets-clf-cleaned-ds
13
  results:
14
  - task:
15
- name: Text Classification
16
  type: text-classification
 
17
  dataset:
18
  name: dataset
19
  type: dataset
@@ -21,18 +22,18 @@ model-index:
21
  split: dev
22
  args: 60-20-20
23
  metrics:
24
- - name: Accuracy
25
- type: accuracy
26
  value: 0.650310988251555
27
- - name: F1
28
- type: f1
29
  value: 0.6518765643027159
30
- - name: Precision
31
- type: precision
32
  value: 0.6625453481119005
33
- - name: Recall
34
- type: recall
35
  value: 0.6498098682990169
 
36
  ---
37
 
38
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
8
  - f1
9
  - precision
10
  - recall
11
+ base_model: dccuchile/distilbert-base-spanish-uncased
12
  model-index:
13
  - name: dccuchile-distilbert-base-spanish-uncased-finetuned-with-spanish-tweets-clf-cleaned-ds
14
  results:
15
  - task:
 
16
  type: text-classification
17
+ name: Text Classification
18
  dataset:
19
  name: dataset
20
  type: dataset
 
22
  split: dev
23
  args: 60-20-20
24
  metrics:
25
+ - type: accuracy
 
26
  value: 0.650310988251555
27
+ name: Accuracy
28
+ - type: f1
29
  value: 0.6518765643027159
30
+ name: F1
31
+ - type: precision
32
  value: 0.6625453481119005
33
+ name: Precision
34
+ - type: recall
35
  value: 0.6498098682990169
36
+ name: Recall
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You