Upload RobertaForSequenceClassification
Browse files- README.md +2 -2
- config.json +3 -3
- model.safetensors +2 -2
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: mit
|
3 |
datasets:
|
4 |
- cardiffnlp/super_tweeteval
|
5 |
-
language:
|
6 |
-
- en
|
7 |
pipeline_tag: text-classification
|
8 |
---
|
9 |
# cardiffnlp/twitter-roberta-large-emotion-latest
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: mit
|
5 |
datasets:
|
6 |
- cardiffnlp/super_tweeteval
|
|
|
|
|
7 |
pipeline_tag: text-classification
|
8 |
---
|
9 |
# cardiffnlp/twitter-roberta-large-emotion-latest
|
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
@@ -47,7 +47,7 @@
|
|
47 |
"position_embedding_type": "absolute",
|
48 |
"problem_type": "multi_label_classification",
|
49 |
"torch_dtype": "float32",
|
50 |
-
"transformers_version": "4.
|
51 |
"type_vocab_size": 1,
|
52 |
"use_cache": true,
|
53 |
"vocab_size": 50265
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "best_models/troberta-large-tweet-emotion/best_model",
|
3 |
"architectures": [
|
4 |
+
"RobertaForSequenceClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
|
|
47 |
"position_embedding_type": "absolute",
|
48 |
"problem_type": "multi_label_classification",
|
49 |
"torch_dtype": "float32",
|
50 |
+
"transformers_version": "4.38.2",
|
51 |
"type_vocab_size": 1,
|
52 |
"use_cache": true,
|
53 |
"vocab_size": 50265
|
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:a67e2ce06f2b173abe26c8a4684b4f0a9eb9c6d51bc0e8673f969362bf4e4da0
|
3 |
+
size 1421532316
|