Error loading model

Hello, I am using rasa to traian a chatbot, using “rasa data validate” i validated my data and intents and storiws etc and while training, the warning i got about intents, fixed them too so im not getting any warnings regarding that now. However when for the first time when i run rasa train and rasa shell, its successful, but when i get into my directory later, and run rasa train and shell again, it gives an error

2024-04-06 03:00:59 ERROR rasa.core.agent - Could not load model due to Error initializing graph component for node run_DIETClassifier5… Traceback (most recent call last): File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/rasa/engine/graph.py”, line 403, in _load_component self._component: GraphComponent = constructor( # type: ignore[no-redef] File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/rasa/nlu/classifiers/diet_classifier.py”, line 1125, in load return cls._load( File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/rasa/nlu/classifiers/diet_classifier.py”, line 1156, in _load model = cls._load_model( File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/rasa/nlu/classifiers/diet_classifier.py”, line 1249, in _load_model model = cls._load_model_class( File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/rasa/nlu/classifiers/diet_classifier.py”, line 1280, in _load_model_class return cls.model_class().load( File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/rasa/utils/tensorflow/models.py”, line 447, in load model.load_weights(model_file_name) File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/keras/utils/traceback_utils.py”, line 70, in error_handler raise e.with_traceback(filtered_tb) from None File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/tensorflow/python/training/py_checkpoint_reader.py”, line 45, in error_translator raise errors_impl.OpError(None, None, error_message, errors_impl.UNKNOWN) tensorflow.python.framework.errors_impl.OpError: /var/folders/1k/ygnf9_9n2vd6w9scf_18r5n00000gn/T/tmpng96i6ah/train_DIETClassifier5/DIETClassifier.tf_model.data-00000-of-00001; No such file or directory

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/rasa/core/agent.py”, line 254, in load_agent agent.load_model(model_path) File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/rasa/core/agent.py”, line 352, in load_model self.processor = MessageProcessor( File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/rasa/core/processor.py”, line 105, in init self.model_filename, self.model_metadata, self.graph_runner = self._load_model( File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/rasa/core/processor.py”, line 142, in _load_model metadata, runner = loader.load_predict_graph_runner( File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/rasa/engine/loader.py”, line 29, in load_predict_graph_runner runner = graph_runner_class.create( File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/rasa/engine/runner/dask.py”, line 51, in create return cls(graph_schema, model_storage, execution_context, hooks) File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/rasa/engine/runner/dask.py”, line 37, in init self._instantiated_nodes: Dict[Text, GraphNode] = self._instantiate_nodes( File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/rasa/engine/runner/dask.py”, line 60, in _instantiate_nodes return { File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/rasa/engine/runner/dask.py”, line 61, in node_name: GraphNode.from_schema_node( File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/rasa/engine/graph.py”, line 566, in from_schema_node return cls( File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/rasa/engine/graph.py”, line 392, in init self._load_component() File “/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/rasa/engine/graph.py”, line 416, in _load_component raise GraphComponentException( rasa.engine.exceptions.GraphComponentException: Error initializing graph component for node run_DIETClassifier5. 2024-04-06 03:00:59 INFO root - Rasa server is up and running. and i cant interact with the chatbot as it says " ![User|24x24]. i have only modified the nlu.yml, domain.yml and stories.yml files. i havent changed the config file and left it default. im using version 3.1. on macOS