AI-Ahmed commited on
Commit
13ad85c
1 Parent(s): 89ecc9b

Adjusting the metadata

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -1,4 +1,21 @@
1
- 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 dissimilar.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  ## Model Hyperparameters
4
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ thumbnail: "url to a thumbnail used in social sharing"
5
+ 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.
19
 
20
  ## Model Hyperparameters
21