AWS-ANSWER-BOT commited on
Commit
9ad8ee3
·
verified ·
1 Parent(s): 641f32a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -7
README.md CHANGED
@@ -1,13 +1,23 @@
1
  ---
2
- title: Answers
3
- emoji: 😻
4
- colorFrom: gray
5
- colorTo: blue
6
  sdk: gradio
7
- sdk_version: 5.34.2
8
  app_file: app.py
9
- pinned: false
10
  license: mit
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
  ---
2
+ title: Chat-with-GPT4.1-mini
3
+ emoji: 🚀
4
+ colorFrom: red
5
+ colorTo: indigo
6
  sdk: gradio
7
+ sdk_version: 5.25.1
8
  app_file: app.py
9
+ pinned: true
10
  license: mit
11
+ duplicated_from: yuntian-deng/ChatGPT4
12
+ disable_embedding: true
13
+ datasets:
14
+ - allenai/WildChat-1M
15
+ - allenai/WildChat-1M-Full
16
+ - allenai/WildChat
17
+ models:
18
+ - allenai/WildLlama-7b-user-assistant
19
+ - allenai/WildLlama-7b-assistant-only
20
  ---
21
 
22
+ - https://arxiv.org/abs/2405.01470
23
+ - https://arxiv.org/abs/2409.03753