Instructions to use enelpol/czywiesz-context with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use enelpol/czywiesz-context with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="enelpol/czywiesz-context")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("enelpol/czywiesz-context") model = AutoModel.from_pretrained("enelpol/czywiesz-context") - Notebooks
- Google Colab
- Kaggle
Fix context model keys.
Browse files- pytorch_model.bin +2 -2
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e37544644b5504d876a0bed7037c7af739471d167cfa464c7fd711ca5cd8119e
|
| 3 |
+
size 497841927
|