madlag commited on
Commit
6cfde9d
1 Parent(s): e26cb38

Adding modes, graphs and metadata.

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  language: en
3
- thumbnail:
4
  license: mit
5
  tags:
6
  - question-answering
@@ -53,7 +53,7 @@ Here is a detailed view on how the remaining heads are distributed in the networ
53
  ### Fine-tuning
54
  - Python: `3.8.5`
55
 
56
- - Machine specs:
57
 
58
  ```CPU: Intel(R) Core(TM) i7-6700K CPU
59
  Memory: 64 GiB
@@ -78,8 +78,8 @@ from transformers import pipeline
78
 
79
  qa_pipeline = pipeline(
80
  "question-answering",
81
- model="bert-base-uncased-squadv1-x1.84-f88.7-d36-hybrid-filled-v1",
82
- tokenizer="bert-base-uncased-squadv1-x1.84-f88.7-d36-hybrid-filled-v1"
83
  )
84
 
85
  predictions = qa_pipeline({
 
1
  ---
2
  language: en
3
+ thumbnail:
4
  license: mit
5
  tags:
6
  - question-answering
 
53
  ### Fine-tuning
54
  - Python: `3.8.5`
55
 
56
+ - Machine specs:
57
 
58
  ```CPU: Intel(R) Core(TM) i7-6700K CPU
59
  Memory: 64 GiB
 
78
 
79
  qa_pipeline = pipeline(
80
  "question-answering",
81
+ model="madlag/bert-base-uncased-squadv1-x1.84-f88.7-d36-hybrid-filled-v1",
82
+ tokenizer="madlag/bert-base-uncased-squadv1-x1.84-f88.7-d36-hybrid-filled-v1"
83
  )
84
 
85
  predictions = qa_pipeline({