Skip to content

Commit

Permalink
updated scripts and data
Browse files Browse the repository at this point in the history
  • Loading branch information
Asep Fajar Firmansyah committed Sep 17, 2024
1 parent 48aca65 commit 1d2ba73
Show file tree
Hide file tree
Showing 11 changed files with 15,017 additions and 0 deletions.
3,121 changes: 3,121 additions & 0 deletions all_dataset.txt

Large diffs are not rendered by default.

312 changes: 312 additions & 0 deletions dev.txt

Large diffs are not rendered by default.

312 changes: 312 additions & 0 deletions dev_with_labels.txt

Large diffs are not rendered by default.

53 changes: 53 additions & 0 deletions named_entity_class_dictionary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"O": {
"en": "O"
},
"HolyBook": {
"en": "Holy book"
},
"Messenger": {
"en": "Messenger"
},
"Allah": {
"en": "Allah"
},
"Event": {
"en": "Event"
},
"AstronomicalBody": {
"en": "Astronomical body"
},
"Prophet": {
"en": "Prophet"
},
"Person": {
"en": "Person"
},
"Food": {
"en": "Food"
},
"GeographicalLocation": {
"en": "Geographical location"
},
"Color": {
"en": "Color"
},
"Angel": {
"en": "Angel"
},
"Artifact": {
"en": "Artifact"
},
"Religion": {
"en": "Religion"
},
"AfterlifeLocation": {
"en": "Afterlife location"
},
"Throne": {
"en": "Throne"
},
"Language": {
"en": "Language"
}
}
1,300 changes: 1,300 additions & 0 deletions pre-processing-split-dataset.ipynb

Large diffs are not rendered by default.

313 changes: 313 additions & 0 deletions results-zeroshot-attempt-1.json

Large diffs are not rendered by default.

311 changes: 311 additions & 0 deletions test.txt

Large diffs are not rendered by default.

311 changes: 311 additions & 0 deletions test_with_labels.txt

Large diffs are not rendered by default.

2,495 changes: 2,495 additions & 0 deletions train.txt

Large diffs are not rendered by default.

2,495 changes: 2,495 additions & 0 deletions train_with_labels.txt

Large diffs are not rendered by default.

3,994 changes: 3,994 additions & 0 deletions zero-shot-learning.ipynb

Large diffs are not rendered by default.

0 comments on commit 1d2ba73

Please sign in to comment.