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")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("armaniii/mistral-argument-classification", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update adapter_config.json
Browse files- adapter_config.json +1 -0
adapter_config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"alpha_pattern": {},
|
| 3 |
"auto_mapping": null,
|
| 4 |
"base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
|
|
|
|
| 1 |
{
|
| 2 |
+
"_num_labels": 3,
|
| 3 |
"alpha_pattern": {},
|
| 4 |
"auto_mapping": null,
|
| 5 |
"base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
|