ebbanimer EmmaPesjak commited on
Commit
28cf980
1 Parent(s): 65e4f9a

Create README.md (#2)

Browse files

- Create README.md (1067e66a1ef29f24d5310307563f9d0b92fab893)


Co-authored-by: Emma Pesjak <EmmaPesjak@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-classification
3
+ base_model: bert-base-uncased
4
+ widget:
5
+ - text: "src\\main\\java\\org\\rtmps\\RTMPTSClientConnector.java"
6
+ - text: "src\\test\\java\\org\\server\\net\\rtmp\\message\\HeaderTest.java"
7
+ - text: "src\\main\\res\\drawable-mdpi\\icon.png"
8
+ - text: "common\\pom.xml"
9
+ - text: "server\\src\\main\\server\\plugins\\Readme.md"
10
+ ---
11
+ Model for classifying file paths of changed files in git commits for Java projects. This model is based on
12
+ `bert-base-uncased` and fine-tuned.
13
+ Categorizes into the following categories:
14
+ 1. Source Code - Core application code typically involving back-end (server-side logic, APIs,
15
+ database interactions) and front-end (user interface, client-side logic).
16
+ 2. Tests - Code files in a test directory or containing "test".
17
+ 3. Resources - Assets and other resources (images, stylesheets).
18
+ 4. Configuration - Configuration files and scripts (build scripts, manifests, shell scripts).
19
+ 5. Documentation - Software documentation (README files, package-info, license, notice files).