Spaces:
Runtime error
Runtime error
Norman
commited on
Commit
•
d4cc00a
1
Parent(s):
e65449c
style(hus): update online link and template custom level
Browse files
README.md
CHANGED
@@ -12,7 +12,13 @@
|
|
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 |
|
14 |
## :space_invader: How to Play
|
15 |
-
We provide an online version for players to directly access and try out.
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
### ChatGPT + Chinese
|
17 |
```shell
|
18 |
QUESTION_LANG=cn QUESTION_LLM='chatgpt' QUESTION_LLM_KEY=<your API key> python3 -u app.py
|
@@ -37,13 +43,13 @@ The question format should include the following points:
|
|
37 |
- Modify the corresponding chapter question files
|
38 |
- Modification of init.py
|
39 |
|
40 |
-
For a complete example, please refer to: [Submit your own level design]()
|
41 |
|
42 |
## :writing_hand: Roadmap
|
43 |
|
44 |
- [x] Support custom levels
|
45 |
-
- [
|
46 |
-
- [
|
47 |
- [x] Support Mistral-7B(English version)
|
48 |
- [ ] Support Baichuan2-7B(Chinese version)
|
49 |
- [ ] Support LLaMA2-7B(English version)
|
|
|
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 |
|
14 |
## :space_invader: How to Play
|
15 |
+
We provide an online version for players to directly access and try out.
|
16 |
+
- [ChatGPT + English(w/o key)](https://huggingface.co/spaces/OpenDILabCommunity/LLMRiddlesChatGPTEN)
|
17 |
+
- [ChatGPT + Chinese(w/o key)](https://huggingface.co/spaces/OpenDILabCommunity/LLMRiddlesChatGPTCN)
|
18 |
+
- [Mistral + English(w/ key)](https://4521e4d138d3779498.gradio.live)
|
19 |
+
- [ChatGPT + Chinese(w/ key)](http://llmriddles.opendilab.net/)
|
20 |
+
|
21 |
+
Local deployment can be done in the following ways:
|
22 |
### ChatGPT + Chinese
|
23 |
```shell
|
24 |
QUESTION_LANG=cn QUESTION_LLM='chatgpt' QUESTION_LLM_KEY=<your API key> python3 -u app.py
|
|
|
43 |
- Modify the corresponding chapter question files
|
44 |
- Modification of init.py
|
45 |
|
46 |
+
For a complete example, please refer to: [Submit your own level design](https://github.com/opendilab/LLMRiddles/pull/6)
|
47 |
|
48 |
## :writing_hand: Roadmap
|
49 |
|
50 |
- [x] Support custom levels
|
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)
|