julien-c HF staff pierric HF staff commited on
Commit
a149a6a
β€’
1 Parent(s): d4f393d

Privacy update (#1018)

Browse files

* Update PRIVACY.md

* Update .env.template

* Update PRIVACY.md

Co-authored-by: Pierric Cistac <Pierrci@users.noreply.github.com>

* A bit heavy maybe haha but 🀷

---------

Co-authored-by: Pierric Cistac <Pierrci@users.noreply.github.com>

Files changed (2) hide show
  1. .env.template +1 -1
  2. PRIVACY.md +10 -4
.env.template CHANGED
@@ -233,7 +233,7 @@ PUBLIC_APP_ASSETS=huggingchat
233
  PUBLIC_APP_COLOR=yellow
234
  PUBLIC_APP_DESCRIPTION="Making the community's best AI chat models available to everyone."
235
  PUBLIC_APP_DISCLAIMER_MESSAGE="Disclaimer: AI is an area of active research with known problems such as biased generation and misinformation. Do not use this application for high-stakes decisions or advice."
236
- PUBLIC_APP_DATA_SHARING=1
237
  PUBLIC_APP_DISCLAIMER=1
238
 
239
  PUBLIC_GOOGLE_ANALYTICS_ID=G-8Q63TH4CSL
233
  PUBLIC_APP_COLOR=yellow
234
  PUBLIC_APP_DESCRIPTION="Making the community's best AI chat models available to everyone."
235
  PUBLIC_APP_DISCLAIMER_MESSAGE="Disclaimer: AI is an area of active research with known problems such as biased generation and misinformation. Do not use this application for high-stakes decisions or advice."
236
+ PUBLIC_APP_DATA_SHARING=0
237
  PUBLIC_APP_DISCLAIMER=1
238
 
239
  PUBLIC_GOOGLE_ANALYTICS_ID=G-8Q63TH4CSL
PRIVACY.md CHANGED
@@ -1,12 +1,12 @@
1
  ## Privacy
2
 
3
- > Last updated: October 4, 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 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
 
11
  πŸ—“ Please also consult huggingface.co's main privacy policy at <https://huggingface.co/privacy>. To exercise any of your legal privacy rights, please send an email to <privacy@huggingface.co>.
12
 
@@ -14,12 +14,18 @@ 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 possible to build an open source alternative to ChatGPT. πŸ’ͺ
16
 
17
- For now (October 2023), it's running:
 
 
18
 
19
  - [Llama 2 70B](https://huggingface.co/meta-llama/Llama-2-70b-chat-hf)
20
  - [CodeLlama 35B](https://about.fb.com/news/2023/08/code-llama-ai-for-coding/)
21
  - [Falcon 180B](https://www.tii.ae/news/technology-innovation-institute-introduces-worlds-most-powerful-open-llm-falcon-180b)
22
  - [Mistral 7B](https://mistral.ai/news/announcing-mistral-7b/)
 
 
 
 
23
 
24
  ## Technical details
25
 
1
  ## Privacy
2
 
3
+ > Last updated: April 15, 2024
4
 
5
  Users of HuggingChat are authenticated through their HF user account.
6
 
7
+ We endorse Privacy by Design. As such, your conversations are private to you and will not be shared with anyone, including model authors, for any purpose, including for research or model training purposes.
8
 
9
+ You conversation data 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
 
11
  πŸ—“ Please also consult huggingface.co's main privacy policy at <https://huggingface.co/privacy>. To exercise any of your legal privacy rights, please send an email to <privacy@huggingface.co>.
12
 
14
 
15
  The goal of this app is to showcase that it is now possible to build an open source alternative to ChatGPT. πŸ’ͺ
16
 
17
+ We aim to always provide a diverse set of state of the art open LLMs, hence we rotate the available models over time.
18
+
19
+ Historically, HuggingChat has been running models such as:
20
 
21
  - [Llama 2 70B](https://huggingface.co/meta-llama/Llama-2-70b-chat-hf)
22
  - [CodeLlama 35B](https://about.fb.com/news/2023/08/code-llama-ai-for-coding/)
23
  - [Falcon 180B](https://www.tii.ae/news/technology-innovation-institute-introduces-worlds-most-powerful-open-llm-falcon-180b)
24
  - [Mistral 7B](https://mistral.ai/news/announcing-mistral-7b/)
25
+ - [Cohere Command R+](https://huggingface.co/chat/models/CohereForAI/c4ai-command-r-plus)
26
+ - [Google Gemma 7B](https://huggingface.co/chat/models/google/gemma-1.1-7b-it)
27
+
28
+ This is only a partial list. Check the [models](https://huggingface.co/chat/models/) page for up-to-date list of the best available LLMs.
29
 
30
  ## Technical details
31