Instructions to use csocsci/small-e-czech-binary-cs-iib with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use csocsci/small-e-czech-binary-cs-iib with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="csocsci/small-e-czech-binary-cs-iib")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("csocsci/small-e-czech-binary-cs-iib") model = AutoModel.from_pretrained("csocsci/small-e-czech-binary-cs-iib") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f00732b18f2040513caf3d3da5f2cb3f079877573c266d9c0eba8f8d24e3de01
|
| 3 |
+
size 53954024
|