Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
d4ce31e8
"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "cc8407522a0443628e0b62827488fd6a17213f35"
Unverified
Commit
d4ce31e8
authored
Jun 25, 2021
by
michal pitr
Committed by
GitHub
Jun 25, 2021
Browse files
fixed typo (#12356)
parent
aa550c4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/pytorch/token-classification/README.md
examples/pytorch/token-classification/README.md
+1
-1
No files found.
examples/pytorch/token-classification/README.md
View file @
d4ce31e8
...
@@ -19,7 +19,7 @@ limitations under the License.
...
@@ -19,7 +19,7 @@ limitations under the License.
## PyTorch version
## PyTorch version
Fine-tuning the library models for token classification task such as Named Entity Recognition (NER), Parts-of-speech
Fine-tuning the library models for token classification task such as Named Entity Recognition (NER), Parts-of-speech
tagging (POS)
p
r phrase extraction (CHUNKS). The main scrip
`run_ner.py`
leverages the 🤗 Datasets library and the Trainer API. You can easily
tagging (POS)
o
r phrase extraction (CHUNKS). The main scrip
`run_ner.py`
leverages the 🤗 Datasets library and the Trainer API. You can easily
customize it to your needs if you need extra processing on your datasets.
customize it to your needs if you need extra processing on your datasets.
It will either run on a datasets hosted on our
[
hub
](
https://huggingface.co/datasets
)
or with your own text files for
It will either run on a datasets hosted on our
[
hub
](
https://huggingface.co/datasets
)
or with your own text files for
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment