Instructions to use kwandain/my_first_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kwandain/my_first_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="kwandain/my_first_model")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("kwandain/my_first_model") model = AutoModel.from_pretrained("kwandain/my_first_model") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,14 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
-
tags:
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# Model Card for Model ID
|
| 7 |
|
| 8 |
-
<!--
|
| 9 |
|
| 10 |
|
| 11 |
|
|
@@ -17,8 +20,8 @@ tags: []
|
|
| 17 |
|
| 18 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
| 19 |
|
| 20 |
-
- **Developed by:**
|
| 21 |
-
- **Funded by
|
| 22 |
- **Shared by [optional]:** [More Information Needed]
|
| 23 |
- **Model type:** [More Information Needed]
|
| 24 |
- **Language(s) (NLP):** [More Information Needed]
|
|
@@ -35,7 +38,7 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
| 35 |
|
| 36 |
## Uses
|
| 37 |
|
| 38 |
-
|
| 39 |
|
| 40 |
### Direct Use
|
| 41 |
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
+
tags:
|
| 4 |
+
- first
|
| 5 |
+
- model
|
| 6 |
+
- pretrained
|
| 7 |
---
|
| 8 |
|
| 9 |
# Model Card for Model ID
|
| 10 |
|
| 11 |
+
<!-- -->
|
| 12 |
|
| 13 |
|
| 14 |
|
|
|
|
| 20 |
|
| 21 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
| 22 |
|
| 23 |
+
- **Developed by:** kwandainc
|
| 24 |
+
- **Funded by kwanda:** [More Information Needed]
|
| 25 |
- **Shared by [optional]:** [More Information Needed]
|
| 26 |
- **Model type:** [More Information Needed]
|
| 27 |
- **Language(s) (NLP):** [More Information Needed]
|
|
|
|
| 38 |
|
| 39 |
## Uses
|
| 40 |
|
| 41 |
+
it doesn't work
|
| 42 |
|
| 43 |
### Direct Use
|
| 44 |
|