Uploading crypto sustainability news text classifier model
Browse files- README.md +11 -11
- config.json +1 -2
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [FacebookAI/roberta-large-mnli](https://huggingface.co/FacebookAI/roberta-large-mnli) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
- Accuracy: 1.0
|
23 |
|
24 |
## Model description
|
@@ -42,7 +42,7 @@ The following hyperparameters were used during training:
|
|
42 |
- train_batch_size: 32
|
43 |
- eval_batch_size: 32
|
44 |
- seed: 42
|
45 |
-
- optimizer: Use
|
46 |
- lr_scheduler_type: linear
|
47 |
- num_epochs: 5
|
48 |
|
@@ -50,16 +50,16 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
-
| 1.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
-
- Transformers 4.
|
63 |
-
- Pytorch 2.
|
64 |
-
- Datasets 3.
|
65 |
-
- Tokenizers 0.
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [FacebookAI/roberta-large-mnli](https://huggingface.co/FacebookAI/roberta-large-mnli) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0062
|
22 |
- Accuracy: 1.0
|
23 |
|
24 |
## Model description
|
|
|
42 |
- train_batch_size: 32
|
43 |
- eval_batch_size: 32
|
44 |
- seed: 42
|
45 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
46 |
- lr_scheduler_type: linear
|
47 |
- num_epochs: 5
|
48 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| 1.1377 | 1.0 | 8 | 0.8662 | 0.6 |
|
54 |
+
| 0.5866 | 2.0 | 16 | 0.2361 | 0.9667 |
|
55 |
+
| 0.1393 | 3.0 | 24 | 0.0370 | 1.0 |
|
56 |
+
| 0.0292 | 4.0 | 32 | 0.0106 | 1.0 |
|
57 |
+
| 0.0136 | 5.0 | 40 | 0.0062 | 1.0 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
+
- Transformers 4.52.0.dev0
|
63 |
+
- Pytorch 2.6.0+cu124
|
64 |
+
- Datasets 3.6.0
|
65 |
+
- Tokenizers 0.21.1
|
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "FacebookAI/roberta-large-mnli",
|
3 |
"_num_labels": 3,
|
4 |
"architectures": [
|
5 |
"RobertaForSequenceClassification"
|
@@ -32,7 +31,7 @@
|
|
32 |
"position_embedding_type": "absolute",
|
33 |
"problem_type": "single_label_classification",
|
34 |
"torch_dtype": "float32",
|
35 |
-
"transformers_version": "4.
|
36 |
"type_vocab_size": 1,
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 50265
|
|
|
1 |
{
|
|
|
2 |
"_num_labels": 3,
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
|
|
31 |
"position_embedding_type": "absolute",
|
32 |
"problem_type": "single_label_classification",
|
33 |
"torch_dtype": "float32",
|
34 |
+
"transformers_version": "4.52.0.dev0",
|
35 |
"type_vocab_size": 1,
|
36 |
"use_cache": true,
|
37 |
"vocab_size": 50265
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1421499516
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79f59cff75cae63f4841a3f93a2dd738c5dfd9982454790cd88d452e4cbbc651
|
3 |
size 1421499516
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5de5ceab05dbe69216af8ff9db8272b7b98a167cac69951521894409260247e
|
3 |
size 5368
|