Upload BertForSequenceClassification
Browse files- README.md +4 -5
- config.json +2 -1
- model.safetensors +1 -1
README.md
CHANGED
@@ -1,16 +1,15 @@
|
|
1 |
-
|
2 |
---
|
3 |
-
|
|
|
4 |
datasets:
|
5 |
- QuotaClimat/frugalaichallenge-text-train
|
6 |
language:
|
7 |
- en
|
|
|
|
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
- f1
|
11 |
-
base_model:
|
12 |
-
- huawei-noah/TinyBERT_General_4L_312D
|
13 |
-
library_name: transformers
|
14 |
---
|
15 |
|
16 |
# Model Card: climate-skepticism-classifier
|
|
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- huawei-noah/TinyBERT_General_4L_312D
|
4 |
datasets:
|
5 |
- QuotaClimat/frugalaichallenge-text-train
|
6 |
language:
|
7 |
- en
|
8 |
+
library_name: transformers
|
9 |
+
license: apache-2.0
|
10 |
metrics:
|
11 |
- accuracy
|
12 |
- f1
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
# Model Card: climate-skepticism-classifier
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
@@ -40,6 +40,7 @@
|
|
40 |
"pad_token_id": 0,
|
41 |
"position_embedding_type": "absolute",
|
42 |
"pre_trained": "",
|
|
|
43 |
"structure": [],
|
44 |
"torch_dtype": "float32",
|
45 |
"transformers_version": "4.45.1",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./models/TinyBert-fine-tuned",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
|
|
40 |
"pad_token_id": 0,
|
41 |
"position_embedding_type": "absolute",
|
42 |
"pre_trained": "",
|
43 |
+
"problem_type": "single_label_classification",
|
44 |
"structure": [],
|
45 |
"torch_dtype": "float32",
|
46 |
"transformers_version": "4.45.1",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 57419320
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d571ae1fb023555c8a3c6ad3bd2e287a22a484db957b58b3ac2ca8ef653d429a
|
3 |
size 57419320
|