Update README.md
Browse files
README.md
CHANGED
|
@@ -2,15 +2,17 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
library_name: transformers
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
datasets:
|
| 10 |
-
|
| 11 |
language:
|
| 12 |
-
|
| 13 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# Query Auto-Completion Model
|
|
@@ -177,4 +179,4 @@ If you use this model, please cite:
|
|
| 177 |
publisher={HuggingFace},
|
| 178 |
url={https://huggingface.co/lv12/sin-qac-model}
|
| 179 |
}
|
| 180 |
-
```
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
library_name: transformers
|
| 4 |
tags:
|
| 5 |
+
- query-auto-completion
|
| 6 |
+
- search
|
| 7 |
+
- pytorch
|
| 8 |
+
- custom-model
|
| 9 |
datasets:
|
| 10 |
+
- rexoscare/autocomplete-search-dataset
|
| 11 |
language:
|
| 12 |
+
- en
|
| 13 |
pipeline_tag: text-classification
|
| 14 |
+
base_model:
|
| 15 |
+
- google/byt5-small
|
| 16 |
---
|
| 17 |
|
| 18 |
# Query Auto-Completion Model
|
|
|
|
| 179 |
publisher={HuggingFace},
|
| 180 |
url={https://huggingface.co/lv12/sin-qac-model}
|
| 181 |
}
|
| 182 |
+
```
|