Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ metrics:
|
|
9 |
pipeline_tag: text-classification
|
10 |
library_name: fasttext
|
11 |
---
|
12 |
-
# code-natural-language-
|
13 |
|
14 |
[Dataset](https://huggingface.co/datasets/kenhktsui/code-natural-language-classification-dataset)
|
15 |
|
@@ -114,3 +114,12 @@ Markdown is disregarded as it has a high overlap with natural language.
|
|
114 |
## ⚠️Known Limitation
|
115 |
The classifier does not handle short text well, which might not be surprising.
|
116 |
It has a tendency to classify short natural language into code, which you might find so in code comment.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pipeline_tag: text-classification
|
10 |
library_name: fasttext
|
11 |
---
|
12 |
+
# code-natural-language-fasttext-classifier
|
13 |
|
14 |
[Dataset](https://huggingface.co/datasets/kenhktsui/code-natural-language-classification-dataset)
|
15 |
|
|
|
114 |
## ⚠️Known Limitation
|
115 |
The classifier does not handle short text well, which might not be surprising.
|
116 |
It has a tendency to classify short natural language into code, which you might find so in code comment.
|
117 |
+
|
118 |
+
# Citation
|
119 |
+
```
|
120 |
+
@misc{ktsui2024codenaturallanguagefasttextclassifier,
|
121 |
+
title={Code Natural Language FastText Classifier},
|
122 |
+
author={Ken Tsui},
|
123 |
+
year={2024},
|
124 |
+
}
|
125 |
+
```
|