julien-c HF staff commited on
Commit
7dd8724
1 Parent(s): a935f0a

Update /privacy and other content following Llama v2 release (#374)

Browse files
PRIVACY.md CHANGED
@@ -1,10 +1,10 @@
1
  ## Privacy
2
 
3
- > Last updated: May 15, 2023
4
 
5
- Starting with `v0.2` of HuggingChat, users are authenticated through their HF user account.
6
 
7
- By default, your conversations are shared with the model's authors (for the `v0.2` model, to <a target="_blank" href="https://open-assistant.io/dashboard">Open Assistant</a>) to improve their training data and model over time. Model authors are the custodians of the data collected by their model, even if it's hosted on our platform.
8
 
9
  If you disable data sharing in your settings, your conversations will not be used for any downstream usage (including for research or model training purposes), and they will only be stored to let you access past conversations. You can click on the Delete icon to delete any past conversation at any moment.
10
 
@@ -14,9 +14,9 @@ If you disable data sharing in your settings, your conversations will not be use
14
 
15
  The goal of this app is to showcase that it is now (May 2023) possible to build an open source alternative to ChatGPT. 💪
16
 
17
- For now, it's running OpenAssistant's [latest LLaMA based model](https://huggingface.co/OpenAssistant/oasst-sft-6-llama-30b-xor) (which is one of the current best open source chat models), but the plan in the longer-term is to expose all good-quality chat models from the Hub.
18
 
19
- We are not affiliated with Open Assistant, but if you want to contribute to the training data for the next generation of open models, please consider contributing to https://open-assistant.io/ ❤️
20
 
21
  ## Technical details
22
 
@@ -26,7 +26,7 @@ This app is running in a [Space](https://huggingface.co/docs/hub/spaces-overview
26
 
27
  The inference backend is running the optimized [text-generation-inference](https://github.com/huggingface/text-generation-inference) on HuggingFace's Inference API infrastructure.
28
 
29
- It is therefore possible to deploy a copy of this app to a Space and customize it (swap model, add some UI elements, or store user messages according to your own Terms and conditions)
30
 
31
  We welcome any feedback on this app: please participate to the public discussion at https://huggingface.co/spaces/huggingchat/chat-ui/discussions
32
 
 
1
  ## Privacy
2
 
3
+ > Last updated: July 23, 2023
4
 
5
+ Users of HuggingChat are authenticated through their HF user account.
6
 
7
+ By default, your conversations may be shared with the respective models' authors (e.g. if you're chatting with the Open Assistant model, to <a target="_blank" href="https://open-assistant.io/dashboard">Open Assistant</a>) to improve their training data and model over time. Model authors are the custodians of the data collected by their model, even if it's hosted on our platform.
8
 
9
  If you disable data sharing in your settings, your conversations will not be used for any downstream usage (including for research or model training purposes), and they will only be stored to let you access past conversations. You can click on the Delete icon to delete any past conversation at any moment.
10
 
 
14
 
15
  The goal of this app is to showcase that it is now (May 2023) possible to build an open source alternative to ChatGPT. 💪
16
 
17
+ For now, it's running both OpenAssistant's [latest LLaMA based model](https://huggingface.co/OpenAssistant/oasst-sft-6-llama-30b-xor) (which is one of the current best open source chat models) as well as [Meta's newer Llama 2](https://huggingface.co/meta-llama/Llama-2-70b-chat-hf), but the plan in the longer-term is to expose all good-quality chat models from the Hub.
18
 
19
+ We are not affiliated with Open Assistant nor Meta AI, but if you want to contribute to the training data for the next generation of open models, please consider contributing to https://open-assistant.io/ or https://ai.meta.com/llama/ ❤️
20
 
21
  ## Technical details
22
 
 
26
 
27
  The inference backend is running the optimized [text-generation-inference](https://github.com/huggingface/text-generation-inference) on HuggingFace's Inference API infrastructure.
28
 
29
+ It is therefore possible to deploy a copy of this app to a Space and customize it (swap model, add some UI elements, or store user messages according to your own Terms and conditions). You can also 1-click deploy your own instance using the [Chat UI Spaces Docker template](https://huggingface.co/new-space?template=huggingchat/chat-ui-template).
30
 
31
  We welcome any feedback on this app: please participate to the public discussion at https://huggingface.co/spaces/huggingchat/chat-ui/discussions
32
 
README.md CHANGED
@@ -14,7 +14,7 @@ app_port: 3000
14
 
15
  ![Chat UI repository thumbnail](https://huggingface.co/datasets/huggingface/documentation-images/raw/f038917dd40d711a72d654ab1abfc03ae9f177e6/chat-ui-repo-thumbnail.svg)
16
 
17
- A chat interface using open source models, eg OpenAssistant. It is a SvelteKit app and it powers the [HuggingChat app on hf.co/chat](https://huggingface.co/chat).
18
 
19
  0. [No Setup Deploy](#no-setup-deploy)
20
  1. [Setup](#setup)
 
14
 
15
  ![Chat UI repository thumbnail](https://huggingface.co/datasets/huggingface/documentation-images/raw/f038917dd40d711a72d654ab1abfc03ae9f177e6/chat-ui-repo-thumbnail.svg)
16
 
17
+ A chat interface using open source models, eg OpenAssistant or Llama. It is a SvelteKit app and it powers the [HuggingChat app on hf.co/chat](https://huggingface.co/chat).
18
 
19
  0. [No Setup Deploy](#no-setup-deploy)
20
  1. [Setup](#setup)
src/lib/components/SettingsModal.svelte CHANGED
@@ -53,12 +53,19 @@
53
  You can change this setting at any time, it applies to all your conversations.
54
  </p>
55
  <p class="text-gray-800">
56
- Read more about this model's authors,
57
  <a
58
  href="https://open-assistant.io/"
59
  target="_blank"
60
  rel="noreferrer"
61
  class="underline decoration-gray-300 hover:decoration-gray-700">Open Assistant</a
 
 
 
 
 
 
 
62
  >.
63
  </p>
64
  {/if}
 
53
  You can change this setting at any time, it applies to all your conversations.
54
  </p>
55
  <p class="text-gray-800">
56
+ Read more about model authors,
57
  <a
58
  href="https://open-assistant.io/"
59
  target="_blank"
60
  rel="noreferrer"
61
  class="underline decoration-gray-300 hover:decoration-gray-700">Open Assistant</a
62
+ >
63
+ or
64
+ <a
65
+ href="https://ai.meta.com/llama/"
66
+ target="_blank"
67
+ rel="noreferrer"
68
+ class="underline decoration-gray-300 hover:decoration-gray-700">Meta AI</a
69
  >.
70
  </p>
71
  {/if}