suriya7 commited on
Commit
45f315b
·
verified ·
1 Parent(s): cd3009f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -21,7 +21,7 @@ The AquilaX-NL-JSON-Start-Scan model is designed to interpret natural language q
21
  # Getting Started
22
 
23
  ## Usage
24
- Below we share some code snippets on how to get quickly started with running the model. First make sure to pip install -U transformers[torch], then copy the snippet from the section.
25
 
26
  ## Requirements
27
  ```bash
@@ -128,11 +128,11 @@ print(f"Time taken: {end - start}")
128
  ```
129
 
130
  ## License
131
- This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
 
132
 
133
  ## Authors
134
  - [Aquilax-Ai](https://huggingface.co/AquilaX-AI)
135
 
136
  ## Acknowledgments
137
- - Hugging Face for the Transformers library.
138
- - Any other acknowledgments.
 
21
  # Getting Started
22
 
23
  ## Usage
24
+ Below we share some code snippets on how to get quickly started with running the model. First make sure to `pip install -U transformers[torch]`, then copy the snippet from the section.
25
 
26
  ## Requirements
27
  ```bash
 
128
  ```
129
 
130
  ## License
131
+ This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.
132
+
133
 
134
  ## Authors
135
  - [Aquilax-Ai](https://huggingface.co/AquilaX-AI)
136
 
137
  ## Acknowledgments
138
+ - Hugging Face for the Transformers library.