Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`HooshvareLab/distilbert-fa-zwnj-base`](https://huggingface.co/HooshvareLab/distilbert-fa-zwnj-base) as a `base_model` field, situated in the `YAML` block of your model's `README.md`.
How did we find this information? We performed a regular expression match on your `README.md` file to determine the connection.
**Why add this?** Enhancing your model's metadata in this way:
- **Boosts Discoverability** - It becomes straightforward to trace the relationships between various models on the Hugging Face Hub.
- **Highlights Impact** - It showcases the contributions and influences different models have within the community.
For a hands-on example of how such metadata can play a pivotal role in mapping model connections, take a look at [librarian-bots/base_model_explorer](https://huggingface.co/spaces/librarian-bots/base_model_explorer).
This PR comes courtesy of [Librarian Bot](https://huggingface.co/librarian-bot). If you have any feedback, queries, or need assistance, please don't hesitate to reach out to [@davanstrien](https://huggingface.co/davanstrien). Your input is invaluable to us!
@@ -1,36 +1,37 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- Gholamreza/pquad
|
7 |
-
|
8 |
-
-
|
9 |
-
|
10 |
-
language:
|
11 |
-
- fa
|
12 |
-
library_name: transformers
|
13 |
pipeline_tag: question-answering
|
14 |
widget:
|
15 |
- text: اسم من چیست؟
|
16 |
-
context:
|
17 |
-
|
18 |
-
example_title:
|
19 |
- text: غلامرضا چند سال دارد؟
|
20 |
-
context:
|
21 |
-
|
22 |
-
example_title:
|
23 |
- text: نام خانوادگی غلامرضا چیست؟
|
24 |
-
context:
|
25 |
-
|
26 |
-
example_title:
|
27 |
- text: غلامرصا در چه دانشگاهی تحصیل میکند؟
|
28 |
-
context:
|
29 |
-
|
30 |
-
example_title:
|
31 |
-
|
32 |
-
-
|
33 |
-
-
|
|
|
34 |
---
|
35 |
|
36 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- fa
|
4 |
license: apache-2.0
|
5 |
+
library_name: transformers
|
6 |
tags:
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
- Gholamreza/pquad
|
10 |
+
metrics:
|
11 |
+
- f1
|
12 |
+
- exact_match
|
|
|
|
|
|
|
13 |
pipeline_tag: question-answering
|
14 |
widget:
|
15 |
- text: اسم من چیست؟
|
16 |
+
context: من، غلامرضا دار، 23 ساله از بندرعباس هستم. هم اکنون در دانشگاه امیرکبیر
|
17 |
+
مشغول به تحصیل در رشته هوش مصنوعی می باشم.
|
18 |
+
example_title: اسم
|
19 |
- text: غلامرضا چند سال دارد؟
|
20 |
+
context: من، غلامرضا دار، 23 ساله از بندرعباس هستم. هم اکنون در دانشگاه امیرکبیر
|
21 |
+
مشغول به تحصیل در رشته هوش مصنوعی می باشم.
|
22 |
+
example_title: سن
|
23 |
- text: نام خانوادگی غلامرضا چیست؟
|
24 |
+
context: من، غلامرضا دار، 23 ساله از بندرعباس هستم. هم اکنون در دانشگاه امیرکبیر
|
25 |
+
مشغول به تحصیل در رشته هوش مصنوعی می باشم.
|
26 |
+
example_title: نام خانوادگی
|
27 |
- text: غلامرصا در چه دانشگاهی تحصیل میکند؟
|
28 |
+
context: من، غلامرضا دار، 23 ساله از بندرعباس هستم. هم اکنون در دانشگاه امیرکبیر
|
29 |
+
مشغول به تحصیل در رشته هوش مصنوعی می باشم.
|
30 |
+
example_title: دانشگاه
|
31 |
+
base_model: HooshvareLab/distilbert-fa-zwnj-base
|
32 |
+
model-index:
|
33 |
+
- name: distilbert-fa-zwnj-base-finetuned-pquad
|
34 |
+
results: []
|
35 |
---
|
36 |
|
37 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|