DunnBC22 commited on
Commit
7f14cff
1 Parent(s): 83db6c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -8
README.md CHANGED
@@ -3,17 +3,20 @@ tags:
3
  - generated_from_trainer
4
  metrics:
5
  - accuracy
 
 
 
6
  model-index:
7
  - name: squeezebert-uncased-News_About_Gold
8
  results: []
 
 
 
9
  ---
10
 
11
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
- should probably proofread and complete it, then remove this comment. -->
13
-
14
  # squeezebert-uncased-News_About_Gold
15
 
16
- This model is a fine-tuned version of [squeezebert/squeezebert-uncased](https://huggingface.co/squeezebert/squeezebert-uncased) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
  - Loss: 0.2643
19
  - Accuracy: 0.9167
@@ -29,15 +32,17 @@ It achieves the following results on the evaluation set:
29
 
30
  ## Model description
31
 
32
- More information needed
 
 
33
 
34
  ## Intended uses & limitations
35
 
36
- More information needed
37
 
38
  ## Training and evaluation data
39
 
40
- More information needed
41
 
42
  ## Training procedure
43
 
@@ -68,4 +73,4 @@ The following hyperparameters were used during training:
68
  - Transformers 4.28.1
69
  - Pytorch 2.0.0
70
  - Datasets 2.11.0
71
- - Tokenizers 0.13.3
 
3
  - generated_from_trainer
4
  metrics:
5
  - accuracy
6
+ - f1
7
+ - recall
8
+ - precision
9
  model-index:
10
  - name: squeezebert-uncased-News_About_Gold
11
  results: []
12
+ language:
13
+ - en
14
+ pipeline_tag: text-classification
15
  ---
16
 
 
 
 
17
  # squeezebert-uncased-News_About_Gold
18
 
19
+ This model is a fine-tuned version of [squeezebert/squeezebert-uncased](https://huggingface.co/squeezebert/squeezebert-uncased).
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.2643
22
  - Accuracy: 0.9167
 
32
 
33
  ## Model description
34
 
35
+ 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-%20SqueezeBERT%20with%20W%26B.ipynb
36
+
37
+ 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)
38
 
39
  ## Intended uses & limitations
40
 
41
+ This model is intended to demonstrate my ability to solve a complex problem using technology.
42
 
43
  ## Training and evaluation data
44
 
45
+ Dataset Source: https://www.kaggle.com/datasets/ankurzing/sentiment-analysis-in-commodity-market-gold
46
 
47
  ## Training procedure
48
 
 
73
  - Transformers 4.28.1
74
  - Pytorch 2.0.0
75
  - Datasets 2.11.0
76
+ - Tokenizers 0.13.3