File size: 1,264 Bytes
39579f6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | ---
license: mit
---
# Instructions to Run the Model on Sample Dataset
## 1. Using Pegasus Model
- Open `code_pegasus.py`.
- Run the script. (We have provided the path to the sample data `9.txt`.)
- To test on other conversation files, provide the path to the desired data files.
*(You can find our sample dataset in the `Sample Dataset` directory.)*
## 2. Using BART-large Model
- Open `code_bart.py`.
- Run the script. (We have provided the path to the sample data `9.txt`.)
- To test on other conversation files, provide the path to the desired data files.
*(You can find our sample dataset in the `Sample Dataset` directory.)*
---
### Note:
The `Sample Dataset` includes:
- An anonymized our sample dataset named `conv_1`, `conv_2`, and `conv_3`.
- A Chinese language dataset translated to English named `conv_1001`, `conv_1002`, and `conv_1003` (D4).
---
### Important:
- This dataset is provided **only for research purposes**.
To get full access to the dataset, please fill out the Google form:
[Request Dataset Access](https://docs.google.com/forms/d/e/1FAIpQLSe_unAObNmRJjKrmluRC-UZZUTyKd9aujVLNUeTLgPtB-9BSw/viewform?usp=sf_link)
- For any queries related to dataset and model access, please contact:
**nilesh21@iiserb.ac.in**
|