etzion commited on
Commit
981a66e
·
verified ·
1 Parent(s): 2d449cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -15,6 +15,9 @@ Here you can find our NER models:
15
  | **IAHALT_and_NEMO_PP** | Training on IAHALT + NEMO + Name-Sentences[1] + Entity-Injection[2] | [https://huggingface.co/FusioNER/IAHALT_and_NEMO_and_PP](https://huggingface.co/FusioNER/IAHALT_and_NEMO_and_PP) | IAHALT + NEMO | [FusioNER/IAHALT_and_NEMO_PP](https://huggingface.co/datasets/FusioNER/IAHALT_and_NEMO_PP) | [HeRo](https://huggingface.co/HeNLP/HeRo) |
16
  | **Animals** | Training on IAHALT + Entity-Injection[2] (of animals names as PER entities) | [https://huggingface.co/FusioNER/Animals](https://huggingface.co/FusioNER/Animals) | IAHALT | [FusioNER/Animals](https://huggingface.co/datasets/FusioNER/Animals) | [HeRo](https://huggingface.co/HeNLP/HeRo) |
17
  | **PRS-Injection** | Training on IAHALT + Entity-Injection[2] (of PRS names as PER entities) | [https://huggingface.co/FusioNER/PRS-Injection](https://huggingface.co/FusioNER/PRS-Injection) | IAHALT | [FusioNER/PRS_locations](https://huggingface.co/datasets/FusioNER/PRS_locations) | [HeRo](https://huggingface.co/HeNLP/HeRo) |
 
 
 
18
 
19
 
20
  [1] **Name-Sentences**: Adding to the corpus sentences that contain only the entity we want the network to learn.
 
15
  | **IAHALT_and_NEMO_PP** | Training on IAHALT + NEMO + Name-Sentences[1] + Entity-Injection[2] | [https://huggingface.co/FusioNER/IAHALT_and_NEMO_and_PP](https://huggingface.co/FusioNER/IAHALT_and_NEMO_and_PP) | IAHALT + NEMO | [FusioNER/IAHALT_and_NEMO_PP](https://huggingface.co/datasets/FusioNER/IAHALT_and_NEMO_PP) | [HeRo](https://huggingface.co/HeNLP/HeRo) |
16
  | **Animals** | Training on IAHALT + Entity-Injection[2] (of animals names as PER entities) | [https://huggingface.co/FusioNER/Animals](https://huggingface.co/FusioNER/Animals) | IAHALT | [FusioNER/Animals](https://huggingface.co/datasets/FusioNER/Animals) | [HeRo](https://huggingface.co/HeNLP/HeRo) |
17
  | **PRS-Injection** | Training on IAHALT + Entity-Injection[2] (of PRS names as PER entities) | [https://huggingface.co/FusioNER/PRS-Injection](https://huggingface.co/FusioNER/PRS-Injection) | IAHALT | [FusioNER/PRS_locations](https://huggingface.co/datasets/FusioNER/PRS_locations) | [HeRo](https://huggingface.co/HeNLP/HeRo) |
18
+ | **DICTA_basic** | Training the [DICTA](https://huggingface.co/dicta-il/dictabert) model on the [basic](https://huggingface.co/datasets/FusioNER/Basic) IAHALT dataset| [https://huggingface.co/FusioNER/DICTA_basic](https://huggingface.co/FusioNER/DICTA_basic) | IAHALT | [FusioNER/Basic](https://huggingface.co/datasets/FusioNER/Basic) | [DICTA](https://huggingface.co/dicta-il/dictabert) |
19
+ | **DICTA_smart** | Training the [DICTA](https://huggingface.co/dicta-il/dictabert) model on [IAHALT + Name-Sentences[1] + Entity-Injection[2]] dataset](https://huggingface.co/datasets/FusioNER/Smart_Injection) | [https://huggingface.co/FusioNER/DICTA_Smart](https://huggingface.co/FusioNER/DICTA_Smart) | IAHALT | [FusioNER/Smart_Injection](https://huggingface.co/datasets/FusioNER/Smart_Injection) | [DICTA](https://huggingface.co/dicta-il/dictabert) |
20
+
21
 
22
 
23
  [1] **Name-Sentences**: Adding to the corpus sentences that contain only the entity we want the network to learn.