Upload ElectraForSequenceClassification
Browse files- README.md +22 -15
- config.json +1 -1
- model.safetensors +2 -2
README.md
CHANGED
@@ -1,24 +1,31 @@
|
|
1 |
---
|
2 |
-
license: cc-by-nc-nd-4.0
|
3 |
language:
|
4 |
- en
|
|
|
5 |
library_name: transformers
|
6 |
pipeline_tag: text-classification
|
7 |
widget:
|
8 |
-
- text:
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
example_title:
|
16 |
-
- text:
|
17 |
-
|
18 |
-
|
19 |
-
example_title:
|
20 |
-
- text:
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
This is an updated version of [https://huggingface.co/encodingai/electra-base-discriminator-im-multilabel](https://huggingface.co/encodingai/electra-base-discriminator-im-multilabel),
|
24 |
reported in [Pang & Ring (2020)](https://rdcu.be/b38pm)
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: cc-by-nc-nd-4.0
|
5 |
library_name: transformers
|
6 |
pipeline_tag: text-classification
|
7 |
widget:
|
8 |
+
- text: Mr. Jones, an architect is going to surprise his family by building them a
|
9 |
+
new house.
|
10 |
+
example_title: Pow
|
11 |
+
- text: They want the research to go well and be productive.
|
12 |
+
example_title: Ach
|
13 |
+
- text: The man is trying to see a friend on board, but the officer will not let him
|
14 |
+
go as the whistle for all ashore who are not going has already blown.
|
15 |
+
example_title: Aff
|
16 |
+
- text: The recollection of skating on the Charles, and the time she had pushed me
|
17 |
+
through the ice, brought a laugh to the conversation; but it quickly faded in
|
18 |
+
the murky waters of the river that could no longer freeze over.
|
19 |
+
example_title: Pow + Aff
|
20 |
+
- text: They are also well-known research scientists and are quite talented in this
|
21 |
+
field.
|
22 |
+
example_title: Pow + Ach
|
23 |
+
- text: After a nice evening with his family, he will be back at work tomorrow, doing
|
24 |
+
the best job he can on his drafting.
|
25 |
+
example_title: Ach + Aff
|
26 |
+
- text: She is surprised that she is able to make these calls and pleasantly surprised
|
27 |
+
that her friends respond to her request.
|
28 |
+
example_title: Pow + Aff
|
29 |
---
|
30 |
This is an updated version of [https://huggingface.co/encodingai/electra-base-discriminator-im-multilabel](https://huggingface.co/encodingai/electra-base-discriminator-im-multilabel),
|
31 |
reported in [Pang & Ring (2020)](https://rdcu.be/b38pm)
|
config.json
CHANGED
@@ -37,5 +37,5 @@
|
|
37 |
"transformers_version": "4.39.3",
|
38 |
"type_vocab_size": 2,
|
39 |
"use_cache": true,
|
40 |
-
"vocab_size":
|
41 |
}
|
|
|
37 |
"transformers_version": "4.39.3",
|
38 |
"type_vocab_size": 2,
|
39 |
"use_cache": true,
|
40 |
+
"vocab_size": 52010
|
41 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:325b2ac2c42ff3ff3216cc34b097ac9ca88b521bc3ff3bec7534c2cc73a29532
|
3 |
+
size 503973468
|