Maninder Singh
commited on
Commit
·
4116153
1
Parent(s):
b9434c2
Update README.md
Browse files
README.md
CHANGED
@@ -14,8 +14,37 @@ tags:
|
|
14 |
- code-classification
|
15 |
base_model: huggingface/CodeBERTa-small-v1
|
16 |
---
|
17 |
-
This Model is fine-tuned version of *huggingface/CodeBERTa-small-v1* on *cakiki/rosetta-code* Dataset for 25 Programming Languages as mentioned below.
|
18 |
## Training Details:
|
19 |
-
Model is trained for 25 epochs on Azure for nearly 26000 Datapoints for above Mentioned 25 Programming Languages extracted from Dataset having 1006 of total Programming Language.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
Below is the Training Result for 25 epochs.
|
21 |
![training detail.png](https://cdn-uploads.huggingface.co/production/uploads/645c859ad90782b1a6a3e957/Oi9TuJ8nEjtt6Z_W56myn.png)
|
|
|
14 |
- code-classification
|
15 |
base_model: huggingface/CodeBERTa-small-v1
|
16 |
---
|
17 |
+
This Model is a fine-tuned version of *huggingface/CodeBERTa-small-v1* on *cakiki/rosetta-code* Dataset for 25 Programming Languages as mentioned below.
|
18 |
## Training Details:
|
19 |
+
Model is trained for 25 epochs on Azure for nearly 26000 Datapoints for above Mentioned 25 Programming Languages<br> extracted from Dataset having 1006 of total Programming Language.
|
20 |
+
### Programming Languages this model is able to detect
|
21 |
+
==
|
22 |
+
{'ARM Assembly': 3,
|
23 |
+
'AppleScript': 17,
|
24 |
+
'C': 22,
|
25 |
+
'C#': 10,
|
26 |
+
'C++': 6,
|
27 |
+
'COBOL': 2,
|
28 |
+
'Erlang': 9,
|
29 |
+
'Fortran': 16,
|
30 |
+
'Go': 8,
|
31 |
+
'Java': 19,
|
32 |
+
'JavaScript': 1,
|
33 |
+
'Kotlin': 24,
|
34 |
+
'Lua': 5,
|
35 |
+
'Mathematica/Wolfram Language': 14,
|
36 |
+
'PHP': 15,
|
37 |
+
'Pascal': 18,
|
38 |
+
'Perl': 23,
|
39 |
+
'PowerShell': 20,
|
40 |
+
'Python': 21,
|
41 |
+
'R': 4,
|
42 |
+
'Ruby': 12,
|
43 |
+
'Rust': 11,
|
44 |
+
'Scala': 0,
|
45 |
+
'Swift': 13,
|
46 |
+
'Visual Basic .NET': 7,
|
47 |
+
'jq': 25}
|
48 |
+
==
|
49 |
Below is the Training Result for 25 epochs.
|
50 |
![training detail.png](https://cdn-uploads.huggingface.co/production/uploads/645c859ad90782b1a6a3e957/Oi9TuJ8nEjtt6Z_W56myn.png)
|