1024m commited on
Commit
c2128eb
·
verified ·
1 Parent(s): c0942bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -16,8 +16,19 @@ base_model: unsloth/mistral-7b-bnb-4bit
16
 
17
  - **Developed by:** 1024m
18
  - **License:** apache-2.0
 
19
  - **Finetuned from model :** unsloth/mistral-7b-bnb-4bit
20
 
21
  This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
22
 
23
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  - **Developed by:** 1024m
18
  - **License:** apache-2.0
19
+ - **Task** WASSA Shared Task 1A 2024**
20
  - **Finetuned from model :** unsloth/mistral-7b-bnb-4bit
21
 
22
  This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
23
 
24
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
25
+
26
+ prompt format :
27
+
28
+ """ """Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
29
+ """ ### Instruction:
30
+ """ {Given the input text , classify it based on what emotion is being exibited among the following : Joy/Neutral/Anger/Love/Sadness/Fear. Respond with only one emotion only among the options given. Respond with ONLY ONE word and nothing else. }
31
+ """ ### Input:
32
+ """ {} ( add input text here and remove this text )
33
+ """ ### Response:
34
+ """ {} ( leave blank and remove this text ) """