zlfkrmnz commited on
Commit
9992120
·
verified ·
1 Parent(s): b7c3145

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -43,8 +43,10 @@ Each entry in the dataset consists of the following fields:
43
  - `yuklem` (predicate)
44
  - `d-tum` (complement)
45
  - `z-tum` (adjunct)
 
46
  - `bsiz-nesne` (bare object)
47
  - `bli-nesne` (marked object)
 
48
  - **start**: Start index of the word in the sentence.
49
  - **end**: End index of the word in the sentence.
50
 
@@ -59,10 +61,14 @@ After creating our [last_dataset.json](https://huggingface.co/datasets/synturk/t
59
  - `I-dtum`
60
  - `B-ztum`
61
  - `I-ztum`
62
- - `B-bsiznesne`
63
- - `I-bsiznesne`
64
  - `B-blinesne`
65
  - `I-blinesne`
 
 
 
 
66
 
67
  After all of these steps, we got the [revised_aug_aug_last_dataset.json](https://huggingface.co/datasets/synturk/turkish-sentence-elements/blob/main/revised_aug_aug_last_dataset.json) file and we trained our model [SENTAGRAM](https://huggingface.co/datasets/synturk/sentagram)
68
 
 
43
  - `yuklem` (predicate)
44
  - `d-tum` (complement)
45
  - `z-tum` (adjunct)
46
+ - `e-tum` (prepositional complement)
47
  - `bsiz-nesne` (bare object)
48
  - `bli-nesne` (marked object)
49
+ - `c-dıs` (out-of-sentence element)
50
  - **start**: Start index of the word in the sentence.
51
  - **end**: End index of the word in the sentence.
52
 
 
61
  - `I-dtum`
62
  - `B-ztum`
63
  - `I-ztum`
64
+ - `B-etum`
65
+ - `I-etum`
66
  - `B-blinesne`
67
  - `I-blinesne`
68
+ - `B-bsiznesne`
69
+ - `I-bsiznesne`
70
+ - `B-cdıs`
71
+ - `I-cdıs`
72
 
73
  After all of these steps, we got the [revised_aug_aug_last_dataset.json](https://huggingface.co/datasets/synturk/turkish-sentence-elements/blob/main/revised_aug_aug_last_dataset.json) file and we trained our model [SENTAGRAM](https://huggingface.co/datasets/synturk/sentagram)
74