arpitk commited on
Commit
66008d9
·
verified ·
1 Parent(s): a32f3f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -22
README.md CHANGED
@@ -1,29 +1,19 @@
1
- # Create a README.md file with proper metadata
2
- model_card_content = """---
3
- language: en
4
  license: mit
5
- tags:
6
- - sentiment-analysis
7
- - text-classification
8
- - distilbert
9
  datasets:
10
- - imdb
 
 
11
  metrics:
12
  - accuracy
13
- model-index:
14
- - name: product-review-sentiment-analyzer
15
- results:
16
- - task:
17
- type: text-classification
18
- name: Text Classification
19
- dataset:
20
- name: Yelp
21
- type: Yelp
22
- metrics:
23
- - name: Accuracy
24
- type: accuracy
25
- value: 0.92 # Replace with your actual accuracy
26
- ---"""
27
 
28
  # Product Review Sentiment Analyzer
29
 
 
1
+ ---
 
 
2
  license: mit
 
 
 
 
3
  datasets:
4
+ - Yelp/yelp_review_full
5
+ language:
6
+ - en
7
  metrics:
8
  - accuracy
9
+ base_model:
10
+ - distilbert/distilbert-base-uncased
11
+ pipeline_tag: text-classification
12
+ library_name: transformers
13
+ tags:
14
+ - sentiment-analysis
15
+ ---
16
+
 
 
 
 
 
 
17
 
18
  # Product Review Sentiment Analyzer
19