Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`microsoft/deberta-v3-small`](https://huggingface.co/microsoft/deberta-v3-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!
@@ -4,24 +4,27 @@ tags:
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- hate_speech18
|
7 |
-
widget:
|
8 |
-
- text: "ok, so do we need to kill them too or are the slavs okay ? for some reason whenever i hear the word slav , the word slobber comes to mind and i picture a slobbering half breed creature like the humpback of notre dame or Igor haha"
|
9 |
metrics:
|
10 |
- accuracy
|
|
|
|
|
|
|
|
|
|
|
11 |
model-index:
|
12 |
- name: deberta-v3-small-hate-speech
|
13 |
results:
|
14 |
- task:
|
15 |
-
name: Text Classification
|
16 |
type: text-classification
|
|
|
17 |
dataset:
|
18 |
name: hate_speech18
|
19 |
type: hate_speech18
|
20 |
args: default
|
21 |
metrics:
|
22 |
-
-
|
23 |
-
type: accuracy
|
24 |
value: 0.916058394160584
|
|
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- hate_speech18
|
|
|
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
+
widget:
|
10 |
+
- text: ok, so do we need to kill them too or are the slavs okay ? for some reason
|
11 |
+
whenever i hear the word slav , the word slobber comes to mind and i picture a
|
12 |
+
slobbering half breed creature like the humpback of notre dame or Igor haha
|
13 |
+
base_model: microsoft/deberta-v3-small
|
14 |
model-index:
|
15 |
- name: deberta-v3-small-hate-speech
|
16 |
results:
|
17 |
- task:
|
|
|
18 |
type: text-classification
|
19 |
+
name: Text Classification
|
20 |
dataset:
|
21 |
name: hate_speech18
|
22 |
type: hate_speech18
|
23 |
args: default
|
24 |
metrics:
|
25 |
+
- type: accuracy
|
|
|
26 |
value: 0.916058394160584
|
27 |
+
name: Accuracy
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|