James Clarke
commited on
Added training/testing sample count
Browse files
README.md
CHANGED
@@ -31,6 +31,41 @@ The `CodeClassifier-v1-Tiny` model employs a neural network architecture optimiz
|
|
31 |
|
32 |
The model's bidirectional nature and architectural components make it adept at understanding the syntax and structure crucial for code classification.
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
# Example Code
|
35 |
|
36 |
```python
|
|
|
31 |
|
32 |
The model's bidirectional nature and architectural components make it adept at understanding the syntax and structure crucial for code classification.
|
33 |
|
34 |
+
# Testing/Training Datasets
|
35 |
+
I have put here the samples entered into the training/testing pipeline, its a very small amount.
|
36 |
+
|
37 |
+
| Language | Testing Count | Training Count |
|
38 |
+
|--------------|---------------|----------------|
|
39 |
+
| Ada | 20 | 80 |
|
40 |
+
| Assembly | 20 | 80 |
|
41 |
+
| C | 20 | 80 |
|
42 |
+
| C# | 20 | 80 |
|
43 |
+
| C++ | 20 | 80 |
|
44 |
+
| COBOL | 14 | 55 |
|
45 |
+
| Common Lisp | 20 | 80 |
|
46 |
+
| Dart | 20 | 80 |
|
47 |
+
| Erlang | 20 | 80 |
|
48 |
+
| F# | 20 | 80 |
|
49 |
+
| Go | 20 | 80 |
|
50 |
+
| Haskell | 20 | 80 |
|
51 |
+
| Java | 20 | 80 |
|
52 |
+
| JavaScript | 20 | 80 |
|
53 |
+
| Julia | 20 | 80 |
|
54 |
+
| Kotlin | 20 | 80 |
|
55 |
+
| Lua | 20 | 80 |
|
56 |
+
| MATLAB | 20 | 80 |
|
57 |
+
| PHP | 20 | 80 |
|
58 |
+
| Perl | 20 | 80 |
|
59 |
+
| Prolog | 1 | 4 |
|
60 |
+
| Python | 20 | 80 |
|
61 |
+
| R | 20 | 80 |
|
62 |
+
| Ruby | 20 | 80 |
|
63 |
+
| Rust | 20 | 80 |
|
64 |
+
| SQL | 20 | 80 |
|
65 |
+
| Scala | 20 | 80 |
|
66 |
+
| Swift | 20 | 80 |
|
67 |
+
| TypeScript | 20 | 80 |
|
68 |
+
|
69 |
# Example Code
|
70 |
|
71 |
```python
|