Titembaye commited on
Commit
fe88dad
·
verified ·
1 Parent(s): fbcf187

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -8
README.md CHANGED
@@ -1,3 +1,4 @@
 
1
  library_name: transformers
2
  license: apache-2.0
3
  base_model: distilbert/distilbert-base-uncased
@@ -5,12 +6,18 @@ tags:
5
  - generated_from_trainer
6
  - question-answering
7
  - squad
8
- pipeline_tag: question-answering # Ajouté pour activer le widget QA
9
  datasets:
10
  - squad
11
  widget:
12
- - question: "Who supervises the 2017 film Baby Driver?"
13
- context: "Baby Driver is a 2017 American action film written and directed by Edgar Wright. The film stars Ansel Elgort, Lily James, Jamie Foxx, Jon Hamm, Eiza González and Kevin Spacey. The plot follows a young getaway driver who must complete a final job for a crime boss. Baby Driver was released in the United States by TriStar Pictures on June 28, 2017, and received praise from critics."
 
 
 
 
 
 
14
  model-index:
15
  - name: my_awesome_qa_model
16
  results:
@@ -20,11 +27,14 @@ model-index:
20
  name: squad
21
  type: squad
22
  metrics:
23
- - name: loss
24
- type: loss
25
- value: 1.7431 # Ta perte d'évaluation
26
- # Note : F1 et Exact Match manquent, à ajouter si disponibles (voir ci-dessous)
27
-
 
 
 
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
  should probably proofread and complete it, then remove this comment. -->
 
1
+ ---
2
  library_name: transformers
3
  license: apache-2.0
4
  base_model: distilbert/distilbert-base-uncased
 
6
  - generated_from_trainer
7
  - question-answering
8
  - squad
9
+ pipeline_tag: question-answering
10
  datasets:
11
  - squad
12
  widget:
13
+ - question: Who supervises the 2017 film Baby Driver?
14
+ context: >-
15
+ Baby Driver is a 2017 American action film written and directed by Edgar
16
+ Wright. The film stars Ansel Elgort, Lily James, Jamie Foxx, Jon Hamm, Eiza
17
+ González and Kevin Spacey. The plot follows a young getaway driver who must
18
+ complete a final job for a crime boss. Baby Driver was released in the
19
+ United States by TriStar Pictures on June 28, 2017, and received praise from
20
+ critics.
21
  model-index:
22
  - name: my_awesome_qa_model
23
  results:
 
27
  name: squad
28
  type: squad
29
  metrics:
30
+ - name: loss
31
+ type: loss
32
+ value: 1.7431
33
+ language:
34
+ - en
35
+ metrics:
36
+ - f1
37
+ ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
40
  should probably proofread and complete it, then remove this comment. -->