descartes100 commited on
Commit
0a3ce29
1 Parent(s): 3bcb2bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -3
README.md CHANGED
@@ -9,6 +9,10 @@ metrics:
9
  model-index:
10
  - name: distilBERT_finetuned_esg
11
  results: []
 
 
 
 
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -25,11 +29,25 @@ It achieves the following results on the evaluation set:
25
 
26
  ## Model description
27
 
28
- More information needed
 
 
 
 
 
 
29
 
30
  ## Intended uses & limitations
31
 
32
- More information needed
 
 
 
 
 
 
 
 
33
 
34
  ## Training and evaluation data
35
 
@@ -64,4 +82,4 @@ The following hyperparameters were used during training:
64
  - Transformers 4.35.2
65
  - Pytorch 2.1.0+cu118
66
  - Datasets 2.15.0
67
- - Tokenizers 0.15.0
 
9
  model-index:
10
  - name: distilBERT_finetuned_esg
11
  results: []
12
+ datasets:
13
+ - TrajanovRisto/esg-sentiment
14
+ language:
15
+ - en
16
  ---
17
 
18
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  ## Model description
31
 
32
+ This repository contains a fine-tuned DistilBERT model using the [esg-sentiment dataset](https://huggingface.co/datasets/TrajanovRisto/esg-sentiment). DistilBERT, a distilled version of BERT, is a powerful transformer-based model for natural language processing tasks. The model has been fine-tuned on the ESG (Environmental, Social, and Governance) sentiment dataset, allowing it to capture nuanced sentiments related to sustainability and corporate responsibility.
33
+
34
+ ### Features
35
+
36
+ - DistilBERT-based architecture
37
+ - Fine-tuned on the esg-sentiment dataset
38
+ - Optimized for sentiment analysis in the context of ESG
39
 
40
  ## Intended uses & limitations
41
 
42
+ ### Intended Uses
43
+
44
+ The fine-tuned DistilBERT model is designed for sentiment analysis tasks related to ESG considerations. It can be used to analyze and classify text data, providing insights into the sentiment towards environmental, social, and governance practices.
45
+
46
+ ### Limitations
47
+
48
+ - The model's performance is directly influenced by the quality and diversity of the training data.
49
+ - It may not generalize well to domains outside the ESG context.
50
+ - Users are encouraged to validate results on their specific use cases and datasets.
51
 
52
  ## Training and evaluation data
53
 
 
82
  - Transformers 4.35.2
83
  - Pytorch 2.1.0+cu118
84
  - Datasets 2.15.0
85
+ - Tokenizers 0.15.0