s-emanuilov commited on
Commit
98c8edd
·
1 Parent(s): a76743d

Update README

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -8,7 +8,7 @@ datasets:
8
  base_model:
9
  - Qwen/Qwen2.5-3B-Instruct
10
  ---
11
- # Query Expansion Dataset - Qwen2.5-3B
12
 
13
  Fine-tuned Qwen2.5-3B model for generating search query expansions.
14
  Part of a collection of query expansion models available in different architectures and sizes.
@@ -17,7 +17,7 @@ Part of a collection of query expansion models available in different architectu
17
 
18
  **Task:** Search query expansion
19
  **Base model:** [Qwen2.5-3B](https://huggingface.co/Qwen/Qwen2.5-3B)
20
- **Training Data:** [Query Expansion Dataset](https://huggingface.co/datasets/unsloth/query-expansion-dataset)
21
 
22
  <img src="static/query-expansion-model.jpg" alt="Query Expansion Model" width="600px" />
23
 
@@ -95,8 +95,8 @@ output = model.generate(
95
 
96
  ## Example
97
 
98
- **Input**: "apple stock "
99
- **Expansions**:
100
  - "apple stock price"
101
  - "how to invest in apple stocks"
102
  - "apple stock analysis"
 
8
  base_model:
9
  - Qwen/Qwen2.5-3B-Instruct
10
  ---
11
+ # Query Expansion Dataset - based on Qwen2.5-3B
12
 
13
  Fine-tuned Qwen2.5-3B model for generating search query expansions.
14
  Part of a collection of query expansion models available in different architectures and sizes.
 
17
 
18
  **Task:** Search query expansion
19
  **Base model:** [Qwen2.5-3B](https://huggingface.co/Qwen/Qwen2.5-3B)
20
+ **Training data:** [Query Expansion Dataset](https://huggingface.co/datasets/unsloth/query-expansion-dataset)
21
 
22
  <img src="static/query-expansion-model.jpg" alt="Query Expansion Model" width="600px" />
23
 
 
95
 
96
  ## Example
97
 
98
+ **Input:** "apple stock"
99
+ **Expansions:**
100
  - "apple stock price"
101
  - "how to invest in apple stocks"
102
  - "apple stock analysis"