4mbroise commited on
Commit
71ac527
1 Parent(s): 1b3b865

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -15
README.md CHANGED
@@ -1,12 +1,12 @@
1
- ---
2
- library_name: transformers
3
- tags:
4
- - argumentation
5
- license: apache-2.0
6
- language:
7
- - en
8
- pipeline_tag: text-generation
9
- ---
10
 
11
  # ADBL2-Mistral-7B
12
 
@@ -20,8 +20,8 @@ We fine-tunde [Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1
20
  This model has been trained to complete this prompt format:
21
  ```
22
  <s>[INST]
23
- Argument 1: /*Argument 1*/
24
- Argument 2: /*Argument 2*/
25
  [/INST]
26
  Relation :
27
  ```
@@ -38,16 +38,16 @@ Giving two arguments, where argument 2 is attacking the argument 1, :
38
  The prompt to retrieve the relation between the second and the first argument should be :
39
  ```
40
  <s>[INST]
41
- Argument 1: using machines is advantageous
42
- Argument 2: the usage of machines is harmful for health of humans
43
  [/INST]
44
  Relation :
45
  ```
46
  Our model should complete this prompt this way :
47
  ```
48
  <s>[INST]
49
- Argument 1: using machines is advantageous
50
- Argument 2: the usage of machines is harmful for health of humans
51
  [/INST]
52
  Relation : attack
53
  </s>
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - argumentation
5
+ license: apache-2.0
6
+ language:
7
+ - en
8
+ pipeline_tag: text-generation
9
+ ---
10
 
11
  # ADBL2-Mistral-7B
12
 
 
20
  This model has been trained to complete this prompt format:
21
  ```
22
  <s>[INST]
23
+ Argument 1 : /*Argument 1*/
24
+ Argument 2 : /*Argument 2*/
25
  [/INST]
26
  Relation :
27
  ```
 
38
  The prompt to retrieve the relation between the second and the first argument should be :
39
  ```
40
  <s>[INST]
41
+ Argument 1 : using machines is advantageous
42
+ Argument 2 : the usage of machines is harmful for health of humans
43
  [/INST]
44
  Relation :
45
  ```
46
  Our model should complete this prompt this way :
47
  ```
48
  <s>[INST]
49
+ Argument 1 : using machines is advantageous
50
+ Argument 2 : the usage of machines is harmful for health of humans
51
  [/INST]
52
  Relation : attack
53
  </s>