Skip to content

rohangarg23/mini-1

Repository files navigation

# Directory strecture

mini-project-1/
├── datasets
│   ├── test
│   │   ├── test_emoticon.csv
│   │   ├── test_feature.npz
│   │   └── test_text_seq.csv
│   ├── train
│   │   ├── train_emoticon.csv
│   │   ├── train_feature.npz
│   │   └── train_text_seq.csv
│   └── valid
│       ├── valid_emoticon.csv
│       ├── valid_feature.npz
│       └── valid_text_seq.csv
├── read_data.py
├── README
└── your_group_no.py


1. read_data.py files contains the code to read the datasets.
2. your_group_no.py file is just a dummy file. You may change it as you want. 
3. You may crate multiple python files according to your requirements but you must link them to your_group_no.py
4. For the evaluation we will only run your_group_no.py file. If external library is required to run this file, you must mention it in your readme or requirements.txt.
5. Running your_group_no.py file must produce 4 files (pred_feat.txt, pred_emoticon.txt, pred_text.txt and pred_combined.txt) with same filename.
6. You must rename your_group_no.py file with your group number.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages