Update README.md
Browse files
README.md
CHANGED
@@ -13,9 +13,11 @@ Otherwise, the model does not work so well. e,.g, An example input could be, "Ma
|
|
13 |
The 65-page report was the result of a three-year investigation and was made public hours before a Senate Budget Committee hearing about the role that oil and gas companies have played in global warming.
|
14 |
"
|
15 |
|
16 |
-
Please cite
|
17 |
-
|
18 |
-
|
|
|
|
|
19 |
|
20 |
```
|
21 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|
|
|
13 |
The 65-page report was the result of a three-year investigation and was made public hours before a Senate Budget Committee hearing about the role that oil and gas companies have played in global warming.
|
14 |
"
|
15 |
|
16 |
+
Please **cite**: "Sun., K, and Wang, R. 2024. The fine-tuned language model for detecting human attitudes to climate changes" if you use this model.
|
17 |
+
|
18 |
+
The project in github (including training code) is available at: https://github.com/fivehills/climate_attitude_LM/blob/main/README.md
|
19 |
+
|
20 |
+
The following code shows how to test in the model.
|
21 |
|
22 |
```
|
23 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer
|