Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,7 @@ The same model is provided in two different formats: PyTorch and ONNX.
|
|
44 |
| ----------- | ----------- |
|
45 |
| Primary intended uses | Inference for sentiment classification (classifying whether a statement is positive or negative) |
|
46 |
| Primary intended users | Anyone |
|
47 |
-
| Out-of-scope uses | This model is already fine-tuned and quantized to INT8. It is not suitable for further fine-tuning in this form. To fine-tune your own model, you can start with [distilbert-base-uncased-finetuned-sst-2-english](https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english). |
|
48 |
|
49 |
#### Load PyTorch model with Optimum
|
50 |
```python
|
@@ -94,12 +94,12 @@ model = ORTModelForSequenceClassification.from_pretrained(
|
|
94 |
| Data | The data that make up the model are movie reviews from authors on the internet. |
|
95 |
| Human life | The model is not intended to inform decisions central to human life or flourishing. It is an aggregated set of movie reviews from the internet. |
|
96 |
| Mitigations | No additional risk mitigation strategies were considered during model development. |
|
97 |
-
| Risks and harms | The data are biased toward the particular reviewers' opinions and the judges (labelers) of the data.
|
98 |
| Use cases | - |
|
99 |
|
100 |
| Caveats and Recommendations |
|
101 |
| ----------- |
|
102 |
-
| There are no additional caveats or recommendations for this model. |
|
103 |
|
104 |
# BibTeX Entry and Citation Info
|
105 |
```
|
|
|
44 |
| ----------- | ----------- |
|
45 |
| Primary intended uses | Inference for sentiment classification (classifying whether a statement is positive or negative) |
|
46 |
| Primary intended users | Anyone |
|
47 |
+
| Out-of-scope uses | This model is already fine-tuned and quantized to INT8. It is not suitable for further fine-tuning in this form. To fine-tune your own model, you can start with [distilbert-base-uncased-finetuned-sst-2-english](https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english). The model should not be used to intentionally create hostile or alienating environments for people. |
|
48 |
|
49 |
#### Load PyTorch model with Optimum
|
50 |
```python
|
|
|
94 |
| Data | The data that make up the model are movie reviews from authors on the internet. |
|
95 |
| Human life | The model is not intended to inform decisions central to human life or flourishing. It is an aggregated set of movie reviews from the internet. |
|
96 |
| Mitigations | No additional risk mitigation strategies were considered during model development. |
|
97 |
+
| Risks and harms | The data are biased toward the particular reviewers' opinions and the judges (labelers) of the data. Significant research has explored bias and fairness issues with language models (see, e.g., [Sheng et al., 2021](https://aclanthology.org/2021.acl-long.330.pdf), and [Bender et al., 2021](https://dl.acm.org/doi/pdf/10.1145/3442188.3445922)). Predictions generated by the model may include disturbing and harmful stereotypes across protected classes; identity characteristics; and sensitive, social, and occupational groups. Beyond this, the extent of the risks involved by using the model remain unknown.|
|
98 |
| Use cases | - |
|
99 |
|
100 |
| Caveats and Recommendations |
|
101 |
| ----------- |
|
102 |
+
| Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. There are no additional caveats or recommendations for this model. |
|
103 |
|
104 |
# BibTeX Entry and Citation Info
|
105 |
```
|