hassoudi commited on
Commit
2e7b33e
·
verified ·
1 Parent(s): 9cd5bcf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -32
README.md CHANGED
@@ -11,35 +11,65 @@ license: apache-2.0
11
  short_description: French Healthcare NER Demo from the Book NLP on OCI
12
  ---
13
 
14
- # Educational French Healthcare NER Demo
15
- Book companion for "Natural Language Processing on Oracle Cloud Infrastructure: Building Transformer-Based NLP Solutions Using Oracle AI and Hugging Face"
16
-
17
- ## 🎯 Purpose
18
- This Space demonstrates the educational model built in Chapter 6 of the book.
19
- It's designed to help you:
20
- - Understand NER concepts
21
- - Follow along with the book
22
- - Test your implementation
23
- - Learn healthcare NLP
24
-
25
- ## 📚 Book Integration
26
- 1. Read Chapters 4, 5 and 6
27
- 2. Build the model step-by-step
28
- 3. Compare with this demo
29
- 4. Understand key concepts
30
-
31
- ## 🚫 Not for Production
32
- This educational version is not suitable for:
33
- - Clinical use
34
- - Production systems
35
- - Commercial applications
36
- - Medical decisions
37
-
38
- ## 💡 Ready for Production?
39
- Our commercial solutions offer:
40
- - Custom model training
41
- - Production deployment
42
- - Security compliance
43
- - Enterprise support
44
-
45
- [Contact for Commercial Solutions](https://typica.ai/)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  short_description: French Healthcare NER Demo from the Book NLP on OCI
12
  ---
13
 
14
+ # French Healthcare NER Model (Educational Version)
15
+
16
+ This Hugging Face Space provides a live demonstration of the model developed as part of the healthcare NLP case study featured throughout my book *[Natural Language Processing on Oracle Cloud Infrastructure: Building Transformer-Based NLP Solutions Using Oracle AI and Hugging Face](https://a.co/d/h0xL4lo).* Dive into Chapter 6 for a comprehensive, step-by-step guide on building this model.
17
+
18
+ ## 📚 Purpose and Scope
19
+
20
+ This Hugging Face Space showcases the model built step-by-step in Chapters 4 to 7 of the book, covering everything from healthcare dataset creation to fine-tuning a transformer-based NER model. It provides a practical example of how NLP can be applied in healthcare to extract insights from French medical texts.
21
+
22
+ Why Explore This Demo?
23
+ - **Experiment with the Model**: Interact with the healthcare NLP model from the book without the need to train one from scratch.
24
+ - **Discover What You Can Build**: Get a hands-on preview of the process detailed in the book, from healthcare dataset preparation to fine-tuning a pre-trained transformer-based NER model.
25
+
26
+ ## ⚠️ Usage Restrictions
27
+
28
+ This is a demo provided for educational purposes. The Model behind was trained on a limited dataset and is not intended for production use, clinical decision-making, or real-world medical applications.
29
+
30
+ - Educational and research purposes only
31
+ - Not licensed for commercial deployment
32
+ - Not for production use
33
+ - Not for medical decisions
34
+
35
+ ## 🎓 Book Reference
36
+
37
+ This model is built as described in Chapter 6 of the book *Natural Language Processing on Oracle Cloud Infrastructure*. The book covers the entire NLP solution lifecycle—including data preparation, model fine-tuning, deployment, and monitoring. Chapter 6 specifically focuses on:
38
+
39
+ - Fine-tuning a pretrained model from Hugging Face Hub for healthcare Named Entity Recognition (NER)
40
+ - Training the model using OCI’s Data Science service and Hugging Face Transformers libraries
41
+ - Performance evaluation and best practices for robust and cost-effective NLP models
42
+
43
+ For more details, you can explore the book and Chapter 6 on the following platforms:
44
+ - **Full Book on Springer**: [View Here](https://link.springer.com/book/10.1007/979-8-8688-1073-2)
45
+ - **Chapter 6 on Springer**: [Read Chapter 6](https://link.springer.com/chapter/10.1007/979-8-8688-1073-2_6)
46
+ - **Amazon**: [Learn More](https://a.co/d/3jDIQki)
47
+
48
+ ## Citation
49
+
50
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
51
+ If you use this model, please cite the following:
52
+
53
+ ```bibtex
54
+ @Inbook{Assoudi2024,
55
+ author="Assoudi, Hicham",
56
+ title="Model Fine-Tuning",
57
+ bookTitle="Natural Language Processing on Oracle Cloud Infrastructure: Building Transformer-Based NLP Solutions Using Oracle AI and Hugging Face",
58
+ year="2024",
59
+ publisher="Apress",
60
+ address="Berkeley, CA",
61
+ pages="249--319",
62
+ abstract="This chapter focuses on the process of fine-tuning a pretrained model for healthcare Named Entity Recognition (NER). This chapter provides an in-depth exploration of training the healthcare NER model using OCI's Data Science platform and Hugging Face tools. It covers the fine-tuning process, performance evaluation, and best practices that contribute to creating robust and cost-effective NLP models.",
63
+ isbn="979-8-8688-1073-2",
64
+ doi="10.1007/979-8-8688-1073-2_6",
65
+ url="https://doi.org/10.1007/979-8-8688-1073-2_6"
66
+ }
67
+ ```
68
+
69
+ ## 📞 Connect and Contact
70
+
71
+ Stay updated on my latest models and projects:
72
+ 👉 **[Follow me on Hugging Face](https://huggingface.co/hassoudi)**
73
+
74
+ For inquiries or professional communication, feel free to reach out:
75
+ 📧 **Email**: [[email protected]](mailto:[email protected])