csabakecskemeti commited on
Commit
e05a61d
1 Parent(s): 6c3aace

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,7 +1,21 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
3
  ---
4
 
 
 
 
 
 
 
 
 
 
 
5
 
6
  #Note:
7
  I'm experiencing issues with Stop Strings with LMStudio, the following inference code works fine
 
1
  ---
2
  license: apache-2.0
3
+ base_model: tiiuae/falcon-11B
4
+ datasets:
5
+ - DevQuasar/brainstorm_vicuna_1k
6
+ pipeline_tag: text-generation
7
  ---
8
 
9
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64e6d37e02dee9bcb9d9fa18/DVg63p5WEh6AZMym3AbHc.png)
10
+
11
+ Quantized GGUF model files for [DevQuasar/falcon2-11B_chat_brainstorm](https://huggingface.co/DevQuasar/falcon2-11B_chat_brainstorm)
12
+
13
+ Brainstorm facilitates idea exploration through interaction with a Language Model (LLM). Rather than providing direct answers, the model engages in a dialogue with users, offering probing questions aimed at fostering deeper contemplation and consideration of various facets of their ideas.
14
+
15
+
16
+ # License, based on the original model card (https://huggingface.co/tiiuae/falcon-11B):
17
+
18
+ "The model is made available under the TII Falcon License 2.0, the permissive Apache 2.0-based software license which includes an acceptable use policy that promotes the responsible use of AI."
19
 
20
  #Note:
21
  I'm experiencing issues with Stop Strings with LMStudio, the following inference code works fine