Push model using huggingface_hub.
Browse files- README.md +9 -3
- config.json +17 -0
- model.safetensors +3 -0
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- model_hub_mixin
|
4 |
+
- pytorch_model_hub_mixin
|
5 |
+
---
|
6 |
+
|
7 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
8 |
+
- Library: [More Information Needed]
|
9 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model": "microsoft/deberta-v3-base",
|
3 |
+
"config_path": null,
|
4 |
+
"fc_dropout": 0.2,
|
5 |
+
"id2label": {
|
6 |
+
"0": "High",
|
7 |
+
"1": "Medium",
|
8 |
+
"2": "Low"
|
9 |
+
},
|
10 |
+
"label2id": {
|
11 |
+
"High": 0,
|
12 |
+
"Low": 2,
|
13 |
+
"Medium": 1
|
14 |
+
},
|
15 |
+
"model_type": "deberta-v2",
|
16 |
+
"pretrained": true
|
17 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa48738f92b96d80aa4064f9e949deb1ffb564fc9457b08a2a54592e91938b34
|
3 |
+
size 735359364
|