nicolay-r commited on
Commit
7a7575a
·
verified ·
1 Parent(s): c796a0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -38,7 +38,9 @@ Please refer to the [related section](https://github.com/nicolay-r/Reasoning-for
38
  With this example it applies this model (zero-shot-learning) in the `PROMPT` mode to the validation data of the RuSentNE-2023 competition for evaluation.
39
 
40
  ```sh
41
- python thor_finetune.py -m "nicolay-r/flan-t5-tsa-prompt-xl" -r "prompt" -d "rusentne2023" -z -bs 4 -f "./config/config.yaml"
 
 
42
  ```
43
 
44
  Following the [Google Colab Notebook]((https://colab.research.google.com/github/nicolay-r/Reasoning-for-Sentiment-Analysis-Framework/blob/main/Reasoning_for_Sentiment_Analysis_Framework.ipynb)) for implementation reproduction.
 
38
  With this example it applies this model (zero-shot-learning) in the `PROMPT` mode to the validation data of the RuSentNE-2023 competition for evaluation.
39
 
40
  ```sh
41
+ python thor_finetune.py -m "nicolay-r/flan-t5-tsa-prompt-xl" -r "prompt" \
42
+ -p "What's the attitude of the sentence '{context}', to the target '{target}'?" \
43
+ -d "rusentne2023" -z -bs 4 -f "./config/config.yaml"
44
  ```
45
 
46
  Following the [Google Colab Notebook]((https://colab.research.google.com/github/nicolay-r/Reasoning-for-Sentiment-Analysis-Framework/blob/main/Reasoning_for_Sentiment_Analysis_Framework.ipynb)) for implementation reproduction.