Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`urduhack/roberta-urdu-small`](https://huggingface.co./urduhack/roberta-urdu-small) 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,33 +1,30 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- imdb_urdu_reviews
|
7 |
-
model-index:
|
8 |
-
- name: UrduClassification
|
9 |
-
results: []
|
10 |
widget:
|
11 |
-
- text:
|
12 |
-
میں نے یہ فلم دیکھنے کے لئے بہت احتیاط کی تھی، لیکن اس کی کہانی اور اداکاری
|
13 |
نے میری توقعات کو پورا کیا۔ بالکل شاندار فلم!
|
14 |
example_title: Positive Example 1
|
15 |
-
- text:
|
16 |
-
اس فلم کی کہانی بہت بے معنی اور بے چارہ ہے۔ میں نے اپنا وقت اور پیسہ برباد
|
17 |
کر دیا۔ براہ کرم اس سے بچیں!
|
18 |
example_title: Negative Example 1
|
19 |
- text: یہ ناقابل فہم فلم ہے۔ کوئی بھی اسے دیکھ کر توڑ دل ہو جائے گا۔ بلکل بے فائدہ!
|
20 |
example_title: Negative Example 2
|
21 |
-
- text:
|
22 |
-
میں نے ہمیشہ کی طرح اس فلم کو بھی بہت مزہ دیا۔ اداکاری، کہانی، اور ڈائریکشن
|
23 |
سب بہترین تھی۔ دل کھول کر تصویر دیکھنے کا موقع!
|
24 |
example_title: Positive Example 2
|
25 |
-
- text:
|
26 |
-
اس فلم میں اتنی بے وقوفی دکھائی گئی ہے کہ آپ بھی اپنے دماغ کو چیک کریں گے۔
|
27 |
بلکل بکواس!
|
28 |
example_title: Negative Example 3
|
29 |
-
|
30 |
-
-
|
|
|
|
|
31 |
---
|
32 |
|
33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- ur
|
4 |
license: mit
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
- imdb_urdu_reviews
|
|
|
|
|
|
|
9 |
widget:
|
10 |
+
- text: میں نے یہ فلم دیکھنے کے لئے بہت احتیاط کی تھی، لیکن اس کی کہانی اور اداکاری
|
|
|
11 |
نے میری توقعات کو پورا کیا۔ بالکل شاندار فلم!
|
12 |
example_title: Positive Example 1
|
13 |
+
- text: اس فلم کی کہانی بہت بے معنی اور بے چارہ ہے۔ میں نے اپنا وقت اور پیسہ برباد
|
|
|
14 |
کر دیا۔ براہ کرم اس سے بچیں!
|
15 |
example_title: Negative Example 1
|
16 |
- text: یہ ناقابل فہم فلم ہے۔ کوئی بھی اسے دیکھ کر توڑ دل ہو جائے گا۔ بلکل بے فائدہ!
|
17 |
example_title: Negative Example 2
|
18 |
+
- text: میں نے ہمیشہ کی طرح اس فلم کو بھی بہت مزہ دیا۔ اداکاری، کہانی، اور ڈائریکشن
|
|
|
19 |
سب بہترین تھی۔ دل کھول کر تصویر دیکھنے کا موقع!
|
20 |
example_title: Positive Example 2
|
21 |
+
- text: اس فلم میں اتنی بے وقوفی دکھائی گئی ہے کہ آپ بھی اپنے دماغ کو چیک کریں گے۔
|
|
|
22 |
بلکل بکواس!
|
23 |
example_title: Negative Example 3
|
24 |
+
base_model: urduhack/roberta-urdu-small
|
25 |
+
model-index:
|
26 |
+
- name: UrduClassification
|
27 |
+
results: []
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|