DandinPower
commited on
Commit
•
7a57acc
1
Parent(s):
5db7042
Upload DebertaV2ForSequenceClassification
Browse files- README.md +4 -4
- config.json +1 -1
README.md
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
language:
|
3 |
- en
|
4 |
license: mit
|
5 |
-
base_model: microsoft/deberta-v2-xlarge
|
6 |
tags:
|
7 |
- nycu-112-2-datamining-hw2
|
8 |
- generated_from_trainer
|
|
|
9 |
datasets:
|
10 |
- DandinPower/review_onlytitleandtext
|
11 |
metrics:
|
@@ -14,15 +14,15 @@ model-index:
|
|
14 |
- name: deberta-v2-xlarge-otat-recommened-hp
|
15 |
results:
|
16 |
- task:
|
17 |
-
name: Text Classification
|
18 |
type: text-classification
|
|
|
19 |
dataset:
|
20 |
name: DandinPower/review_onlytitleandtext
|
21 |
type: DandinPower/review_onlytitleandtext
|
22 |
metrics:
|
23 |
-
-
|
24 |
-
type: accuracy
|
25 |
value: 0.6777142857142857
|
|
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
2 |
language:
|
3 |
- en
|
4 |
license: mit
|
|
|
5 |
tags:
|
6 |
- nycu-112-2-datamining-hw2
|
7 |
- generated_from_trainer
|
8 |
+
base_model: microsoft/deberta-v2-xlarge
|
9 |
datasets:
|
10 |
- DandinPower/review_onlytitleandtext
|
11 |
metrics:
|
|
|
14 |
- name: deberta-v2-xlarge-otat-recommened-hp
|
15 |
results:
|
16 |
- task:
|
|
|
17 |
type: text-classification
|
18 |
+
name: Text Classification
|
19 |
dataset:
|
20 |
name: DandinPower/review_onlytitleandtext
|
21 |
type: DandinPower/review_onlytitleandtext
|
22 |
metrics:
|
23 |
+
- type: accuracy
|
|
|
24 |
value: 0.6777142857142857
|
25 |
+
name: Accuracy
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/mnt/nvme3n1p1/text-classification-exp/deberta-v2-xlarge-otat-recommened-hp/checkpoint-1500",
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|