Instructions to use CHIPP-AI/model1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CHIPP-AI/model1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="CHIPP-AI/model1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("CHIPP-AI/model1") model = AutoModelForSequenceClassification.from_pretrained("CHIPP-AI/model1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ pipeline_tag: text-classification
|
|
| 24 |
|
| 25 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
| 26 |
|
| 27 |
-
- **Developed by:** Ruchit Pokhrel and Sandra
|
| 28 |
- **Language(s) (NLP):** English
|
| 29 |
- **License:** MIT
|
| 30 |
- **Finetuned from model** microsoft/deberta-v3-base
|
|
|
|
| 24 |
|
| 25 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
| 26 |
|
| 27 |
+
- **Developed by:** Ruchit Pokhrel and Sandra
|
| 28 |
- **Language(s) (NLP):** English
|
| 29 |
- **License:** MIT
|
| 30 |
- **Finetuned from model** microsoft/deberta-v3-base
|