Vineedhar commited on
Commit
6836e71
1 Parent(s): be6875d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -22
README.md CHANGED
@@ -1,12 +1,19 @@
1
  ---
2
- # For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
3
- # Doc / guide: https://huggingface.co/docs/hub/model-cards
4
- {{ card_data }}
 
 
 
5
  ---
6
 
7
- # Model Card for {{ model_id | default("Model ID", true) }}
8
 
9
- <!-- Provide a quick summary of what the model is/does. -->
 
 
 
 
10
 
11
  {{ model_summary | default("", true) }}
12
 
@@ -14,39 +21,47 @@
14
 
15
  ### Model Description
16
 
17
- <!-- Provide a longer summary of what this model is. -->
 
 
 
18
 
19
  {{ model_description | default("", true) }}
20
 
21
- - **Developed by:** {{ developers | default("[More Information Needed]", true)}}
22
  - **Funded by [optional]:** {{ funded_by | default("[More Information Needed]", true)}}
23
- - **Shared by [optional]:** {{ shared_by | default("[More Information Needed]", true)}}
24
- - **Model type:** {{ model_type | default("[More Information Needed]", true)}}
25
- - **Language(s) (NLP):** {{ language | default("[More Information Needed]", true)}}
26
- - **License:** {{ license | default("[More Information Needed]", true)}}
27
- - **Finetuned from model [optional]:** {{ base_model | default("[More Information Needed]", true)}}
28
 
29
  ### Model Sources [optional]
30
 
31
- <!-- Provide the basic links for the model. -->
32
 
33
  - **Repository:** {{ repo | default("[More Information Needed]", true)}}
34
- - **Paper [optional]:** {{ paper | default("[More Information Needed]", true)}}
35
  - **Demo [optional]:** {{ demo | default("[More Information Needed]", true)}}
36
 
37
  ## Uses
38
 
39
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
 
 
 
 
40
 
41
  ### Direct Use
42
 
43
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
 
44
 
45
- {{ direct_use | default("[More Information Needed]", true)}}
46
 
47
  ### Downstream Use [optional]
48
 
49
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
50
 
51
  {{ downstream_use | default("[More Information Needed]", true)}}
52
 
@@ -58,13 +73,13 @@
58
 
59
  ## Bias, Risks, and Limitations
60
 
61
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
62
 
63
  {{ bias_risks_limitations | default("[More Information Needed]", true)}}
64
 
65
  ### Recommendations
66
 
67
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
68
 
69
  {{ bias_recommendations | default("Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.", true)}}
70
 
@@ -193,8 +208,8 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
193
 
194
  ## Model Card Authors [optional]
195
 
196
- {{ model_card_authors | default("[More Information Needed]", true)}}
197
 
198
  ## Model Card Contact
199
 
200
- {{ model_card_contact | default("[More Information Needed]", true)}}
 
1
  ---
2
+ '[object Object]': null
3
+ license: mit
4
+ language:
5
+ - en
6
+ library_name: adapter-transformers
7
+ pipeline_tag: text-classification
8
  ---
9
 
10
+ # Model Card for {{ orYx-models/finetuned-roberta-leadership-sentiment-analysis | default("orYx-models/finetuned-roberta-leadership-sentiment-analysis", true) }}
11
 
12
+ <!-- This model is a finetuned version of, roberta text classifier.
13
+ The finetuning has been done on the dataset which includes inputs from corporate executives to their therapist.
14
+ The sole purpose of the model is to determine wether the statement made from the corporate executives is "Positive, Negative, or Neutral" with which we will also see "Confidence level, i.e the percentage of the sentiment involved in a statement.
15
+ The sentiment analysis tool has been particularly built for our client firm called "LDS".
16
+ Since it is prototype tool by orYx Models, all the feedback and insights from LDS will be used to finetune the model further.-->
17
 
18
  {{ model_summary | default("", true) }}
19
 
 
21
 
22
  ### Model Description
23
 
24
+ <!-- This model is finetuned on a RoBERTa-base model trained on ~124M tweets from January 2018 to December 2021,
25
+ and finetuned for sentiment analysis with the TweetEval benchmark.
26
+ The original Twitter-based RoBERTa model can be found here and the original reference paper is TweetEval.
27
+ This model is suitable for English. -->
28
 
29
  {{ model_description | default("", true) }}
30
 
31
+ - **Developed by:** {{ developers | default("[orYx Models]", true)}}
32
  - **Funded by [optional]:** {{ funded_by | default("[More Information Needed]", true)}}
33
+ - **Shared by [optional]:** {{ shared_by | default("[Vineedhar, relkino, kalhosni]", true)}}
34
+ - **Model type:** {{ model_type | default("[Text Classifier]", true)}}
35
+ - **Language(s) (NLP):** {{ language | default("[English]", true)}}
36
+ - **License:** {{ license | default("[MIT]", true)}}
37
+ - **Finetuned from model [optional]:** {{ base_model | default("[cardiffnlp/twitter-roberta-base-sentiment-latest]", true)}}
38
 
39
  ### Model Sources [optional]
40
 
41
+ <!--This is HuggingFace modelID - cardiffnlp/twitter-roberta-base-2021-124m-->
42
 
43
  - **Repository:** {{ repo | default("[More Information Needed]", true)}}
44
+ - **Paper [optional]:** {{ paper | default("[TimeLMs - https://arxiv.org/abs/2202.03829]", true)}}
45
  - **Demo [optional]:** {{ demo | default("[More Information Needed]", true)}}
46
 
47
  ## Uses
48
 
49
+ <!-- The Sentiment Analysis tool is made domain specific, however since it is a protoype, the depths into domain are still to be ventured.
50
+ Use case: We can analyse the text from any executive, employee, client of an organization and attach a sentiment to it.
51
+ The outcomes of this will be a "Scored sentiment" upon which we can look for likeliness of an event occurring or vice versa.
52
+ The resultant scenario to this will be to generate a rating system based on the sentiments generated by texts from an entity.
53
+ -->
54
 
55
  ### Direct Use
56
 
57
+ <!-- You can infer the model at, orYx Models page, Leadership Sentiment Analyzer - spcace.
58
+ The Space id is - orYx-models/Leadership-sentiment-analyzer -->
59
 
60
+ {{ direct_use | default("orYx-models/Leadership-sentiment-analyzer", true)}}
61
 
62
  ### Downstream Use [optional]
63
 
64
+ <!-- This phase is under progress and will be shared once the model is deployed under larger ecosystem/.app -->
65
 
66
  {{ downstream_use | default("[More Information Needed]", true)}}
67
 
 
73
 
74
  ## Bias, Risks, and Limitations
75
 
76
+ <!-- The model is sometimes prone to misinterpret the sentiments. -->
77
 
78
  {{ bias_risks_limitations | default("[More Information Needed]", true)}}
79
 
80
  ### Recommendations
81
 
82
+ <!-- ]You can futher finetune the model to get better results. -->
83
 
84
  {{ bias_recommendations | default("Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.", true)}}
85
 
 
208
 
209
  ## Model Card Authors [optional]
210
 
211
+ {{ model_card_authors | default("[Vineedhar, relkino]", true)}}
212
 
213
  ## Model Card Contact
214
 
215
+ {{ model_card_contact | default("[https://khalidalhosni.com/]", true)}}