AI-Ahmed commited on
Commit
67bc41f
1 Parent(s): 13ad85c

Adjusting the metadata

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -6,13 +6,16 @@ tags:
6
  - classification
7
  license: "mit"
8
  datasets:
9
- - qqp
 
 
10
  metrics:
11
  - accuracy
12
  - loss
13
  widget:
14
  - text: How is the life of a math student? Could you describe your own experiences?
15
  - text: Which level of preparation is enough for the exam jlpt5?
 
16
  ---
17
 
18
  A fine-tuned model based on the **DeBERTaV3** model of Microsoft and fine-tuned on **Glue QQP**, which detects the linguistical similarities between two questions and whether they are similar questions or duplicates.
 
6
  - classification
7
  license: "mit"
8
  datasets:
9
+ - SetFit/qqp
10
+ models:
11
+ - microsoft/deberta-v3-base
12
  metrics:
13
  - accuracy
14
  - loss
15
  widget:
16
  - text: How is the life of a math student? Could you describe your own experiences?
17
  - text: Which level of preparation is enough for the exam jlpt5?
18
+ example_title: "Classification"
19
  ---
20
 
21
  A fine-tuned model based on the **DeBERTaV3** model of Microsoft and fine-tuned on **Glue QQP**, which detects the linguistical similarities between two questions and whether they are similar questions or duplicates.