geralto commited on
Commit
b791e31
·
verified ·
1 Parent(s): d269258

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,23 +1,33 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
-
10
 
11
 
12
  ## Model Details
 
 
13
 
14
  ### Model Description
 
 
 
15
 
16
  <!-- Provide a longer summary of what this model is. -->
17
 
18
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
 
20
- - **Developed by:** [More Information Needed]
21
  - **Funded by [optional]:** [More Information Needed]
22
  - **Shared by [optional]:** [More Information Needed]
23
  - **Model type:** [More Information Needed]
 
1
  ---
2
  library_name: transformers
3
+ datasets:
4
+ - majeedkazemi/students-coding-questions-from-ai-assistant
5
+ language:
6
+ - en
7
+ base_model:
8
+ - Salesforce/codet5-base
9
  ---
10
 
11
  # Model Card for Model ID
12
 
13
  <!-- Provide a quick summary of what the model is/does. -->
14
+ Vilnius University DNN course project
15
 
16
 
17
  ## Model Details
18
+ Query classification model
19
+
20
 
21
  ### Model Description
22
+ This model classifies programming-related student queries into one of five categories: **General Question**, **Question from Code**, **Help Fix Code**, **Help Write Code**, and **Explain Code**.
23
+ It was fine-tuned from `the Salesforce/codet5-base` model as part of a Vilnius University Deep Neural Networks course project.
24
+
25
 
26
  <!-- Provide a longer summary of what this model is. -->
27
 
28
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
29
 
30
+ - **Developed by:** [Brigita Bruškytė, Artiom Hovhannisyan, Eglė Orinaitė]
31
  - **Funded by [optional]:** [More Information Needed]
32
  - **Shared by [optional]:** [More Information Needed]
33
  - **Model type:** [More Information Needed]