bal723 commited on
Commit
caa550e
·
verified ·
1 Parent(s): 35a30be

Update README.md

Browse files

nicoboss/Llama-3.2-1B-Instruct-Uncensored model converted to OpenVINO format in 8bit quantinization

(link to original non converted model: https://huggingface.co/nicoboss/Llama-3.2-1B-Instruct-Uncensored)

the model is uncensored so it can give out really unhinged answers


it is my first time trying to convert model to OpenVINO format so if there are any problems or something else feel free to tell me

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -2,4 +2,6 @@
2
  license: llama3.2
3
  base_model:
4
  - nicoboss/Llama-3.2-1B-Instruct-Uncensored
 
 
5
  ---
 
2
  license: llama3.2
3
  base_model:
4
  - nicoboss/Llama-3.2-1B-Instruct-Uncensored
5
+ language:
6
+ - en
7
  ---