Alaeddin commited on
Commit
8b708b6
1 Parent(s): 16766f8

Create README.md

Browse files

# NER
We trained a Named Entity Recognition which is trained with <a href="https://huggingface.co/dbmdz/convbert-base-turkish-cased"> Convberturk </a> language model

## Model Parameters
Batch size : 32 \
Epoch : 5 \
Maximum sequence length : 512

## Dataset
We used <a href="https://arxiv.org/abs/2003.11080"> Xtreme Dataset</a> in order to train, test and validate our model.
We trained convbert model with merging train and extra files and we got the results on validation file.

## Results
The results are shown below

| Precision | Recall | F1 | loss |
|:-----------------:|:--------------:|:----------:|:----------:|
| 95.83 | 96.84 | 96.33 | 0.0665

Files changed (1) hide show
  1. README.md +0 -0
README.md ADDED
File without changes