ShreyasBrill commited on
Commit
2db743d
·
1 Parent(s): 15ffcb4

Update README.md

Browse files

This model is **Unfiltered** and **Quantized** to 4bit. Also it will work with [llama.cpp](https://github.com/ggerganov/llama.cpp). This model has been trained with alpaca dataset and then finetuned with Vicuna detaset.

Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -1,3 +1,15 @@
1
  ---
2
  license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ datasets:
4
+ - anon8231489123/ShareGPT_Vicuna_unfiltered
5
+ - viewv/LLaMA-13B
6
+ - tatsu-lab/alpaca
7
+ metrics:
8
+ - accuracy
9
+ pipeline_tag: text-generation
10
+ tags:
11
+ - alpaca
12
+ - vicuna
13
+ - finetuned
14
+ - unfiltered
15
+ ---