Summarization
Transformers
PyTorch
Safetensors
multilingual
miscovery
transformer
translation
question-answering
english
arabic
Instructions to use miscovery/model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use miscovery/model with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "summarization" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("summarization", model="miscovery/model")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("miscovery/model", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Updated Model
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f63f166d49528902b95d1ccecc1f997466f715b043d419795f401dc211b3961f
|
| 3 |
+
size 610232130
|