Instructions to use privacy-tech-lab/ZipModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use privacy-tech-lab/ZipModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="privacy-tech-lab/ZipModel")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("privacy-tech-lab/ZipModel") model = AutoModelForSequenceClassification.from_pretrained("privacy-tech-lab/ZipModel") - Notebooks
- Google Colab
- Kaggle
Commit ·
d36cff0
1
Parent(s): da53fa7
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,5 +3,5 @@ widget:
|
|
| 3 |
- text: "'.54.133.36\\\\\"}, \\\\\"geo_country\\\\\":\\\\\"US\\\\\", \\\\\"geo_countryname\\\\\":\\\\\"United States\\\\\", \\\\\"geo_subdivision\\\\\":\\\\\"Arizona\\\\\", \\\\\"geo_zip\\\\\":\\\\\"<TARGET_ZIP>\\\\\", \\\\\"geo_city\\\\\":\\\\\"Phoenix\\\\\", \\\\\"geo_lat\\\\\":\\\\\"33.4361\\\\\", \\\\\"geo_long\\\\\":\\\\\"-112.024\\\\\", \\\\\"requestMuid\\\\\":\\\\\"notFound\\\\\"}}}\",\"usphx_149\"'"
|
| 4 |
example_title: "Zip True Positive Example"
|
| 5 |
- text: "'-2 {\\\\\\\\n height: 93px;\\\\\\\\n width: 100%;\\\\\\\\n}\\\\\\\\n#banner-native-oferta-<TARGET_ZIP>-2 > div {\\\\\\\\n float: left;\\\\\\\\n width: 100%!important;\\\\\\\\n}\\\\\\\\n#banner-native-oferta-00100-2 > div > iframe {\\\\\\\\n width: 100%!important;\\\\\\\\n height: 95px!important;\\\\\\\\n}\\\\\\\\'"
|
| 6 |
-
example_title: "
|
| 7 |
---
|
|
|
|
| 3 |
- text: "'.54.133.36\\\\\"}, \\\\\"geo_country\\\\\":\\\\\"US\\\\\", \\\\\"geo_countryname\\\\\":\\\\\"United States\\\\\", \\\\\"geo_subdivision\\\\\":\\\\\"Arizona\\\\\", \\\\\"geo_zip\\\\\":\\\\\"<TARGET_ZIP>\\\\\", \\\\\"geo_city\\\\\":\\\\\"Phoenix\\\\\", \\\\\"geo_lat\\\\\":\\\\\"33.4361\\\\\", \\\\\"geo_long\\\\\":\\\\\"-112.024\\\\\", \\\\\"requestMuid\\\\\":\\\\\"notFound\\\\\"}}}\",\"usphx_149\"'"
|
| 4 |
example_title: "Zip True Positive Example"
|
| 5 |
- text: "'-2 {\\\\\\\\n height: 93px;\\\\\\\\n width: 100%;\\\\\\\\n}\\\\\\\\n#banner-native-oferta-<TARGET_ZIP>-2 > div {\\\\\\\\n float: left;\\\\\\\\n width: 100%!important;\\\\\\\\n}\\\\\\\\n#banner-native-oferta-00100-2 > div > iframe {\\\\\\\\n width: 100%!important;\\\\\\\\n height: 95px!important;\\\\\\\\n}\\\\\\\\'"
|
| 6 |
+
example_title: "Zip False Positive Example"
|
| 7 |
---
|