doberst commited on
Commit
8981a40
1 Parent(s): 7fd2dff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -1,5 +1,10 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
3
  ---
4
 
5
  # Model Card for Model ID
@@ -59,6 +64,9 @@ legal and regulatory industries with complex information sources.
59
  DRAGON models have been trained for common RAG scenarios, specifically: question-answering, key-value extraction, and basic summarization as the core instruction types
60
  without the need for a lot of complex instruction verbiage - provide a text passage context, ask questions, and get clear fact-based responses.
61
 
 
 
 
62
 
63
  ## Bias, Risks, and Limitations
64
 
@@ -95,7 +103,4 @@ my_prompt = {{text_passage}} + "\n" + {{question/instruction}}
95
 
96
  Darren Oberst & llmware team
97
 
98
- Please reach out anytime if you are interested in this project!
99
-
100
-
101
-
 
1
  ---
2
+ license: other
3
+ license_link: https://huggingface.co/01-ai/Yi-6B/blob/main/LICENSE
4
+ license_name: yi-license
5
+ model_creator: 01-ai
6
+ model_name: Yi 6B
7
+ model_type: yi
8
  ---
9
 
10
  # Model Card for Model ID
 
64
  DRAGON models have been trained for common RAG scenarios, specifically: question-answering, key-value extraction, and basic summarization as the core instruction types
65
  without the need for a lot of complex instruction verbiage - provide a text passage context, ask questions, and get clear fact-based responses.
66
 
67
+ This model is licensed according to the terms of the license of the base model, Yi-6B, and the license can be found in the files repository, as well as
68
+ at this (link)<https://huggingface.co/01-ai/Yi-6B/blob/main/LICENSE>.
69
+
70
 
71
  ## Bias, Risks, and Limitations
72
 
 
103
 
104
  Darren Oberst & llmware team
105
 
106
+ Please reach out anytime if you are interested in this project!