yujiepan commited on
Commit
364dcff
1 Parent(s): 3841ad3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -8,7 +8,7 @@ datasets:
8
  metrics:
9
  - accuracy
10
  model-index:
11
- - name: yujiepan/bert-base-uncased-sst2-int8-unstructured80
12
  results:
13
  - task:
14
  name: Text Classification
@@ -23,7 +23,6 @@ model-index:
23
  - name: Accuracy
24
  type: accuracy
25
  value: 0.91284
26
- pipeline_tag: text-classification
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -42,7 +41,8 @@ It achieves the following results on the evaluation set:
42
  ```
43
  conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia
44
  pip install optimum[openvino,nncf]==1.7.0
45
- # TODO
 
46
  pip install wandb # optional
47
  ```
48
 
 
8
  metrics:
9
  - accuracy
10
  model-index:
11
+ - name: yujiepan/bert-base-uncased-sst2-int8-unstructured80-17epoch
12
  results:
13
  - task:
14
  name: Text Classification
 
23
  - name: Accuracy
24
  type: accuracy
25
  value: 0.91284
 
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
41
  ```
42
  conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia
43
  pip install optimum[openvino,nncf]==1.7.0
44
+ cd examples/openvino/text-classification/
45
+ pip install -r requirements.txt
46
  pip install wandb # optional
47
  ```
48