Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,14 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# Model Card for Model ID
|
| 7 |
-
|
| 8 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
|
| 10 |
|
|
@@ -36,6 +40,7 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
| 36 |
## Uses
|
| 37 |
|
| 38 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
|
|
|
| 39 |
|
| 40 |
### Direct Use
|
| 41 |
|
|
@@ -46,6 +51,7 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
| 46 |
### Downstream Use [optional]
|
| 47 |
|
| 48 |
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
|
|
|
| 49 |
|
| 50 |
[More Information Needed]
|
| 51 |
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
+
license: cc
|
| 4 |
+
datasets:
|
| 5 |
+
- mteb/banking77
|
| 6 |
+
base_model:
|
| 7 |
+
- google-bert/bert-base-uncased
|
| 8 |
---
|
| 9 |
|
| 10 |
# Model Card for Model ID
|
| 11 |
+
This is a BERT classifier finetuned for banking77 dataset (classify questions into 77 classes)
|
| 12 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 13 |
|
| 14 |
|
|
|
|
| 40 |
## Uses
|
| 41 |
|
| 42 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 43 |
+
The intent of the model is to have a fine tuned BERT classifier that can then be distilled using smaller models for this particular domain (banking77 questions tagging)
|
| 44 |
|
| 45 |
### Direct Use
|
| 46 |
|
|
|
|
| 51 |
### Downstream Use [optional]
|
| 52 |
|
| 53 |
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 54 |
+
The intent of the model is to have a fine tuned BERT classifier that can then be distilled using smaller models for this particular domain (banking77 questions tagging)
|
| 55 |
|
| 56 |
[More Information Needed]
|
| 57 |
|