MikeDean commited on
Commit
f5606e7
1 Parent(s): 0eceb86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,6 +1,6 @@
1
 
2
  <p align="center" width="100%">
3
- <a href="" target="_blank"><img src="https://github.com/zjunlp/cama/assets/logo.jpg" alt="ZJU-CaMA" style="width: 30%; min-width: 30px; display: block; margin: auto;"></a>
4
  </p>
5
 
6
  > This is the result of the weight difference between `Llama 13B` and `CaMA-13B`. You can click [here](https://github.com/zjunlp/cama) to learn more.
@@ -193,7 +193,7 @@ Our pre-trained model has demonstrated certain abilities in instruction followin
193
  The effectiveness of information extraction is illustrated in the following figure. We tested different instructions for different tasks as well as the same instructions for the same task, and achieved good results for all of them.
194
 
195
  <p align="center" width="100%">
196
- <a href="" target="_blank"><img src="https://github.com/zjunlp/cama/assets/ie-case.jpg" alt="IE" style="width: 60%; min-width: 60px; display: block; margin: auto;"></a>
197
  </p>
198
 
199
 
@@ -463,7 +463,7 @@ We offer two methods: the first one is **command-line interaction**, and the sec
463
  ```
464
  Here is a screenshot of the web-based interaction:
465
  <p align="center" width="100%">
466
- <a href="" target="_blank"><img src="https://github.com/zjunlp/cama/assets/finetune_web.jpg" alt="finetune-web" style="width: 100%; min-width: 100px; display: block; margin: auto;"></a>
467
  </p>
468
 
469
  **3. Usage of Instruction tuning Model**
@@ -476,7 +476,7 @@ python examples/generate_lora_web.py --base_model ./CaMA --lora_weights ./LoRA
476
 
477
  Here is a screenshot of the web-based interaction:
478
  <p align="center" width="100%">
479
- <a href="" target="_blank"><img src="https://github.com/zjunlp/cama/assets/lora_web.png" alt="finetune-web" style="width: 100%; min-width: 100px; display: block; margin: auto;"></a>
480
  </p>
481
 
482
  The `instruction` is a required parameter, while `input` is an optional parameter. For general tasks (such as the examples provided in section `1.3`), you can directly enter the input in the `instruction` field. For information extraction tasks (as shown in the example in section `1.2`), please enter the instruction in the `instruction` field and the sentence to be extracted in the `input` field. We provide an information extraction prompt in section `2.5`.
@@ -499,7 +499,7 @@ For information extraction tasks such as named entity recognition (NER), event e
499
  >
500
  > (2) Instruction tuning stage using LoRA. This stage enables the model to understand human instructions and generate appropriate responses.
501
 
502
- ![](https://github.com/zjunlp/cama/assets/main.jpg)
503
 
504
  <h3 id="3-1">3.1 Dataset Construction (Pretraining)</h3>
505
 
 
1
 
2
  <p align="center" width="100%">
3
+ <a href="" target="_blank"><img src="https://github.com/zjunlp/CaMA/blob/main/assets/logo.jpg" alt="ZJU-CaMA" style="width: 30%; min-width: 30px; display: block; margin: auto;"></a>
4
  </p>
5
 
6
  > This is the result of the weight difference between `Llama 13B` and `CaMA-13B`. You can click [here](https://github.com/zjunlp/cama) to learn more.
 
193
  The effectiveness of information extraction is illustrated in the following figure. We tested different instructions for different tasks as well as the same instructions for the same task, and achieved good results for all of them.
194
 
195
  <p align="center" width="100%">
196
+ <a href="" target="_blank"><img src="https://github.com/zjunlp/CaMA/blob/main/assets/ie-case.jpg" alt="IE" style="width: 60%; min-width: 60px; display: block; margin: auto;"></a>
197
  </p>
198
 
199
 
 
463
  ```
464
  Here is a screenshot of the web-based interaction:
465
  <p align="center" width="100%">
466
+ <a href="" target="_blank"><img src="https://github.com/zjunlp/CaMA/blob/main/assets/finetune_web.jpg" alt="finetune-web" style="width: 100%; min-width: 100px; display: block; margin: auto;"></a>
467
  </p>
468
 
469
  **3. Usage of Instruction tuning Model**
 
476
 
477
  Here is a screenshot of the web-based interaction:
478
  <p align="center" width="100%">
479
+ <a href="" target="_blank"><img src="https://github.com/zjunlp/CaMA/blob/main/assets/lora_web.png" alt="finetune-web" style="width: 100%; min-width: 100px; display: block; margin: auto;"></a>
480
  </p>
481
 
482
  The `instruction` is a required parameter, while `input` is an optional parameter. For general tasks (such as the examples provided in section `1.3`), you can directly enter the input in the `instruction` field. For information extraction tasks (as shown in the example in section `1.2`), please enter the instruction in the `instruction` field and the sentence to be extracted in the `input` field. We provide an information extraction prompt in section `2.5`.
 
499
  >
500
  > (2) Instruction tuning stage using LoRA. This stage enables the model to understand human instructions and generate appropriate responses.
501
 
502
+ ![](https://github.com/zjunlp/CaMA/blob/main/assets/main.jpg)
503
 
504
  <h3 id="3-1">3.1 Dataset Construction (Pretraining)</h3>
505