i4never commited on
Commit
698531f
1 Parent(s): b569638

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -30,7 +30,7 @@ language:
30
  - 启动infer代码
31
 
32
  ```shell
33
- python infer.py --model_path TigerResearch/tigerbot-13b-base
34
  ```
35
 
36
  - 方法2:
@@ -45,14 +45,14 @@ language:
45
 
46
  - 通过huggingface或modelscope平台下载权重
47
  ```shell
48
- git clone https://huggingface.co/TigerResearch/tigerbot-13b-base
49
  git clone https://www.modelscope.cn/TigerResearch/tigerbot-13b-base-v2.git
50
  ```
51
 
52
  - 启动infer代码
53
 
54
  ```shell
55
- python infer.py --model_path tigerbot-13b-base(-v2) --model_type base --max_generate_length 64
56
  ```
57
 
58
  ------
@@ -70,7 +70,7 @@ language:
70
  - Run infer script
71
 
72
  ```shell
73
- python infer.py --model_path TigerResearch/tigerbot-13b-base
74
  ```
75
 
76
  - Method 2:
@@ -85,14 +85,14 @@ language:
85
 
86
  - Download weights from huggingface or modelscope
87
  ```shell
88
- git clone https://huggingface.co/TigerResearch/tigerbot-13b-base
89
  git clone https://www.modelscope.cn/TigerResearch/tigerbot-13b-base-v2.git
90
  ```
91
 
92
  - Run infer script
93
 
94
  ```shell
95
- python infer.py --model_path tigerbot-13b-base(-v2) --model_type base --max_generate_length 64
96
  ```
97
  # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
98
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_TigerResearch__tigerbot-13b-base)
 
30
  - 启动infer代码
31
 
32
  ```shell
33
+ python infer.py --model_path TigerResearch/tigerbot-13b-base-v2 --model_type base
34
  ```
35
 
36
  - 方法2:
 
45
 
46
  - 通过huggingface或modelscope平台下载权重
47
  ```shell
48
+ git clone https://huggingface.co/TigerResearch/tigerbot-13b-base-v2
49
  git clone https://www.modelscope.cn/TigerResearch/tigerbot-13b-base-v2.git
50
  ```
51
 
52
  - 启动infer代码
53
 
54
  ```shell
55
+ python infer.py --model_path tigerbot-13b-base-v2 --model_type base --max_generate_length 64
56
  ```
57
 
58
  ------
 
70
  - Run infer script
71
 
72
  ```shell
73
+ python infer.py --model_path TigerResearch/tigerbot-13b-base-v2 --model_type base
74
  ```
75
 
76
  - Method 2:
 
85
 
86
  - Download weights from huggingface or modelscope
87
  ```shell
88
+ git clone https://huggingface.co/TigerResearch/tigerbot-13b-base-v2
89
  git clone https://www.modelscope.cn/TigerResearch/tigerbot-13b-base-v2.git
90
  ```
91
 
92
  - Run infer script
93
 
94
  ```shell
95
+ python infer.py --model_path tigerbot-13b-base-v2 --model_type base --max_generate_length 64
96
  ```
97
  # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
98
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_TigerResearch__tigerbot-13b-base)