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