Instructions to use armaniii/mistral-argument-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use armaniii/mistral-argument-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="armaniii/mistral-argument-classification", device_map="auto")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("armaniii/mistral-argument-classification", dtype="auto", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,6 @@ base_model: mistralai/Mistral-7B-v0.1
|
|
| 11 |
|
| 12 |
|
| 13 |
## Model Details
|
| 14 |
-
- **Finetuned from model :** unsloth/mistral-7b-instruct-v0.2-bnb-4bit
|
| 15 |
|
| 16 |
### Model Description
|
| 17 |
|
|
|
|
| 11 |
|
| 12 |
|
| 13 |
## Model Details
|
|
|
|
| 14 |
|
| 15 |
### Model Description
|
| 16 |
|