Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-g authored Apr 24, 2023
1 parent 2ee0900 commit b4acd70
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,39 @@
# iqa
# qa-from-hf
Code for [_Learning to Answer Questions from Human Feedback_]().

## Table of Contents
- [Repo Basics](#basics)
- [Data](#data)
- [Installation](#installation)
- [Reproduce the Results](#reproduction)
- [Citation](#citation)

## Basics
Brief intro for each folder:


## Data



## Installation
1. This project is developed in Python 3.6. Using Conda to set up a virtual environment is recommended.

2. Install the required dependencies.
```
pip install -r requirements.txt
```
3. Install PyTorch from http://pytorch.org/.
## Reproduction
## Citation
```

```

0 comments on commit b4acd70

Please sign in to comment.