roleplaiapp commited on
Commit
3ee512e
·
verified ·
1 Parent(s): f19abe0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +102 -0
README.md ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ pipeline_tag: text-generation
4
+ language:
5
+ - bg
6
+ - ca
7
+ - code
8
+ - cs
9
+ - cy
10
+ - da
11
+ - de
12
+ - el
13
+ - en
14
+ - es
15
+ - et
16
+ - eu
17
+ - fi
18
+ - fr
19
+ - ga
20
+ - gl
21
+ - hr
22
+ - hu
23
+ - it
24
+ - lt
25
+ - lv
26
+ - mt
27
+ - nl
28
+ - nn
29
+ - \no
30
+ - oc
31
+ - pl
32
+ - pt
33
+ - ro
34
+ - ru
35
+ - sh
36
+ - sk
37
+ - sl
38
+ - sr
39
+ - sv
40
+ - uk
41
+ datasets:
42
+ - oscar-corpus/colossal-oscar-1.0
43
+ - HuggingFaceFW/fineweb-edu
44
+ - joelniklaus/eurlex_resources
45
+ - joelniklaus/legal-mc4
46
+ - projecte-aina/CATalog
47
+ - UFRGS/brwac
48
+ - community-datasets/hrwac
49
+ - danish-foundation-models/danish-gigaword
50
+ - HiTZ/euscrawl
51
+ - PleIAs/French-PD-Newspapers
52
+ - PleIAs/French-PD-Books
53
+ - AI-team-UoA/greek_legal_code
54
+ - HiTZ/latxa-corpus-v1.1
55
+ - allenai/peS2o
56
+ - pile-of-law/pile-of-law
57
+ - PORTULAN/parlamento-pt
58
+ - hoskinson-center/proof-pile
59
+ - togethercomputer/RedPajama-Data-1T
60
+ - bigcode/starcoderdata
61
+ - bjoernp/tagesschau-2018-2023
62
+ - EleutherAI/the_pile_deduplicated
63
+ tags:
64
+ - llama-cpp
65
+ - ALIA-40b
66
+ - gguf
67
+ - Q4_0
68
+ - 40b
69
+ - ALIA
70
+ - 4-bit
71
+ - llama-cpp
72
+ - BSC-LT
73
+ - code
74
+ - math
75
+ - chat
76
+ - roleplay
77
+ - text-generation
78
+ - safetensors
79
+ - nlp
80
+ - code
81
+ base_model: BSC-LT/ALIA-40b
82
+ ---
83
+
84
+ # roleplaiapp/ALIA-40b-Q4_0-GGUF
85
+
86
+ **Repo:** `roleplaiapp/ALIA-40b-Q4_0-GGUF`
87
+ **Original Model:** `ALIA-40b`
88
+ **Organization:** `BSC-LT`
89
+ **Quantized File:** `alia-40b-q4_0.gguf`
90
+ **Quantization:** `GGUF`
91
+ **Quantization Method:** `Q4_0`
92
+ **Use Imatrix:** `False`
93
+ **Split Model:** `False`
94
+
95
+ ## Overview
96
+ This is an GGUF Q4_0 quantized version of [ALIA-40b](https://huggingface.co/BSC-LT/ALIA-40b).
97
+
98
+ ## Quantization By
99
+ I often have idle A100 GPUs while building/testing and training the RP app, so I put them to use quantizing models.
100
+ I hope the community finds these quantizations useful.
101
+
102
+ Andrew Webby @ [RolePlai](https://roleplai.app/)