update readme
Browse files
README.md
CHANGED
@@ -31,14 +31,13 @@ Based task related NL2TL datasets:
|
|
31 |
- [nl2spec](https://github.com/realChrisHahn2/nl2spec)
|
32 |
- [NL2TL](https://github.com/yongchao98/NL2TL)
|
33 |
## File Structure
|
34 |
-
-
|
35 |
-
-
|
36 |
-
|
37 |
-
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
- NL2TL-dataset used dataset
|
42 |
## Run
|
43 |
```bash
|
44 |
cd to/this/folder
|
|
|
31 |
- [nl2spec](https://github.com/realChrisHahn2/nl2spec)
|
32 |
- [NL2TL](https://github.com/yongchao98/NL2TL)
|
33 |
## File Structure
|
34 |
+
- NL2HLTLTranslator
|
35 |
+
- fastapi_server.py a FastAPI server for translate testing, will run on localhost:8001
|
36 |
+
- mistral7b
|
37 |
+
- finetune.py code for fintune
|
38 |
+
- prediction.py code for prediction (this version do not have sockets)
|
39 |
+
- mistral7b_quat8: a fintuned model based on Mistral7B in quat 8
|
40 |
+
- NL2TL-dataset: used dataset
|
|
|
41 |
## Run
|
42 |
```bash
|
43 |
cd to/this/folder
|