arjunraghunandanan commited on
Commit
b56c50d
1 Parent(s): 977bc9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -8
README.md CHANGED
@@ -3,35 +3,56 @@ library_name: transformers
3
  tags:
4
  - intel
5
  - ipex
 
 
 
6
  license: mit
7
  language:
8
  - en
9
  ---
10
  model_card_content = """
11
- # Model Card for My Fine-Tuned Model
12
 
13
  ## Model Description
14
  - **Purpose**: For Classifying Emotions from text.
15
  - **Model architecture**: Distilbert model
16
- - **Training data**: Text examples with labels corresponding to that emotions.
17
 
18
  ## Intended Use
19
- - **Intended users**: Model created and deployed for learning purposes.
20
- - **Use cases**: Sentiment Analysis.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
  ## Limitations
23
- - **Known limitations**: Unknown
24
 
25
  ## Hardware
26
- - **Training Platform**: Intel Developer Cloud Training JupyterLabs
 
27
 
28
  ## Software Optimizations
29
- - **Known Optimizations**: Not Explained.
30
 
31
  ## Ethical Considerations
32
- - **Ethical concerns**: Created for Learning purposes only,may not be monitored or improved. May cause erronious results.
33
 
34
  ## More Information
35
  - developed for Intel workshop : https://software.seek.intel.com/oneapi-ws-hugging-face-toolkit
 
36
 
37
  """
 
3
  tags:
4
  - intel
5
  - ipex
6
+ - emotion-recognition
7
+ - sentiment-analysis
8
+ - Beginner Level
9
  license: mit
10
  language:
11
  - en
12
  ---
13
  model_card_content = """
14
+ # Model Card for My Sentiment Analysis Bot : Intel Workshop
15
 
16
  ## Model Description
17
  - **Purpose**: For Classifying Emotions from text.
18
  - **Model architecture**: Distilbert model
19
+ - **Training data**: Text examples with labels corresponding to emotions such as ex: sad, happy, love, etc.
20
 
21
  ## Intended Use
22
+ - **Intended users**: Model created and deployed for learning purposes while following Intel's Huggingface Optimization Workshop.
23
+ - **Use cases**: Sentiment Analysis, Social Media Comment Filtering, Review Filtering.
24
+
25
+ ## Example Sentences
26
+ - **Input**: Winning the lottery has filled me with an indescribable joy that makes me want to sing and dance!
27
+ -- **Type of Sentiment**: Happy
28
+
29
+ - **Input**: Saying goodbye to my beloved pet was the hardest thing I've ever done, and the sadness feels like a heavy weight on my heart.
30
+ -- **Type of Sentiment**: Sad
31
+
32
+ - **Input**: The blatant injustice of the situation infuriates me to the core. How can anyone stand by and allow such unfairness?
33
+ -- **Type of Sentiment**: Angry
34
+
35
+ - **Input**: I can't believe it - I actually got the job! This is a complete shock, but an amazing one!
36
+ -- **Type of Sentiment**: Surprised
37
+
38
+ - **Input**: The storm raging outside is terrifying. The howling wind and crashing thunder make me feel uneasy and unsafe.
39
+ -- **Type of Sentiment**: Fearful
40
 
41
  ## Limitations
42
+ - **Known limitations**: This deplopyment is done for learning purposes. This is not trained on a big dataset and is not that accurate. Causes erroneous results.
43
 
44
  ## Hardware
45
+ - **Training Platform**: Intel Developer Cloud Training JupyterLabs using Intel 4th Generation Xeon Processors.
46
+ - **Link to IDC Training**: https://console.cloud.intel.com/training
47
 
48
  ## Software Optimizations
49
+ - **Known Optimizations**: Outside of my beginner level understanding. I followed tutorial steps.
50
 
51
  ## Ethical Considerations
52
+ - **Ethical concerns**: Created for Learning purposes only,may not be monitored, improved. Use with caution.
53
 
54
  ## More Information
55
  - developed for Intel workshop : https://software.seek.intel.com/oneapi-ws-hugging-face-toolkit
56
+ - Followed live tutorials from Eduardo : https://huggingface.co/eduardo-alvarez/emotion-bot-2000
57
 
58
  """