ankrgyl commited on
Commit
3a93017
1 Parent(s): 0a587ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -46,8 +46,13 @@ nlp(
46
  # {'score': 0.59147286, 'answer': '$ 3,750', 'start': 19, 'end': 20}
47
  ```
48
 
49
- **NOTE**: This model was recently landed in transformers via [PR #18407](https://github.com/huggingface/transformers/pull/18407), so you'll need to use a recent version of transformers (e.g. `pip install git+https://github.com/huggingface/transformers.git@5c4c869014f5839d04c1fd28133045df0c91fd84`).
50
- The [pipeline](https://github.com/huggingface/transformers/pull/18414) is currently in review to be included in the transformers project. In the meantime, you'll have to use the `trust_remote_code=True` flag to run the pipeline.
 
 
 
 
 
51
 
52
  ## About us
53
 
 
46
  # {'score': 0.59147286, 'answer': '$ 3,750', 'start': 19, 'end': 20}
47
  ```
48
 
49
+ **NOTE**: This model was recently landed in transformers via [PR #18407](https://github.com/huggingface/transformers/pull/18407), so you'll need to use a recent version of transformers, for example:
50
+
51
+ ```bash
52
+ $ pip install git+https://github.com/huggingface/transformers.git@5c4c869014f5839d04c1fd28133045df0c91fd84
53
+ ```
54
+
55
+ The pipeline is currently in review ([PR #18414](https://github.com/huggingface/transformers/pull/18414)). In the meantime, you'll have to use the `trust_remote_code=True` flag to run it.
56
 
57
  ## About us
58