nicolauduran45
commited on
Upload tokenizer
Browse files- README.md +14 -6
- tokenizer_config.json +1 -1
README.md
CHANGED
@@ -3,12 +3,20 @@ library_name: transformers
|
|
3 |
license: mit
|
4 |
tags: []
|
5 |
widget:
|
6 |
-
- text:
|
7 |
-
|
8 |
-
|
9 |
-
example_title:
|
10 |
-
- text:
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Model Card for Model ID
|
|
|
3 |
license: mit
|
4 |
tags: []
|
5 |
widget:
|
6 |
+
- text: Na et al., 'Monitoring of peptide acylation inside degrading PLGA microspheres
|
7 |
+
by capillary electrophoresis and MALDI-T of mass spectrometry', Journal of Controlled
|
8 |
+
Release, 2003, 291-299, 92, Elsevier B.V.
|
9 |
+
example_title: Example 1
|
10 |
+
- text: 'Ryuichiro Higashinaka et al.: “Automatically Acquiring Causal Expression
|
11 |
+
Patterns from Relation-annotated Corpora to Improve Question Answering for why-Questions”,
|
12 |
+
ACM Transactions on Asian Language Information Processing, Association for Computing
|
13 |
+
Machinery, New York, NY, US, vol. 7, No. 2, Apr. 1, 2008, pp. 1-29, XP058 I 46396,
|
14 |
+
ISSN: 1530-0226. DOI: 10.1145/1362782.1362785.'
|
15 |
+
example_title: Example 2
|
16 |
+
- text: James W. Stave and Klaus Lindpaintner, Antibody and Antigen Contact Residues
|
17 |
+
Define Epitope and Paratope Size and Structure, The Journal of Immunlogy, Published
|
18 |
+
Jun. 24, 2013, doi:10.4049/jimmunol.1203198.
|
19 |
+
example_title: Example 3
|
20 |
---
|
21 |
|
22 |
# Model Card for Model ID
|
tokenizer_config.json
CHANGED
@@ -41,7 +41,7 @@
|
|
41 |
"special": true
|
42 |
}
|
43 |
},
|
44 |
-
"clean_up_tokenization_spaces":
|
45 |
"cls_token": "[CLS]",
|
46 |
"do_lower_case": false,
|
47 |
"mask_token": "[MASK]",
|
|
|
41 |
"special": true
|
42 |
}
|
43 |
},
|
44 |
+
"clean_up_tokenization_spaces": false,
|
45 |
"cls_token": "[CLS]",
|
46 |
"do_lower_case": false,
|
47 |
"mask_token": "[MASK]",
|