lv12 commited on
Commit
c34f7f5
·
verified ·
1 Parent(s): 924e4e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -2,15 +2,17 @@
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
  ---
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
+ ```