Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- yelp_polarity
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
---
|
8 |
+
|
9 |
+
## Model Details
|
10 |
+
**Model Description:** This model is a fine-tune checkpoint of [bert-base-uncased](https://huggingface.co/bert-base-uncased), fine-tuned on yelp reviews.
|
11 |
+
|
12 |
+
- **Developed by:** rttl-ai
|
13 |
+
- **Model Type:** Text Classification
|
14 |
+
- **Language(s):** English
|
15 |
+
- **License:** Apache-2.0
|
16 |
+
- **Resources for more information:**
|
17 |
+
- The model was pre-trained with task-adaptive pre-training [TAPT](https://arxiv.org/pdf/2004.10964.pdf) with an increased masking rate, no corruption strategy, and using WWM, following [this paper](https://aclanthology.org/2023.eacl-main.217.pdf)
|
18 |
+
- pre-trained on yelp reviews
|
19 |
+
- fine-tuned on yelp reviews for binary class text classification
|