OyvindTafjord commited on
Commit
f98f86c
1 Parent(s): 51fcab0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -8,7 +8,12 @@ library_name: "transformers" # Optional. Example: keras or any library from htt
8
  This is the Digital Socrates 13B (DS-13B) model described in our paper: <b>Digital Socrates: Evaluating LLMs through explanation critiques</b> (arXiv link: https://arxiv.org/abs/2311.09613).
9
 
10
  The less recommended, smaller 7B model can be found at https://huggingface.co/allenai/digital-socrates-7b
 
 
 
 
11
 
 
12
 
13
 
14
  # What is Digital Socrates?
 
8
  This is the Digital Socrates 13B (DS-13B) model described in our paper: <b>Digital Socrates: Evaluating LLMs through explanation critiques</b> (arXiv link: https://arxiv.org/abs/2311.09613).
9
 
10
  The less recommended, smaller 7B model can be found at https://huggingface.co/allenai/digital-socrates-7b
11
+
12
+ The DS-13B model is a fine-tuned version of [Llama-2-13b-Chat](https://huggingface.co/meta-llama/Llama-2-13b-chat), please
13
+ review its [guidelines](https://huggingface.co/meta-llama/Llama-2-13b-chat/blob/main/USE_POLICY.md) and
14
+ [licensing](https://huggingface.co/meta-llama/Llama-2-13b-chat#model-details) before use.
15
 
16
+
17
 
18
 
19
  # What is Digital Socrates?