cwinkler commited on
Commit
dfa91c9
1 Parent(s): 388159c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -10,18 +10,23 @@ model-index:
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
  should probably proofread and complete it, then remove this comment. -->
12
 
13
- # Classification of patent abstracts - "green plastics" or "no green plastics"
14
 
15
- This model classifies patents into "green plastics" or "no green plastics" by their abstracts.
16
 
17
- # distilbert-base-uncased-finetuned-greenplastics-3
18
-
19
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the [green plastics dataset](https://huggingface.co/datasets/cwinkler/patents_green_plastics). The green patent dataset was split into 70 % training data and 30 % test data (using ".train_test_split(test_size=0.3)").
20
  The model achieves the following results on the evaluation set:
21
 
22
  - Accuracy: 0.8574
23
  - F1: 0.8573
24
 
 
 
 
 
 
 
 
25
 
26
  ## Training procedure
27
 
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
  should probably proofread and complete it, then remove this comment. -->
12
 
13
+ # Classification of patent abstracts - "Green Plastics" or "No Green Plastics"
14
 
15
+ This model (distilbert-base-uncased-finetuned-greenplastics-3) classifies patents into "green plastics" or "no green plastics" by their abstracts.
16
 
17
+ The model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the [green plastics dataset](https://huggingface.co/datasets/cwinkler/patents_green_plastics). The green patent dataset was split into 70 % training data and 30 % test data (using ".train_test_split(test_size=0.3)").
 
 
18
  The model achieves the following results on the evaluation set:
19
 
20
  - Accuracy: 0.8574
21
  - F1: 0.8573
22
 
23
+ ## EPO - CodeFest on Green Plastics
24
+
25
+ The model has been developed for submission to the [CodeFest on Green Plastics](https://www.epo.org/news-events/in-focus/codefest.html) by the European Patent Office (EPO).
26
+
27
+ The task:
28
+
29
+ **_"To develop creative and reliable artificial intelligence (AI) models for automating the identification of patents related to green plastics."_**
30
 
31
  ## Training procedure
32