Instructions to use Amr-h/DisBertAmrHamed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Amr-h/DisBertAmrHamed with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="Amr-h/DisBertAmrHamed")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("Amr-h/DisBertAmrHamed") model = AutoModelForQuestionAnswering.from_pretrained("Amr-h/DisBertAmrHamed") - Notebooks
- Google Colab
- Kaggle
Upload DistilBertForQuestionAnswering
Browse files- config.json +1 -1
- model.safetensors +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"activation": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
"DistilBertForQuestionAnswering"
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "Amr-h/DisBertAmrHamed",
|
| 3 |
"activation": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
"DistilBertForQuestionAnswering"
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 260782152
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ee79a9d5a7b45f1cb02c5166c44c3c8351a00da56c2155fc607d7769a556aaf
|
| 3 |
size 260782152
|