check
Browse files
README.md
CHANGED
|
@@ -17,10 +17,14 @@ Try the live demo: [Named Entity Recognition Demo](https://named-entity-recognit
|
|
| 17 |
βββ fly.toml # Fly.io deployment configuration
|
| 18 |
βββ main.py # FastAPI application entry point
|
| 19 |
βββ models/ # Model-related files
|
| 20 |
-
β βββ
|
| 21 |
-
β βββ
|
| 22 |
-
β βββ
|
| 23 |
-
β
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
βββ requirements.txt # Python dependencies
|
| 25 |
βββ static/ # Frontend assets
|
| 26 |
β βββ app.js # Frontend logic
|
|
|
|
| 17 |
βββ fly.toml # Fly.io deployment configuration
|
| 18 |
βββ main.py # FastAPI application entry point
|
| 19 |
βββ models/ # Model-related files
|
| 20 |
+
β βββ NER_from_scratch.ipynb # Custom NER implementation notebook
|
| 21 |
+
β βββ README.md # Models documentation
|
| 22 |
+
β βββ XLM-RoBERTa.ipynb # XLM-RoBERTa training notebook
|
| 23 |
+
β βββ azeri-turkish-bert-ner.ipynb # Azeri-Turkish BERT training
|
| 24 |
+
β βββ mBERT.ipynb # mBERT training notebook
|
| 25 |
+
β βββ push_to_HF.py # Hugging Face upload script
|
| 26 |
+
β βββ train-00000-of-00001.parquet # Training data
|
| 27 |
+
β βββ xlm_roberta_large.ipynb # XLM-RoBERTa Large training
|
| 28 |
βββ requirements.txt # Python dependencies
|
| 29 |
βββ static/ # Frontend assets
|
| 30 |
β βββ app.js # Frontend logic
|