niuyazhe commited on
Commit
e798126
1 Parent(s): 172633c

style(nyz): add readme jump link

Browse files
Files changed (2) hide show
  1. README.md +3 -0
  2. README_zh.md +3 -0
README.md CHANGED
@@ -8,6 +8,8 @@
8
  <br>
9
  </div>
10
 
 
 
11
  ## :thinking: What's This
12
  Welcome to LLM Riddles! This is a game of wits and courage with language models. In the game, you need to construct questions that interact with the language model to get answers that meet the requirements. In this process, you can use your brain and use all the methods you can think of to get the model to output the results required by the answer.
13
 
@@ -51,6 +53,7 @@ For a complete example, please refer to: [Submit your own level design](https://
51
  - [x] Online trial link
52
  - [x] Hugging Face Space link
53
  - [x] Support Mistral-7B(English version)
 
54
  - [ ] Support Baichuan2-7B(Chinese version)
55
  - [ ] Support LLaMA2-7B(English version)
56
  - [ ] LLM inference speed optimization
 
8
  <br>
9
  </div>
10
 
11
+ English | [简体中文](https://github.com/opendilab/LLMRiddles/blob/main/README_zh.md)
12
+
13
  ## :thinking: What's This
14
  Welcome to LLM Riddles! This is a game of wits and courage with language models. In the game, you need to construct questions that interact with the language model to get answers that meet the requirements. In this process, you can use your brain and use all the methods you can think of to get the model to output the results required by the answer.
15
 
 
53
  - [x] Online trial link
54
  - [x] Hugging Face Space link
55
  - [x] Support Mistral-7B(English version)
56
+ - [ ] Support ChatGLM(Chinese version)
57
  - [ ] Support Baichuan2-7B(Chinese version)
58
  - [ ] Support LLaMA2-7B(English version)
59
  - [ ] LLM inference speed optimization
README_zh.md CHANGED
@@ -8,6 +8,8 @@
8
  <br>
9
  </div>
10
 
 
 
11
  ## :thinking: 什么是LLM Riddles
12
  欢迎来到 LLM Riddles!这是一个与语言模型斗智斗勇的游戏。在游戏中,你需要构造与语言模型交互的问题,来得到符合要求的答案。在这个过程中,你可以开动脑筋,用你想到的所有方式,让模型输出答案要求的结果。
13
 
@@ -56,6 +58,7 @@ QUESTION_LANG=en QUESTION_LLM='llama2-7b' python3 -u app.py
56
  - [x] 在线试玩链接
57
  - [x] Hugging Face Space 链接
58
  - [x] 支持Mistral-7B(英文)
 
59
  - [ ] 支持Baichuan2-7B(中文)
60
  - [ ] 支持LLaMA2-7B(英文)
61
  - [ ] LLM 推理速度优化
 
8
  <br>
9
  </div>
10
 
11
+ [English](https://github.com/opendilab/LLMRiddles/blob/main/README.md) | 简体中文
12
+
13
  ## :thinking: 什么是LLM Riddles
14
  欢迎来到 LLM Riddles!这是一个与语言模型斗智斗勇的游戏。在游戏中,你需要构造与语言模型交互的问题,来得到符合要求的答案。在这个过程中,你可以开动脑筋,用你想到的所有方式,让模型输出答案要求的结果。
15
 
 
58
  - [x] 在线试玩链接
59
  - [x] Hugging Face Space 链接
60
  - [x] 支持Mistral-7B(英文)
61
+ - [ ] 支持ChatGLM(中文)
62
  - [ ] 支持Baichuan2-7B(中文)
63
  - [ ] 支持LLaMA2-7B(英文)
64
  - [ ] LLM 推理速度优化