Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ Dataset: https://github.com/suzgunmirac/hupd
|
|
29 |
There are two datasets: train and validation. Here are the steps I did:
|
30 |
|
31 |
- Label-to-index mapping for the decision status field
|
32 |
-
- map the 'abstract' and 'claims' sections
|
33 |
- format them
|
34 |
- use DataLoader with batch_size = 16
|
35 |
|
|
|
29 |
There are two datasets: train and validation. Here are the steps I did:
|
30 |
|
31 |
- Label-to-index mapping for the decision status field
|
32 |
+
- map the 'abstract' and 'claims' sections and tokenize them using pretrained('distilbert-base-uncased') tokenizer
|
33 |
- format them
|
34 |
- use DataLoader with batch_size = 16
|
35 |
|