hejunqing commited on
Commit
fe0da3f
1 Parent(s): ac5016c

try to fix pic in readme

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -29,6 +29,7 @@ This T5-Large model, is the first pretrained generative question answering model
29
  ## Performance
30
 
31
  CMRC 2018 dev (Original span prediction task, we cast it as a generative QA task)
 
32
  CMRC 2018的测试集上的效果(原始任务是一个起始和结束预测问题,这里作为一个生成回答的问题)
33
 
34
  | model | F1 | EM | Contain Answer Rate| RougeL | BLEU-4 |
@@ -44,10 +45,12 @@ This T5-Large model, is the first pretrained generative question answering model
44
 
45
  ## Cases
46
 
47
- ![avatar][cases_t5_cmrc.png]
48
 
49
  *pred* in picture are generated results,*target* indicates groud truth.
50
 
 
 
51
  ## Usage
52
  ```python
53
  import numpy as np
@@ -77,6 +80,7 @@ tokenizer.batch_decode(pred_ids, skip_special_tokens=True, clean_up_tokenization
77
  # Citation
78
 
79
  You can also cite our [website](https://github.com/IDEA-CCNL/Fengshenbang-LM/):
 
80
  欢迎引用我们的[网站](https://github.com/IDEA-CCNL/Fengshenbang-LM/):
81
  ```text
82
  @misc{Fengshenbang-LM,
 
29
  ## Performance
30
 
31
  CMRC 2018 dev (Original span prediction task, we cast it as a generative QA task)
32
+
33
  CMRC 2018的测试集上的效果(原始任务是一个起始和结束预测问题,这里作为一个生成回答的问题)
34
 
35
  | model | F1 | EM | Contain Answer Rate| RougeL | BLEU-4 |
 
45
 
46
  ## Cases
47
 
48
+ ![avatar][https://huggingface.co/IDEA-CCNL/Randeng-T5-784M-QA-Chinese/tree/main/cases_t5_cmrc.png]
49
 
50
  *pred* in picture are generated results,*target* indicates groud truth.
51
 
52
+ If the picture fails to display, you can find the picture in Files and versions.
53
+
54
  ## Usage
55
  ```python
56
  import numpy as np
 
80
  # Citation
81
 
82
  You can also cite our [website](https://github.com/IDEA-CCNL/Fengshenbang-LM/):
83
+
84
  欢迎引用我们的[网站](https://github.com/IDEA-CCNL/Fengshenbang-LM/):
85
  ```text
86
  @misc{Fengshenbang-LM,