Commit
•
895cab8
1
Parent(s):
0f2e6a8
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (c3f08c950b18a4934012b25be27822b22bacd6ca)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -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
|