byQuexo commited on
Commit
7bf17c9
2 Parent(s): c626f3f 81d6e7e

Merge branch 'main' of hf.co:ilert/SoQbert

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: distilbert/distilbert-base-uncased
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ pipeline_tag: text-classification
8
+ tags:
9
+ - neural-search
10
+ - neural-search-query-classification
11
+ ---