Impulse2000 commited on
Commit
fb29812
·
unverified ·
1 Parent(s): 2291afb
Files changed (1) hide show
  1. README.md +1 -1
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-v-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
 
 
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