Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,14 +1,18 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
-
- transformers
|
4 |
-
- llama
|
5 |
-
- boolean-search
|
6 |
-
- search
|
7 |
-
- language-to-query
|
8 |
-
- unsloth
|
9 |
library_name: transformers
|
10 |
pipeline_tag: text2text-generation
|
11 |
license: llama2
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Boolean Search Query Model
|
@@ -18,7 +22,7 @@ Convert natural language queries into proper boolean search expressions for acad
|
|
18 |
## Features
|
19 |
|
20 |
- Converts natural language to boolean search expressions
|
21 |
-
- Handles multi-word terms correctly with quotes
|
22 |
- Removes meta-terms (articles, papers, research, etc.)
|
23 |
- Groups OR clauses appropriately
|
24 |
- Minimal, clean formatting
|
|
|
1 |
---
|
2 |
tags:
|
3 |
+
- transformers
|
4 |
+
- llama
|
5 |
+
- boolean-search
|
6 |
+
- search
|
7 |
+
- language-to-query
|
|
|
8 |
library_name: transformers
|
9 |
pipeline_tag: text2text-generation
|
10 |
license: llama2
|
11 |
+
title: boolean-search-query-model
|
12 |
+
emoji: 🔍
|
13 |
+
sdk: gradio
|
14 |
+
sdk_version: 4.0.0
|
15 |
+
app_file: demo.py
|
16 |
---
|
17 |
|
18 |
# Boolean Search Query Model
|
|
|
22 |
## Features
|
23 |
|
24 |
- Converts natural language to boolean search expressions
|
25 |
+
- (MOSTLY!) Handles multi-word terms correctly with quotes
|
26 |
- Removes meta-terms (articles, papers, research, etc.)
|
27 |
- Groups OR clauses appropriately
|
28 |
- Minimal, clean formatting
|