haider0941 commited on
Commit
ad7a402
·
verified ·
1 Parent(s): 471b467

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  ## Model Details
2
 
3
  - **Model Name**: DistilBERT for Educational Query Classification
@@ -62,9 +71,9 @@ outputs = model(**inputs)
62
  If you use this model, please cite it as follows:
63
 
64
  ```
65
- @misc{your-username_2024,
66
  title={Fine-Tuned DistilBERT for Educational Query Classification},
67
- author={Haider0941},
68
  year={2024},
69
  howpublished={\url{https://huggingface.co/haider0941/distilbert-base-educationl}},
70
  }
 
1
+ ---
2
+ language: en
3
+ tags:
4
+ - classification
5
+ - educational
6
+ - distilbert
7
+ - transformer
8
+ license: apache-2.0
9
+ ---
10
  ## Model Details
11
 
12
  - **Model Name**: DistilBERT for Educational Query Classification
 
71
  If you use this model, please cite it as follows:
72
 
73
  ```
74
+ @misc{Haider0941_2024,
75
  title={Fine-Tuned DistilBERT for Educational Query Classification},
76
+ author={Haider},
77
  year={2024},
78
  howpublished={\url{https://huggingface.co/haider0941/distilbert-base-educationl}},
79
  }