You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,10 @@ some definitions
30
30
**Steps for accessing and using data files:**
31
31
- Clone this reposory to access the data files (e.g. spanish_test.txt): [Private Repository](https://github.com/bkeej/usp_qnlp/tree/main/qnlp-data).
32
32
- Copy the folder qnlp_data to the QNLP repository: `cp -r usp_qnlp/qnlp-data QNLP/data`
33
-
- Create a new branch to test the code: `git checkout -b test_branch`
34
-
35
-
36
33
Once all requirements and the environment has been set up, you can begin training the QNLP model and testing it.
37
34
38
35
**Steps for training and testing the QNLP Model:**
36
+
- Create a new branch to test the code: `git checkout -b test_branch`
39
37
- Run `python classify.py`
40
38
41
39
**Note:** the last line of ./run_me_first.sh will try to download a 5GB file. Alternately you can download spanish fasttext embeddings: go to [this](https://github.com/dccuchile/spanish-word-embeddings?tab=readme-ov-file#fasttext-embeddings-from-suc) url and download manually the `.bin` file for spanish unannotated corpora to the same location where this code is.
0 commit comments