GGUF
imatrix
conversational
yasu-oh commited on
Commit
26557d8
·
1 Parent(s): fd6eb66

initial commit

Browse files
Files changed (2) hide show
  1. .gitattributes +1 -0
  2. README.md +13 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ *.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model:
4
+ - perplexity-ai/r1-1776-distill-llama-70b
5
+ datasets:
6
+ - TFMC/imatrix-dataset-for-japanese-llm
7
+ ---
8
+
9
+ # r1-1776-distill-llama-70b-GGUF
10
+
11
+ base_model: [perplexity-ai/r1-1776-distill-llama-70b](https://huggingface.co/perplexity-ai/r1-1776-distill-llama-70b)
12
+
13
+ imatrix: [TFMC/imatrix-dataset-for-japanese-llm](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)