Skip to content

Commit 9273dcd

Browse files
committed
updated the readme file
1 parent f6efd04 commit 9273dcd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# APA-Net
22

3-
APA-Net is a deep learning model designed for [brief description of the model's purpose or use case]. This guide covers the steps necessary to set up and run APA-Net.
3+
APA-Net is a deep learning model designed for learning context specific APA usage. This guide covers the steps necessary to set up and run APA-Net.
44

55
## Installation
66

@@ -10,9 +10,6 @@ Before running APA-Net, ensure you have Python installed on your system. Clone t
1010
git clone https://github.com/yourusername/APA-Net.git
1111
cd APA-Net
1212

13-
conda env create -f environments/environment.yml
14-
conda activate apa-net-env
15-
1613
pip install .
1714

1815
```

0 commit comments

Comments
 (0)