Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Patent CPC Predictor
|
2 |
+
|
3 |
+
This is a fine-tuned version of microsoft/deberta-v3-small for predicting Patent CPC codes.
|
4 |
+
|
5 |
+
# Dataset
|
6 |
+
|
7 |
+
Dataset consists of titles and abstracts sampled from granted patent applications:
|
8 |
+
https://www.kaggle.com/datasets/grimmace/sampled-patent-titles
|
9 |
+
|
10 |
+
# Results
|
11 |
+
| Category | Accuracy |
|
12 |
+
| --- | ----------- |
|
13 |
+
| Section | 92% |
|
14 |
+
| Class | 88% |
|
15 |
+
| Subclass | 85% |
|