Upload TFRobertaForSequenceClassification
Browse files- README.md +19 -19
- config.json +1 -1
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -12,25 +12,25 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 12 |
|
| 13 |
# Roberta-base-financial-sentiment-analysis
|
| 14 |
|
| 15 |
-
This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment-latest](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment-latest) on
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Train Loss: 0.
|
| 18 |
-
- Train Accuracy: 0
|
| 19 |
-
- Validation Loss: 0.
|
| 20 |
-
- Validation Accuracy: 0.
|
| 21 |
- Epoch: 9
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
| 25 |
-
|
| 26 |
|
| 27 |
## Intended uses & limitations
|
| 28 |
|
| 29 |
-
|
| 30 |
|
| 31 |
## Training and evaluation data
|
| 32 |
|
| 33 |
-
|
| 34 |
|
| 35 |
## Training procedure
|
| 36 |
|
|
@@ -44,21 +44,21 @@ The following hyperparameters were used during training:
|
|
| 44 |
|
| 45 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
| 46 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
| 47 |
-
| 0.
|
| 48 |
-
| 0.
|
| 49 |
-
| 0.
|
| 50 |
-
| 0.
|
| 51 |
-
| 0.
|
| 52 |
-
| 0.
|
| 53 |
-
| 0.
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
|
| 58 |
|
| 59 |
### Framework versions
|
| 60 |
|
| 61 |
-
- Transformers 4.
|
| 62 |
- TensorFlow 2.12.0
|
| 63 |
- Datasets 2.14.4
|
| 64 |
- Tokenizers 0.13.3
|
|
|
|
| 12 |
|
| 13 |
# Roberta-base-financial-sentiment-analysis
|
| 14 |
|
| 15 |
+
This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment-latest](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment-latest) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Train Loss: 0.0013
|
| 18 |
+
- Train Accuracy: 1.0
|
| 19 |
+
- Validation Loss: 0.2910
|
| 20 |
+
- Validation Accuracy: 0.9431
|
| 21 |
- Epoch: 9
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
| 25 |
+
More information needed
|
| 26 |
|
| 27 |
## Intended uses & limitations
|
| 28 |
|
| 29 |
+
More information needed
|
| 30 |
|
| 31 |
## Training and evaluation data
|
| 32 |
|
| 33 |
+
More information needed
|
| 34 |
|
| 35 |
## Training procedure
|
| 36 |
|
|
|
|
| 44 |
|
| 45 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
| 46 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
| 47 |
+
| 0.4682 | 0.8080 | 0.3497 | 0.8687 | 0 |
|
| 48 |
+
| 0.1674 | 0.9504 | 0.2655 | 0.9064 | 1 |
|
| 49 |
+
| 0.1139 | 0.9681 | 0.2639 | 0.9189 | 2 |
|
| 50 |
+
| 0.0847 | 0.9723 | 0.2259 | 0.9334 | 3 |
|
| 51 |
+
| 0.0454 | 0.9876 | 0.2156 | 0.9440 | 4 |
|
| 52 |
+
| 0.0262 | 0.9897 | 0.2593 | 0.9344 | 5 |
|
| 53 |
+
| 0.0136 | 0.9963 | 0.3786 | 0.9170 | 6 |
|
| 54 |
+
| 0.0043 | 0.9988 | 0.2589 | 0.9488 | 7 |
|
| 55 |
+
| 0.0042 | 0.9988 | 0.2866 | 0.9450 | 8 |
|
| 56 |
+
| 0.0013 | 1.0 | 0.2910 | 0.9431 | 9 |
|
| 57 |
|
| 58 |
|
| 59 |
### Framework versions
|
| 60 |
|
| 61 |
+
- Transformers 4.32.0
|
| 62 |
- TensorFlow 2.12.0
|
| 63 |
- Datasets 2.14.4
|
| 64 |
- Tokenizers 0.13.3
|
config.json
CHANGED
|
@@ -31,7 +31,7 @@
|
|
| 31 |
"pad_token_id": 1,
|
| 32 |
"position_embedding_type": "absolute",
|
| 33 |
"torch_dtype": "float32",
|
| 34 |
-
"transformers_version": "4.
|
| 35 |
"type_vocab_size": 1,
|
| 36 |
"use_cache": true,
|
| 37 |
"vocab_size": 50265
|
|
|
|
| 31 |
"pad_token_id": 1,
|
| 32 |
"position_embedding_type": "absolute",
|
| 33 |
"torch_dtype": "float32",
|
| 34 |
+
"transformers_version": "4.32.0",
|
| 35 |
"type_vocab_size": 1,
|
| 36 |
"use_cache": true,
|
| 37 |
"vocab_size": 50265
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498881344
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d4ae52a947f7b66bc9c6c101c9da36282615fd7638d7dc9b40afaa04edf9049
|
| 3 |
size 498881344
|