librarian-bot commited on
Commit
86a0215
1 Parent(s): 1faa10b

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`bert-base-multilingual-cased`](https://huggingface.co/bert-base-multilingual-cased) 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 +11 -10
README.md CHANGED
@@ -1,13 +1,4 @@
1
  ---
2
- license: apache-2.0
3
- tags:
4
- - generated_from_trainer
5
- metrics:
6
- - accuracy
7
- - f1
8
- model-index:
9
- - name: turkic-cyrillic-classifier
10
- results: []
11
  language:
12
  - ba
13
  - cv
@@ -18,11 +9,21 @@ language:
18
  - tyv
19
  - krc
20
  - ru
 
 
 
21
  datasets:
22
  - tatiana-merz/cyrillic_turkic_langs
 
 
 
23
  pipeline_tag: text-classification
24
  widget:
25
- - text: "Кыра тыгын"
 
 
 
 
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
 
 
 
 
 
 
 
 
 
2
  language:
3
  - ba
4
  - cv
 
9
  - tyv
10
  - krc
11
  - ru
12
+ license: apache-2.0
13
+ tags:
14
+ - generated_from_trainer
15
  datasets:
16
  - tatiana-merz/cyrillic_turkic_langs
17
+ metrics:
18
+ - accuracy
19
+ - f1
20
  pipeline_tag: text-classification
21
  widget:
22
+ - text: Кыра тыгын
23
+ base_model: bert-base-multilingual-cased
24
+ model-index:
25
+ - name: turkic-cyrillic-classifier
26
+ results: []
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You