ananu commited on
Commit
f8b9061
·
verified ·
1 Parent(s): 960af92

Create README.md

Browse files

The SciMistral-V1-GGUF model is 4-bit quantized version of SciMistral-V1 Large Language Model (LLM) is an improved fine-tuned version of mistralai/Mistral-7B-Instruct-v0.2.

SciMistral-V1 Large Language Model was fine-tuned using the arxiv-dataset, in particular, using abstracts from a variety of scientific papers.

Files changed (1) hide show
  1. README.md +7 -0
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - arxiv_dataset
4
+ language:
5
+ - en
6
+ pipeline_tag: text-generation
7
+ ---