tobischimanski
commited on
Commit
•
8b05557
1
Parent(s):
994feaf
Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ import datasets
|
|
30 |
from tqdm.auto import tqdm
|
31 |
|
32 |
dataset_name = "climatebert/climate_detection"
|
33 |
-
tokenizer_name =
|
34 |
model_name = "climatebert/netzero-reduction"
|
35 |
|
36 |
# If you want to use your own data, simply load them as 🤗 Datasets dataset, see https://huggingface.co/docs/datasets/loading
|
|
|
30 |
from tqdm.auto import tqdm
|
31 |
|
32 |
dataset_name = "climatebert/climate_detection"
|
33 |
+
tokenizer_name = "climatebert/distilroberta-base-climate-f"
|
34 |
model_name = "climatebert/netzero-reduction"
|
35 |
|
36 |
# If you want to use your own data, simply load them as 🤗 Datasets dataset, see https://huggingface.co/docs/datasets/loading
|