CordwainerSmith commited on
Commit
b108569
1 Parent(s): f137dc3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -197,7 +197,7 @@ If you use this dataset in your research or project, please include the followin
197
  ```
198
  Dataset: GolemGuard
199
  Author: Liran Baba (CordwainerSmith)
200
- URL: https://huggingface.co/datasets/GolemGuard
201
  Related Model: https://huggingface.co/CordwainerSmith/GolemPII-xlm-roberta-v1
202
  Version: 1.0.0
203
  Release Date: Oct 2024
@@ -205,7 +205,7 @@ Release Date: Oct 2024
205
 
206
  You can cite this dataset as:
207
 
208
- > GolemGuard (2024) by Liran Baba. A comprehensive Hebrew PII detection dataset containing ~600MB of synthetic text data. Available at: https://huggingface.co/datasets/GolemGuard
209
 
210
  For academic papers, you might reference both the dataset and model:
211
 
@@ -249,13 +249,13 @@ If you use this dataset in your research, project, or application, please includ
249
 
250
  For informal usage (e.g., blog posts, documentation):
251
  ```
252
- GolemGuard Dataset by Liran Baba (https://huggingface.co/datasets/GolemGuard)
253
  ```
254
 
255
  For academic or professional publications:
256
  ```
257
  Baba, L. (2024). GolemGuard: A Professional Hebrew PII Detection Dataset.
258
- Retrieved from https://huggingface.co/datasets/GolemGuard
259
 
260
  Related model: GolemPII-xlm-roberta-v1 (https://huggingface.co/CordwainerSmith/GolemPII-xlm-roberta-v1)
261
  ```
@@ -266,7 +266,7 @@ When referencing in your code:
266
  ```python
267
  """
268
  This code uses the GolemGuard dataset by Liran Baba
269
- (https://huggingface.co/datasets/GolemGuard)
270
  """
271
 
272
  from datasets import load_dataset
@@ -278,6 +278,6 @@ When referencing in your model card:
278
  dataset_info:
279
  - name: GolemGuard
280
  author: Liran Baba
281
- url: https://huggingface.co/datasets/GolemGuard
282
  year: 2024
283
  ```
 
197
  ```
198
  Dataset: GolemGuard
199
  Author: Liran Baba (CordwainerSmith)
200
+ URL: https://huggingface.co/datasets/CordwainerSmith/GolemGuard
201
  Related Model: https://huggingface.co/CordwainerSmith/GolemPII-xlm-roberta-v1
202
  Version: 1.0.0
203
  Release Date: Oct 2024
 
205
 
206
  You can cite this dataset as:
207
 
208
+ > GolemGuard (2024) by Liran Baba. A comprehensive Hebrew PII detection dataset containing ~600MB of synthetic text data. Available at: https://huggingface.co/datasets/CordwainerSmith/GolemGuard
209
 
210
  For academic papers, you might reference both the dataset and model:
211
 
 
249
 
250
  For informal usage (e.g., blog posts, documentation):
251
  ```
252
+ GolemGuard Dataset by Liran Baba (https://huggingface.co/datasets/CordwainerSmith/GolemGuard)
253
  ```
254
 
255
  For academic or professional publications:
256
  ```
257
  Baba, L. (2024). GolemGuard: A Professional Hebrew PII Detection Dataset.
258
+ Retrieved from https://huggingface.co/datasets/CordwainerSmith/GolemGuard
259
 
260
  Related model: GolemPII-xlm-roberta-v1 (https://huggingface.co/CordwainerSmith/GolemPII-xlm-roberta-v1)
261
  ```
 
266
  ```python
267
  """
268
  This code uses the GolemGuard dataset by Liran Baba
269
+ (https://huggingface.co/datasets/CordwainerSmith/GolemGuard)
270
  """
271
 
272
  from datasets import load_dataset
 
278
  dataset_info:
279
  - name: GolemGuard
280
  author: Liran Baba
281
+ url: https://huggingface.co/datasets/CordwainerSmith/GolemGuard
282
  year: 2024
283
  ```