Text Generation
Transformers
English
TheBloke commited on
Commit
18d1080
1 Parent(s): d4ed8b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -1,6 +1,12 @@
1
  ---
2
  inference: false
3
- license: other
 
 
 
 
 
 
4
  ---
5
 
6
  <!-- header start -->
@@ -55,7 +61,7 @@ input, if required
55
 
56
  ### Original llama.cpp quant methods: `q4_0, q4_1, q5_0, q5_1, q8_0`
57
 
58
- These are guaranteed to be compatbile with any UIs, tools and libraries released since late May. They may be phased out soon, as they are largely superseded by the new k-quant methods.
59
 
60
  ### New k-quant methods: `q2_K, q3_K_S, q3_K_M, q3_K_L, q4_K_S, q4_K_M, q5_K_S, q6_K`
61
 
 
1
  ---
2
  inference: false
3
+ license: cc-by-nc-sa-4.0
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ pipeline_tag: text-generation
8
+ datasets:
9
+ - psmathur/orca_minis_uncensored_dataset
10
  ---
11
 
12
  <!-- header start -->
 
61
 
62
  ### Original llama.cpp quant methods: `q4_0, q4_1, q5_0, q5_1, q8_0`
63
 
64
+ These are guaranteed to be compatible with any UIs, tools and libraries released since late May. They may be phased out soon, as they are largely superseded by the new k-quant methods.
65
 
66
  ### New k-quant methods: `q2_K, q3_K_S, q3_K_M, q3_K_L, q4_K_S, q4_K_M, q5_K_S, q6_K`
67