End of training
Browse files- README.md +3 -3
- config.json +1 -1
- model.safetensors +1 -1
- tokenizer_config.json +4 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# SentimentAnalysisModel
|
15 |
|
16 |
-
This model is a fine-tuned version of [
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -38,7 +38,7 @@ The following hyperparameters were used during training:
|
|
38 |
- seed: 42
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
-
- num_epochs:
|
42 |
|
43 |
### Training results
|
44 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: Th3BossC/SentimentAnalysisModel
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
|
|
13 |
|
14 |
# SentimentAnalysisModel
|
15 |
|
16 |
+
This model is a fine-tuned version of [Th3BossC/SentimentAnalysisModel](https://huggingface.co/Th3BossC/SentimentAnalysisModel) on the None dataset.
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
38 |
- seed: 42
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
+
- num_epochs: 2
|
42 |
|
43 |
### Training results
|
44 |
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"T5ForSequenceClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Th3BossC/SentimentAnalysisModel",
|
3 |
"architectures": [
|
4 |
"T5ForSequenceClassification"
|
5 |
],
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 894020048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc048f4b49ed28d5364fed68a76e50e4311780802594a5146eabd3ee4fe86090
|
3 |
size 894020048
|
tokenizer_config.json
CHANGED
@@ -930,9 +930,13 @@
|
|
930 |
"clean_up_tokenization_spaces": true,
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
|
|
933 |
"model_max_length": 512,
|
934 |
"pad_token": "<pad>",
|
935 |
"sp_model_kwargs": {},
|
|
|
936 |
"tokenizer_class": "T5Tokenizer",
|
|
|
|
|
937 |
"unk_token": "<unk>"
|
938 |
}
|
|
|
930 |
"clean_up_tokenization_spaces": true,
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
933 |
+
"max_length": 512,
|
934 |
"model_max_length": 512,
|
935 |
"pad_token": "<pad>",
|
936 |
"sp_model_kwargs": {},
|
937 |
+
"stride": 0,
|
938 |
"tokenizer_class": "T5Tokenizer",
|
939 |
+
"truncation_side": "right",
|
940 |
+
"truncation_strategy": "longest_first",
|
941 |
"unk_token": "<unk>"
|
942 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad71e918f4c7b48c234327c33428b30df5dce16bdbf2d91593a38e80f2ab47aa
|
3 |
size 4920
|