Fix
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ This model is designed to be able to run on CPU, but optimally runs on GPUs.
|
|
| 17 |
|
| 18 |
# Architecture
|
| 19 |
|
| 20 |
-
The `CodeClassifier-
|
| 21 |
|
| 22 |
- **Bidirectional LSTM Feature Extractor**: This bidirectional LSTM layer processes input embeddings, effectively capturing contextual relationships in both forward and reverse directions within the code snippets.
|
| 23 |
|
|
|
|
| 17 |
|
| 18 |
# Architecture
|
| 19 |
|
| 20 |
+
The `CodeClassifier-v1-Tiny` model employs a neural network architecture optimized for text classification tasks, specifically for classifying programming languages from code snippets. This model includes:
|
| 21 |
|
| 22 |
- **Bidirectional LSTM Feature Extractor**: This bidirectional LSTM layer processes input embeddings, effectively capturing contextual relationships in both forward and reverse directions within the code snippets.
|
| 23 |
|