Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,11 @@
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
thumbnail: https://huggingface.co/front/thumbnails/google.png
|
| 4 |
-
|
| 5 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
## MobileBERT: a Compact Task-Agnostic BERT for Resource-Limited Devices
|
|
@@ -14,6 +17,8 @@ This checkpoint is the original MobileBert Optimized Uncased English:
|
|
| 14 |
[uncased_L-24_H-128_B-512_A-4_F-4_OPT](https://storage.googleapis.com/cloud-tpu-checkpoints/mobilebert/uncased_L-24_H-128_B-512_A-4_F-4_OPT.tar.gz)
|
| 15 |
checkpoint.
|
| 16 |
|
|
|
|
|
|
|
| 17 |
## How to use MobileBERT in `transformers`
|
| 18 |
|
| 19 |
```python
|
|
@@ -29,4 +34,4 @@ print(
|
|
| 29 |
classifier('<input class="cc-number" placeholder="Enter credit card number..." />')
|
| 30 |
)
|
| 31 |
|
| 32 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
thumbnail: https://huggingface.co/front/thumbnails/google.png
|
|
|
|
| 4 |
license: apache-2.0
|
| 5 |
+
base_model:
|
| 6 |
+
- google/mobilebert-uncased
|
| 7 |
+
pipeline_tag: text-classification
|
| 8 |
+
library_name: transformers
|
| 9 |
---
|
| 10 |
|
| 11 |
## MobileBERT: a Compact Task-Agnostic BERT for Resource-Limited Devices
|
|
|
|
| 17 |
[uncased_L-24_H-128_B-512_A-4_F-4_OPT](https://storage.googleapis.com/cloud-tpu-checkpoints/mobilebert/uncased_L-24_H-128_B-512_A-4_F-4_OPT.tar.gz)
|
| 18 |
checkpoint.
|
| 19 |
|
| 20 |
+
This model was fine-tuned on html tags and labels using [Fathom](https://mozilla.github.io/fathom/commands/label.html)
|
| 21 |
+
|
| 22 |
## How to use MobileBERT in `transformers`
|
| 23 |
|
| 24 |
```python
|
|
|
|
| 34 |
classifier('<input class="cc-number" placeholder="Enter credit card number..." />')
|
| 35 |
)
|
| 36 |
|
| 37 |
+
```
|