Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`neuralmind/bert-base-portuguese-cased`](https://huggingface.co/neuralmind/bert-base-portuguese-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!
@@ -1,17 +1,22 @@
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
3 |
- autotrain
|
4 |
- text-classification
|
5 |
-
language:
|
6 |
-
- en
|
7 |
-
widget:
|
8 |
-
- text: " frases-bertimbau-v0.4 This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on an unknown dataset."
|
9 |
-
- text: "Model description BERTa is a transformer-based masked language model for the Catalan language. It is based on the [RoBERTA](https://github.com/pytorch/fairseq/tree/master/examples/roberta) base model and has been trained on a medium-size corpus collected from publicly available corpora and crawlers"
|
10 |
-
- text: "Model description More information needed"
|
11 |
datasets:
|
12 |
- davanstrien/autotrain-data-dataset-mentions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
co2_eq_emissions:
|
14 |
emissions: 0.008999666562870793
|
|
|
15 |
---
|
16 |
|
17 |
# Model Trained Using AutoTrain
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
tags:
|
5 |
- autotrain
|
6 |
- text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
datasets:
|
8 |
- davanstrien/autotrain-data-dataset-mentions
|
9 |
+
widget:
|
10 |
+
- text: ' frases-bertimbau-v0.4 This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased)
|
11 |
+
on an unknown dataset.'
|
12 |
+
- text: Model description BERTa is a transformer-based masked language model for the
|
13 |
+
Catalan language. It is based on the [RoBERTA](https://github.com/pytorch/fairseq/tree/master/examples/roberta)
|
14 |
+
base model and has been trained on a medium-size corpus collected from publicly
|
15 |
+
available corpora and crawlers
|
16 |
+
- text: Model description More information needed
|
17 |
co2_eq_emissions:
|
18 |
emissions: 0.008999666562870793
|
19 |
+
base_model: neuralmind/bert-base-portuguese-cased
|
20 |
---
|
21 |
|
22 |
# Model Trained Using AutoTrain
|