Instructions to use hezarai/bert-fa-ner-arman with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Hezar
How to use hezarai/bert-fa-ner-arman with Hezar:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Hezar: Upload training files
Browse files
train/dataset_config.yaml
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
name: sequence_labeling
|
| 2 |
+
config_type: dataset
|
| 3 |
+
task: sequence_labeling
|
| 4 |
+
path: hezarai/arman-ner
|
| 5 |
+
tokenizer_path: hezarai/bert-base-fa
|
| 6 |
+
tags_field: ner_tags
|
| 7 |
+
tokens_field: tokens
|
| 8 |
+
ignore_index: -100
|
| 9 |
+
label_all_tokens: true
|