ayethuzar commited on
Commit
29a87d5
1 Parent(s): a9ead9a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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