azimjon commited on
Commit
386c246
1 Parent(s): 6ec1d9f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -7
README.md CHANGED
@@ -32,7 +32,7 @@ For more details on the model's construction and performance metrics, see [this
32
  - [Eldor Fozilov](https://www.linkedin.com/in/eldor-fozilov/)
33
  - [Azimjon Urinov](https://azimjonn.github.io/)
34
  - [Khurshid Juraev](https://kjuraev.com/)
35
- -
36
  ## Usage
37
 
38
  The model can be used with three different frameworks
@@ -103,12 +103,6 @@ print(result)
103
 
104
  ### Transformers
105
 
106
- > [!IMPORTANT]
107
- > NOTE: Until a new release has been made, you need to install transformers from source:
108
- > ```sh
109
- > pip install git+https://github.com/huggingface/transformers.git
110
- > ```
111
-
112
  If you want to use Hugging Face `transformers` to generate text, you can do something like this.
113
 
114
  ```py
 
32
  - [Eldor Fozilov](https://www.linkedin.com/in/eldor-fozilov/)
33
  - [Azimjon Urinov](https://azimjonn.github.io/)
34
  - [Khurshid Juraev](https://kjuraev.com/)
35
+
36
  ## Usage
37
 
38
  The model can be used with three different frameworks
 
103
 
104
  ### Transformers
105
 
 
 
 
 
 
 
106
  If you want to use Hugging Face `transformers` to generate text, you can do something like this.
107
 
108
  ```py