IsmatS commited on
Commit
f3b924c
Β·
1 Parent(s): 072ecf9
Files changed (1) hide show
  1. README.md +8 -4
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
- β”‚ β”œβ”€β”€ XLM-RoBERTa.ipynb # XLM-RoBERTa training notebook
21
- β”‚ β”œβ”€β”€ mBERT.ipynb # mBERT training notebook
22
- β”‚ β”œβ”€β”€ push_to_HF.py # Hugging Face upload script
23
- β”‚ └── train.parquet # Training data
 
 
 
 
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