AnkitAI commited on
Commit
af22a40
β€’
1 Parent(s): 11496fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -7,10 +7,9 @@ library_name: transformers
7
  tags:
8
  - Roberta
9
  - Sentiment Analysis
10
-
11
  widget:
12
- - text: "This product is really great!"
13
- - text: "This product is really bad!"
14
  ---
15
 
16
  # 🌟 Fine-tuned RoBERTa for Sentiment Analysis on Reviews 🌟
@@ -46,6 +45,11 @@ The model was trained using the following parameters:
46
  - **πŸ“Š Train Samples/Second:** 78.495
47
  - **πŸŒ€ Train Steps/Second:** 2.453
48
  - **πŸ“‰ Train Loss:** 0.0858
 
 
 
 
 
49
 
50
  ## πŸš€ Usage
51
 
@@ -70,4 +74,4 @@ print(logits)
70
 
71
  ## πŸ“œ License
72
 
73
- This model is licensed under the [MIT License](LICENSE).
 
7
  tags:
8
  - Roberta
9
  - Sentiment Analysis
 
10
  widget:
11
+ - text: This product is really great!
12
+ - text: This product is really bad!
13
  ---
14
 
15
  # 🌟 Fine-tuned RoBERTa for Sentiment Analysis on Reviews 🌟
 
45
  - **πŸ“Š Train Samples/Second:** 78.495
46
  - **πŸŒ€ Train Steps/Second:** 2.453
47
  - **πŸ“‰ Train Loss:** 0.0858
48
+ - **⏳ Eval Accuracy:** 97.19%
49
+ - **πŸŒ€ Eval Precision:** 97.9%
50
+ - **⏱️ Eval Recall:** 97.18%
51
+ - **πŸ“ˆ Eval F1 Score:** 97.19%
52
+
53
 
54
  ## πŸš€ Usage
55
 
 
74
 
75
  ## πŸ“œ License
76
 
77
+ This model is licensed under the [MIT License](LICENSE).