Instructions to use selfconstruct3d/AITGroupEMB with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use selfconstruct3d/AITGroupEMB with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="selfconstruct3d/AITGroupEMB")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("selfconstruct3d/AITGroupEMB") model = AutoModel.from_pretrained("selfconstruct3d/AITGroupEMB") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -199,5 +199,6 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
| 199 |
[More Information Needed]
|
| 200 |
|
| 201 |
|
|
|
|
| 202 |
This model is licensed for non-commercial use only (CC BY-NC 4.0).
|
| 203 |
For commercial inquiries, please contact dzenan.hamzic@ait.ac.at.
|
|
|
|
| 199 |
[More Information Needed]
|
| 200 |
|
| 201 |
|
| 202 |
+
## Licence
|
| 203 |
This model is licensed for non-commercial use only (CC BY-NC 4.0).
|
| 204 |
For commercial inquiries, please contact dzenan.hamzic@ait.ac.at.
|