i4never commited on
Commit
6df769b
1 Parent(s): 7e674ad

Update README.md

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