Set the language of the model (#2)
Browse files- Set the language of the model (f036ad26154a6c6e9d0b14482e4424f6c776718a)
Co-authored-by: Alberto Carmona Barthelemy <milyiyo@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
license: gpl
|
|
|
|
|
3 |
---
|
4 |
This is the GPTQ 4Bit Groupsize 128 Pre-Quantized Model, for the full model in fp32, visit https://huggingface.co/NousResearch/gpt4-x-vicuna-13b
|
5 |
|
|
|
1 |
---
|
2 |
license: gpl
|
3 |
+
language:
|
4 |
+
- en
|
5 |
---
|
6 |
This is the GPTQ 4Bit Groupsize 128 Pre-Quantized Model, for the full model in fp32, visit https://huggingface.co/NousResearch/gpt4-x-vicuna-13b
|
7 |
|