dumb-dev commited on
Commit
ff0c8b1
1 Parent(s): a9043a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -23
README.md CHANGED
@@ -1,27 +1,17 @@
1
-
2
-
3
- language:
4
- - en
5
- - fr
6
- - ro
7
- - de
8
- - multilingual
9
- tags:
10
- - text2text-generation
11
- datasets:
12
- - svakulenk0/qrecc
13
- - taskmaster2
14
- - djaym7/wiki_dialog
15
- - deepmind/code_contests
16
- - lambada
17
- - gsm8k
18
- - aqua_rat
19
- - esnli
20
- - quasc
21
- - qed
22
  license: apache-2.0
23
-
 
 
 
 
 
 
 
24
  Original Model: https://huggingface.co/google/flan-t5-xxl/
25
  Original Readme: https://huggingface.co/google/flan-t5-xxl/blob/main/README.md
26
 
27
- Disclaimer: I don't claim any rights on this modell. All rights go to google.
 
 
 
 
1
+ ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
3
+ language:
4
+ - de
5
+ - fr
6
+ - en
7
+ - ro
8
+ base_model:
9
+ - google/flan-t5-xxl
10
+ ---
11
  Original Model: https://huggingface.co/google/flan-t5-xxl/
12
  Original Readme: https://huggingface.co/google/flan-t5-xxl/blob/main/README.md
13
 
14
+ Disclaimer: I don't claim any rights on this modell. All rights go to google.
15
+
16
+ How to use:
17
+ ./llama-cli -m /path/to/file.gguf --prompt "your prompt" --n-gpu-layers <number of layers to offload to gpu>