Instructions to use kouki321/model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kouki321/model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("kouki321/model", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
| 3 |
---
|
| 4 |
inference:
|
| 5 |
parameters:
|
|
@@ -16,4 +17,4 @@ A brief overview of what your model does, its purpose, and the problem it solves
|
|
| 16 |
Instructions for installing the necessary packages and dependencies. Include steps for downloading the model.
|
| 17 |
|
| 18 |
```bash
|
| 19 |
-
pip install spacy huggingface_hub
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
library_name: transformers
|
| 4 |
---
|
| 5 |
inference:
|
| 6 |
parameters:
|
|
|
|
| 17 |
Instructions for installing the necessary packages and dependencies. Include steps for downloading the model.
|
| 18 |
|
| 19 |
```bash
|
| 20 |
+
pip install spacy huggingface_hub
|