AI-Ahmed autoevaluator HF staff commited on
Commit
1232d3f
1 Parent(s): 50e08e7

Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator (#1)

Browse files

- Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator (b713e1eaf2dd9f038c69545936260b7649b66d91)


Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +20 -17
README.md CHANGED
@@ -1,17 +1,24 @@
1
  ---
2
- language:
3
- - en
4
- thumbnail: "https://github.com/AI-Ahmed"
5
  tags:
6
  - classification
7
- license: cc-by-4.0
8
  datasets:
9
  - SetFit/qqp
10
- models:
11
- - microsoft/deberta-v3-base
12
  metrics:
13
  - accuracy
14
  - loss
 
 
 
 
 
 
 
 
 
 
15
  model-index:
16
  - name: deberta-v3-base-funetuned-cls-qqa
17
  results:
@@ -24,20 +31,16 @@ model-index:
24
  config: sst2
25
  split: validation
26
  metrics:
27
- - name: Accuracy
28
- type: accuracy
29
  value: 0.917969
 
30
  verified: true
31
- - name: loss
32
- type: loss
33
- value: 0.217410
 
34
  verified: true
35
- pipeline_tag: text-classification
36
- widget:
37
- - text: How is the life of a math student? Could you describe your own experiences? Which level of preparation is enough for the exam jlpt5?
38
- example_title: "Difference Detection."
39
- - text: What can one do after MBBS? What do i do after my MBBS?
40
- example_title: "Duplicates Detection."
41
  ---
42
 
43
  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 duplicates questions or different.
 
1
  ---
2
+ language:
3
+ - en
4
+ license: cc-by-4.0
5
  tags:
6
  - classification
 
7
  datasets:
8
  - SetFit/qqp
 
 
9
  metrics:
10
  - accuracy
11
  - loss
12
+ thumbnail: https://github.com/AI-Ahmed
13
+ models:
14
+ - microsoft/deberta-v3-base
15
+ pipeline_tag: text-classification
16
+ widget:
17
+ - text: How is the life of a math student? Could you describe your own experiences?
18
+ Which level of preparation is enough for the exam jlpt5?
19
+ example_title: Difference Detection.
20
+ - text: What can one do after MBBS? What do i do after my MBBS?
21
+ example_title: Duplicates Detection.
22
  model-index:
23
  - name: deberta-v3-base-funetuned-cls-qqa
24
  results:
 
31
  config: sst2
32
  split: validation
33
  metrics:
34
+ - type: accuracy
 
35
  value: 0.917969
36
+ name: Accuracy
37
  verified: true
38
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiMzA2OWM4ZjJkYzZjNmM3YmNkODNhODYzOTMxY2RjZTZmODg4ODA4ZjJmNjFhNjkwZjFmZjk3YjBiNzhjNDAzOCIsInZlcnNpb24iOjF9.TqdmhhV_3fTWYHtM7SJj35ICZgZ6Ux7qYXwPHu8j0MkDmSeZfTniFCqB8LO8pqM1bK5iHQV1-vggZUdMu4spCA
39
+ - type: loss
40
+ value: 0.21741
41
+ name: loss
42
  verified: true
43
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiZGQzZGZjNzZjNzFjOWViNjkyNGIxMGE5ZjA5ODAxOTNiZGQ5OTY4NWM1YThlZGEyZGRjOGE2MjkwYTRjN2Q2MyIsInZlcnNpb24iOjF9.ZxmqxdbOhAA8Ywz8_Q3aFaFG2kmTogFdWjlHgEa2JnGQWhL39VVtcn6A8gtekE_e3z5jsaNS4EnSzYVSWJZjAQ
 
 
 
 
 
44
  ---
45
 
46
  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 duplicates questions or different.