nielsr HF Staff commited on
Commit
26cacf5
·
verified ·
1 Parent(s): 63330cc

Update pipeline tag and add library name

Browse files

This PR improves the model card for GraphWalker-7B by:
- Updating the `pipeline_tag` to `text-generation` to reflect its architecture and improve discoverability.
- Adding `library_name: transformers` to enable automated usage snippets.
- Maintaining all original documentation including evaluation results and GitHub links.

Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,8 +1,9 @@
1
  ---
2
- license: apache-2.0
3
  base_model:
4
  - Qwen/Qwen2.5-7B-Instruct
5
- pipeline_tag: question-answering
 
 
6
  tags:
7
  - LLM Agent
8
  - Knowledge Graph
@@ -37,7 +38,7 @@ pip install vllm transformers
37
 
38
  ```bash
39
  # Via huggingface-cli
40
- huggingface-cli download <your-org>/GraphWalker-7B --local-dir ./GraphWalker-7B
41
  ```
42
 
43
  ### 3. Inference with vLLM (Recommended)
@@ -45,7 +46,7 @@ huggingface-cli download <your-org>/GraphWalker-7B --local-dir ./GraphWalker-7B
45
  **Start the vLLM server:**
46
 
47
  ```bash
48
- vllm serve "./GraphWalker-7B" \
49
  --host 0.0.0.0 --port 22240 \
50
  --served-model-name graphwalker-7b \
51
  --gpu-memory-utilization 0.9 \
 
1
  ---
 
2
  base_model:
3
  - Qwen/Qwen2.5-7B-Instruct
4
+ license: apache-2.0
5
+ library_name: transformers
6
+ pipeline_tag: text-generation
7
  tags:
8
  - LLM Agent
9
  - Knowledge Graph
 
38
 
39
  ```bash
40
  # Via huggingface-cli
41
+ huggingface-cli download xushuwen23/GraphWalker-7B --local-dir ./GraphWalker-7B
42
  ```
43
 
44
  ### 3. Inference with vLLM (Recommended)
 
46
  **Start the vLLM server:**
47
 
48
  ```bash
49
+ vllm serve "xushuwen23/GraphWalker-7B" \
50
  --host 0.0.0.0 --port 22240 \
51
  --served-model-name graphwalker-7b \
52
  --gpu-memory-utilization 0.9 \