Update README.md
Browse files
README.md
CHANGED
@@ -4,17 +4,20 @@ tags:
|
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
- accuracy
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
- name: medium-base-News_About_Gold
|
9 |
results: []
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
-
should probably proofread and complete it, then remove this comment. -->
|
14 |
-
|
15 |
# medium-base-News_About_Gold
|
16 |
|
17 |
-
This model is a fine-tuned version of [funnel-transformer/medium-base](https://huggingface.co/funnel-transformer/medium-base)
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.2838
|
20 |
- Accuracy: 0.9172
|
@@ -30,15 +33,17 @@ It achieves the following results on the evaluation set:
|
|
30 |
|
31 |
## Model description
|
32 |
|
33 |
-
|
|
|
|
|
34 |
|
35 |
## Intended uses & limitations
|
36 |
|
37 |
-
|
38 |
|
39 |
## Training and evaluation data
|
40 |
|
41 |
-
|
42 |
|
43 |
## Training procedure
|
44 |
|
@@ -69,4 +74,4 @@ The following hyperparameters were used during training:
|
|
69 |
- Transformers 4.28.1
|
70 |
- Pytorch 2.0.0
|
71 |
- Datasets 2.11.0
|
72 |
-
- Tokenizers 0.13.3
|
|
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
+
- f1
|
8 |
+
- recall
|
9 |
+
- precision
|
10 |
model-index:
|
11 |
- name: medium-base-News_About_Gold
|
12 |
results: []
|
13 |
+
language:
|
14 |
+
- en
|
15 |
+
pipeline_tag: text-classification
|
16 |
---
|
17 |
|
|
|
|
|
|
|
18 |
# medium-base-News_About_Gold
|
19 |
|
20 |
+
This model is a fine-tuned version of [funnel-transformer/medium-base](https://huggingface.co/funnel-transformer/medium-base).
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.2838
|
23 |
- Accuracy: 0.9172
|
|
|
33 |
|
34 |
## Model description
|
35 |
|
36 |
+
For more information on how it was created, check out the following link: https://github.com/DunnBC22/NLP_Projects/blob/main/Sentiment%20Analysis/Sentiment%20Analysis%20of%20Commodity%20News%20-%20Gold%20(Transformer%20Comparison)/News%20About%20Gold%20-%20Sentiment%20Analysis%20-%20Funnel%20with%20W%26B.ipynb
|
37 |
+
|
38 |
+
This project is part of a comparison of seven (7) transformers. Here is the README page for the comparison: https://github.com/DunnBC22/NLP_Projects/tree/main/Sentiment%20Analysis/Sentiment%20Analysis%20of%20Commodity%20News%20-%20Gold%20(Transformer%20Comparison)
|
39 |
|
40 |
## Intended uses & limitations
|
41 |
|
42 |
+
This model is intended to demonstrate my ability to solve a complex problem using technology.
|
43 |
|
44 |
## Training and evaluation data
|
45 |
|
46 |
+
Dataset Source: https://www.kaggle.com/datasets/ankurzing/sentiment-analysis-in-commodity-market-gold
|
47 |
|
48 |
## Training procedure
|
49 |
|
|
|
74 |
- Transformers 4.28.1
|
75 |
- Pytorch 2.0.0
|
76 |
- Datasets 2.11.0
|
77 |
+
- Tokenizers 0.13.3
|