初始化项目,由ModelHub XC社区提供模型
Model: ministral/Ministral-3b-instruct Source: Original Platform
This commit is contained in:
29
README.md
Normal file
29
README.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
library_name: transformers
|
||||
inference:
|
||||
parameters:
|
||||
temperature: 1
|
||||
top_p: 0.95
|
||||
top_k: 40
|
||||
repetition_penalty: 1.2
|
||||
license: apache-2.0
|
||||
language:
|
||||
- en
|
||||
pipeline_tag: text-generation
|
||||
---
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
### Model Description
|
||||
|
||||
<!-- Provide a longer summary of what this model is. -->
|
||||
|
||||
Ministral is a series of language model, build with same architecture as the famous Mistral model, but with less size.
|
||||
|
||||
- **Model type:** A 3B parameter GPT-like model fine-tuned on a mix of publicly available, synthetic datasets.
|
||||
- **Language(s) (NLP):** Primarily English
|
||||
- **License:** Apache 2.0
|
||||
- **Finetuned from model:** [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
||||
Reference in New Issue
Block a user