Datasets:
Bappadala Rohith Kumar Naidu commited on
Commit ·
1befa58
1
Parent(s): 93d3cf7
chore: update organization URL to SafeVixAI
Browse files- README.md +1 -1
- notebooks/README.md +2 -2
README.md
CHANGED
|
@@ -32,7 +32,7 @@ This repository hosts all datasets, pre-trained models, notebooks, and **reprodu
|
|
| 32 |
|
| 33 |
```python
|
| 34 |
# Clone the entire intelligence layer
|
| 35 |
-
!git clone https://huggingface.co/datasets/
|
| 36 |
|
| 37 |
# Symlink into the app structure
|
| 38 |
import os
|
|
|
|
| 32 |
|
| 33 |
```python
|
| 34 |
# Clone the entire intelligence layer
|
| 35 |
+
!git clone https://huggingface.co/datasets/SafeVixAI/SafeVixAI-Dataset-Hub /content/data
|
| 36 |
|
| 37 |
# Symlink into the app structure
|
| 38 |
import os
|
notebooks/README.md
CHANGED
|
@@ -10,7 +10,7 @@ Run this at the top of **any** notebook to mount the full dataset:
|
|
| 10 |
|
| 11 |
```python
|
| 12 |
# Step 1 — Clone the Hub (only run once per session)
|
| 13 |
-
!git clone https://huggingface.co/datasets/
|
| 14 |
|
| 15 |
# Step 2 — Install dependencies
|
| 16 |
!pip install -q pdfplumber chromadb sentence-transformers ultralytics onnx
|
|
@@ -78,7 +78,7 @@ os.environ["HUGGING_FACE_TOKEN"] = "your_token_here"
|
|
| 78 |
!cd /content/hub && git config user.email "you@example.com"
|
| 79 |
!cd /content/hub && git config user.name "SafeVixAI"
|
| 80 |
!cd /content/hub && git add . && git commit -m "chore: update trained model outputs"
|
| 81 |
-
!cd /content/hub && git push https://your_username:$HUGGING_FACE_TOKEN@huggingface.co/datasets/
|
| 82 |
```
|
| 83 |
|
| 84 |
---
|
|
|
|
| 10 |
|
| 11 |
```python
|
| 12 |
# Step 1 — Clone the Hub (only run once per session)
|
| 13 |
+
!git clone https://huggingface.co/datasets/SafeVixAI/SafeVixAI-Dataset-Hub /content/hub
|
| 14 |
|
| 15 |
# Step 2 — Install dependencies
|
| 16 |
!pip install -q pdfplumber chromadb sentence-transformers ultralytics onnx
|
|
|
|
| 78 |
!cd /content/hub && git config user.email "you@example.com"
|
| 79 |
!cd /content/hub && git config user.name "SafeVixAI"
|
| 80 |
!cd /content/hub && git add . && git commit -m "chore: update trained model outputs"
|
| 81 |
+
!cd /content/hub && git push https://your_username:$HUGGING_FACE_TOKEN@huggingface.co/datasets/SafeVixAI/SafeVixAI-Dataset-Hub main
|
| 82 |
```
|
| 83 |
|
| 84 |
---
|