JosephusCheung commited on
Commit
b5a00dc
·
1 Parent(s): b7b83bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -100
README.md CHANGED
@@ -4,104 +4,5 @@ frameworks:
4
  license: apache-2.0
5
  tasks:
6
  - text-generation
7
- language:
8
- - en
9
- - zh
10
- tags:
11
- - tigerbot
12
  ---
13
- # Reuploaded for further investigation - strange behavior on Open LLM Leaderboard
14
- There is a potential for test set data leakage or cheating.
15
-
16
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63468a143ea42ee2cb49ddd1/EW0kwmxsF6dun66qzK_-S.png)
17
-
18
-
19
- <div style="width: 100%;">
20
- <p align="center" width="20%">
21
- <img src="http://x-pai.algolet.com/bot/img/logo_core.png" alt="TigerBot" width="20%", style="display: block; margin: auto;"></img>
22
- </p>
23
- </div>
24
- <p align="center">
25
- <font face="黑体" size=5"> A cutting-edge foundation for your very own LLM. </font>
26
- </p>
27
- <p align="center">
28
- 💻<a href="https://github.com/TigerResearch/TigerBot" target="_blank">Github</a> • 🌐 <a href="https://tigerbot.com/" target="_blank">TigerBot</a> • 🤗 <a href="https://huggingface.co/TigerResearch" target="_blank">Hugging Face</a>
29
- </p>
30
-
31
- # 快速开始
32
-
33
- - 方法1,通过transformers使用
34
-
35
- - 下载 TigerBot Repo
36
-
37
- ```shell
38
- git clone https://github.com/TigerResearch/TigerBot.git
39
- ```
40
-
41
- - 启动infer代码
42
-
43
- ```shell
44
- python infer.py --model_path TigerResearch/tigerbot-70b-chat-v4-4k
45
- ```
46
-
47
- - 方法2:
48
-
49
- - 下载 TigerBot Repo
50
-
51
- ```shell
52
- git clone https://github.com/TigerResearch/TigerBot.git
53
- ```
54
-
55
- - 安装git lfs: `git lfs install`
56
-
57
- - 通过huggingface或modelscope平台下载权重
58
- ```shell
59
- git clone https://huggingface.co/Community-LM/tigerbot-70b-chat-v4-4k
60
- git clone https://www.modelscope.cn/TigerResearch/tigerbot-70b-chat-v4-4k.git
61
- ```
62
-
63
- - 启动infer代码
64
-
65
- ```shell
66
- python infer.py --model_path tigerbot-70b-chat-v4-4k
67
- ```
68
-
69
- ------
70
-
71
- # Quick Start
72
-
73
- - Method 1, use through transformers
74
-
75
- - Clone TigerBot Repo
76
-
77
- ```shell
78
- git clone https://github.com/TigerResearch/TigerBot.git
79
- ```
80
-
81
- - Run infer script
82
-
83
- ```shell
84
- python infer.py --model_path TigerResearch/tigerbot-70b-chat-v4-4k
85
- ```
86
-
87
- - Method 2:
88
-
89
- - Clone TigerBot Repo
90
-
91
- ```shell
92
- git clone https://github.com/TigerResearch/TigerBot.git
93
- ```
94
-
95
- - install git lfs: `git lfs install`
96
-
97
- - Download weights from huggingface or modelscope
98
- ```shell
99
- git clone https://huggingface.co/Community-LM/tigerbot-70b-chat-v4-4k
100
- git clone https://www.modelscope.cn/TigerResearch/tigerbot-70b-chat-v4-4k.git
101
- ```
102
-
103
- - Run infer script
104
-
105
- ```shell
106
- python infer.py --model_path tigerbot-70b-chat-v4-4k
107
- ```
 
4
  license: apache-2.0
5
  tasks:
6
  - text-generation
 
 
 
 
 
7
  ---
8
+ # Reuploaded