Text Generation
Transformers
code
4 papers
TheBloke commited on
Commit
2dc38fa
1 Parent(s): 71312ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -1
README.md CHANGED
@@ -1,6 +1,48 @@
1
  ---
2
  inference: false
3
- license: other
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  <!-- header start -->
@@ -34,6 +76,18 @@ GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/gger
34
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/minotaur-15B-GGML)
35
  * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/openaccess-ai-collective/minotaur-15b)
36
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  <!-- compatibility_ggml start -->
38
  ## Compatibility
39
 
 
1
  ---
2
  inference: false
3
+ pipeline_tag: text-generation
4
+ widget:
5
+ - text: 'def print_hello_world():'
6
+ example_title: Hello world
7
+ group: Python
8
+ - text: 'Gradient descent is'
9
+ example_title: Machine Learning
10
+ group: English
11
+ - license: bigcode-openrail-m
12
+ datasets:
13
+ - bigcode/the-stack-dedup
14
+ - tiiuae/falcon-refinedweb
15
+ - ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered
16
+ - QingyiSi/Alpaca-CoT
17
+ - teknium/GPTeacher-General-Instruct
18
+ - metaeval/ScienceQA_text_only
19
+ - hellaswag
20
+ - openai/summarize_from_feedback
21
+ - riddle_sense
22
+ - gsm8k
23
+ - camel-ai/math
24
+ - camel-ai/biology
25
+ - camel-ai/physics
26
+ - camel-ai/chemistry
27
+ - winglian/evals
28
+ metrics:
29
+ - code_eval
30
+ - mmlu
31
+ - arc
32
+ - hellaswag
33
+ - truthfulqa
34
+ library_name: transformers
35
+ tags:
36
+ - code
37
+ extra_gated_prompt: >-
38
+ ## Model License Agreement
39
+
40
+ Please read the BigCode [OpenRAIL-M
41
+ license](https://huggingface.co/spaces/bigcode/bigcode-model-license-agreement)
42
+ agreement before accepting it.
43
+
44
+ extra_gated_fields:
45
+ I accept the above license agreement, and will use the Model complying with the set of use restrictions and sharing requirements: checkbox
46
  ---
47
 
48
  <!-- header start -->
 
76
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/minotaur-15B-GGML)
77
  * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/openaccess-ai-collective/minotaur-15b)
78
 
79
+ ## A note regarding context length
80
+
81
+ it is currently untested as to whether the 8K context is compatible with available clients such as text-generation-webui, KoboldCpp, etc.
82
+
83
+ If you have feedback on this, please let me know.
84
+
85
+ ## Prompt template
86
+ ```
87
+ USER: <prompt>
88
+ ASSISTANT:
89
+ ```
90
+
91
  <!-- compatibility_ggml start -->
92
  ## Compatibility
93